@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
  border-style: solid;
  border-width: 0;
}

*:where(:not(fieldset, progress, meter)) {
  background-repeat: no-repeat;
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
}

:where(html) {
  block-size: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.5;
  text-align: start;
  word-break: normal;
  overflow-wrap: anywhere;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-break: strict;
  hanging-punctuation: first last allow-end;
}

:where(html):where(:lang(ja)) {
  -webkit-font-kerning: none;
          font-kerning: none;
}

:where(body) {
  min-block-size: 100svb;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(svg) {
  fill: currentcolor;
  stroke: none;
}

:where(svg):where(:not([fill])) {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/* ----------------------------------------
** bodyなどサイト全体リセット上書き
------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
}

@media screen and (min-width: 500px){
  body{
    background-image: url("/public/assets/images/pages/home/fv/background-image-pc.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  
  }
}

body.is-active {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper{
  background-color: #fff;
  max-width:100%;
}

@media screen and (min-width: 500px){
  .wrapper{
    background-color: #fff;
    box-shadow: 0 0 30px 3px rgba(110,90,70,.7);
    max-width: 350px;
    margin: auto;
  }
  
}


ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (width < 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ----------------------------------------
** header
------------------------------------------- */
.header__inner {
  padding-inline: 12px;
  height: 60px;
  display: flex;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr auto;
}

.header__logo {
  padding-right: 15px;
  inline-size: 150px;
}

.header__contact {
  inline-size: 126px;
  background-color: #F7B6B6;
  border-radius: 3px;
  justify-self: end;
  -webkit-margin-end: 17px;
  margin-inline-end: 17px;
}

/* 500px以上 */
@media (350px >= width) {

  .header__contact {
    display: none;
  }

}



.header__contactButton {
  position: relative;
  display: grid;
  padding: 7px 10px 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
}
.header__contactButton::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  translate: 0 -50%;
  display: inline-block;
  background-image: url(../images/common/icon/contact_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  inline-size: 20px;
  block-size: 20px;
}
.header__contactButton > strong {
  font-size: 14px;
}

/*==================================================
　5-2-8 3本線が横方向に回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  z-index: 9999;/*ボタンを最前面に*/
  top:5px;
  right: 10px;
  background:#F7B6B6;;
  cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 5px;
}

/* 500px以上 */
@media (width >= 500px) {
  .openbtn{
    display: none;
  }
}



/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
    width:50px;
    height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 35px;
  }

.openbtn span:nth-of-type(1) {
   top:10px; 
}

.openbtn span:nth-of-type(2) {
   top:23px;
}

.openbtn span:nth-of-type(3) {
   top:36px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area{
   transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background:#F7B6B6;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav,.panelactive{
  right: -120;
}

/*ナビゲーションの縦スクロール*/
#g-nav,.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 9998; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  right:50%;
  transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center;
}

#g-nav li a{
color: #fff;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}


/* ----------------------------------------
** footer
------------------------------------------- */
/* ----------------------------------------
** common 共通パーツ
------------------------------------------- */
.tel {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}

/* ----------------------------------------
** button
------------------------------------------- */
/* ----------------------------------------
** burger
------------------------------------------- */
/* ----------------------------------------
** drawer
------------------------------------------ */
/* ----------------------------------------
** gnav
------------------------------------------- */
/* ----------------------------------------
** home
------------------------------------------- */
.footer{
background-color: #F7B6B6;
text-align: center;
}

.footer > small {
  color: #fff;
  font-size:20px;
}

.fv__text {
  text-align: center;
  padding-block: 15px 18px;
}
.fv__text > p {
  font-size: 24px;
  color: #D96464;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.fv__info {
  text-align: center;
  padding-block: 10px;
  padding-inline: 28px 27px;
  background-color: #F7B6B6;
}

.fv__tel {
  background-color: #fff;
}
.fv__tel > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #D96464;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.fv__tel > a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  inline-size: 30px;
  aspect-ratio: 1;
}

.fv__time {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.fv__time p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.04em;
}

.top-buttom{
  position: fixed;
  z-index: 9999;
  right: 0px;
  bottom:0px;
}

/* 700px以上 */
@media (500px <= width){
  .top-buttom{
    right: 0px;
    bottom:200px;
    }
}

/* FVイラストの動きここから */

/* 700px以下 */
@media (700px >= width){
  .move-parts{
    display: none;
  }
}

 
.move-parts-right,.move-parts-left {
  z-index: 9999;
  display: block;
  text-align: center;
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
}

.move-parts-center{
  z-index: 9999;
  position: fixed;
  top:0px;
  right:0px;
  width: 100%;
  height: auto;
}


.move-parts-right{
  position: fixed;
  top:0px;
  right:0px;
  width: 300px;
  height: auto;
}

.move-parts-left {
  position: fixed;
  top:0px;
  left:0px;
  width: 300px;
  height: auto;
}

.move-parts:nth-child(1) span {
  -webkit-animation-duration: 1.1s;
}
.move-parts:nth-child(2) span {
  -webkit-animation-duration: 1.3s;
}
.move-parts:nth-child(3) span {
  -webkit-animation-duration: 1.5s;
}
@-webkit-keyframes horizontal1 {
  0% { -webkit-transform:translateX( -2px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes horizontal2 {
  0% { -webkit-transform:translateX(  5px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical {
  0% { -webkit-transform:translateY(-4px); }
  100% { -webkit-transform:translateY(  0px); }
}

/* FVイラストの動きここまで */

.heading-bg {
  inline-size: 100%;
  margin-inline: auto;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  block-size: 70px;
}
.heading-bg::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  translate: -50% -50%;
  background-image: url(../images/common/heading/heading_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  inline-size: 100%;
  max-inline-size: 320px;
  aspect-ratio: 320/64;
  z-index: -1;
}
.heading-bg .title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.heading-top {
  margin-top: 85px;
}

.cards {
  position: relative;
  padding-block: 50px;
}
.cards::after {
  content: "";
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  background-image: url(../images/pages/home/images/pink_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cards__inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-inline: 13px;
  padding-block: 40px 60px;
  border: 2px dashed #797777;
}

.cardContainer {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

.card {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

.card__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.card__text > p {
  font-size: 14px;
  letter-spacing: -0.04em;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #797777;
}

.circle {
  /* background-color: #F7B6B6; */
  overflow: hidden;
  padding-top: 114px;
  padding-bottom: 114px;
}

@media (500px <= width) {
  .circle {
    /* background-color: #F7B6B6; */
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }  
} 


.container {
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle__imgWrap {
  grid-area: 1/1;
  z-index: 1;
  inline-size: 89.7435897436vw;
  margin-inline: auto;
}
.circle__imgWrap > img {
  width: 100%;
}

@media (500px <= width) {
  /* スタイルルール */
   .circle__imgWrap {
    z-index: 1;
    inline-size: 23vw;
  }

  .circle__imgWrap > img {
    width: 80%;
    margin: 0 auto;
  }
} 

.circle__bg {
  grid-area: 1/1;
  inline-size: 50vw;
  block-size: 50vw;
  background-color: #fff;
  -webkit-clip-path: circle(45% at center);
          clip-path: circle(45% at center);
}

@media (500px <= width) {
  .circle__bg {
    grid-area: 1/1;
    inline-size: 169.7435897436vw;
    block-size: 40vw;
    background-color: #fff;
    -webkit-clip-path: circle(45% at center);
            clip-path: circle(45% at center);
  }  
} 


.text2 {
  position: relative;
  padding-block: 50px;
}
.text2::after {
  content: "";
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  background-image: url(../images/pages/home/images/pink_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text2__inner {
  padding-inline: 20px;
}

.text2__headline {
  text-align: center;
}
.text2__headline h2 {
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
  color: #D96464;

}

.text2__inner p {
  padding-bottom: 20px;
}

/* sns */
.sns-contents {
padding-bottom: 40px;
}

/* ----------------------------------------
** helper
------------------------------------------- */
.sp-only {
  display: none;
}
@media (width < 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (width < 768px) {
  .pc-only {
    display: none;
  }
}

.dis-none {
  display: none;
}

.visually-hidden {
  position: fixed !important;
  inset-block-start: 0 !important;
  inset-inline-start: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  contain: strict !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: none !important;
  opacity: 0 !important;
}

.alternative {
  position: fixed !important;
  inset-block-start: 0 !important;
  inset-inline-start: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}