@charset "UTF-8";
@media (max-width: 959px) and (min-width: 751px) {}
@media only screen and (max-width : 750px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
  }
  img {
    height: auto !important;
  }
  a[href^="tel:"] {
    pointer-events: inherit;
  }
  .pc {
    display: none;
  }
  .sp, #nav-toggle {
    display: block;
  }
  .openbtn {
    display: inherit;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .inner {
    padding: 0 2rem;
  }
  /* !header
	---------------------------------------------------------- */
  #header {
    padding-top: 2rem;
  }
  .header-inner {
    padding: 0 2rem;
  }
  .header-logo a {
    width: 18rem;
  }
  .header-logo img {
    display: block;
    width: 18.4rem;
    margin: 0 auto;
  }
  /* !main Visual
	---------------------------------------------------------- */
  #main-visual {
    padding: 1.7rem 2rem 3rem;
    display: block;
  }
  #main-visual .main {
    position: relative;
  }
  #main-visual .main::before {
    content: '';
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    z-index: 2;
    width: min(200px, 22vw);
    height: min(200px, 22vw);
    background: url(../img/top/main_number.svg) no-repeat;
    background-size: cover;
  }

  .main-visual-wrap {
    flex-direction: column;
    padding: 0 0px;
  }

  .main-visual-wrap-contents-left {
    width: 100%;
  }

  .main-visual-wrap-contents-right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .main-visual-form .form-wrap {
    padding-left: 0;
  }

  .main-visual-wrap-contents-right #contact .form-wrap tr td {
    padding-left: 0;
  }


  .about-btn {
    max-width: 27rem;
    margin-top: -6rem;
    bottom: 13px;
  }
  .about-btn::before {
    margin-top: 0rem;
    width: 14.5rem;
    height: 2.4rem;
    background: url(../img/top/24hour.svg) no-repeat;
    background-size: contain;
  }
  #main-visual .top {
    width: 295px;
    margin: 12px auto -0.5rem;
  }
  #main-visual .sp_visual__info {
    position: relative;
  }
  #main-visual::before {
    width: 100%;
    height: 26rem;
  }
  .about-btn_sp {
    position: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .main-visual__info {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
    margin-top: 0;
  }
  .main-visual__info .info-words {
    border-bottom: dashed #6d5335 0.2rem;
    padding: 0 0 3rem;
  }
  .main-visual__info .green {
    margin: 0 auto 2rem;
  }
  .main-visual__info .info-list {
    gap: 0;
    justify-content: center;
    margin-top: 20px;
  }
  .main-visual__info .info-list li {
    width: 32%;
    margin: 0 .26rem;
  }
  .main-visual__image {
    width: 100%;
    min-width: unset;
    margin-top: 6rem;
  }
  .main-visual__image .image {
    width: 100%;
    border-radius: 2rem;
    height: auto;
  }

  .main-visual-wrap-contents-right h2 {
    text-align: center;
    margin: 30px auto 3px;
    max-width: 251px;
  }

  .main-visual-wrap-contents-right #contact input[type=text] {
    height: 4.9rem;
  }

  .main-visual-wrap-contents-right #contact .form-wrap tr+tr {
    margin-top: 15.5px;
  }

  .main-visual-wrap-contents-right #contact textarea {
    min-height: 16rem;
  }

  .main-visual-wrap-contents-right .overscroll-inner b {
    font-size: 1.6rem;
  }

  .main-visual-wrap-contents-right .overscroll-inner {
    padding: 5px 1.6rem 10px;
  }

  .main-visual-wrap-contents-right .overscroll-inner h3 {
    margin-bottom: 6px;
  }
  .main-visual-wrap-contents-right #contact .overscroll p {
    line-height: 1.7;
  }

  .main-visual-wrap-contents-right #contact .overscroll {
    height: 17.5rem;
  }

  .main-visual-wrap-contents-right #contact .agree-area {
    margin-top: 2.8rem;
    justify-content: center;
    align-items: center;
  }

  .main-visual-wrap-contents-right #contact .form-wrap .need {
    width: 4rem;
    margin-left: 0;
  }

  .main-visual-wrap-contents-right #contact .form-wrap table .need {
    margin-left: 13px;
  }

  .main-visual-wrap-contents-right #contact .submit-area {
    max-width: 295px;
    margin: 20px auto;
  }

  .main-visual-wrap-contents-right table {
    width: 100%;
  }

  /* !footer
	---------------------------------------------------------- */
  #footer {
    padding: 3rem 0;
  }
  #copyright {
    font-size: 1.2rem;
  }
  /* !about
	---------------------------------------------------------- */

  .about-section-precious-time {
    background-image: url(../img/top/about-bg-sp.png);
  }
  .about-section .about-section-inner-top {
    padding: 49px 20px 50px;
  }
  .about-contents-wrap-sp {
    display: block;
    padding: 31px 20px 2px;
  }
  .about-contents-wrap-pc {
    display: none;
  }
  .about-item__img-box {
    height: auto;
  }
  .about-item__img {
    width: 100%;
    min-height: 230px;
  }
  .about-contents-text-box {
    width: 100%;
    padding: 0 0px 30px;
  }
  
  .about-item__img-box01 {
    max-width: 230px;
    top: 10px;
    left: -32px;
  }
  .about-item__img-box02 {
    max-width: 192px;
    bottom: 15px;
    right: -31px;
	}
	.about-heading-en {
		font-size: 1.8rem;
	}

  .about-section-precious-time .arrow {
    left: calc(50% - 50px);
    bottom: -33px;
    height: 57px;
    width: 101px;
  }

  .about-heading-2 {
		font-size: 2.2rem;
    margin-top: 3px;
    padding-bottom: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0em;
	}
  .about-heading-2::before {
    background: repeating-linear-gradient(
      to right,
      #444444 0 2px,
      transparent 2px 4px
    );
  }

  .about-list {
    margin-top: -7px;
  }

  .about-list-item p {
    font-size: 1.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }

  .about-list-item svg {
    margin-right: 7px;
  }

  .about-list-item:not(:first-child) {
    margin-top: 7px;
  }

  .about-list-item:last-child {
    margin-top: 12px;
  }

  .about-space {
    border-radius: 60px 0 60px 0;
    padding: 41px 20px 49px;
    background-image: url(../img/top/about-bg02-sp.png);
    background-size: cover;
  }

  .about-space-tag {
    font-size: 1.9rem;
    min-width: 160px;
    padding: 7px;
    transform: translateY(19px);
  }

  .about-space-tag svg {
    height: 14px ;
    bottom: -14px;
  }

  .about-space-heading-2 {
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 11px;
  }

  .about-space-contents-wrap {
    flex-direction: column-reverse;
    margin-right: 0;
    gap: 11px 0;
    margin-top: 9px;
  }
  .about-space-contents-img {
    width: 100%;
  }

  .about-space-contents-img img {
    margin: 0 auto;
  }

  .about-space-contents-list {
    padding: 16px 6px 18px 12px;
  }

  .about-space-contents-list-item {
    font-size: 1.5rem;
  }

  .about-space-contents-list-item .padding {
    padding-left: 10px;
  }

  .about-space-contents-list-item:not(:first-child) {
    margin-top: 9px;
  }

  .about-space-contents-list::before {
    width: 36px;
    height: 32px;
  }

  .about-space-contents-list::after {
    width: 36px;
    height: 32px;
  }

  .pc-br {
    display: block;
  }

  .about-section .about-section-inner-under {
    padding: 28px 20px;
  }

  /* !solution
---------------------------------------------------------- */

.solition-section {
  margin-top: 31%;
}

.solition-section-container {
  padding: 30px 20px;
}

.solition-section-container::after {
  width: 32px;
  height: 38px;
}

.solition-section-container::before {
  width: 32px;
  height: 38px;
}

.solition-section-box {
  transform: translateY(-3px);
}

.solition-section-heading-2 .deco-line {
  transform: translateY(-10px);
}

.solition-section-heading-2 .deco-line-sp {
  display: block;
  font-size: 1.6rem;
  margin-top: 16px;
}

.solition-section-heading-2 .deco-line-pc {
  display: none;
}
.solition-section-heading-3::after {
  margin-top: 10px;
  width: 23px;
  height: 3px;
}

.solition-section::before {  
  height: 57%;
  top: -10%;
  background-image: url(../img/top/solution-bg-sp.png);
}

.solition-section .inner {
  padding: 0px 20px 53px;
}

.solition-section-heading-2 {
  font-size: 3rem;
  transform: translateY(-15px);
  line-height: 1.36;
}

.solition-section-heading-2 .font-size-up {
  font-size: 3.8rem;
}

.solition-section-contents-wrap {
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 0px;
}

.solition-section-img-contents {
  width: 100%;
}

.solition-section-img {
  position: unset;
  width: 100%;
  padding: 0 3px;
}

.solition-section-deco {
  width: 81%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  margin: 0 auto;
}

.solition-section-deco .sp {
  display: block;
}
.solition-section-deco .pc {
  display: none;
}

.solition-section-contents-text-field {
  margin-top: 0px;
}

.solition-section-contents-text-en-deco {
  font-size: 2.3rem;
}

.solition-section-heading-3 {
  font-size: 2.5rem;
  margin-bottom: 3px;
  margin-top: -7px;
  padding-bottom: 12px;
}

.solition-section-contents-text-strong {
  font-size: 1.4rem;
  padding: 0 0px;
  margin-bottom: 4px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.solition-section-contents-text {
  font-size: 1.4rem;
  font-kerning: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.71;
}

.solition-section-container::before {
  content: none;
}

.solition-section-box::after {
  background-image: url(../img/top/solution-bg-under-sp.png);
}

/* !solution end
---------------------------------------------------------- */

  /* !point
	---------------------------------------------------------- */

  .point-section .inner {
    padding: 0;
  }
  .ponint-area-pc {
    display: none;
  }
  .ponint-area-sp {
    display: block;
  }
  .point-section {
    padding-top: .5rem;
  }
  .point-heading-2 {
    display: block;
    line-height: 1.6;
    max-width: 242px;
    margin: 0 auto;
  }

  .point-heading-2::before {
    background-image: url(../img/top/point-title-deco01-sp.png);
    width: 34px;
    height: 73px;
    left: -45px;
    top: -0px;
  }

  .point-heading-2::after {
    background-image: url(../img/top/point-title-deco02-sp.png);
    width: 45px;
    height: 75px;
    right: -54px;
    top: -1px;
  }

  .point-heading-strong-text {
    font-size: 2.5rem;
  }

  .point-item:nth-child(1) .point-item__box::before {
    width: 44px;
    height: 71px;
    top: -21px;
    right: 0px;
    left: inherit;
    background-size: cover;
  }

  .point-item:nth-child(2) .point-item__box::before {
    width: 70px;
    height: 64px;
    right: 0px;
    top: -50px;
    background-size: cover;
  }

  .point-item:nth-child(3) .point-item__box::before {
    width: 52px;
    height: 61px;
    left: inherit;
    right: 0;
    top: -38px;
    background-size: cover;
  }

  .point-heading-2 img {
    max-width: 208px;
  }

  .point-heading__box-sp {
    display: block;
    transform: translateY(-7px);
  }

  .point-heading__box-pc {
    display: none;
  }

  .point-heading__box .title01 {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -.04em;
  }
  .point-heading__box .title01 font {
    font-size: 3.2rem;
  }
  .point-heading__box .title01 font::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .point-heading__box .title02 {
    margin-top: 1.4rem;
    font-size: 2.2rem;
  }
  .point-heading__box .title03 {
    max-width: 30rem;
  }
  .ponint-area {
    padding: 0rem 20px 6.3rem;
    margin-top: 4.3rem;
  }
  .point-sotoiko {
    max-width: 60rem;
    width: 100%;
    height: 8rem;
    margin: 0 auto 6rem;
    border-radius: 1rem;
  }
  .point-sotoiko .head-inner {
    padding-bottom: 0;
  }
  .point-sotoiko::before, .point-sotoiko::after {
    width: 5.2rem;
    height: 5rem;
  }
  .point-sotoiko::before {
    right: -1rem;
    top: -2rem;
  }
  .point-sotoiko::after {
    left: -1rem;
    bottom: -2rem;
  }
  .point-sotoiko .dots01:before, .point-sotoiko .dots02:before, .point-sotoiko .dots01:after, .point-sotoiko .dots02:after {
    width: 1rem;
    height: 1rem;
  }
  .point-sotoiko .eng {
    width: 10rem;
    display: inline-block;
  }
  .point-sotoiko .jap {
    line-height: 1.5;
    font-size: 2rem;
  }
  .point-sotoiko .jap font {
    font-size: 3rem;
  }
  .point-item, .point-item:nth-child(even) {
    flex-direction: column;
  }
  .point-item + .point-item {
    margin-top: 4.2rem;
  }
  .point-item__image {
    width: 100%;
    text-align: center;
  }
  .point-item__image::before {
    bottom: -2rem;
    width: 12rem;
    height: 13rem;
  }
  .point-item:nth-child(odd) .point-item__image:before {
    left: -3rem;
  }
  .point-item:nth-child(even) .point-item__image:before {
    right: -3rem;
  }
  .point-item:nth-child(odd) .point-item__image {
    margin-right: 0;
    transform: translateX(-13px);
  }
  .point-item:nth-child(even) .point-item__image {
    margin-left: 0;
    transform: translateX(19px);
  }
  .point-item__box {
    width: 100%;
  }
  .point-item__box .number {
    font-size: 1.4rem;
    width: 10rem;
    height: 2.8rem;
    margin-bottom: 0;
  }
  .point-item__box .title {
    font-size: 1.9rem;
    padding: 0;
    padding-bottom: 14px;
    margin-bottom: 13px;
    line-height: 1.4;
  }

  .point-item__box .title::after {
    height: 1px;
    background: repeating-linear-gradient(to right, #444444 0 4px, transparent 4px 6px);
  }

  .point-item__box .text {
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }

  .point-item__box .eng-font {
    font-size: 1.5rem;
    font-family: 'UDShinGoProBold';
  }

  .point-item__box .point-deco {
    padding-left: 0;
    padding-right: 6px;
  }

  .point-deco svg {
    width: 18px;
    height: 14px;
  } 

  .point-item .point-item__box:last-of-type:before {
    content: none;
  }

  .point-item__image {
    width: 93%;
    margin: 0 auto;
  }

  .point-item:nth-child(1) .point-item__box {
    padding: 0;
    margin-top: 20px;
  }

.point-item:nth-child(1) .point-item__box:nth-last-child(1) {
    padding: 0;
    margin-top: 7px;
  }

  .point-item:nth-child(even) .point-item__image .image {
    transform: translateY(0);
  }

  .point-item:nth-child(2) .point-item__box {
    padding-left: 0;
  }

  .point-item:nth-child(2) .point-item__box:nth-last-child(1) {
     margin-top: 10px;
  }

  .point-item:nth-child(3) .point-item__box {
    padding: 0;
  }

  .point-item:nth-child(3) .point-item__box:nth-last-child(1) {
    margin-top: 4px;
  }


  /* !veramping
  ---------------------------------------------------------- */

  .veramping-continer-pc {
    display: none;
  }
  .veramping-continer-sp {
    display: block;
    background-color: #759165;
  }

  .veramping-continer.veramping-continer-sp .veramping-continer-text-field::before {
    content: "";
    position: absolute;
    background-image: url(../img/top/veramping-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 0;
    z-index: 1;
  }
  .veramping-continer.veramping-continer-sp .veramping-continer-wrap .veramping-continer-text-field::before {
    content: none;
  }

  .veramping-continer::before {
    width: 87px;
    height: 58px;
    right: inherit;
    left: 40px;
    top: -38px;
  }

  .veramping-continer::after {
    width: 71px;
    height: 88px;
    right: 10px;
    bottom: -44px;
  }

  .veramping-continer-text-field {
    position: relative;
    padding: 28px 9px 20px 20px;
    line-height: 1.3;
    width: 100%;
  }

  .veramping-continer-text-field:nth-last-child(1) {
    padding: 0px 9px 35px 20px;
    line-height: 1.3;
  }

  .veramping-continer-wrap {
    justify-content: space-between;
    background-color: #759165;
  }

  .veramping-continer-wrap::before {
    content: none;
  }

  .veramping-continer-img {
    width: 60%;
    max-width: 300px;
    min-width: 100px;
  }

  .veramping-continer-heading-2 {
    font-size: 2.2rem;
  }

  .veramping-continer-heading-2 .en {
    font-family: 'UDShinGoProBold';
  }

  .veramping-continer-strong-text {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .veramping-continer-strong-text span {
    min-width: 150px;
  }

  .veramping-continer-text {
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  .veramping-continer-strong-text-line {
    height: 1px;
  }

  /* !products
	---------------------------------------------------------- */
  .products-section {
    padding: 8rem 0 0.3rem;
  }
  .products-head {
    margin-bottom: 5.2rem;
  }
  .products-head__inner {
    display: inline-block;
    position: relative;
  }
  .products-head__inner::before, .products-head__inner::after {
    width: 3rem;
    height: 4rem;
  }
  .products-head__inner::before {
    margin-left: -0.8rem;
  }
  .products-head__inner::after {
    margin-right: -0.8rem;
  }
  .products-head span {
    font-size: 2.4rem;
  }
  .products-head span.small {
    font-size: 1.8rem;
  }
  .products-area {
    overflow-x: auto;
  }
  .products-area__body {
    width: 90rem;
    overflow: hidden;
    padding: 0 1.5rem 2rem;
  }
  .products-title__item {
    width: 20%;
    margin-right: 0;
  }
  .products-title__item dt {
    height: 7.7rem;
  }
  .products-title__item dd {
    padding: 1rem 0.8rem;
    font-size: 1.4rem;
    height: 4.5rem;
  }
  .products-title__item dd small {
    font-size: 1rem;
  }
  .products-item {
    text-align: center;
    width: 26%;
  }
  .products-item dt {
    font-size: 1.8rem;
    height: 6rem;
  }
  .products-item dd {
    font-size: 1.4rem;
    height: 4.5rem;
  }
  .products-item dd.mark01::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .products-item dd.mark02::before {
    width: 2rem;
    height: 1.4rem;
  }
  .products-item dd.mark03::before {
    width: 2rem;
    height: 2rem;
  }
  .products-item.sotoiko dd.mark03::before {
    width: 2rem;
    height: 2rem;
  }
  .products-item dd small {
    font-size: 1rem;
  }
  .products-item dd.font-small {
    font-size: 1.4rem;
  }
  .products-item.sotoiko dt {
    padding: 1rem 1.2rem;
    height: 7rem;
  }
  .products-item.sotoiko dt img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  /* !common head-box
	---------------------------------------------------------- */
  .head-box .eng-font {
    font-size: 1.8rem;
  }
  .head-box .jap {
    font-size: 2.8rem;
    margin-top: -0.8rem;
  }
  .head-box .head-box__inner::before, .head-box .head-box__inner::after {
    bottom: 0;
    left: -1.6rem;
    width: 4.2rem;
    height: 5rem;
  }
  .head-box .head-box__inner::after {
    left: auto;
    right: -1.6rem;
  }

  /* !price
  ---------------------------------------------------------- */

  .price-section {
    padding-bottom: 0;
  }

  .price-section .inner {
    padding: 20px 20px 5px;
  }
  
  .price-container-heading-2 .font-size-up {
    font-size: 2.8rem;
  }

  .price-container-heading-2 {
    font-size: 2.7rem;
    line-height: 1.2;
    transform: translateY(1px);
  }

  .price-container-heading-2 .en {
    font-family: 'UDShinGoProBold';
    font-size: 2.7rem;
  }

  .price-container-bg-deco-top-left {
    display: none;
  }
  .price-container-bg-deco-top-right {
    display: none;
  }
  .price-container-bg-deco-under-right {
    display: none;
  }
  .price-container-bg-deco-under-left {
    display: none;
  }

  .price-container {
    padding: 60px 20px 48px;
    transform: translatey(-48px);
  }

  .price-container-lead-text {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .price-container-lead-text .en {
    font-family: 'UDShinGoProMedium';
    font-size: 1.6rem;
    font-weight: 500;
  }

  .price-container-lead-text .under-line.font-size-up {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .price-container-lead-text .colorーchange .font-size-up {
    font-size: 2.4rem;
    font-family: 'UDShinGoProBold';
  }

  .price-container-case-contents {
    border-radius: 50px 0 50px 0;
    padding: 26px 10px 35px;
    margin-top: 23px;
  }

  .price-container-case-contents-text01 {
    font-size: 2.1rem;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .price-container-case-contents .deco {
    margin: 0 auto;
  }
  .price-container-case-contents .deco svg {
    width: 70px;
  }

  .price-container-case-contents-text02 {
    font-size: 2.4rem;
    padding-right: 13px;
    margin-top: -3px;
    line-height: 1.3;
  }

  .price-container-case-contents-text02 .font-size-up {
    font-size: 4.3rem;
  }

  .price-container-add-on-text .font-size-down {
    font-size: 2rem;
  }

  .price-container-add-on-text {
    font-size: 2.2rem;
    margin-top: 20px;
    line-height: 1.3;
  }

  .price-container-add-on-text .font-size-up {
    font-size: 3.4rem;
  }

  .price-container-more-info-strong {
    font-size: 3rem;
    margin: 0px 0 0px;
    padding-left: 9px;
  }

  .price-container-more-info-strong .deco svg {
    width: 25px;
    transform: translateY(14px) translateX(-16px);
  }

  .price-container-more-info-strong .deco:nth-last-of-type(1) svg {
    transform: translateY(14px) translateX(7px);
  }

  .price-container-more-info-contents {
    padding: 28px 20px 28px; 
    width: 120%;
    margin-left: -10%;
    margin-top: -34px;
  }

  .price-container-more-info-contents .sp {
    display: block;
    padding: 0 20px;
  }

  .price-container-more-info-contents .pc {
    display: none;
  } 

  .price-container-lead-text .under-line.font-size-up::before {
    bottom: 5px;
    height: 6px;
  }

  .price-container-more-info-contents-list-item-text {
    font-size: 1.2rem;
  }

  .price-container-more-info-contents-list {
    justify-content: center;
    gap: 0;
  }

  .price-container-more-info-contents-list-item {
    padding: 20px 10px;
  }

  .price-container-more-info-contents-list-item.sp {
    position: relative;
  }

  .masking {
    position: absolute;
    top: -14px;
    left: calc(50% - 32.5px);
    width: 75px;
    height: 28px;
  }

  .price-container-more-info-contents-list-item::before {
    top: -6px;
    left: calc(50% - 10px);
    width: 21px;
    height: 20px;
  }

  .price-container-more-info-contents-list-item:nth-child(1) {
    margin-right: 73px;
    padding: 18px 14px 18px 20px;
  }

  .price-container-more-info-contents-list-item:nth-child(2) {
    transform: rotate(5deg);
    margin-left: 88px;
    margin-top: 10px;
  }

  .price-container-more-info-contents-list-item:not(:last-of-type) {
    width: 67%;
  }

  .price-container-more-info-contents-list-item:last-of-type .img {
    position: absolute;
    top: 26px;
    right: -15px;
    width: 46%
  }

  .price-container-more-info-contents-list-item:last-of-type {
    padding: 30px 20px;
    margin-top: 19px;
  }

  .price-container-more-info-contents-list-item:last-of-type::before {
    content: none;
  }

  .price-container-more-info-contents-list-item.pc {
    display: none;
  }

  .price-container-more-info-contents-list-item.sp {
    display: block;
    line-height: 1.55;
  }


  .price-container-add-on {
    margin: 0 -20px;
  }

  .price-container-extra-info {
    margin-top: -24px;
  }

  .price-container-extra-info-text .pc {
    display: none;
  }
  .price-container-extra-info-text .sp {
    display: block;
    padding: 0 21px 0 15px;
    margin: 0 auto
  }

  .price-container-more-info-contents-list-item:last-of-type .price-container-more-info-contents-list-item-text .font-size-down {
    font-size: 1.3rem;
  }

  .price-container-more-info-contents-list-item:last-of-type .price-container-more-info-contents-list-item-text {
    font-size: 1.5rem;
  }



  /* !contact
	---------------------------------------------------------- */
  .contact-section {
    padding: 6rem 0;
  }
  .contact-section .head-box .eng-font {
    font-size: 2rem;
  }
  .contact-section .head-box .jap {
    font-size: 2rem;
  }
  .contact-section .contact-links {
    display: block;
  }
  .contact-section .contact-links a {
    margin: 0 auto;
    height: 6.2rem;
    font-size: 1.8rem;
  }
  .contact-section .contact-links a + a {
    margin: 3rem auto 0;
  }
  .contact-section .contact-links a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-section .contact-links a span:before {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 2rem;
  }
  /* !case
	---------------------------------------------------------- */
  .case-section {
    padding: 6rem 0 8rem;
  }
  .case-section::before {
    height: 30rem;
  }
  .case-slick {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
  .case-slick .slick-slide {
    width: 32rem;
  }
  .case-slick .slick-slide a {
    padding: 1.6rem;
  }
  .case-slick .slick-prev, .case-slick .slick-next {
    background-size: 0.8rem 1.2rem;
    width: 4.2rem;
    height: 4.2rem;
    transform: scale(-1) translateX(-50%) translateY(-50PX);
    margin-left: inherit;
  }
  .case-slick .slick-prev {
    left: 25%;
  }
  .case-slick .slick-next {
    background-size: 0.8rem 1.2rem;
    margin-right: inherit;
  }
  .case-slick .slick-dots {
    margin-bottom: 1.2rem;
  }
  .case-slick .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1rem;
  }
  .case-slick .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
  }
  .case-slide__info dt {
    font-size: 2.4rem;
  }
  .case-slide__info dd {
    font-size: 1.8rem;
  }
  .case-area {
    margin-top: 8rem;
  }
  .case-item {
    padding: 5rem 2rem 6.4rem;
  }
  .case-item::before, .case-item::after {
    width: 6.5rem;
    height: 6rem;
  }
  .case-item::before {
    left: -2rem;
    top: -1rem;
  }
  .case-item::after {
    right: -1rem;
    bottom: -1rem;
  }
  .case-item + .case-item {
    margin-top: 9rem;
  }
  .case-item .case-item__here {
    top: -15rem;
  }
  .case-item__head {
    max-width: 30rem;
    width: 100%;
    height: 6rem;
  }
  .case-item__head .jap {
    font-size: 2rem;
    margin-left: 2rem;
  }
  .case-item__head .eng-font {
    height: 3rem;
    border-radius: 0.6rem;
    padding: 0 1rem;
    font-size: 2rem;
  }
  .case-item__head:before, .case-item__head:after, .case-item__head .case-head__inner:before, .case-item__head .case-head__inner:after {
    width: 0.6rem;
    height: 0.6rem;
  }
	.case-item__image {
    display: block !important;
}
  .case-item__image {
    width: 100%;
    margin-bottom: 1rem;
  }
  .case-item__image img.before {
    width: 84%;
    margin: 0 auto;
  }
  .case-item__image img.arrow {
    width: 18px;
    margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .case-item__image img.after {
    width: 100%;
  }
  .case-item__info .info-text {
    font-size: 1.4rem;
  }
  .case-item__box {
    display: block;
  }
  .case-item__box .case-box {
    width: 100%;
  }
  .case-item__box .case-box + .case-box {
    margin-left: 0;
    margin-top: 3rem;
  }
  .case-item__box .case-box .box-inner__head {
    font-size: 1.8rem;
    padding: 0.5rem 0 0.8rem;
  }
  .case-item__box .box-inner__info {
    font-size: 1.4rem;
    padding: 2.3rem 2rem 3rem;
  }
  /* !flow
	---------------------------------------------------------- */
  .flow-section {
    padding: 6rem 0;
  }
  .flow-list {
    margin: 4rem auto 0;
  }
  .flow-item + .flow-item {
    margin-top: 2.6rem;
  }
  .flow-item dl {
    width: 100%;
    padding: 2.8rem 1.4rem 2.8rem 1.6rem;
  }
  .flow-item dt {
    width: 6rem;
    padding-right: 2rem;
    text-align: center;
  }
  .flow-item dt span {
    font-size: 3rem;
  }
  .flow-item dt font {
    font-size: 1.6rem;
  }
  .flow-item dd {
    font-size: 1.6rem;
    width: calc(100% - 6rem);
    padding-left: 2rem;
  }
  .flow-item dd::before {
    height: 100%;
  }
  .flow-item dd span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .flow-item:before, .flow-item:after, .flow-item dl:before, .flow-item dl:after {
    width: .5rem;
    height: .5rem;
  }
  /* !faq
	---------------------------------------------------------- */
  .faq-section {
    padding: 8rem 0 6rem;
  }
  .faq-list {
    margin: 6rem auto 0;
    padding: 2rem 1.2rem 3.6rem;
  }
  .faq-item {
    padding: 2rem 0;
  }
  .faq-item dt {
    font-size: 1.8rem;
    padding: 0 4.2rem;
  }
  .faq-item dt::before, .faq-item dt::after {
    top: 1.8rem;
    width: 2rem;
    height: 0.2rem;
  }
  .faq-item dt span {
    top: 0;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
  }
  .faq-item dd {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    padding-left: 4.2rem;
  }
  .faq-list .category {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
  .category .eng-font {
    top: 2rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .faq-list .category::before, .faq-list .category::after {
    top: 3.2rem;
    width: 2rem;
    height: 0.4rem;
  }
  .faq-list .sub::before, .faq-list .sub::after {
    top: 3.2rem;
    width: 2rem;
    height: 0.4rem;
  }
  .faq-list .sub3 {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
  .faq-list .sub {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
  .faq-list .sub2 {
    font-size: 1.5rem;
    padding: 2rem 6rem;
  }
  ul.faqList li .openBtn {
    font-size: 1.5rem;
    padding: 2rem 4rem;
  }
  ul.faqList li .openArea {
    font-size: 1.3rem;
    padding: 0 2rem 1rem;
    line-height: 2;
  }
  .faq-list .sub2::before, .faq-list .sub2::after {
    top: 3rem;
    width: 2rem;
    height: 0.4rem;
  }
  ul.faqList li .openBtn::before, ul.faqList li .openBtn::after {
    top: 3rem;
    width: 2rem;
    height: 0.4rem;
  }
  /* !contact
	---------------------------------------------------------- */
  .contact-wrap {
    padding: 8rem 0;
  }
  .contact-wrap .head-box {
    margin-bottom: 5rem;
  }
  .contact-wrap .head-box .jap {
    font-size: 2.4rem;
  }
  .form-wrap {
    max-width: 105rem;
    width: 100%;
    padding: 4rem 1.6rem;
  }
  .contact-wrap .form-wrap > p {
    font-size: 1.6rem;
  }
  .error {
    font-size: 1.4rem;
  }
  #contact textarea {
    padding: 0.6rem;
    font-size: 1.6rem;
    min-height: 22rem;
  }
  #contact input[type=text] {
    padding: 0.6rem;
    font-size: 1.6rem;
  }
  #contact select {
    padding: 0.6rem;
    font-size: 1.6rem;
  }
  #contact .form-wrap tr {
    display: block;
  }
  #contact .form-wrap tr + tr {
    margin-top: 1.6rem;
  }
  #contact .form-wrap tr th {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.75;
    display: block;
    text-align: left;
    padding-top: 0;
  }
  #contact .form-wrap tr td {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
    font-size: 1.6rem;
  }
  #contact .form-wrap .need {
    margin-left: 1rem;
    font-size: 1.2rem;
    height: 2rem;
  }
  #contact .form-wrap .construction span {
    font-size: 1.2rem;
  }
  #contact .form-wrap .birth-wrap {
    display: flex;
    max-width: unset;
  }
  #contact .birth-wrap.select-box::before {
    content: unset;
  }
  #contact .form-wrap .birth-wrap p {
    width: 9rem;
  }
  #contact .form-wrap .birth-wrap p.year {
    width: 10rem;
  }
  #contact .form-wrap .birth-wrap p + p {
    margin-left: 1rem;
  }
  #contact .form-wrap .birth-wrap input[type=text] {
    width: 5rem;
    margin-right: 0.6rem;
  }
  #contact .form-wrap .birth-wrap .year input[type=text] {
    width: 6rem;
  }
  #contact .form-wrap .file label {
    width: 16rem;
  }
  #contact .form-wrap input[type=file] {
    width: 16rem;
  }
  #contact .overscroll {
    margin-top: 3.2rem;
    height: 20rem;
  }
  .overscroll-inner {
    padding: 2rem 1.6rem;
  }
  #contact .agree-area {
    display: flex;
    align-items: flex-start;
  }
  #contact .agree-area input[type=checkbox] + label {
    padding-left: 2.8rem;
    font-size: 1.2rem;
  }
  #contact .agree-area input[type=checkbox] + label::before {
    top: 0;
  }
  #contact .agree-area input[type=checkbox] + label::after {
    top: -0.5rem;
  }
  #contact .submit-area span {
    height: 6rem;
  }
  #contact .submit-area input {
    font-size: 1.8rem;
    height: 6rem;
  }
  /* sfm2 */
  #contact ul.koumoku {
    flex-direction: column-reverse;
    align-items: center;
  }
  #contact ul.koumoku li + li {
    margin-left: 0;
  }
  #contact ul.koumoku li.btn-back {
    margin-top: 2rem;
  }
  /* thanks */
  .contact-thanks__title {
    font-size: 2rem;
  }
  .contact-thanks__body p {
    font-size: 1.8rem;
    text-align: left;
  }
  .contact-thanks__button a {
    font-size: 1.8rem;
    height: 6rem;
  }
  .about-heading span {
    padding: 0.5rem 3rem 0.2rem;
  }
  .about-heading img {
    width: 100% !important;
  }
  .scroll-hint-icon {
    position: absolute;
    z-index: 1000 !important;
  }
  .price_table_scroll {
    padding-bottom: 1rem;
  }
  .point-list {
    margin-top: -3rem;
  }
}
@media not screen and (1) {
  .page-top {
    position: static;
  }
} /* Opera10以上 */
/*20250411_金額など更新*/
@media only screen and (max-width : 750px) {
  .fee_area_all_wrapper {
    display: block;
  }
  .fee_area_wrapper {
    width: 100%;
    margin-top: 2px;
  }
  .fee_area_all_wrapper .txt {
    font-size: 15px;
  }
  .fee_area_all_wrapper .ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 460px) {
  .about-item__img-box01 {
    left: 20%;
  }
  .about-item__img-box02 {
    right: inherit;
    left: 50%;
  }
}

@media screen and (min-width: 751px) {
	.about-item__img-box01 {
    max-width: 572px;
    max-height: 500px;
    top: -29px;
    left: -38px;
	}
	.about-item__img-box02 {
	max-width: 472px;
    max-height: 400px;
    bottom: -72px;
    right: 8px;
	left: inherit;
	}
}