/*
Theme Name: kachaka Pro
Author: Honda
Author URI: https://kachakapro.bordstation.jp/
Description: kachaka Pro
*/

@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-weight: normal;
	src: url('/wp-content/themes/kachakapro/fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
	src:url('/wp-content/themes/kachakapro/fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'Jost';
    font-style: bold;
    font-weight: 700;
	src: url('/wp-content/themes/kachakapro/fonts/Jost-VariableFont_wght.ttf') format('truetype');
    font-display: swap;

}



html {
    font-size: 53%;
}

@media screen and (min-width: 960px) {
    html {
        font-size: 62.5%;
    }
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 1.4rem;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'palt';
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #1c2742;
    font-family: "noto-sans-cjk-jp","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    /* font-weight: 400; */

}

@media screen and (min-width: 560px) {
    body {
        line-height: 2.0;
    }
}

img {
    /* max-width: 120px; */
    height: auto;
    vertical-align: bottom;
    /* text-align: center; */
    margin: 0 auto;
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0D223F;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h2,
h3,
h4 {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

ul {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
    display: block;
}

hr {
    border-top: 1px solid #ACB1B9;
    margin: 0;
}

.sp-block {
    display: block;
}

@media screen and (min-width: 560px) {
    .pc-block {
        display: inline !important;
    }

    .sp-block {
        display: none;
    }

    .sp-br {
        display: none !important;
    }
}

/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
    .pc-block {
        display: none !important;
    }

    .sp-br {
        display: block !important;
    }
}

/* アニメーション*/
.u-maker__text {
    padding: 13px 3px;
    background: linear-gradient(transparent 60%, #4dab53 30%);
    background-size: 0 50%;
    display: inline;
    background-position: 0 60%;
    background-repeat: no-repeat;
    transition: .6s;
}

.u-maker__green {
    padding: 13px 3px;
    background: linear-gradient(transparent 60%, #B0E7E0 30%);
    background-size: 0 50%;
    display: inline;
    background-position: 0 51%;
    background-repeat: no-repeat;
    transition: .6s;
}

.u-maker__white{
    background: linear-gradient(transparent 60%, #fff 30%);
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 0 51%;
}

.u-bgmaker__white span{
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 15px 3px;
}

.u-maker__text.active,
.u-maker__green,
.u-maker__white.active {
    background-size: 100% 50%;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(100px) translateZ(0) scaleY(1.4);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(100px) translateZ(0) scaleY(1.4);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFadeOut {
    0% {
        transform: translate(0) scale(1);
        opacity: 0;
    }

    10% {
        transform: translate(0) scale(1.06);
        opacity: 0;
    }

    20% {
        transform: translate(0) scale(1.2);
        opacity: 1;
    }

    40% {
        transform: translate(0) scale(1);
        opacity: 1;
    }

    70% {
        transform: translate(0);
        opacity: 1;
    }

    90% {
        transform: translateX(0);
        opacity: 0;
    }

    to {
        transform: translateX(100vw);
        opacity: 0;
    }
}

@keyframes slideInFadeOut {
    0% {
        transform: translate(0) scale(1);
        opacity: 0
    }

    10% {
        transform: translate(0) scale(1.06);
        opacity: 0
    }

    20% {
        transform: translate(0) scale(1.2);
        opacity: 1
    }

    40% {
        transform: translate(0) scale(1);
        opacity: 1
    }

    70% {
        transform: translate(0);
        opacity: 1
    }

    90% {
        transform: translateX(0);
        opacity: 0
    }

    to {
        transform: translateX(100vw);
        opacity: 0;
    }
}

@-webkit-keyframes pageLoadPc {
    0% {
        transform: translateX(30vw);
    }

    to {
        transform: translateX(160vw);
    }
}

@keyframes pageLoadPc {
    0% {
        transform: translateX(30vw);
    }

    to {
        transform: translateX(160vw);
    }
}

@-webkit-keyframes pageLoadSp {
    0% {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(300vw);
    }
}

@keyframes pageLoadSp {
    0% {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(300vw);
    }
}

@-webkit-keyframes p-active-slide {
    0% {
        -webkit-clip-path: polygon(65% 0, 65% 0, 40% 100%, 40% 100%);
        clip-path: polygon(65% 0, 65% 0, 40% 100%, 40% 100%);
    }

    to {
        -webkit-clip-path: polygon(-15% 0, 165% 0, 145% 100%, -35% 100%);
        clip-path: polygon(-15% 0, 165% 0, 145% 100%, -35% 100%);
    }
}

@keyframes p-active-slide {
    0% {
        -webkit-clip-path: polygon(65% 0, 65% 0, 40% 100%, 40% 100%);
        clip-path: polygon(65% 0, 65% 0, 40% 100%, 40% 100%);
    }

    to {
        -webkit-clip-path: polygon(-15% 0, 165% 0, 145% 100%, -35% 100%);
        clip-path: polygon(-15% 0, 165% 0, 145% 100%, -35% 100%);
    }
}

@-webkit-keyframes p-slide-scale-in {
    0% {
        transform: scale(1.2) translateZ(0);
    }

    to {
        transform: scale(1) translateZ(0);
    }
}

@keyframes p-slide-scale-in {
    0% {
        transform: scale(1.2) translateZ(0);
    }

    to {
        transform: scale(1) translateZ(0);
    }
}

@-webkit-keyframes Del {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100vh);
    }
}

@keyframes Del {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100vh);
    }
}

/* .p-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: #fff;
}

.p-opening {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-opening.is-finish {
    animation: Del .2s cubic-bezier(.67, 0, .11, 1) both;
    animation-delay: 1.2s;
}

.p-opening__background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 180vw;
    height: 100vh;
    background: linear-gradient(110deg, transparent, transparent 20%, #fff 0, #fff);
}

@media screen and (max-width:559px) {
    .p-opening__background {
        width: 270vw;
        background: linear-gradient(110deg, hsla(0, 0%, 100%, 0) 20%, #fff 0);
    }
}
 */
/* .p-opening__background.is-finish {
    animation: pageLoadPc .8s cubic-bezier(.67, 0, .11, 1) both;
    animation-delay: .6s;
}
 */
/* @media screen and (max-width:559px) {
    .p-opening__background.is-finish {
        animation: pageLoadSp 1s cubic-bezier(.67, 0, .11, 1) both;
        animation-delay: .7s;
    }
} */

.fadein {
    opacity: 0;
    transition: opacity 1.4s, transform 0.8s;
}

.fadein.scrollin {
    opacity: 1;
}

.fadein-up {
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 0.7s;
}

.fadein-up.active {
    opacity: 1;
    transform: translateY(0);
}

/********header********/
/* header {
    max-width: 1390px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 4;
    left: 0;
    right: 0px;
    background-color: #fff;
    height: 50px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

header .p-sp__inner {
    align-items: center;
} 

@media screen and (min-width: 560px) {
    header {
        background-color: transparent;
        padding: 10px 16px;
        height: auto;
    }
}
@media screen and (min-width: 1281px) {
    header {
        padding:10px;
    }
}
    */
.l-header__logo {
    flex: 0 0 37%;
    max-width: 37%;
    padding: 0px 15px;
}

@media screen and (min-width: 560px) {
    .l-header__logo {
        flex: 0 0 30.1%;
        max-width: 30.1%;
    }
}

@media screen and (min-width: 960px) {
    .l-header__logo {
        flex: 0 0 15.1%;
        max-width: 15.1%;
        padding: 0px;
    }
}
/* logohide
.elm{
    display: initial;
}
@media screen and (min-width: 960px) {
    .elm{
        display: none;
        transition: 0.3s;
    }
}
*/
.l-header__inner {
    display: flex;
    font-weight: bold;
    justify-content: flex-end;
    margin-left: auto;
}

@media screen and (min-width: 560px) {
    .l-header__inner {
        flex: 0 0 40.9%;
        max-width: 40.9%;
    }
}

@media screen and (min-width: 960px) {
    .l-header__inner {
        flex: 0 0 32.9%;
        max-width: 32.9%;
    }
	.page-id-1243 .l-header__inner{
		justify-content: flex-end;
	}
}

.l-header__link {
    width: 140px;
}

@media screen and (min-width: 560px) {
    .l-header__link {
        flex: 0 0 60%;
        max-width: 60%;
        width: auto;
    }
}

.l-header__link a {
    border-radius: 0px;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    max-width: 140px;
    padding: 7px 0px;
}

.l-header__link a img{
    width: 32%;
    max-width: 80%;
    vertical-align: middle;
    margin: 0 0 4px 0;
}


@media screen and (min-width: 560px) {
    .l-header__link a {
        border-radius: 22px;
        max-width: 220px;
        height: 44px;
        /*line-height: 44px;*/
        line-height: 40px;
        padding: 0px;
    }

    .l-header__link a img{
        width: 10%;
        max-width: 80%;
        vertical-align: middle;
        margin: 0;
    }
}


.l-header__contact {
    color: #fff;
    background: linear-gradient(-90deg, #005190 0%, #25847a 50%, #4dab53 100%);
    border: 1px solid #4dab53;
    font-size: 1.5rem;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
}
.l-header__contact::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    background-position:left center;
}

.l-header__contact .sp-br{
    font-size: 1.4rem;
    line-height: 2.8;
}

.l-header__tel {
    background-color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 1.5rem;
    font-family: 'Jost', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    color: #4cc7b1;
}

@media screen and (min-width: 560px) {
    .l-header__tel {
        font-size: 1.8rem;
        border: 1px solid #4cc7b1;
    }

    .l-header__tel:hover {
        background-color: #4cc7b1;
        color: #fff;
    }

    .l-header__contact:hover {
        background: #fff;
        color: #4dab53;
    }
}

.l-header__tel i,
.l-header__contact i {
    font-size: 2rem;
}

@media screen and (min-width: 560px) {

    .l-header__tel i,
    .l-header__contact i {
        font-size: 1.4rem;
    }
}



/* レスポンシブ込みの追従ヘッダー */

header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(20px, 5.333333333333333vw, 40px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  @media (min-width: 1025px) {
    header {
      padding: clamp(20px, 1.125vw, 40px) clamp(40px, 4.6875vw, 90px);
    }
  }

  @media (max-width: 768px) and (orientation: landscape) {
    header {
      padding: clamp(10px, 2.998500749625187vw, 20px);
    }
  }

  .header-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .header-logo {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  @media (max-width: 768px) and (orientation: landscape) {
    .header-logo {
      width: clamp(70px, 17.991004497751124vw, 140px);
    }
  }

  .header-logo img {
    max-width: 200px;
    width: 100%;
  }

  .logo-link {
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .logo-link:hover {
    opacity: 0.6;
  }

  @media (max-width: 1024px) {
    .nav-menu {
      position: fixed;
      z-index: -1;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      padding-right: clamp(30px, 8vw, 60px);
      padding-bottom: clamp(30px, 8vw, 60px);
      padding-left: clamp(30px, 8vw, 60px);
      transition-duration: 300ms;
      transform: translateX(200%);
      overflow: auto;
      background-color: rgba(0, 0, 0, .6);
    }

    .nav-menu.active {
      transform: translateX(0);
    }
  }

  @media (min-width: 1025px) {
    .nav-menu {
      padding-top: 0 !important;
    }
  }

  @media (min-width: 1025px) {
    .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: clamp(20px, 2.0833333333333335vw, 40px);
    }
  }

  @media (max-width: 1024px) {
    .menu-item {
      border-style: solid;
      border-color: #fff;
      border-bottom-width: 1px;
    }
  }

  .menu-link {
    display: block;
    color: #1c2742;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .menu-link:hover {
    opacity: 0.6;
  }

  .nav-menu.active .menu-link {
    color: #fff;
  }

  @media (max-width: 1024px) {
    .menu-link {
      font-size: clamp(14px, 1.0416666666666667vw, 20px);
      padding-top: clamp(10px, 2.6666666666666665vw, 20px);
      padding-bottom: clamp(10px, 2.6666666666666665vw, 20px);
      text-align: center;
      color: #000;
    }
  }

  @media (min-width: 1025px) {
    .menu-link {
      font-size: clamp(14px, 1.0416666666666667vw, 20px);
    }
  }

  .hamburger-button {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: clamp(13px, 3.466666666666667vw, 26px);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
  }

  .hamburger-lines {
    position: relative;
    width: clamp(40px, 10.666666666666666vw, 90px);
    height: clamp(13px, 3.466666666666667vw, 26px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  @media (max-width: 1024px) {
    .hamburger-lines {
      width: clamp(40px, 10.666666666666666vw, 90px);
      height: clamp(13px, 3.466666666666667vw, 26px);
    }
  }

  @media (max-width: 768px) and (orientation: landscape) {
    .hamburger-lines {
      width: clamp(30px, 7.496251874062969vw, 50px);
      height: clamp(15px, 2.998500749625187vw, 20px);
    }
  }

  .hamburger-lines.active {
    height: 1px;
  }

  .hamburger-lines .line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: clamp(1px, .26666666666666666vw, 2px);
    margin: auto;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: #000;
    }

    .hamburger-lines.active .line {
    background-color: #fff;
    }

    .hamburger-lines .line:nth-child(1) {
    top: 0;
    }

    .hamburger-lines .line:nth-child(2) {
    bottom: 0;
     }

  @media (min-width: 1025px) {

    .hamburger-button {
        display: none;
    }
    }

    button, [role="button"] {
        cursor: pointer;
    }
    button, [type='button'], [type='reset'], [type='submit'] {
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none;
    }
    button, select {
        text-transform: none;
        border: none;
    }
    button, input, optgroup, select, textarea {
        font-family: inherit;
        -webkit-font-feature-settings: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
    }


/********background********/

main {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.p-sp__inner {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.p-common__headline {
    font-size: 2.8rem;
    margin: 0 auto 1.5rem;
    /*max-width: 83%;*/
}

@media screen and (min-width: 560px) {
    .p-common__headline {
        font-size: 3.6rem;
    }
}

@media screen and (min-width: 960px) {
    .p-common__headline {
        font-size: 4.0rem;
    }
}

.p-common__lead {
    font-size: 2.8rem;
    font-weight: bold;
}

@media screen and (min-width: 560px) {
    .p-common__lead {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 960px) {
    .p-common__lead {
        font-size: 1.92vw;
    }
}
@media screen and (min-width: 1281px) {
    .p-common__lead {
        font-size: 2.6rem;
    }
}
.u-access__text{
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    margin-top: 30px;
    line-height: 1.3;
}
.u-access__text::before,
.u-access__text::after{
    content: '';
	width: 3px;
	height: 60px;
	background-color: #fef034;
}
.u-access__text::before{
    margin-right: 20px;
	transform: rotate(-35deg);
}
.u-access__text::after{
    margin-left: 20px;
	transform: rotate(35deg);
}

.main_bg{
    background: #fff9e9;

}

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .mv01 {
    margin-bottom: 16rem;
  }
  .mv01 .l-inner {
    padding-bottom: 0;
  }
  .mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .mv01 .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 3.2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  .mv01 .swiper-pagination-bullet {
    display: block;
    width: 3px;
    height: 4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mv01 .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.8rem;
  }
  .mv01 .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
  }
  .mv01 .slide-media {
    height: 800px;
  }
  .mv01 .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
  }
  .mv01 .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
  }
  .mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }

  @-webkit-keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .mv01 {
      margin-bottom: 8rem;
    }
    .mv01 .slide-media {
      height: max(70vh, 70vw);
    }
  }
  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .mv01 .slide-title {
      font-size: 2.8rem;
      right: 4rem;
      margin-left: 6rem;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }





.p-ttl .ttl_main{
    font-size: 4rem!important;
    font-weight: bold;
    font-style: normal;
    background: #fff;
    padding: 0.5rem 1.5rem;
}

.ttl_pro{
    color: #fff;
    background: linear-gradient(-90deg, #005190 0%, #25847a 50%, #4dab53 100%);
    border-radius: 3rem;
    font-size: 2.4rem;
    padding: 0 1rem;
}
.p-ttl .motion-txt:after {
    background: #fff!important;
}

/*
.p-top__hero {
	background:#fff9e9;
    background-image: url("/wp-content/themes/kachakapro/images/mv_bg_sp.png");
    background-repeat: no-repat;
    background-position: top center;
    background-size: cover;
    height: 600px;
    position: relative;
    margin-bottom: 4rem;
}

.p-top__hero:before {
    content: '';
    background-image:url(/wp-content/themes/kachakapro/images/maincopy02.png);
    background-size: contain;
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 19rem;
    right: 3rem;
}
*/
@media screen and (min-width: 560px) {

    .p-top__hero:before {
        width: 140px;
        height: 140px;

        bottom: 9rem;
        right: 3rem;
    }
}

@media screen and (min-width: 960px) {

    .p-top__hero:before {
        width: 140px;
        height: 140px;

        top: 11rem;
        right: 70px;
    }
}

@media screen and (min-width: 1281px) {
    .p-top__hero:before {
        width: 180px;
        height: 180px;

        top: 10rem;
        right: 7rem;
    }
}

.p-top__hero {
    background: url("/wp-content/themes/kachakapro/images/MV_sp.png") no-repeat bottom / 100%;
    height: 580px;
    margin-bottom: 4rem;
    align-items: baseline;
    display: flex;
}

.p-top__hero .wrap {
	padding:0;
}



@media screen and (min-width: 560px) {

    .p-top__hero .wrap {
        padding:0 16px 0;
    }

    
    .p-top__hero {
        background: url("/wp-content/themes/kachakapro/images/MV_pc.png") center right no-repeat;
        height: 550px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 7rem;
        margin-top: 0px;
        background-size: auto 56rem;
    }
}

@media screen and (min-width: 960px) {
    .p-top__hero {
        margin-bottom: 6rem;
        height: 570px;
        background: url(/wp-content/themes/kachakapro/images/MV_pc.png) no-repeat top 60% right 2rem / contain;
    }
}
@media screen and (min-width: 1281px) {
    .p-top__hero {
        height:800px;
        background: url(/wp-content/themes/kachakapro/images/MV_pc.png) no-repeat center right 5rem / contain;
        max-width: 1400px;
        margin: 0 auto 6rem;
        width: 100%;
    }
}
.p-top__hero h1 {
    max-width: 440px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0px;
    /* padding: 0 30px; */
    /*     opacity: 0;
    animation: slideIn .7s cubic-bezier(.77, 0, .11, 1) .5s forwards;
    animation-delay: 1.15s; */
}

  .bg02{
	  padding: 15rem 0 0;
	 }

  .bg02 .bg-wrap .inn {
    opacity: 0;
    animation: fadeIn .5s ease .5s forwards;
    display: inline-block;
    font-size: 3.1rem;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }

@media screen and (min-width: 560px) {
    .p-top__hero h1 {
        max-width: 400px;
        position: static;
        padding: 0px;
    }

	  .bg02{
	  padding: 23rem 0 0;
	 }
	  .p-top__hero .wrap{
	  max-width: 1280px;
	 }

	.bg02 .bg-wrap .inn {
		font-size: 3rem;
	}
}



@media screen and (min-width: 960px) {
    .p-top__hero h1 {
        max-width: 460px;
    }

	.p-top__hero .wrap{
	  max-width: 1070px;
	 }

	.bg02 .bg-wrap .inn {

	    font-size: 3.5rem;

	}
}



@media screen and (min-width: 1281px) {
    .p-top__hero h1 {
        max-width: 40%;
    }

	.p-top__hero .wrap{
	  max-width: 1780px;
	 }

	.bg02 .bg-wrap .inn {
		font-size: 4.2rem;
	}
}





@keyframes bg02 {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .bg02 .bg-wrap {
    position: relative;
    display: inline-block;
    margin: 0 0 1.0rem 0;
  }
  .bg02.is-animated02 .bg-wrap::before {
    animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

@media screen and (min-width: 560px) {
      .bg02 .bg-wrap {
	    position: relative;
	    display: inline-block;
	    margin: 0 0 2.0rem 0;
	  }
}







/* .p-top__hero.js-scroll.show.done h1 {
    animation: slideIn .7s cubic-bezier(.77, 0, .11, 1) .5s forwards;
    animation-delay: .6s;
} */

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(100px) translateZ(0) scaleY(1.4);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(100px) translateZ(0) scaleY(1.4);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

.scrolldown1 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    font-family: 'Oswald',
        sans-serif;
}

/*ScrollÃ£Æ’â€ Ã£â€šÂ­Ã£â€šÂ¹Ã£Æ’Ë†Ã£ÂÂ®Ã¦ÂÂÃ¥â€ â„¢*/
.scrolldown1 span {
    position: absolute;
    letter-spacing: 0.3rem;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    left: 0px;
    top: 0px;
}

@media screen and (min-width: 560px) {
    .scrolldown1 span {
        top: -20px;
    }
}

/* Ã§Â·Å¡Ã£ÂÂ®Ã¦ÂÂÃ¥â€ â„¢ */
.scrolldown1::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 42px;
    background: #303030;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (min-width: 560px) {
    .scrolldown1::after {
        height: 70px;
        top: 20px;
    }
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}






.motion-txt {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
}
@media screen and (min-width: 560px) {
	.motion-txt {
	    padding: 0 0 3rem 0;
	}
}

.motion-txt:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #0d223f;*/
    background: linear-gradient(-90deg, #005190 0%, #25847a 50%, #4dab53 100%);
    transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
    display: inline-block;
    opacity: 0;
}

.js-scroll.done .motion-txt .motion-inner {
    opacity: 1;
}

@keyframes mask_fadeIn {
    0% {
        transform: scaleX(0);
        transform-origin: 0 0;
    }

    45% {
        transform: none;
        transform-origin: 0 0;
    }

    50% {
        transform: none;
        transform-origin: 100% 0;
    }

    100% {
        transform: scaleX(0);
        transform-origin: 100% 0;
    }
}



.wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 16px 0px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .wrap {
        max-width: 950px;
    }
}
@media screen and (min-width: 1281px) {
    .wrap {
        max-width: 1280px;
    }
}

/*   ******************common******************   */

.ttl{
    line-height: 1.0;
    white-space: nowrap;
	margin: 0 0 3rem 0;
}
@media screen and (min-width: 560px) {
	.ttl{
	    line-height: 1.0;
	    white-space: nowrap;
		margin: 0 ;
	}
}
.ttl .ttl_main{
    font-size: clamp(3rem, 0.156rem + 14.22vw, 11rem)!important;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    background: linear-gradient(-90deg, #005190 0%, #25847a 50%, #4dab53 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.ttl .ttl_inner{
    display:block;
    font-weight: 400;
    font-size: 3.0rem!important;
    color: #4c444d!important;
    margin: 2.0rem 0 0;
    line-height: 1.2;
}
@media screen and (min-width: 560px) {
	.ttl .ttl_inner{
		display:inline;
	    font-weight: 400;
	    font-size: 3.0rem;
	    color: #4c444d!important;
	    /*margin: 0 0 0 2rem;*/
	}
}


.common__txt{
    font-size: 1.8rem;
}



/*   ******************Ã£â‚¬â‚¬Ã£â‚¬â‚¬Ã£â‚¬â‚¬btnÃ£â‚¬â‚¬Ã£â‚¬â‚¬Ã£â‚¬â‚¬******************   */


.card {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--border-radius);
  }
  
  .card .inner {
    padding: 25px;
    background: #fff;
    border-radius: var(--border-radius);
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }

  @media screen and (min-width: 560px) {
    .card .inner {
        font-size: 2.0rem;
      }
    }

  .card h3 {
    margin-bottom: 15px;
  }

.btn_contact {
    margin: 2rem;
}

  .example-1 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.8rem;
    box-shadow: 2px 2px 10px rgb(78 78 78 / 50%);
}

@media screen and (min-width: 560px) {
	  .example-1 {
	    border-radius: 9rem;
	}
}

/*
.example-1:active {
transform: translateY(4px);
 box-shadow: none;
}
*/

  .example-1 .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 5rem;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    margin: 5px;
  }
  
  .example-1::before {
    content: "";
    display: block;
    background: linear-gradient(
      90deg,
      #4dab53 0%,
      #005a90 100%
    );
    height: 500px;
    width: 100%;
    max-width: 500px;
    position: absolute;
    animation: rotate 8s linear infinite;
    z-index: 0;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  /* Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
  .example-1 .inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 17px;
    height: 17px;
    margin: auto;
    border-top: 3px solid #4dab53;
    border-right: 3px solid #4dab53;
    transform: rotate(45deg);
    box-sizing: border-box;
  }

/*
  .example-1 .inner:hover::after {
    border-top: 3px solid #005a90;
    border-right: 3px solid #005a90;
  }
*/


.example-1 .inner:hover{
    background: #e2ece9;
    color: #4dab53;
    letter-spacing: 0.15em;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}




/*   ******************award******************   */

#wrap_award{
    margin: 0 0 6rem 0;
}

.award_img{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
	
}

@media screen and (max-width: 768px) {
    .award_img{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    column-gap: 4rem;
		flex-wrap: wrap;
	}
}


.award_img div {
    /* flex: 1; */
    /* max-width: 200px; */
    /* width: 100%; */
	 width: calc(45% - 2rem);
}

@media screen and (min-width: 560px) {
	.award_img div {
	   
		width: calc(20% - 2rem);
	}
}


.award_txt{
    text-align: center;
    margin: 3rem 0 0 0;
}

/*   ******************catch copy******************   */

#wrap_catch{
    margin: 0 0 0rem 0;
    background: #f4f4f4;
    padding: 8rem 0 1rem;
}

@media screen and (min-width: 560px) {
	#wrap_catch{
	    margin: 0 0 0rem 0;
	    background: #f4f4f4;
	    padding: 8rem 0;
	}
}
    .catch__background {
        max-width: 580px;
        width:100%;
        margin: 0 auto;
        padding: 0 16px 0px;
        width: 100%;
    }

@media screen and (min-width: 860px) {
    .catch__background {
        max-width: 980px;
        width:100%;
        margin: 0 auto;
        padding: 0 16px 0px;
        width: 100%;
    }
}

.catch__inner{
    display: block;
    margin: 0 2rem;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* width: 100%; */
}

@media screen and (min-width: 860px) {
    .catch__inner{
    display: flex;
    justify-content: center;
    column-gap: 40px;
 }
}

.catch__box{
    margin: 0 auto 5rem;
    text-align: center;
}

@media screen and (min-width: 860px) {
	.catch__box{
	    margin: 0;
	}
}

.catch__box:nth-child(2){
	display:flex;
	flex-direction: column-reverse;
}
@media screen and (min-width: 860px) {
	.catch__box:nth-child(2){
	display:block;
	}
}
@media screen and (min-width: 860px) {
    .catch__box{
    margin: 0;
	 }
}


.catch__box img{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 860px) {
    .catch__box img{
    max-width: 320px;
    width: 100%;
	}
}
.catch__box:nth-child(2) .catch__text{
    margin: 0;
}
@media screen and (min-width: 860px) {
    .catch__box:nth-child(2) .catch__text{
    font-weight: bold;
    /* font-size: 1.8rem; */
    line-height: 2.0;
    margin: 0 auto;
    position: relative;
    top: -15px;
 }

	.catch__text{
	    position: relative;
	    top: 18px;
	    left: 6px;
	}
}

.catch__text{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.0;
    margin: 0 auto 2rem;
    text-align: left;
    /* position: relative; */
    /* top: 18px; */
    /* left: 6px; */
}

@media screen and (min-width: 560px) {
   .catch__text{
    font-size: 2.0rem;
 }
}

@media screen and (min-width: 960px) {
   .catch__text{
    font-size: 1.7rem;
    position: relative;
    top: 35px;
    left: 6px;
 }
}



.catch__text span{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0rem 0.4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border: 2px solid;
    border-image: linear-gradient(to right, #4dab53, #005a90) 1;
}


/*   ******************amr******************   */

#wrap_amr{
    margin: 0 0 6rem 0;
    /*background: #e5e5e5;*/
    padding: 6rem 0;
}

.amr__inner{
    display: flex;
    flex-direction: column-reverse;
}

.amr__box{
    /*position: relative;*/
    flex: 2;
    margin: 0;
    }

.amr__img{
    flex: 1.5;
    }

.amr__img .w-full{
        width: 100%;
    }

.amr__box .ttl{
    margin: 0 0 2rem 0;
    font-size: 4.0rem;
    /*position: absolute;
        top: -20rem;
        left: 0;
    z-index: -1;*/
    }

.amr__box .subttl{
    font-weight: 600;
    font-size: 3.4rem;
    margin: 0 0 2rem 0;
    }

.amr__imgbox {
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 2rem auto 5rem;
    }

@media screen and (min-width: 560px) {
   .amr__inner{
	    display: flex;
	    justify-content: center;
	    align-items: flex-start;
	    flex-direction: row;
	    column-gap: 30px;
	    font-size: 4.0rem;
	    margin: 0 0 0rem 0;
    }

	.amr__box{
	    margin: 0 0 3rem;
    }
	
	.amr__box .subttl{
	    font-weight: 600;
	    font-size: 3.8rem;
	    margin: 0 0 2rem 0;
	}

	.amr__imgbox {
	    margin: 2rem auto 0;
    }
}
@media screen and (min-width: 960px) {

	.amr__box{
	    margin: 3rem 0;
    }
}

@media screen and (min-width: 1260px) {

	.amr__box{
	    margin: 5rem 0 0 0;
    }
}
/*   ******************features******************   */

#wrap_features{
    margin: 0;
    background: #e2ece9;
    padding: 5rem 0 1rem;
}

.features__inner{
	display:block;
    margin: 0 0 5rem 0;
}
@media screen and (max-width: 560px) {/*Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¥Â¯Â¾Ã¥Â¿Å“*/
	.features__inner:nth-child(2n+1){
		display:flex;
		flex-direction: column-reverse;
	    column-gap: 5rem;
	    margin: 0 0 5rem 0;
	}
}
@media screen and (min-width: 560px) {
	#wrap_features{
	    margin: 0;
	    background: #e2ece9;
	    padding: 6rem 0 1rem;
	}
	
    .features__inner{
        display: flex;
	    justify-content: center;
	    align-items: center;
		flex-direction:row;
    }
}



.features__box{
    flex: 2;
}

.features__img{
    flex: 1.5;
}

.features__img img{
    max-width: 500px;
    width: 100%;
}

.features__bg{
    font-weight: bold;
    /*margin: 0 0 3rem 0;*/
}



@keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .bg .bg-wrap {
    position: relative;
    display: inline-block;
    margin: 0 0 2rem 0;
  }
  .bg.is-animated .bg-wrap::before {
    animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    background: linear-gradient(to right, #4dab53, #005a90) ;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

  .bg .bg-wrap .inn {
    opacity: 0;
    animation: fadeIn .5s ease .5s forwards;
    color: #fff;
    display: inline-block;
    font-size: clamp(2.0rem, -0.796rem + 4.98vw, 3rem);
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }







.sub_ttl{
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1rem;
}

@media screen and (min-width: 560px) {
    .sub_ttl{
	    padding: 0 10px;
        margin: 3rem 0;
	}
}

.wrap_point{
    display: block;
}

@media screen and (min-width: 560px) {
	.wrap_point{
	    display: flex;
	    justify-content: center;
	    column-gap: 3rem;
	}
}

.point__inner{
	display:flex;
	align-items: center;
	/* justify-content: space-between; */
	margin:0 0 4rem 0;
}

@media screen and (min-width: 560px) {
	.point__inner{
		display:block;
		flex:1;
		margin:0;
	}
}

.point__img{
    max-width: 180px;
    width: 100%;
    flex: 0.6;
    margin: 0 2rem 0px 0px;
}

@media screen and (min-width: 560px) {
	.point__img{
	    max-width: 180px;
	    width: 100%;
	    margin: auto;
	}
}


.point__box{
    flex:2;
}

.point__ttl{
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
}

@media screen and (min-width: 560px) {
	.point__ttl{
	    text-align: center;
        font-size: 1.6rem;
	}
}

.point__text{
    font-size: 1.5rem;
}

#wrap_features_p{
    margin: 0;
    padding: 8rem 0 5rem;
    background: #d5e2de;
    background-image: url(/wp-content/themes/kachakapro/images/point_bg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (min-width: 560px) {
	#wrap_features_p{
	    margin: 0;
	    padding: 12rem 0 10rem;
	    background: #d5e2de;
	    background-image: url(/wp-content/themes/kachakapro/images/point_bg.png);
	    background-position: 0% 0%;
	    background-repeat: no-repeat;
	    background-size: 100%;
	}
}
/*   ******************use case******************   */

#wrap_case{
    margin: 0;
    padding: 6rem 0;
    background-image: url(/wp-content/themes/kachakapro/images/case_bg01.webp);
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

#wrap_case:before{
    background-color: #4dab53;
    z-index: -1;
}
/*
#wrap_case .wrap{
    position: relative;
}
*/
#wrap_case .ttl{
    /*position: absolute;
    top: -18rem;*/
    margin: 0 0 3rem;
    }



.case__box{
    margin: 0 0 5rem 0;
}

@media screen and (min-width: 800px) {
	.case__box{
	    display: flex;
	    justify-content: center;
	    column-gap: 30px;
	    margin: 0 0 5rem 0;
	}
}

.case__inner{
    background-color: #fff;
    flex: 1;
    padding: 3rem;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.25);
	margin:0 0 3rem 0;
}

@media screen and (min-width: 800px) {
	.case__inner{
	    margin:0;
	}
}

.case__img{
    margin: 0 0 2rem 0;
    text-align: center;
}

.case__img img{
    max-width: 480px;
    width: 100%;
}

@media screen and (min-width: 800px) {
	.case__img img{
    max-width: 300px;
    width: 100%;
}
}

.case__tag{
    font-size: 1.4rem;
    color: #7a7a7a;
}

.case__main_ttl{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
}

.case__text{
    font-size: 1.4rem;
}





/* case swiper */


.l-inner_case {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

/*  .l-section {
    border-top: 1px solid #eee;
  }*/
  .l-section .l-inner_case {
    /*padding-top: 8rem;*/
    /* padding-bottom: 8rem; */
  }

@media only screen and (min-width: 1025px) {
    .card01 .swiper {
      padding-top: 16px;
    }
  }

  .swiper-box{
    height: auto!important;
  }
  .swiper-box .slide{
    height: 98%;
  }

  .card01 .swiper-area {
    position: relative;
  }
  .card01 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.2rem;
    text-align: center;
  }
  .card01 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
  }
  .card01 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .card01 .swiper-button-prev, .card01 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  @media only screen and (max-width: 1024px) {
    .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: var(--box-shadow-dark);
              box-shadow: var(--box-shadow-dark);
    }
  }
  @media only screen and (max-width: 1024px) {
    .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
      border-color: #fff;
    }
  }
  .card01 .swiper-button-prev {
    right: calc(100% + 2.4rem);
  }
  @media only screen and (max-width: 1024px) {
    .card01 .swiper-button-prev {
      right: calc(100% - 3.2rem);
    }
  }
  .card01 .swiper-button-next {
    left: calc(100% + 2.4rem);
  }
  @media only screen and (max-width: 1024px) {
    .card01 .swiper-button-next {
      left: calc(100% - 3.2rem);
    }
  }
  .card01 .slide {
      margin: 0 10px 10px 0;
      background: #fff;
      padding: 20px;
      box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  }
  
  @media only screen and (min-width: 1025px) {
    .card01 .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
        margin: 0 10px 10px 0;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
    }
    .card01 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card01 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
    }
    .card01 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .card01 .slide-media {
    padding-top: 62.5%;
    border-radius: 4px;
  }
  .card01 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card01 .slide-content {
    padding: 3.2rem 0;
  }
  .card01 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card01 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }



  .wrap__movie{
    /*width: 100%;
    aspect-ratio: 16 / 9;*/
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0!important;
    margin: 0;
}


/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
    .wrap__movie{
		width: 100%;
		margin: 0;
	}
}

.wrap__movie iframe{
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
}

 
/*   ******************fb package******************   */

#wrap_fb{
    margin: 6rem 0;
}

#wrap_fb:before{
    background-color: #4dab53;
    z-index: -1;
}



.fb__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items: flex-end;
}

@media screen and (min-width: 560px) {
	.fb__box{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	    align-items: center;
	    max-width: 1000px;
	    width: 100%;
	    margin: 0 auto;
	}
}

.fb__inner{
	width: 100%;
	width: calc(50% - 16.18px / 2);
    padding:1rem;
    text-align: center;
}

@media screen and (max-width: 560px) {
.fb__inner:nth-child(1){
    order: 1;
}

.fb__inner:nth-child(2){
    order: 3;
}

.fb__inner:nth-child(3){
    order: 2;
}

}

@media screen and (min-width: 560px) {
	.fb__inner{
		width: 100%;
		width: calc(100% / 3 - 85.18px / 3 * 2);
		padding:1rem;
		text-align: center;
	}
}

.fb__iÃ£Å½Å½{
    margin: 0 0 2rem 0;
}

.fb__iÃ£Å½Å½ img{
    max-width: 300px;
    width: 100%;
}

.fb__tag{
    font-size: 1.4rem;
    font-weight: bold;
}

.fb__main_ttl{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2rem 0 0 0;
}
.fb__plus{
    margin: 0 auto 3rem;
    text-align: center;
    max-width: 50px;
    width: 100%;
}
.fb__pack{
    max-width: 500px;
    width: 100%;
    background: #d5e2de;
    border-radius: 3rem;
    margin: 0 auto;
    padding: 3rem 0;
    font-size: 3.6rem;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
}

.fb__pack span{
    font-size: 2.0rem;
    font-weight: normal;
}

span.text_green{
	color:#4dab53;
    font-weight: 500;
}

/*   ******************accessory******************   */

#wrap_acce{

    padding: 6rem 0 ;
    background: #e5e5e5;
    position: relative;
}


#wrap_acce:before{
    background-color: #4dab53;
    z-index: -1;
}

#wrap_acce .ttl{
    position: absolute;
    top: 6rem;
}

#wrap_acce .ttl .ttl_main{
    font-size: 6rem !important;
}

.acce__box{
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin: 0 0 5rem 0;
}

.acce__inner{
    background-color: #eee;
    flex: 1;
    padding: 3rem;
}

.acce__iÃ£Å½Å½{
    margin: 0 0 2rem 0;
}

.acce__item{
    max-width: 300px;
    width: 100%;
}

.acce__tag{
    font-size: 1.4rem;
    font-weight: bold;
}

.acce__main_ttl{
    font-size: 1.6rem;
    font-weight: bold;
}

:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }

  main {
    display: block;
  }

  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

/*  .l-section {
    border-top: 1px solid #eee;
  }*/
  .l-section .l-inner {
    /*padding-top: 8rem;*/
    /* padding-bottom: 8rem; */
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    /*-webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);*/
    background: #fff;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #434343;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card02 {
    overflow: hidden;
  }

  .card02 .swiper {
    overflow: visible;
    margin: 24rem 0 0 0;
  }

  @media screen and (min-width: 560px) {
    .card02 .swiper {
        margin: 14rem 0 0 0;
      }
}

  .card02 .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 3.2rem 0;
  }

  .card02 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
  }

  .card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
  }
  .card02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .card02 .swiper-button-disabled::before {
    -webkit-box-shadow: var(--box-shadow-inset);
            box-shadow: var(--box-shadow-inset);
  }
  .card02 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card02 .slide {
    overflow: hidden;
    width: 27rem;
/*    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
*/
  }
  .card02 .slide-media {
    padding-top: 100%;
  }
  .card02 .slide-media img {
    height:auto;
/*    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
*/
  }
  .card02 .slide-content {
    padding: 3.2rem 0;
  }
  .card02 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card02 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    text-align: center;
  }



  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 51%;
    }
    .pc-tab {
      display: none !important;
    }
    .card02 .slide {
      width: 24rem;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .card02 .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card02 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card02 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      /*-webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);*/
    }
    .card02 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

/*   ******************flow******************   */

#wrap_flow{
    margin: 6rem 0;
}

#wrap_flow:before{
    background-color: #4dab53;
    z-index: -1;
}



.flow__box{
    display: block;
    margin: 0 0 5rem 0;
}

@media screen and (min-width: 560px) {
	.flow__box{
	    display: flex;
	    justify-content: center;
	    column-gap: 0;
	    margin: 0 0 5rem 0;
	}
}

.flow__inner{
    margin: 0 auto 2rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media screen and (min-width: 560px) {
	.flow__inner{
	    flex: 1;
	    padding: 2rem;
	    margin: 0 auto;
	    text-align: center;
	    position: relative;
	    display: inline-block;
	}
}

.flow__inner:before {
    content: none;

}

.flow__inner:last-child:before {
    content:none;
}

.flow__img{
    margin: 0 2rem 0 0;
    flex: 0.8;
}

@media screen and (min-width: 560px) {
	.flow__img{
	    margin: 0 0 2rem 0;
	}

	.flow__inner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 14px;
    border-color: transparent transparent transparent #e5e5e5;
    position: absolute;
    top: 3.2rem;
    right: -0.5rem;
    /* bottom: 0; */
    margin: auto;
}

}

.flow__img img{
    max-width: 300px;
    width: 100%;
}



.flow__tag{
    font-size: 1.4rem;
    font-weight: bold;
}

.flow__main_ttl{
    font-size: 2.2rem;
    margin: 0 0 2rem 0;
    flex:1;
}


@media screen and (min-width: 560px) {
	.flow__main_ttl{
	    font-size: 1.6rem;
	    margin: 0 0 2rem 0;
	    flex:1;
	}

}

@media screen and (min-width: 960px) {
	.flow__main_ttl{
	    font-size: 2.0rem;
	    margin: 0 0 2rem 0;
	    flex:1;
	}

}
/*   ******************faq******************   */

#wrap_faq{
    padding: 6rem 0;
    background: #e4eaed;
}

#wrap_faq:before{
    background-color: #4dab53;
    z-index: -1;
}

#wrap_faq .ttl{
    margin: 0 0 3rem 0;
}

.faq__box{
    margin: 0 0 6rem 0;
}

.faq__inner{
    background-color: #eee;
    flex: 1;
    padding: 3rem;
}

.faq__iÃ£Å½Å½{
    margin: 0 0 2rem 0;
}

.faq__iÃ£Å½Å½ img{
    max-width: 300px;
    width: 100%;
}

.faq__tag{
    font-size: 1.4rem;
    font-weight: bold;
}

.faq__main_ttl{
    font-size: 1.6rem;
    font-weight: bold;
}






.accordion-content {
    display: none;
  }

  .accordion-header {
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    padding: 12px 45px 10px 20px;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 5rem;
  }

  .accordion-header::before,
  .accordion-header::after{
      position:absolute;
      content:'';
      top:1px;
      right:20px;
      bottom:0;
      width:12px;
      height:2px;
      margin:auto;
      background:#151E2F;
  }
  .accordion-header::after{
      transform:rotate(-90deg);
      transition:transform 0.3s;
  }
  .accordion-header.active::after{transform:rotate(0deg);}

  .accordion-content {
    padding: 12px 20px 10px;
  }

  .accordion-header p,
  .accordion-content p{
    width: 90%;
    margin: 0 0rem 0 2rem;
    /*margin: 0 auto;*/
    /*padding-left: 25px;*/
    /*position: relative;*/
    font-size: 1.6rem;
  }

  @media screen and (min-width: 560px) {
    .accordion-header p,
    .accordion-content p{
        width: 92%;
    }
}


  /* hover */
  .accordion-header:hover {
    border:2px solid #4dab53;
  }





.catch_contact{
    text-align: center;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}





.page_back{
    background: #e2ece9;
	padding:6rem 0 0 0;
}

@media screen and (min-width: 1025px) {
   .page_back{
	    padding:0;
	}
}

/* products  */



#wrap_products{

    margin: 20px auto 0px;

    @media screen and (min-width: 960px) {
        margin: 70px auto 0px;
    }


    .products__inner{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 2rem;
    }

    @media screen and (min-width: 1025px) {
        .products__inner{
            column-gap: 3rem;
        }
     }

	/* 最後のコンテンツを左寄せにする指定 */
	.products__inner:after {
	    content: "";
	    display: block;
	    width: 47%;  /* .boxに指定したwidthと同じ幅を指定する */
	    height: 0;
	}

    @media screen and (min-width: 1025px) {
        .products__inner:after {
            width: 66%;  /* .boxに指定したwidthと同じ幅を指定する */
        }
     }

    .products__box{
         margin: 0 auto 5rem;
         text-align: center;
         flex: 0 0 46.5%;
        max-width: 46.5%;
    }

    @media screen and (min-width: 1025px) {
        .products__box{
            flex: 0 0 30.30%;
            max-width: 30.30%; 
       }
     }


/*    .products_img{
        background: url("/wp-content/themes/kachakapro/images/back_product.png")  no-repeat center center/ contain;
        width: 100%;


        img{
            padding: 3rem 0;
        }
    }
    */
    .products_name{
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1rem auto 0;
    }


    .products__box a {
		img{
        transition: .3s;
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
        border-radius: 4rem;
		}

        
	}
    .products__box a:hover {
		img{
        transform: translateY(-4px);
		}

        .products_name{
            color: #4dab53;
        }

    }
}




#wrap_products__detail{

    margin: 20px auto 0px;

    @media screen and (min-width: 960px) {
        margin: 70px auto 0px;
    }


    .products__inner{
        display: block;

    }

    @media screen and (min-width: 1025px) {
        .products__inner{
            display: block;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            column-gap: 5rem;
        }
     }

    .products__box{
        flex: 1.0;
    }

    @media screen and (min-width: 1025px) {
        .products__box{
            flex: 1.0;
       }
     }

     .products__text{
		margin:2rem 0 0 0;
        flex: 1.5;
    }

    @media screen and (min-width: 1025px) {
        .products__text{
			margin:0;
            flex: 1.5;
       }
    }

    .products_name{
        font-size: 2.5rem;
        font-weight: bold;
        border-bottom: 1px solid;
        padding: 0 0 2rem 0;
        margin: 0rem auto 2rem;
    }

    @media screen and (min-width: 1025px) {
		.products_name{
	        font-size: 3.5rem;
	    }
    }

    .products__box a {
		img{
        transition: .3s;
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
        border-radius: 4rem;
		}

	}
    .products__box a:hover {
		img{
        transform: translateY(-4px);
		}

        .products_name{
            color: #4dab53;
        }

    }
}

#wrap_bt__cont{

    padding: 7rem 0 9rem;
    margin: 0 auto;
    background: #1c2742;

    .catch_contact {
        color: #fff;
    }


}
/* contact  */
.contact {
    border-radius: 10px;
    padding: 40px 16px;
    margin: 8rem auto;
    z-index: 2;
    position: relative;
    border: 2px #1c2742 solid;
}

@media screen and (min-width: 560px) {
    .contact {
        border-radius: 40px;
        padding: 5rem 16px;
        margin: 20rem auto 5rem;
    }
}

.p-contact__headline .p-common__headline {
    text-align: center;
    margin: 0 auto 2.5rem;
}
.p-contat__lead{
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (min-width: 560px) {
    .p-contat__lead{
        text-align: center;

    }
}

.p-contat__lead span{
    display: inline;
}

.p-contact__tel {
    background: #4CC7B1;
    padding: 16px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 6rem;
    display: block;
    color: #303030;
    width: 90%;
    border-radius: 10px;
}

.actions input{
    background-color: #4dab53;
}

@media screen and (min-width: 560px) {
    .p-contact__tel {
        border-radius: 40px;
    }
}


.p-contact__title {
    font-weight: bold;
    font-size: 1.8rem;
}

.p-contact__number {
    font-size: 10vw;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0;
}

@media screen and (min-width: 560px) {
    .p-contact__number {
        font-size: 5.4rem;
    }
}

@media screen and (min-width: 960px) {
    .p-contact__number {
        font-size: 5.8rem;
    }
}

.p-contact__body {
    font-size: 1.1rem;
    font-weight: bold;
}

@media screen and (min-width: 560px) {
    .p-contact__body {
        font-size: 1.3rem;
    }
}

.p-contact__body span {
    background-color: #303030;
    color: #fff;
    margin-right: 5px;
    padding: 1px 4px;
}

.form-content__headline {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.require {
    background-color: #4dab53;
    color: #303030;
    padding: 4px 4px;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: text-top;
}

.form-content__body {
    margin-bottom: 20px;
}

.form-content__body input,
.form-content__body select,
.form-content__body option,
.form-content__body textarea {
    padding: 16px 8px;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-color: #c8c8c8;
    border-width: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
}

.form-content__body input:focus,
.form-content__body select:focus {
    /* box-shadow: 0px 5px 10px 0px rgba(20, 190, 120, 0.4); */
    border: 1px solid #FFD800;
}

.form-content__body textarea {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffff;
    border: none;
    min-height: 14em;
    margin-bottom: 40px;
}

.form-content__body input placeholder {
    opacity: 0.8;
}

.form-content__body select placeholder {
    opacity: 0.8;
}

.form-inner {
    max-width: 732px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-content__button button {
    cursor: pointer;
    background-color: #4dab53;
    border:1px solid #4dab53;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1.8rem;
    display: block;
    height: 60px;
    line-height: 60px;
    transition: .2s;
    border-width: 0px;
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: bold;
}
.form-content__button button::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
.form-content__button button:hover {
    background-color: #fff;
    color: #4dab53;
    border:1px solid #4dab53;
}

.form-content__body input {
    padding: 16px 8px;
    width: 100%;
    background-color: #fff;
    border: none;
    transition: all 0.3s;
    margin-top: 8px;
    border-radius: 8px;
}

.form-content__body input[type="checkbox"] {
    border: 1px solid #999;
    flex: 0 0 40%;
    position: relative;
    width: auto;
    margin: 0;
}

.form-content__body>div {
    display: flex;
}

.checkbox-parts {
    position: relative;
    margin-left: 10px;
}

.contact-pp {
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
    padding: 0 15px;
    color: #3e3a39;
}

.form-content__ttl {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.contact-pp__inner {
    height: 185px;
    overflow: auto;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    padding: 0.5em 1em;
    font-size: 0.75rem;
}

.contact-pp__body:not(:last-child) {
    margin-bottom: 1.5em;
}

.thanks-content {
    background-color: #f0fffa;
    padding: 12rem 0;
}

/*560Ã¤Â»Â¥Ã¤Â¸â€¹*/
@media screen and (max-width:767px) {
    .thanks-content {
        padding: 6rem 0;
    }
}

.thanks-ttl {
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

/*560Ã¤Â»Â¥Ã¤Â¸â€¹*/
@media screen and (max-width:767px) {
    .thanks-ttl {
        font-size: 32px;
        line-height: 1.4;
    }
}

.thanks-ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 6px solid #4dab53;
    max-width: 200px;
    bottom: -20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thanks-content p {
    line-height: 2;
    margin-bottom: 40px;
}

.contact-agree__body {
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.contact-agree__body a {
    text-decoration: underline;
    color: #ff0000;
    display: inline-block;
}

copyright {
    display: block;
    text-align: right;
    padding: 2rem 0;
    font-size: 1.2rem;
}

copyright a{
	display:inline-block;
	opacity:0.6;
}

.f_cont__ttl{
	font-weight: bold;
    font-size: 1.2rem;
}

footer{
    background-color: #eee;
    width: 100%;
    padding: 6rem 0;
}

.f_cont__box{
	max-width: 1200px;
    margin: 0 auto 0;
    font-size: 1.3rem;
    
}

.f_cont__self{
    display: block;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #999;

}

.f_cont__self a img{
    max-width: 180px;
    width: 100%;

}

.f_cont__self .f_cont__link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 2rem;

}

.f_cont__self .f_cont__link .f_link__box{
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 0 2rem 0;
    font-size: 1.6rem;

}




.f_cont__mje{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2rem;
    text-align: left;
}

.f_cont__mje .f_cont__name{
    padding: 0 0 2rem;
}

.f_cont__mje .f_cont__name a img{
    max-width: 120px;
    width: 100%;
    margin: 1rem 0 0 -1px;

}

.f_cont__mje .f_cont__name a{
    font-size: 2.0rem;
    line-height: 2.4rem;
}

.f_cont__mje .f_cont__link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.f_cont__mje .f_cont__link div{
    display: inline-block;
    margin: 0 2rem;
}

.footer__link {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
}

.f_cont__detail{
    display: block;
    margin: 0;

}

.f_cont__detail .f_detail__box{
    padding: 1.0rem 0 1.5rem 1rem;
    font-size: 1.8rem;
    border-bottom: 1px #1c2742 solid;
}




@media screen and (min-width: 560px) {
    .f_cont__box{
        max-width: 980px;
        margin: 0 auto 0;
        font-size: 1.3rem;
    }

    .f_cont__self{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        margin: 0 0 2rem 0;
        border-bottom: 1px solid #ccc;
    }


    .f_cont__self .f_cont__link{
        justify-content: flex-start;
    }
    .f_cont__self .f_cont__link .f_link__box{
        flex: 0 0 31%;
        max-width: 31%;
        padding: 0 0 2rem 0;
        font-size: 1.4rem;
        
    }
    




    .f_cont__mje{
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 2rem 2rem;
        text-align: left;
    }

    .f_cont__mje .f_cont__name{
        /* margin: 0 0 2rem; */
        padding: 0 0 2rem;
    }

    .f_cont__mje .f_cont__name a img{
        max-width: 120px;
        width: 100%;
        margin: 0 0 0 -1px;
    
    }

    .f_cont__self a img{
        max-width: 200px;
        width: 100%;
    }

    .f_cont__self div{
        display: inline-block;
        margin: 0 1rem;
    
    }

    .f_cont__detail{
        display: block;
        margin: 0;
    
    }
    
    .f_cont__detail .f_detail__box{
        padding: 1.0rem 0;
        font-size: 1.6rem;
    }

}
@media screen and (min-width: 960px) {
    .f_cont__box{
        max-width: 980px;
        margin: 0 auto 0;
        font-size: 1.3rem;
    }
}
@media screen and (min-width: 1281px) {
    .f_cont__box{
        max-width: 1280px;
        margin: 0 auto 0;
        font-size: 1.3rem;
    }
}


@media screen and (min-width: 960px) {
    .f_cont__self{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items:center;
        margin: 0 0 2rem 0;
        border-bottom: 1px solid #ccc;
    
    }

    .f_cont__self .f_cont__link .f_link__box{
        flex: 0 0 auto;
        max-width: 100%;
        text-align: center;
        margin: 0 0 0 3rem;
    }

    .f_cont__self .f_cont__link .f_link__box{
        flex: 0 0 auto;
        max-width: 100%;
        text-align: center;
        margin: 0 0 0 3rem;
    }

    /* Ã¥Ââ€“Ã¦Â¬Â¡Ã¥Âºâ€” 960Ã¤Â»Â¥Ã¤Â»Â¥Ã¤Â¸Å  */


    .f_cont__mje{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 2rem;
        text-align: left;
    }

    .f_cont__mje .f_cont__name{
        margin: 0 0 2rem 0;
    }

    .f_cont__detail{

        margin: 0 2rem;
    
    }
    
    .f_cont__detail .f_detail__box{
        display: inline-block;
        margin: 0 1rem;
        border:none;
        font-size: 1.3rem;
    }
}


/* thanksÃ£ÂÂºÃ£Æ’Â¼Ã£â€šÂ¸ */
.c-thanks__inner {
    /*background-color: #E6F7F2;*/
    padding: 10rem 0;
}

.c-thanks__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.p-thanks__headline {
    font-size: 3.2rem;
    margin-bottom: 60px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.p-thanks__headline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #4dab53;
    max-width: 200px;
    bottom: -20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-common__link {
    background-color: #303030;
    max-width: 400px;
    width: 100%;
    margin: 4rem auto;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    display: block;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    transition: .3s;
}

.p-common__link:hover {
    background-color: #4dab53;
}

.c-conversion__text{
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    margin-top: 30px;
    line-height: 1.3;
    font-size: 2.4rem;
}

@media screen and (min-width: 560px) {
    .c-conversion__text{
        font-size: 4rem;
    }
}
.c-conversion__text::before,
.c-conversion__text::after{
    content: '';
	width: 1px;
	height: 40px;
	background-color: #303030;
}

.c-conversion__text::before{
    margin-right: 20px;
	transform: rotate(-35deg);
}

.c-conversion__text::after{
    margin-left: 20px;
	transform: rotate(35deg);
}

.c-conversion__block,
.c-mainvisual-under__conversion--block{
    position: relative;
    padding:0;
    margin: 6.0rem 0 0;
}

@media screen and (min-width:560px) {
    .c-conversion__block,
    .c-mainvisual-under__conversion--block{

        padding:0 13rem;

    }
}

/*560Ã¤Â»Â¥Ã¤Â¸â€¹*/
@media screen and (max-width:560px) {
    .c-conversion__block div,
    .c-mainvisual-under__conversion--block div{
        display:none;
    }
}

@media screen and (min-width:560px) {
    .c-conversion__block div.c-image__l,
    .c-mainvisual-under__conversion--block div.c-image__l{
        width: 7rem;
    }
    .c-conversion__block div.c-image__r,
    .c-mainvisual-under__conversion--block div.c-image__r{
        width: 10rem;
    }

    .c-conversion__block p,
    .c-mainvisual-under__conversion--block p{
        margin: 0 3rem;
    }
}

 /*
@media screen and (min-width:560px) {
.c-conversion__block .c-conversion__link{
   position: absolute;
    left: 0;
    right: 0px;
    top: 6px;
}
}
    */
.c-conversion__link{
    background: linear-gradient(-90deg, #005190 0%, #25847a 50%, #4dab53 100%);
    /*border:2px solid #4dab53;*/
    max-width: 100%;
    width: 100%;
    margin: 3rem auto 0;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    display: block;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 27px 0;
    transition: .3s;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
@media screen and (min-width:560px) {
    .c-conversion__link{
        max-width: 270px;
        font-size: 2.4rem;
        max-width: 1000px;
    }
}
.c-conversion__block .c-conversion__link::before,
.c-mainvisual-under__conversion--block .c-conversion__link::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
.c-conversion__link span{
    font-size:1.4rem;
    font-weight: normal;
    display: block;
}
@media screen and (min-width:560px) {
    .c-conversion__link span{
        font-size:1.5rem;
        font-weight: normal;
    }
}
.c-conversion__link:hover{
    color:#FF7A89;
    background-color: #fff;
}
@-webkit-keyframes shine {
    100% {
      left: 100%;
    }
  }

  @keyframes shine {
    100% {
      left: 100%;
    }
  }
  .hbspt-form {
    max-width: 732px;
    width:100%;
    margin: 0 auto;
}
.contact-form{
    max-width: 600px;
    margin:0 auto;
}

.c-thanks__inner .contact-form{
	max-width: 632px;
	padding:0px 16px;
}
.p-document__body{
	margin-bottom:6rem;
	text-align:center;
}
.p-document__headline{
    padding: 5rem 0px 2rem;
    font-weight: bold;
    text-align: center;
    font-size: 3.2rem;
    position: relative;
	margin-bottom:3rem;
}
.p-document__headline::after{
	content:'';
	background-color:#FFD800;
	width:40px;
	height:4px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

.page-id-1243 .l-header__link:first-child{
	display:none;
}
#contact{
	text-align:center;
}
#contact .p-summary__lead{
	text-align:center;
	margin-bottom:10px;
	display:inline-block;
}

/******** thanks ********/

.thanks_head {
    display: block;
    margin:0 auto;
    padding: 3rem 0px;
    position: static;
    background-color: #4CC7B1;
    max-width: 100%;
    text-align:center;
    height: auto;
}

.thanks_head img {
    max-width:200px;
    width:100%;
}



/*********************************
RSS note
*********************************/
.notecardtype time {
    display: block;
    margin: 13px 13px 8px;
    color: #b5b5b5;
    font-size: 1.3rem;
    font-weight: bold;
}

time.notepubdate:before {
    content: "\f017";
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.6;
}

.notecardtype__article {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.2s ease-in-out;
}
.notecardtype__article:nth-child(n+4){
	display:none;
}
@media only screen and (min-width:960px){
.notecardtype__article:hover {
/*     box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1); */
/*     transform: translateY(-4px); */
}
}

.notecardtype__link {
    display: block;
    color: #555;
    text-decoration: none;
	position:relative;
	overflow:hidden;
}

.notecat-name {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 13px;
    right: 13px;
    height: 22px;
    margin: 0;
    padding: 0 10px;
    border-radius: 14px;
    color: #fff;
vertical-align: bottom;
    line-height: 36px;
    background: #fff;
}
.notecardtype__img {
    overflow: hidden;
    position: relative;
}
.notecardtype__img img {
    width: 100%;
	transition:.3s;
	vertical-align: bottom;
}
.notecardtype__link:hover .notecardtype__img img{
   transform:scale(1.05);
}

.notecat-name img {
    height: 20px;
    padding: 1px 0 6px;
}

.entry-time.notepubdate {
    padding: 0 10px 0 0;
}

.cf {
    zoom: 1;
}

p.notedescription {
    font-size: 1.4rem;
    padding: 0px 15px 30px;
}

.notecardtitle {
margin: 14px 13px 16px;
    font-weight: bold;
    line-height: 1.56;
    font-size: 1.6rem;
/* 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
	transition:.3s;
}
.notecardtype__link:hover .notecardtitle {
	color: #001E64;
}

@media only screen and (min-width:560px){
.notecardtype__article {
    flex:0 0 32.25%;
	max-width:32.25%;
	margin: 0 1em 0;
}
}
.notecardtype{
	padding-top:2.5rem;
}
@media only screen and (min-width: 560px){
.notecardtype__article time {
    margin: 13px 16px 8px;
}

.notecardtype {
    display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom:1em;
}
}
@media only screen and (max-width: 481px){
p.notedescription {
    font-size: 0.7em;
    padding: 0px 15px 20px;
    margin-top: -1.3em;
}
}
.p-interview__link{
	margin-top:20px;
}
.p-interview__link:hover{
	opacity:0.7;
}
.p-interview__link img{
	box-shadow: 2px 2px 10px rgba(0, 30, 100, 0.3);
  border-radius: 16px;
}
.u-require__time{
	display:flex!important;
	align-items:center;
	gap:10px;
	margin-bottom:0px!important;
}
.wpcf7-form-control {
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      box-sizing: border-box;
}
.wpcf7-form-control::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-column__link{
	display:block;
	max-width:100px;
	margin:1rem auto 6rem;
	color:#003A64;
	font-weight:bold;
	position:relative;
	font-size:1.4rem;
}
.p-column__link span{
	color:#003A64;
}
.p-column__link::after{
content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 60px;
    bottom: -5px;
    background-color: #003A64;
    height: 1px;
    margin: 0 auto;
    transition: .3s;
}
.p-column__link:hover::after{
	width:100%;
}
.p-column__link .material-icons{
	font-size:15px;
	padding-left:5px;
}

.amr__background nav{
    margin: 0 0 3rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2rem 0;
}

.breadcrumb li:not(:last-of-type)::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin: 1px .6em 0; /* 記号の左右の余白 */
    color: #ababab; /* 記号の色 */

}

ol.breadcrumb li{
    list-style-type: none;
    display: inline-flex;
}

.products__wrap .products__ttl{
    border: 1px solid #1c2742;
    border-radius: 3rem;
    text-align: center;
    width: 160px;
    padding: 1rem 0;
    margin: 0 0 3rem;
    font-weight: bold;
    font-size: 1.6rem;
}

@media only screen and (min-width: 560px){
	.products__wrap .products__ttl{
	    border: 1px solid #1c2742;
	    border-radius: 3rem;
	    text-align: center;
	    width: 160px;
	    padding: 1rem 0;
	    margin: 0 0 2rem;
	    font-weight: bold;
	    font-size: 1.6rem;
	}

}

.amr__background{
    margin: 0 0 12rem 0;
}

