@charset "UTF-8";
/* -------------------------------------
    リフォーム
-----------------------------------------*/
.u-width-100 {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .u-width-100 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.u-width-900 {
  width: 900px !important;
  max-width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-width-900 {
    width: auto !important;
  }
}

.u-bg-square {
  background: transparent url(../../images/reform/bg.png) repeat center top/1040px;
}

.u-bg-beige {
  background-color: #F2EEDD;
}

.u-pt40 {
  padding-top: 40px;
}

.u-mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .p-top-kv {
    position: relative;
    width: 1260px;
    height: 350px;
    margin: 0 auto;
  }
  .p-top-kv__bg {
    overflow: hidden;
    width: 1260px;
    height: 350px;
    margin: 0 auto;
  }
  .p-top-kv__bg img {
    width: 100%;
    object-fit: contain;
    object-position: center -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
    .p-top-kv__bg {
    overflow: hidden;
    width: 100%;
    height: 95%;
  }
  .p-top-kv__bg img {
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 1450px) {
  .p-top-kv::after {
    background-size: contain;
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv::after {
    width: 100%;
    top: inherit;
    height: 176px;
    background-size: contain;
    background-position: right bottom;
    z-index: 5;
  }
}
@media screen and (min-width: 767px) {
  .p-top-kv__lead {
    width: 90%;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 700;
    color: #696969;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__lead {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .p-top-kv__ttl {
    position: absolute; 
    z-index: 2;
    width: 250px;
    height: 140px;
    top: 0;
    left: 70px;
    background-color: #fff;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__ttl {
    position: absolute; 
    z-index: 2;
    width: 100%;
    height: 70px;
    top: 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .p-top-kv__ttl-inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__ttl-inner {
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px 10px 0;
    text-align: center;
  }
  .p-top-kv__ttl-inner img{
  }
}
.p-top-kv__text {
  position: relative;
  width: 70%;
  max-width: 1040px;
  margin: 0 auto;
  color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-kv__text {
    width: 100%;
  }
}
.p-top-kv__text-inner {
  position: relative;
  max-width: 620px;
  margin: 16px 0;
  font-size: 15px !important;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-kv__text-inner {
    max-width: inherit;
    padding: 0 25px;
    font-size: 14px !important;
    text-align: center;
  }
}

.c-intro {
  position: relative;
  background: url(../../images/reform/bg_stripe.png) no-repeat 50% 50%/cover;
  padding: 30px 0 25px;
  letter-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-intro {
    background-image: url(../../images/reform/bg_stripe-sp.png);
    padding: 40px 15px;
  }
}
.c-intro__inner {
  max-width: 1040px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-intro__inner {
    width: 100%;
  }
}
.c-intro__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-intro__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px !important;
  }
}
.c-intro__ttl::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-intro__ttl::before {
    width: 41px;
    height: 38px;
    margin-right: 6px;
  }
}
.c-intro__ttl--icon-home::before {
  background-image: url(../../images/reform/icon_home.svg);
}
.c-intro__ttl--icon-ruler::before {
  background-image: url(../../images/reform/icon_ruler.svg);
}
.c-intro__lead {
  color: #fff;
  color: #333;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75 !important;
  padding: 0 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-intro__lead {
    width: 100%;
    font-size: 15px !important;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) {
  .c-bg-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 470px;
    color: #019FA8;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-bg-ttl {
    font-size: 24px;
    margin: 0;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #019FA8;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 398px) {
  .c-bg-ttl {
    font-size: 20px;
  }
  .c-bg-ttl--sp-small {
    font-size: 16px;
  }
}
.c-bg-ttl__sub {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-bg-ttl__sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 398px) {
  .c-bg-ttl__sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .c-bg-ttl__ttl {
    position: relative;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-bg-ttl__ttl {
    padding: 10px;
    margin-top: -50px;
  }
}
.c-bg-ttl__before-line {
  display: block;
}
.c-bg-ttl__before-line::before, .c-bg-ttl__before-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 40px;
  background-color: #019FA8;
}
.c-bg-ttl__before-line::before {
  left: 0px;
}
.c-bg-ttl__before-line::after {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .c-bg-ttl__before-line::after {
    left: 8px;
  }
}
.c-bg-ttl__after-line {
  display: block;
}
.c-bg-ttl__after-line::before, .c-bg-ttl__after-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 40px;
  background-color: #019FA8;
}
.c-bg-ttl__after-line::before {
  right: 0;
}
.c-bg-ttl__after-line::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-bg-ttl__after-line::after {
    right: 8px;
  }
}
.p-reason {
  width: 900px !important;
  padding: 50px 0;
}

@media screen and (min-width: 767px) {
  .p-reason__txt {
    max-width: 900px;
    font-size: 18px !important;
    line-height: 1.75 !important;
    letter-spacing: 0;
    margin: 20px auto 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason {
    width: auto !important;
  }
   .p-reason__txt {
    font-size: 15px !important;
  }
}
.p-reason__list-wrap {
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px 46px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__list-wrap {
    padding: 30px 30px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 500px) {
  .p-reason__list-wrap {
    padding: 25px 10px 50px;
  }
}
.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-reason__item {
  position: relative;
  width: calc(33.33333% - 40px);
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-reason__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 115px;
  right: -36px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-reason__item::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 46px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.p-reason__item:last-child::after {
  content: none;
}
.p-reason__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100px;
    width: 30%;
  }
}
.p-reason__img img {
  max-width: 100%;
  height: auto;
}
.p-reason__body {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-reason__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 15px;
  }
}
.p-reason__item-ttl {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__item-ttl {
    font-size: 18px !important;
    text-align: left;
  }
}
.p-reason__item-txt {
  font-size: 15px !important;
  line-height: 1.5 !important;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-reason__item-txt {
    text-align: left !important;
    margin-top: 0;
    clear: both;
  }
}

.c-line-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #019FA8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-line-ttl {
    font-size: 20px;
  }
}
.c-line-ttl::before, .c-line-ttl::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #019FA8;
}
.c-line-ttl::before {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-line-ttl::before {
    margin-right: 8px;
  }
}
.c-line-ttl::after {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-line-ttl::after {
    margin-left: 8px;
  }
}

.p-purpose {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-purpose {
    padding-top: 30px;
  }
}
.p-purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  max-width: 890px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-purpose__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 25px;
  }
}
.p-purpose__item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .p-purpose__item {
    width: 100%;
  }
}
.p-purpose__img {
  position: relative;
}
.p-purpose__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.p-purpose__item-ttl {
  position: absolute;
  bottom: 16px;
  left: 0;
  background-color: #019FA8;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 24px !important;
  line-height: 1.6 !important;
  font-weight: 600;
  padding: 0 100px 0 16px;
}
@media screen and (max-width: 767px) {
  .p-purpose__item-ttl {
    padding: 0 80px 0 16px;
  }
}
.p-purpose__item-ttl span {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 16px;
  margin-right: 18px;
}
.p-purpose__item-txt {
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-top: 15px;
}

.c-bg-txt {
  position: relative;
  background-color: #019FA8;
}
.c-bg-txt__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 920px;
  height: 97px;
  color: #fff;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  padding: 34px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-bg-txt__txt {
    font-size: 16px !important;
    padding: 8px 30px;
    height: auto;
  }
}
.c-bg-txt__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -64%;
  width: 60%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-bg-txt__txt::before {
    content: none;
  }
}

.p-mark {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-mark {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mark .c-line-ttl {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
.p-mark .c-bg-txt {
  margin-top: 50px;
}
.p-mark__content-wrap {
  padding: 40px 0;
}
.p-mark__inner {
  width: 1040px;
  background-color: #fff;
  padding: 50px 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mark__inner {
    width: auto;
    padding: 40px 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-mark__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mark__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mark__content:not(:first-child) {
  margin-top: 60px;
}
.p-mark__txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mark__item:not(:first-child) {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-mark__item:not(:first-child) {
    margin-top: 42px;
  }
}
.p-mark__ttl {
  position: relative;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  padding-left: 36px;
}
.p-mark__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 27px;
  background-image: url(../../images/reform/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px 4px 0 0;
}
.p-mark__ttl .text-line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #F4C2C1));
  background: linear-gradient(transparent 65%, #F4C2C1 65%);
  padding-left: 5px;
}
.p-mark__txt {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-top: 10px;
}
.p-mark__bottom-img {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mark__bottom-img {
    margin-top: 56px;
  }
}
.p-mark__bottom-img img {
  max-width: 100%;
  height: auto;
}
.p-mark__imgarea {
  width: 300px;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .p-mark__imgarea {
    width: 100%;
    margin: 20px 0 0;
  }
}
.p-mark__imgarea img {
  max-width: 100%;
}
.p-mark__img:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mark__img:not(:first-child) {
    text-align: center;
    margin-top: 20px;
  }
}
.p-mark__img img {
  max-width: 100%;
  height: auto;
}
.p-mark__img figcaption {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
.p-mark__note {
  letter-spacing: 0;
  line-height: 1.5 !important;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mark__note {
    margin-top: 16px;
  }
}
.p-mark__note small {
  font-size: 14px !important;
}

.p-timing {
  width: 900px !important;
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-timing {
    width: auto !important;
    padding: 30px 0 70px;
  }
}
.p-timing__txt {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-top: 40px;
}
.p-timing__img-wrap {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-timing__img-wrap {
    overflow-x: scroll;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-timing__img img {
    width: 800px;
    height: auto;
  }
}
.p-timing__attention {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-timing__attention {
    margin-top: 30px;
  }
}
.p-timing__attention p {
  line-height: 1.5 !important;
}
.p-timing__attention small {
  font-size: 14px !important;
}

.c-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 240px;
  background-color: #019FA8;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 20px 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 300px;
    font-size: 16px;
  }
}
.c-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-btn:hover {
  color: #019FA8 !important;
}
.c-btn:hover::before {
  width: 100%;
}
.c-btn:hover span::after {
  border-color: #019FA8;
}
.c-btn span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    display: block;
  }
}
.c-btn span::after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn span::after {
    width: 10px;
    height: 10px;
  }
}
.c-btn--larg {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .c-btn--larg {
    max-width: 300px;
  }
}
.c-btn--larg span::after {
  right: -34px;
}
@media screen and (max-width: 767px) {
  .c-btn--larg span::after {
    right: -16px;
  }
}


@media screen and (min-width: 767px) {
  .c-btn_b {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    background-color: #019FA8;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_b {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #019FA8;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 300px;
    font-size: 16px;
  }
}
.c-btn_b::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-btn_b:hover {
  color: #019FA8 !important;
}
.c-btn_b:hover::before {
  width: 100%;
}
.c-btn_b:hover span::after {
  border-color: #019FA8;
}
.c-btn_b span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn_b span {
    display: block;
  }
}
.c-btn_b span::after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn_b span::after {
    width: 10px;
    height: 10px;
  }
}




.p-ingenuity {
  margin-top: 50px;
  background-color: #f3f3f3;
  height: 100%;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.p-ingenuity__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.p-ingenuity__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ingenuity__inner {
  position: relative;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ingenuity__inner {
    padding: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-ingenuity__inner_b {
    display: block;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-ingenuity__inner_b {
    display: block;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-ingenuity__inner_b {
    padding: 20px;
  }
}
@media screen and (min-width: 767px) {
  .btn_container{
    width: 79%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn_container{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.p-ingenuity__txt {
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-ingenuity__txt {
    text-align: left;
  }
}
.p-ingenuity__btn {
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 767px) {
  .p-ingenuity__btn_b {
    margin: 10px 20px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .p-ingenuity__btn_b {
    margin: 10px auto;
  }
}
.p-introduce {
  background-color: #F4F4F4;
  padding: 70px 15px 50px;
}
@media screen and (max-width: 767px) {
  .p-introduce {
    padding: 65px 15px 50px;
  }
}
.p-introduce__txt {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 390px) {
  .p-introduce__txt {
    font-size: 18px !important;
  }
}
.p-introduce__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-introduce__btn {
    margin-top: 30px;
  }
}

.p-service {
  width: 960px !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-service {
    width: auto !important;
  }
}
.p-service__ttl {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.4 !important;
  text-align: center;
}
.p-service__ttl .sub {
  display: block;
  font-size: 14px !important;
}
.p-service__ttl + * {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-service__ttl + * {
    margin-top: 20px;
  }
}
.p-service__list {
}
@media screen and (max-width: 767px) {
  .p-service__list {
    padding: 0 35px;
  }
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__item:first-child {
  padding-top: 0;
  border-top: none;
}
.p-service__item:last-child {
  padding-bottom: 0;
}
.p-service__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__item:nth-child(even) .p-service__item-img {
  margin: 0 0 0 46px;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-child(even) .p-service__item-img {
    margin: 0;
  }
}
.p-service__item--img-larg .p-service__item-img {
  width: 520px;
  margin: 0 0 0 30px !important;
}
@media screen and (max-width: 767px) {
  .p-service__item--img-larg .p-service__item-img {
    width: 100%;
    margin: 0 !important;
  }
}
.p-service__item-img {
  width: 540px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 46px;
}
@media screen and (max-width: 767px) {
  .p-service__item-img {
    width: 100%;
    margin: 0;
  }
}
.p-service__item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.p-service__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service__item-body {
    margin-top: 30px;
  }
}
.p-service__item-ttl {
  color: #019FA8;
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5 !important;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__item-ttl {
    font-size: 20px !important;
  }
}
.p-service__item-txt {
  line-height: 1.7 !important;
  letter-spacing: 0;
  margin-top: 20px;
}
.p-service__item-txt + .p-service__item-txt {
  margin-top: 20px;
}
.p-service__item-btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service__item-btn-wrap {
    text-align: center;
    margin-top: 18px;
  }
}
.p-service__item-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 222px;
  background-color: #019FA8;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 20px 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-service__item-btn span {
  position: relative;
  display: inline-block;
  line-height: 1.2 !important;
  margin-right: 10px;
}
.p-service__item-btn span::after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-service__item-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.p-service__item-btn:hover {
  color: #019FA8 !important;
}
.p-service__item-btn:hover::before {
  width: 100%;
}
.p-service__item-btn:hover span::after {
  border-color: #019FA8;
}
@media screen and (max-width: 767px) {
  .p-service__item-btn {
    max-width: 176px;
    padding: 11px 5px;
  }
  .p-service__item-btn::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

.p-under-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../../images/reform/under_mv.jpg) no-repeat 0 50%/cover;
  height: 200px;
}
.p-under-kv__ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.p-under-kv__ttl .small {
  font-size: 24px;
}

.p-type {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-type {
    padding: 30px 0;
  }
}
.p-type__txt {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.p-type .c-bg-ttl {
  margin-top: 50px;
}
.p-type__list-wrap {
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-type__list-wrap {
    padding: 30px 30px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 500px) {
  .p-type__list-wrap {
    padding: 25px 10px 50px;
  }
}
.p-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-type__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-type__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .p-type__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-type__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-type__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100px;
    width: 30%;
  }
}
.p-type__img img {
  max-width: 100%;
  height: auto;
}
.p-type__body {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-type__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 15px;
  }
}
.p-type__item-ttl {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-type__item-ttl {
    font-size: 18px !important;
    text-align: left;
  }
}
.p-type__item-txt {
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 0 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-type__item-txt {
    padding: 0;
    margin-top: 0;
  }
}
.p-type__table-wrap {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-type__table-wrap--pc {
    display: none;
  }
}
.p-type__table {
  width: 100%;
  table-layout: fixed;
  letter-spacing: 0;
}
.p-type__table th,
.p-type__table td {
  border: solid 1px #019FA8;
}
@media screen and (max-width: 767px) {
  .p-type__table th,
  .p-type__table td {
    border-width: 2px;
  }
}
.p-type__table td.p-type__table-hidden {
  border: none;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-type__table td.p-type__table-hidden {
    width: 100px;
  }
}
.p-type__table th.p-type__table-head-ttl {
  border-bottom: none;
  border-right: none;
}
.p-type__table th.p-type__table-head-ttl:first-of-type {
  border-radius: 10px 0 0 0;
}
.p-type__table th.p-type__table-head-ttl:last-of-type {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #019FA8;
}
@media screen and (max-width: 767px) {
  .p-type__table th.p-type__table-head-ttl:last-of-type {
    border-radius: 10px 10px 0 0;
    border-width: 2px;
  }
}
.p-type__table th.p-type__table-row-ttl {
  border: none;
}
.p-type__table th.recommend,
.p-type__table td.recommend {
  border-left-width: 4px;
}
.p-type__table td.recommend-last {
  border-left-width: 4px;
  border-bottom-width: 4px;
}
.p-type__table-head-ttl {
  font-size: 20px !important;
  font-weight: 700;
  padding: 12px 5px;
}
.p-type__table-head-ttl.recommend-text {
  position: relative;
}
.p-type__table-head-ttl.recommend-text::before {
  content: "イチオシ！";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -60px;
  left: -4px;
  width: calc(100% + 8px);
  height: 60px;
  background-color: #019FA8;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
}
.p-type__table-row {
  height: 120px;
  border-right: none;
}
.p-type__table-row:not(:last-child) th,
.p-type__table-row:not(:last-child) td {
  border-bottom: none;
}
.p-type__table-row td {
  vertical-align: middle;
  padding: 5px 10px;
}
.p-type__table-row td:not(:last-child) {
  border-right: none;
}
.p-type__table-row td.maru {
  background: url(../../images/reform/icon_maru.svg) no-repeat center center/100px;
}
.p-type__table-row td.sankaku {
  background: url(../../images/reform/icon_sankaku.svg) no-repeat center center/100px;
}
.p-type__table-row td.double-maru {
  background: url(../../images/reform/icon_double-maru.svg) no-repeat center center/100px;
}
.p-type__table-row:nth-child(even) {
  background-color: #eee;
}
.p-type__table-row:nth-child(even) .p-type__table-row-ttl {
  background-color: rgba(1, 159, 168, 0.5);
}
.p-type__table-row:nth-child(odd) .p-type__table-row-ttl {
  background-color: rgba(1, 159, 168, 0.3);
}
.p-type__table-row td {
  font-size: 16px !important;
  text-align: center;
}
.p-type__table-row td strong {
  font-weight: 700;
}
.p-type__table-row-ttl {
  width: 140px;
  border: none;
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-type__table-row-ttl {
    width: 100px;
    font-size: 18px !important;
  }
}
.p-type__bottom-txt {
  width: 900px;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 1.75 !important;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-type__bottom-txt {
    width: auto;
    margin-top: 30px;
    font-size: 16px !important;
  }
}
.p-type__table-wrap--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-type__table-wrap--sp {
    margin-top: 80px;
    display: block;
  }
}
.p-type__table-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-type__table-tab-item {
    width: calc(33.3333% - 10px);
    color: #fff;
    background-color: #999;
    border-radius: 8px;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding: 20px 4px;
  }
}
.p-type__table-tab-item.current {
  background-color: #019FA8;
}
.p-type__area-group {
  width: 100vw;
  margin: 20px calc(49.8% - 50vw) 0;
}
.p-type__area {
  display: none;
}
.p-type__sp-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-type__sp-table {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-recommend-wrap {
  padding: 70px 0;
}

.p-recommend {
  width: 900px !important;
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    width: auto !important;
    margin-top: 40px !important;
  }
}
.p-recommend:first-child {
  margin-top: 0 !important;
}
.p-recommend__inner {
  background-color: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    padding: 40px 15px;
  }
}
.p-recommend__main-ttl {
  position: relative;
  color: #019FA8;
  font-size: 36px;
  line-height: 1.5 !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recommend__main-ttl {
    padding-left: 65px;
    font-size: 22px;
  }
}
.p-recommend__main-ttl .small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-recommend__main-ttl .small {
    font-size: 16px;
  }
}
.p-recommend__main-ttl + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recommend__main-ttl + * {
    margin-top: 30px;
  }
}
.p-recommend__main-ttl-icon {
  display: inline-block;
  width: 90px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-recommend__main-ttl-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-right: 4px;
  }
}
.p-recommend__main-ttl-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-recommend__content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  padding: 30px 10px 60px;
}
.p-recommend__content:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recommend__content {
    padding: 30px 15px;
  }
}
.p-recommend__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #019FA8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl {
    font-size: 20px;
  }
}
.p-recommend__ttl::before, .p-recommend__ttl::after {
  content: "";
  height: 3px;
  background: #019FA8;
}
.p-recommend__ttl::before {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl::before {
    margin-right: 8px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-recommend__ttl::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl::after {
    margin-left: 8px;
  }
}
.p-recommend__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-recommend__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.p-recommend__media-img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-recommend__media-img {
    margin-top: 20px;
  }
}
.p-recommend__media-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-recommend__media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-recommend__media-body {
    margin-left: 0;
  }
}
.p-recommend__media-catch {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  text-decoration: underline;
}
.p-recommend__media-tag {
  display: inline-block;
  width: 130px;
  background-color: #019FA8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  margin-top: 17px;
}
.p-recommend__media-logo {
  margin-top: 19px;
}
.p-recommend__media-logo img {
  max-width: 100%;
  height: auto;
}
.p-recommend__media-price {
  border-left: 7px solid #8AB1B5;
  font-size: 12px !important;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 4px;
  margin-top: 20px;
}
.p-recommend__bottom-img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom-img {
    margin-top: 30px;
  }
}
.p-recommend__bottom-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-recommend__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recommend__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recommend__list-content {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-recommend__list-content {
    width: 100%;
  }
}
.p-recommend__list-content--merit .p-recommend__list-ttl {
  background-color: #019FA8;
}
.p-recommend__list-content--merit .p-recommend__item::before {
  background-image: url(../../images/reform/icon_check.svg);
}
.p-recommend__list-content--demerit .p-recommend__list-ttl {
  background-color: #989898;
}
.p-recommend__list-content--demerit .p-recommend__item::before {
  background-image: url(../../images/reform/icon_check-gray.svg);
}
.p-recommend__list-ttl {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 600;
  text-align: center;
  padding: 3px 5px;
}
.p-recommend__list {
  margin-top: 20px;
}
.p-recommend__item {
  position: relative;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  padding-left: 20px;
}
.p-recommend__item:not(:first-child) {
  margin-top: 14px;
}
.p-recommend__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 13px;
  background-image: url(../../images/reform/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 4px 0 0;
}
.p-recommend__item .text-line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #F4C2C1));
  background: linear-gradient(transparent 65%, #F4C2C1 65%);
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-recommend__item .text-line {
    padding-left: 0;
  }
}
.p-recommend__attention {
  margin-top: 5px;
}
.p-recommend__attention small {
  font-size: 10px !important;
  font-weight: 500;
}
.p-recommend__bottom-txt {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.9 !important;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom-txt {
    font-size: 16px !important;
    margin-top: 30px;
  }
}

.cgSampleArea{
  margin: 60px 0;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .cgSampleArea{
    margin: 60px 0;
    display: block;
    overflow: hidden;
  }
  .cgSampleleft{
    width: 50%;
    display: block;
    margin-right: 5%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .cgSampleArea{
    margin: 0;
    display: block;
    overflow: hidden;
  }
  .cgSampleleft{
    display: none;
  }
}
.cgSampleImg{
  width: 46%;
  height: auto;
  margin: 10px 2%;
  background-color: #999;
  float: left;
}
.cgSampleImg img{
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 767px) {
  .cgSampleRight{
    width: 40%;
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .wagaya_icon{
    float: left;
    width: 98px;
    margin: 10px 12% 30px 12% ;
  }
}
@media screen and (max-width: 767px) {
  .cgSampleRight{
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .wagaya_icon{
    float: left;
    width: 60px;
    margin: 10px 12% 30px 12% ;
}
}
.iconArea{
  margin: 0 auto;
}

.wagaya_btntxt{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



/* .p-subpage-kv
===========================================================*/
.p-subpage-kv {
  position: relative;
}

.p-subpage-kv h2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.5;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-subpage-kv {
    width: 100%;
    height: 200px;
    background: url(../../images/item/mv_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-subpage-kv h2 span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    top: 0.3em;
  }
  .p-subpage-kv h2 span:nth-child(2) {
    font-size: 36px;
    font-weight: 600;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .p-subpage-kv {
    background: url(../../images/item/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 400/250;
  }
  .p-subpage-kv h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-subpage-kv h2 span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
  }
  .p-subpage-kv h2 span:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
  }
}
/* Utility
===========================================================*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}/*# sourceMappingURL=custom-reform.css.map */




@media screen and (min-width: 767px) {
  .UIblock_left{
    width: 46%;
    margin: 0 2%;
    float: left;
  }
  .UIblock_right{
    width: 46%;
    margin: 0 2% 20px 2%;
    float: left;
  }
  .UIblock{
    margin: 0 2%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .UIblock_left{
    width: 96%;
    margin: 0 2%;
    float: left;
  }
  .UIblock_right{
    width: 96%;
    margin: 0 2% 20px 2%;
    float: left;
  }
  .UIblock{
    width: 96%;
    margin: 20px 2%;
    float: left;
  }
}
.UIimage01{
  width: 265px;
  margin: 0px auto;
  outline: solid 1px #aaa;
  margin-bottom: 20px;
}
.UIimage02{
  width: 265px;
  margin-right: 10px;
  background-color: #fff;
  float: left;
  outline: solid 1px #aaa;
  margin-bottom: 20px;
}
.UImain{
  display: block;
  margin: 20px auto 30px auto;
  text-align: center;
}
.UImain img{
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .UImain img{
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
  }
}

.wagayaHR{
  clear: both;
  width: 100%;
  margin: 50px auto 0 auto;
  border-style: none;
  border-top: solid 1px #ccc;
  display: block;
  overflow: hidden;
}
.originalCGFlow{
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .flow_ex{
    width: 21.5%;
    margin: 0 1%;
    float: left;
  }
  .flow_exImg{
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .allow{
    width: 2%;
    height:150px;
    float: left;
    display: table;
  }
  .allow p{
    display: table-cell;
    vertical-align: middle;
    color: #019FA8;
  }
}
@media screen and (max-width: 767px) {
  .flow_ex{
    width: 100%;
    margin: 0;
  }
  .flow_exImg{
    width: 50%;
    margin: 0 auto;
    }
  .allow{
    display: none;
  }
}
.flow_exImg img{
  width: 100%;
  object-fit: contain;
}

.flow_extext01{
  font-weight: 600;
  color: #019FA8;
}

.sub_btn{
  margin: 30px auto;
  font-size: 14px;
}
.sub_btn a{
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.sub_btn a:hover {
    background: #5f5f5f;
    color: #FFF;
}
.sub_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.sub_btn a:hover:after {
    border-color: #FFF;
}

@media screen and (min-width: 767px) {
  .wagaya_newsArea{
    border: solid 1px #c0c0c0;
    padding: 10px 20px;
    margin: 20px auto;
  }
  .wagaya_newsArea ul li span{
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wagaya_newsArea{
    border: solid 1px #c0c0c0;
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
    overflow: hidden;
  }
  .wagaya_newsArea ul li span{
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    float: left;
  }
}

.UIex{
  font-weight: 600;
  font-size: 16px !important;
  color: #4EA0A8;
  margin-bottom: 10px;
}
.circle_number {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-top: 4px;
  padding-top: 4px;
  color: #eee;
  background-color: #4EA0A8;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}

.fadeIn{
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  transform: translateY(0);
}