@charset "utf-8";

@-webkit-keyframes shiny-btn9 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes shiny-btn8 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media all and (min-width: 750.1px) {

/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
 
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}

  
  /*
font-family: 'Bebas Neue', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif
  */

/* tel */
a[href^="tel:"] {
  /*pointer-events: none;*/
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

img { border:none; }
.pchide { display:none !important; }
.pcbr { display: block; }
  
  
  body { font-family: 'Noto Sans JP', sans-serif; }
  #mainvisual { width: 100%; background-color: #eee; height: 600px; }

#mainvisual {
  position: relative;
  background: #eee;
  height: 80vh;
  min-height: 910px;
  z-index: 1;
}

#mainvisual::after {
  content: '';
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
  background-position: 0 0;
}
  

  /* mainvisual */
.mainvisual-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mainvisual-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
  background-position: 0 0;
}

  .header {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #fff;
  }

  .header__inner {
    display: flex;
    width: 100%;
    padding: 0 min(3.4vw, 50px);
  }

  .header__title {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  .header__title-sub {
    margin-top: 10px;
    font-size: min(calc(14 / 1440 * 100vw), 14px);
    font-weight: 400;
    line-height: calc(17 / 14);
  }

  .header__title-main {
    margin-top: 3px;
    font-size: min(calc(25 / 1440 * 100vw), 25px);
    font-weight: 700;
    line-height: calc(36 / 25);
  }

  .header__title-main span {
    font-size: 12px;
  }

  .header__buttons {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 1.3%;
  }

  .header__button {
    display: flex;
    color: #fff;
  }

  .header__button:not(:last-child) {
    width: min(25%, 265px);
  }

  .button-blue {
    display: flex;
    border-radius: 7px;
    background-color: #2179fe;
  }

  .button-blue__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 min(1vw, 10px);

    gap: 8px;
  }

  .button-blue__icon {
    display: inline-flex;
    width: min(4vw, 48px);
    height: min(4vw, 48px);
  }

  .button-blue__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .button-blue__body {
    line-height: 1;
  }

  .button-blue__top {
    display: flex;
    font-size: min(1.79vw, 24px);
    font-weight: 700;
    line-height: 1;

    gap: 2px;
  }

  .button-blue__img {
    width: min(1.4vw, 20px);
    height: min(1.4vw, 20px);
  }

  .button-blue__img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .button-blue__bottom {
    margin-top: 5px;
    font-size: 10px;
  }



  .button-red {
    display: flex;
    width: 100%;
    max-width: 265px;
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
    background-color: #ed4544;
  }

  .button-red__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 3px;

    gap: 3.8%;
  }

  .button-red__icon {
    display: inline-block;
    width: 33px;
    height: 33px;
  }

  .button-red__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }


  .button-red__body {
    line-height: calc(48 / 32);
  }

  .button-red__top {
    display: block;
    letter-spacing: .125em;
    font-size: min(1.49vw, 20px);
    font-weight: 700;
  }

  .button-red__bottom {
    font-size: min(1.04vw, 14px);
    font-weight: 700;
  }

  .button-green {
    display: flex;
    width: 100%;
    max-width: 265px;
    white-space: nowrap;
    border-radius: 7px;
    background-color: #00b900;
  }

  .button-green__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;

    gap: 3.8%;
  }

  .button-green__icon {
    display: inline-block;
    width: 33px;
    height: 33px;
  }

  .button-green__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }


  .button-green__body {
    line-height: calc(24 / 20);
  }

  .button-green__top {
    display: block;
    letter-spacing: .14em;
    font-size: min(1.41vw, 19px);
    font-weight: 700;
  }

  .button-green__top span {
    text-transform: uppercase;
  }

  .button-green__bottom {
    letter-spacing: .14em;
    font-size: min(1.56vw, 21px);
    font-weight: 700;
  }

  .mainvisual {
    display: block;
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    background: #eee;
    z-index: 1;
  }
/*
  .mainvisual::after {
    content: '';
    position: absolute;
    right: 0;
    left: -35%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 50px;
    background-size: 50px 100%;
    background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
    background-position: 0 0;
  }
*/
  .mainvisual__header {
    display: grid;
    background-color: #53483a;
    padding: 6px 0;
    place-content: center;
  }

  .mainvisual__header-text {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .02em;
    color: #fff;
    font-size: clamp(25px, 19px + .7246vw, 25px);
    font-weight: 700;
  }

  .mainvisual__header-text span {
    color: #e2e540;
  }

  .mainvisual__container {
    position: relative;
    padding-bottom: 7%;
    height: inherit;
    min-height: inherit;
  }

    
/* .mainvisual::before {
  content: '';
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
  background-position: 0 0;
} */


  .mainvisual__container::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(212, 191, 164, 0.00) 0.01%, #D4BFA4 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  }
  
    .mainvisual__container::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/mv1.webp);
    background-repeat: no-repeat;
    background-position: top 100% right 25%;
    background-size: cover;
  }

    @media (min-width: 1024px) {
    .mainvisual__container::after {
      background-position: top 100% right;
    }
  }

  @media (min-width: 1441px) {
    .mainvisual__container::after {
      background-position: top 20% right;
    }
  }

  .mainvisual__body {
    position: relative;
    padding-bottom: 15px;
  }

  .mainvisual__inner {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media all and (min-width: 1170px) {
    .mainvisual__inner {
      margin-left: calc(50% - 43.5vw);
    }
  }

  @media all and (min-width: 1536px) {
    .mainvisual__inner {
      margin-left: calc(50% - min(35vw, 600px));
    }
  }

  .mainvisual__buttons-inner {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }

  /* @media all and (min-width: 1170px) and (max-width: 1440px) {
    .mainvisual__buttons-inner {
      max-width: 920px;
    }
  } */

    @media all and (min-width: 1170px) {
    .mainvisual__buttons-inner {

    }
  }

  @media all and (min-width: 1536px) {
    .mainvisual__buttons-inner {

    }
  }
/* 

  @media all and (min-width: 1700px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - min(43.5vw, 600px));
    }
  }

  @media all and (min-width: 1700px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - min(43.5vw, 600px));
    }
  } */

  .mainvisual__title {
    display: block;
    padding-top: 16px;
    font-size: min(calc(32.883 / 920 * 100vw), 32.883px);
    font-weight: 700;
    line-height: 140.5%;
  }

  .mainvisual__title span:nth-of-type(1) {
    letter-spacing: -.4em;
  }

  .mainvisual__title span:nth-of-type(2) {
    margin-left: 10px;
  }

  .mainvisual__title strong {
    color: #ed4544;
    font-size: min(calc(44.571 / 920 * 100vw), 44.571px);
    font-weight: 700;
    line-height: 140.5%;
  }

  .mainvisual__read {
    display: inline-flex;
    align-items: center;
    margin-top: 13px;
    font-size: min(calc(28 / 920 * 100vw), 28px);
    font-weight: 700;
    line-height: calc(52 / 36);

    gap: 5px;
  }

  .mainvisual__read span {
    display: inline-block;
    padding: 0 7px;
    border: 1.5px solid #53483a;
    background-color: rgba(255, 255, 255, .60);
    font-size: min(calc(38 / 920 * 100vw), 38px);
  }

  .mainvisual__wrap {
    display: flex;
    align-items: center;
    margin-top: 5%;

    gap: 3%;
  }

  .mainvisual__list {
    position: relative;
    padding-left: 28px;
    font-size: min(3.1vw, 31px);
    font-weight: 700;
    line-height: calc(46 / 32);
  }

  .mainvisual__list::before {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12.2px;
    height: 17.5px;
    content: "";
    transform: translateY(-50%);
    background-image: url(../img/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .mainvisual__list span {
    color: #9e3b3a;
  }
  .mainvisual__list span.imp { color: #000;
            font-size: 12px;
            line-height: 1.6;
            padding: 0;
            margin: 0;
            display: block; }
  ul.mainvisual__lists li:last-child::before { top: 24% !important; }
  .mainvisual__achievement {
    margin-top: -8px;
  }

  .mainvisual__date {
    display: inline-block;
    padding: 8px 39px 14px;
    text-align: center;
    border-radius: 12.015px;
    background-color: #53483a;
  }

  .mainvisual__date-text {
    display: block;
    white-space: nowrap;
    color: #e2e540;
    font-size: min(calc(28 / 920 * 100vw), 28px);
    font-weight: 700;
    line-height: calc(41 / 28);
  }

  .mainvisual__date-text span {
    margin-left: 7.84px;
    color: #fff;
  }

  .mainvisual__date-count {
    letter-spacing: .05em;
    color: #e2e540;
    font-size: min(calc(52 / 920 * 100vw), 52px);
    font-weight: 700;
    line-height: 1;
  }

  .mainvisual__date-count span {
    margin-left: 8px;
    font-size: min(3.89vw, 36px);
  }

  .mainvisual__text {
    font-size: min(calc(14 / 920 * 100vw), 14px);
    font-weight: 700;
    line-height: calc(20 / 14);
  }

  .mainvisual__buttons {
    display: flex;
    margin-top: 20px;
    gap: 16px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .cta-button {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 430px;
    max-width: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
    color: #fff;
  }

  .cta-button:hover {
    transform: translateY(3px);
    opacity: 1;
    box-shadow: none;
  }

  .cta-button::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: inline-block;
    width: 30px;
    height: 100%;
    content: "";
    animation: shiny-btn9 3s ease-in-out infinite;
    background-color: #fff;
  }

  .cta-button--red {
    padding: 10px 0 5px;
    border-radius: 7.454px;
    background-image: linear-gradient(180deg, #fb5c5b 0 50%, #ed4544 50% 100%);
    box-shadow: 0 6px 0 0 rgba(198, 39, 39, 1);
    width: 49%;
  }
  .cta-button--green {
    padding: 10px 0 5px;
    border-radius: 7.454px;
    background-image: linear-gradient(180deg, #55b475 0 50%, #00B900 50% 100%);
    box-shadow: 0 6px 0 0 #058505;
    width: 65%;
  }


  .cta-button__text {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: min(calc(18 / 920 * 100vw),18px);
    font-weight: 700;
    line-height: calc(26 / 18);
  }

  .cta-button__text::before,
  .cta-button__text::after {
    position: absolute;
    top: 50%;
    width: 0.439px;
    height: 23.965px;
    content: "";
    background-color: #fff;
  }

  .cta-button__text::before {
    left: 0;
    transform: rotate(-19.756deg) translateY(-50%);
  }

  .cta-button__text::after {
    right: 0;
    transform: rotate(19.756deg) translateY(-50%);
  }

  .cta-button__button-title {
    font-size: min(calc(28 / 920 * 100vw),28px);
    font-weight: 700;
  }

  .cta-button--blue {
    flex-direction: unset;
    padding: 10px 0 5px;
    border-radius: 7.454px;
    background-image: linear-gradient(180deg, #458fff 0 50%, #2179fe 50% 100%);
    box-shadow: 0 6px 0 0 rgb(22, 81, 172);
    gap: 7px;
    width: 49%;
  }

  .cta-button__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: rotate(-6deg);
    text-align: center;
    color: #2179fe;
    border-radius: 50%;
    background-color: #fff;
    font-size: min(calc(13 / 920 * 100vw),13px);
    font-weight: 700;
    line-height: 120%;
  }

  .cta-button__body {
    text-align: center;
    line-height: 1;
  }

  .cta-button__top {
    display: block;
    font-size: min(calc(32 / 920 * 100vw),32px);
    font-weight: 700;
  }

  .cta-button__img {
    display: inline-block;
    width: min(1.9vw, 27px);
    height: min(1.9vw, 27px);
  }

  .cta-button__img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .cta-button__bottom {
    margin-top: 6px;
    font-size: min(calc(12 / 920 * 100vw),12px);
    font-weight: 700;
  }

  .pc-none {
    display: none;
  }


  /* mainvisual */
  
  .content-01 { width: 100%; background-color: #f2ebdf; padding: 50px 0; }
  .content-01 h2 { text-align: center; padding-bottom: 30px; }
  .content-01 h2 img { width: 700px; height: auto; }
  .content-01 ul { width: 980px; margin: 0 auto; }
  .content-01 ul li { font-size: 24px; font-weight:600; line-height: 2; text-align: center; }
  .content-01 ul li::before { content: "“"; padding-right: 5px; }
  .content-01 ul li::after { content: "”"; padding-left: 5px; }

.content-01 {
  position: relative;
  background: #f2ebdf;

}

.content-01::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 68px 0 68px;
  border-color: #f2ebdf transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
  
  
  .content-02 { width: 100%; background-color: #d0e5ea; padding: 70px 0; }
  .content-02 h2 { text-align: center; padding-bottom: 30px; }
  .content-02 h2 img { width: 600px; height: auto; }
  .content-02 .items { display: flex; flex-wrap: wrap; width: 980px; margin: 0 auto; justify-content: flex-start; }
  .content-02 .item { width: 33%; flex-basis: 33.3333%; max-width: 33.3333%; flex-grow: 1; padding: 8px; }
.content-02 dl {
	background-color:#FFFFFF;
	border-radius:15px;
}
.content-02 dl.box1 dt {
	height: 130px;
	background-image: url(../img/box1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box2 dt {
	height: 130px;
	background-image: url(../img/box2.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box3 dt {
	height: 130px;
	background-image: url(../img/box3.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box4 dt {
	height: 130px;
	background-image: url(../img/box4.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box5 dt {
	height: 130px;
	background-image: url(../img/box5.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box6 dt {
	height: 130px;
	background-image: url(../img/box6.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box7 dt {
	height: 130px;
	background-image: url(../img/box7.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl.box8 dt {
	height: 130px;
	background-image: url(../img/box8.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-02 dl dd {
    padding: 10px;
    font-size: 15px;
    height: 120px;
    line-height: 1.6;
} 
  
  .callbtn { position: relative; }
  .callbtn .content-skewed {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #d0e5ea;
    z-index: 0;
    transform: skewY(3deg);
    transform-origin: top right;
  }
  .callbtn .copy { position: relative; }
  
  .sepb { position: relative; }
  .sepb .content-skewed {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #d0e5ea;
    z-index: -1;
    transform: skewY(3deg);
    transform-origin: top right;
  }
  
  .content-03 { width: 100%; background-color: #d0e5ea; padding: 70px 0; }
  .content-03 h2 { text-align: center; padding-bottom: 30px; }
  .content-03 h2 img { width: 340px; height: auto; }
  .content-03 .items { display: flex; flex-wrap: wrap; width: 1100px; margin: 0 auto; justify-content: flex-start; }
  .content-03 .item { width: 27%; flex-basis: 27%; max-width: 33.3333%; flex-grow: 1; padding: 2%; }
  
  .content-03 .item {
    position: relative;
    margin: 1%;
    border: solid 3px #c71585;
    border-radius: 8px;
    color: #000000;
}
  .content-03 .item .point {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 25px;
    background: #d0e5ea;
    color: #c71585;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
  .content-03 .item h3 { font-weight: 800; font-size: 17px; padding: 6px 0 10px; color: #c71585; }
  .content-03 .item p { font-size: 16px; line-height: 1.6; margin: 0;  padding: 0;}
  
.content-03 {
  position: relative;
  background: #d0e5ea;
  margin-bottom: 60px;
}

.content-03::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 68px 0 68px;
  border-color: #d0e5ea transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
  
  .callbtn .copy span { font-family: 'Oswald', sans-serif; font-size: 55px; padding: 0 10px; }
  
.callbtn2 {
  position: relative;
  background: #fff;
  padding-bottom: 190px;
  z-index: 999;
}

.callbtn2::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f2ebdf;
  height: 20%;
}
  
  .content-04 { width: 100%; background-color: #f2ebdf; padding: 70px 0; }
  .content-04 h2 { text-align: center; padding-bottom: 30px; z-index: 9999; position: relative; }
  .content-04 h2 img { width: 240px; height: auto; } 
  .content-04 .splide { width: 1000px; margin: 0 auto; z-index: 9999; position: relative; }
  .content-04 .jcard { width: 90%; margin-left: auto; margin-right: auto; }
  .content-04 .jcard .hicon { float: left; padding-right: 15px; }
  .content-04 .jcard .hicon img { width: 60px; height: auto; }
  .content-04 .jcard .age { font-weight: bold; font-size: 16px; }
  .content-04 .jcard p { font-size: 14px; line-height: 1.6; padding-top: 5px; }
  .content-04 .jcard p span { font-weight: bold;font-size: 15px; color: #CB3434; background-color: yellow; padding-left: 5px; padding-right: 5px; }
  .splide__arrow--next { right: -2em; }
  .splide__arrow--prev { left: -2em; }
  
.content-04 {
  position: relative;
  background: #f2ebdf;
  margin-top: -156px;
}
.content-04::after {
  content: '';
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #f2ebdf 25%, transparent 25%), linear-gradient(225deg, #f2ebdf 25%, transparent 25%);
  background-position: 0 0;
}
  
  .content-05 { width: 100%; background-color: #fff; padding: 70px 0; }
  .content-05 h2 { text-align: center; padding-bottom: 30px; }
  .content-05 h2 img { width: 220px; height: auto; }
  .content-05 dl { width: 700px; margin: 0 auto; }
.content-05 dl dt {
	font-size: 180%;
	padding-left: 80px;
	background-image: url(../img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-top:25px;
}
.content-05 dl dd {
	background-image: url(../img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 14px top;
	padding-left: 120px;
	padding-right:40px;
	padding-top:10px;
	margin-top:15px;
}
.content-05 dl dd span {
	background-image: url(../img/qa_strong.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size:contain;
}
  
  
.callbtn3 { position: relative; background: #fff; padding-bottom: 50px; }
.callbtn3::after {
  content: '';background: #f2ebdf;
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

  .content-06 { width: 100%; background-color: #f2ebdf; padding: 50px 0; margin-top: 50px; }
  .content-06 h2 { text-align: center; padding-bottom: 43px; }
  .content-06 h2 img { width: 320px; height: auto; }
  .content-06 .flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .content-06 .flow05 {
  padding-left: 0;
}

  .content-06 .flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 105px;
}

  .content-06 .flow05 > li:not(:last-child) {
  padding-bottom: 60px;
}

  .content-06 .flow05 > li .icon05 {
  width: 80px;
  height: 80px;
  line-height: 3.5;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
font-family: 'Oswald', sans-serif
}

  .content-06 .flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 39px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

  .content-06 .flow05 > li dl dt {
  font-size: 22px;
  font-weight: 600;
  color: #4D9BC1;
}

  .content-06 .flow05 > li dl dd {
  margin-left: 0;
}
.content-06 {
  position: relative;
  background: #f2ebdf;

}

.content-06::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 68px 0 68px;
  border-color: #f2ebdf transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 99;
}
  

  
  .content-07 { width: 100%; background-color: #eee; padding: 50px 0; margin-top: 0px; }
  .content-07 h2 { text-align: center; padding-bottom: 43px; }
  .content-07 h2 img { width: 300px; height: auto; }
  .content-07 .section-price .inner { display: flex; flex-direction: column; align-items: center; }
  .content-07 .section-price__caption { color: #C92A2A; margin-bottom: 40px; }
  .content-07 .section-price__table { max-width: 640px; margin: 0 auto; width: 100%; }
  .content-07 .section-price__table th,
  .content-07 .section-price__table td { font-weight: 500; border: 1px solid #CCCCCC; vertical-align: middle; padding: 0.6em 0.5em; text-align: center; background-color: #e7eff7; }
  .content-07 .section-price__table td { background-color: #fff; color: #C92A2A; }
  .content-07 { position: relative; background: #eee;}
  .content-07::after {
  content: '';
  position: absolute;
  background: #d0e5ea;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
  background-position: 0 0;
  }
  
  
  .content-08 { width: 100%; background-color: #d0e5ea; padding: 50px 0; margin-top: 50px; }
  .content-08 .section-greeting .inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 800px; }
  .content-08 .section-greeting figure {
  width: 320px; }
  .content-08 .section-greeting .name {
  margin-top: 20px;
  text-align: right; }
  .content-08 .section-greeting .content {
  width: calc(100% - 360px); }
  .content-08 {
  position: relative;
  margin-bottom: 50px;
  }
  .content-08::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 68px 0 68px;
  border-color: #d0e5ea transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  }
  
  
  .content-09 { width: 100%; background-color: #3f4e60; color: #fff; padding: 50px 0; margin-top: 50px; }
  .content-09 .wrap {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
  .content-09 h2 {
	color: #FFF;
	font-size: 190%;
	padding-top: 0px;
	padding-bottom:6px;
	text-align:left;
	font-weight:normal;
}
  .content-09 .wrap .info {
	float:left;
	width:55%;
	padding-top:35px;
}
  .content-09 .wrap .info dl {
}
  .content-09 .wrap .info dl dt {
	float:left;
	clear:left;
	width:150px;
	text-align:right;
}
  .content-09 .wrap .info dl dd {
	float:left;
}
  .content-09 .wrap .map {
	float:left;
	width:45%;
	padding-top:35px;
}
  .content-09 .wrap .map #user_gmap {
	width:300px;
	height:250px;
	border:solid 1px #111;
}
  
  .content-10 { width: 100%; background-color: #3f4e60; padding: 0px 0 50px;  }
  .content-10 .wrap { width: 980px; margin: 0 auto; padding: 30px; background-color: #fff; border-radius: 20px; line-height: 1.6; font-size: 14px; }
  .content-10 .wrap h2 { text-align: center; font-weight: bold; font-size: 18px; padding-bottom: 10px; color: #434343 }
  
  footer .copyright { text-align: center; font-size: 16px; color: #fff; background-color: #3f4e60; padding-bottom: 93px; }
  
  
.copy { text-align: center; font-size: 40px; font-weight: bold; color: #F04848; }
.btn {
  display: inline-block;
  padding: 15px 120px;
  background-color: #e3364a;
  box-shadow: 0 5px 0 #ca1c30;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.kiran svg {
  position:absolute;
  top:0;
  left:0;
}
.points { display: flex; margin: 0 auto; width: 500px; }
.points span { flex-wrap: nowrap;
  background-color: rgb(236, 236, 163);
  border-radius: 159px;
  padding: 60px 0 0;
  margin: 10px 5px;
  font-weight: bold;
  font-size: 22px;
  box-shadow: 0 8px 0 rgb(111, 111, 75);
  height: 90px;
  width: 150px;
  text-align: center;
  color: #372b2b;
  box-sizing: content-box;
}
.points span.no1 { padding-top: 40px; height: 110px; }
.points span.no2 {}
.points span.no3 {}
.shiny-btn8 {
  display: block;
  position: relative;
  width: 400px;
  padding: 10px 0;
  margin: 30px auto;
  background-color: #2279ff;
  box-shadow: 0 6px 0 0 rgb(22, 81, 172);
  border-radius: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
}
.shiny-btn8 span { font-size: 32px; font-weight: bold; }
.shiny-btn8:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn8::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn8 3s ease-in-out infinite;
}
a.shiny-btn8::after { content: "";

  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  text-align: left;
  left: 34px;
  top: 46px;
  z-index: 999;
  float: right;
  animation: pikopiko 1s steps(2, start) infinite;
}
.shiny-btn9 {
  display: block;
  position: relative;
  width: 400px;
  padding: 10px 0;
  margin: 30px auto;
  background-color: #ed4545;
  box-shadow: 0 6px 0 0 rgba(198, 39, 39, 1);
  border-radius: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
}
.shiny-btn9 span { font-size: 32px; font-weight: bold; }
.shiny-btn9:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn9::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn9 3s ease-in-out infinite;
}
a.shiny-btn9::after { content: "";

  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 60px;
  display: block;
  position: absolute;
  text-align: right;
  right: -29px;
  top: 40px;
  z-index: 999;
  float: right;
  animation: rotate_anime 4s linear infinite;
}

#top-foot {
    margin-bottom: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    margin: 0px auto 0;
    padding: 8px 0 8px 0;
    line-height: 1;
    z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
  z-index: 99999;
}
#top-foot .inner { display: flex; justify-content: center; }
#top-foot .inner div { width: 250px; }
#top-foot .inner div.telbox { width: 450px; }
#top-foot .inner .telbox h5 {font-size: 12px;text-align: center;text-decoration: none; line-height: 1.4; }
#top-foot .inner .telbox a h5 { text-decoration: none; }
#top-foot .inner .telbox a {display: block;padding: 10px 10px 6px 10px;color: #2279FF;background-color: #fff;border-radius: 8px;width: 96%; border:#fff solid 2px; text-align: center; height: 69px }
#top-foot .inner .telbox p { font-size: 12px; font-weight: bold; line-height: 1.2; padding: 0; margin: 0; display: inline-block; text-align: center; width: 355px; }
#top-foot .inner .telbox p .imp { font-size: 36px; font-family: 'Bebas Neue', sans-serif; line-height: 1; letter-spacing: 1px; }
#top-foot .inner .telbox p .imp::before { content: "＼まずは無料相談／"; font-family: 'Noto Sans JP', sans-serif; line-height: 1; font-size: 14px; display:inline-flex; vertical-align: middle; padding-top: 5px; padding-right: 10px;}
#top-foot .inner .mailbox { margin-right: 10px;}
#top-foot .inner .mailbox a {display: block;padding: 10px 10px 6px 10px;color: #F04848;background-color: #fff;border-radius: 8px;width: 96%; border: #fff solid 2px; text-align: center; height: 69px }
#top-foot .inner .mailbox p { font-size: 20px; font-weight: bold; line-height: 1.2; padding: 0; margin: 0; display: inline-block; text-align: center; }
#top-foot .inner .mailbox p .imp { font-size: 15px; }
#top-foot .inner .linebox { }
#top-foot .inner .linebox a {display: block;padding: 10px 10px 6px 10px;color: #fff;background-color: #1DCD00;border-radius: 8px;width: 96%; border:#1DCD00 solid 2px; text-align: center; height: 69px }
#top-foot .inner .linebox p { font-size: 20px; line-height: 1.2; padding: 0; margin: 0; display: inline-block; text-align: center; }
#top-foot .inner .linebox p .imp { font-size: 15px; }

}