@charset "UTF-8";

/*====== Element =====*/
body, .site-header { min-width: 1280px; }

body {
    font-size: 16px;
}

h2, .h1 { font-size: 62px; line-height: 1.24; }

h3, .h2 { font-size: 46px; line-height: 1.32; }

h4, .h3 { font-size: 34px; line-height: 1.48; }

h5, .h4 { font-size: 26px; line-height: 1.55; }

h6, .h5 { font-size: 20px; line-height: 1.625; }

/*====== Common Style =====*/
/* responsive */
.for_sp { display: none !important; }

.pc-tleft { text-align: left; }
.pc-tcenter { text-align: center; }
.pc-tright { text-align: right; }

/* margin */
.m-mtp_s { margin-top: 40px !important; }
.m-mtp_m { margin-top: 80px !important; }
.m-mtp_l { margin-top: 210px !important; }

.m-mbt_s { margin-bottom: 40px !important; }
.m-mbt_m { margin-bottom: 80px !important; }
.m-mbt_l { margin-bottom: 210px !important; }

/* box inner margin ( paragraph ) */
.m-para-w {
    line-height: 2.688;
}

.m-para-w * + * {
    margin-top: 2.688em;
}

/* section */
.m-sec-bg {
    padding: 110px 0 90px;
    border-radius: 180px 180px 0 0;
}

@media screen and (max-width: 1499px) {

    .m-sec-bg {
        border-radius: 80px 80px 0 0;
    }
    
}

.m-sec01 {
    margin-bottom: 100px;
}

.m-sec01:last-child {
    margin-bottom: 0;
}

.m-sec02 {
    margin-bottom: 60px;
}

.m-sec02:last-child {
    margin-bottom: 0;
}

/* lead */
.m-lead {
    padding: 5px 0;
    margin-bottom: 40px;
    letter-spacing: normal;
    line-height: 1.7;
}

/* label - Main Text (Circle Mark) + Sub Text */
.m-lb01 {
    margin-bottom: 75px;
}

.m-lb01__ja {
    display: block;
    position: relative;
    padding-left: 1.217em;
    color: #F38201;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: 1.3;
}

.m-lb01__ja::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .217em;
    width: .783em;
    height: .783em;
    border-radius: 50%;
    background: #8CB806;
}

.m-lb01__en {
    display: block;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: .9;
}

.m-lb01__ja + .m-lb01__en {
    margin-top: 23px;
}

/* label - Main Text + Sub Text + grad row Line */
.m-lb02 {
    margin-bottom: 50px;
    color: #F38201;
}

.m-lb02__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 28px;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: .9;
    white-space: nowrap;
}

.m-lb02__en::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(21%, #FEF1A5), to(#F38201));
    background: linear-gradient(to right, #FFF 0%, #FEF1A5 21%, #F38201 100%);
    mix-blend-mode: multiply;
}

.m-lb02__ja {
    display: block;
    color: #F38202;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: 1.5;
}

.m-lb02__en + .m-lb02__ja {
    margin-top: 13px;
}

/* link - circle */
.m-link01 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 224px;
    height: 224px;
    padding-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF8F2, #FFE2C9);
    color: #242A3A;
    font-size: 17px;
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-link01::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 21px;
    height: 19px;
    background: url("../image/icon/icon_arrow1_r_or.svg") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-link01:hover {
    background: #F38201;
    color: #fff;
    opacity: 1;
}

.m-link01:hover::after {
    background-image: url("../image/icon/icon_arrow1_r_w.svg");
}

/* link - round box & arrow anime */
.m-link02 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 340px;
    height: 70px;
    padding: 20px 25px 20px 34px;
    border-radius: 35px;
    background: #FFF8F2;
    color: #333;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: .5s cubic-bezier(.165,.84,.44,1);
    transition: .5s cubic-bezier(.165,.84,.44,1);
}

.m-link02__icon {
    display: inline-block;
    position: relative;
    width: 77px;
    height: 28px;
    border-radius: 14px;
    background: #F38201;
    overflow: hidden;
}

.m-link02__icon img {
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
}

.m-link02__icon img:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.m-link02__icon img:last-child {
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

a:hover .m-link02,
.m-link02:hover {
    background: #704D27;
    color: #FFF;
    opacity: 1;
}

a:hover .m-link02 .m-link02__icon img:first-child,
.m-link02:hover .m-link02__icon img:first-child {
    left: 200%;
}

a:hover .m-link02 .m-link02__icon img:last-child,
.m-link02:hover .m-link02__icon img:last-child {
    left: 50%;
}

/* Column Box - left right */
.m-col-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-col-lr + .m-col-lr {
    margin-top: 40px;
}

.m-col-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.m-col-lr__l,
.m-col-lr__r {
    -ms-flex-preferred-size: 48.166%;
        flex-basis: 48.166%;
}

/* box */
.m-box01 {
    padding: 110px 90px 90px;
    border-radius: 50px;
    background: #FFF8F2;
}

.m-box02 {
    padding: 40px;
    border-radius: 50px;
    border: solid 2px #F38201;
}

/* table */
.m-table {
    display: table;
    border-collapse: collapse;
}

.m-table__tr {
    display: table-row;
}

.m-table__th,
.m-table__td {
    display: table-cell;
}

/* table - border */
.m-table01 {
    width: 100%;
    letter-spacing: normal;
    line-height: 1.7;
}

.m-table01 tr,
.m-table01 .m-table__tr {
    border-bottom: solid 1px #D6D6D6;
}

.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
    vertical-align: top;
    padding: 27px 0;
}

.m-table01 th,
.m-table01 .m-table__th {
    width: 250px;
    text-align: left;
}

/* map */
.m-map iframe {
    width: 100%;
}

/* blog category */
.blog-cat {
    display: inline-block;
    padding: .633em 1.08em;
    border-radius: 3em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.blog-cat--elderlyservice {
    background: #8CB806;
    color: #FFF;
}

.blog-cat--ipfs {
    background: #033B8D;
    color: #FFF;
}

.blog-cat--aio {
    background: #EBEBEC;
    color: #185BCC;
}

.blog-cat--regenerativemedicine {
    background: #23B1DD;
    color: #FFF;
}

.blog-cat--other {
    background: #EBEBEC;
    color: #F38201;
}


/*====== gnv =====*/
.gnv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .733em;
    padding: 12px 30px 12px 24px;
    color: #242A3A;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.267;
}

.gnv__link {
    display: inline-block;
    padding: .5em;
}

.gnv__item {
    cursor: pointer;
}

.gnv-child-parent {
    position: relative;
}

.gnv-child-parent .gnv__link {
    position: relative;
    padding-right: calc(.5em + 15px);
}

.gnv-child-parent .gnv__link::before,
.gnv-child-parent .gnv__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    width: .733em;
    border-top: solid 1px #F38201;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1);
    transition: transform .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
}

.gnv-child-parent .gnv__link::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.gnv-child-parent .gnv__link:hover::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.gnv-child-parent .gnv__link:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.gnv-child {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 280px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
    transition: .4s cubic-bezier(.165,.84,.44,1);
}

.gnv-child-parent:hover > .gnv-child {
    opacity: 1;
    pointer-events: auto;
}

.gnv-child__list {
    padding: 15px 23px;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 5px 2px #00000008;
            box-shadow: 0 1px 5px 2px #00000008;
    background: #FFF;
}

.gnv-child__item + .gnv-child__item {
    margin-top: 5px;
}

.gnv-child__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
}

.gnv-child__linkIcon {
    position: relative;
    width: 45px;
    height: 17px;
    border-radius: 9px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
    transition: .4s cubic-bezier(.165,.84,.44,1);
}

.gnv-child__linkIcon svg {
    color: #F38201;
    width: 14px;
    height: 9px;
    -webkit-transition: .4s cubic-bezier(.165,.84,.44,1);
    transition: .4s cubic-bezier(.165,.84,.44,1);
}

.gnv-child__linkIcon svg:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gnv-child__linkIcon svg:last-child {
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gnv-child__link:hover {
    opacity: 1;
}

.gnv-child__link:hover .gnv-child__linkIcon {
    border-color: #F38201;
    background-color: #F38201;
}

.gnv-child__link:hover .gnv-child__linkIcon svg {
    color: #FFF;
}

.gnv-child__link:hover .gnv-child__linkIcon svg:first-child {
    left: 200%;
}

.gnv-child__link:hover .gnv-child__linkIcon svg:last-child {
    left: 50%;
}

.gnv-tel,
.gnv-tel__tel,
.gnv-tel__time {
    display: block;
}

.gnv-tel {
    padding: 10px;
    text-align: center;
    line-height: 1;
}

.gnv-tel__tel {
    color: #F38201;
    font-size: 30px;
    letter-spacing: 0.12em;
}

.gnv-tel__tel img {
    position: relative;
    top: .1em;
}

.gnv-tel__time {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.025em;
}


/*====== header =====*/
#header {
    padding-top: 125px;
}

.anchorBlock {
    padding-top: 125px;
    margin-top: -125px;
}

.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}

body.is-first:not(.is-gnvOpen) .header-trans .site-header {
    background-color: transparent;
}

.site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    height: 125px;
}

.site-header__logo {
    margin: 0 20px;
    font-size: 10px;
    line-height: 1;
}

.site-header__logo .site-logo {
    display: block;
    padding: 10px;
}

.site-header__nav {
    margin: 0 10px 6px auto;
}

.site-header__nav .gnv {
    border-radius: 3em;
    background: #FFF8F2;
}

.site-header__nav .gnv__item--contact {
    margin-left: 5px;
}

.site-header__nav .gnv__item--contact .gnv__link {
    padding: .6em 1.167em;
    border-radius: 3em;
    background: #F38201;
    color: #fff;
}

.site-header__nav .gnv-child {
    top: 100%;
    padding-top: 30px;
}

.site-header__cv {
    margin: 0 20px 10px 0;
}


/*====== page header =====*/
.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 503px;
}

.page-header__bg .bg-circle__item--01 {
    -webkit-transform: translate(-30.4%, -28.99%);
            transform: translate(-30.4%, -28.99%);
}

.page-header__bg .bg-circle__item--02 {
    bottom: auto;
    top: 0;
    -webkit-transform: translate(40.74%, -4.6%);
            transform: translate(40.74%, -4.6%);
}

.page-header__txt {
    padding-top: 195px;
    color: #fff;
}

.page-title {
    margin: 0;
    font-size: 1em;
}

.page-title__ja {
    display: block;
    position: relative;
    padding-left: 1.217em;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: 1.3;
}

.page-title__ja::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .348em;
    width: .783em;
    height: .783em;
    border-radius: 50%;
    background: #fff;
}

.page-title__en {
    display: block;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: .9;
}

.page-title__ja + .page-title__en {
    margin-top: 30px;
}

.page-header__marquee {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    white-space: nowrap;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-49.7%);
                transform: translateX(-49.7%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-49.7%);
                transform: translateX(-49.7%);
    }
}

.page-header__marqueeTxt {
    margin-bottom: -.254em;
    font-size: 138px;
    letter-spacing: .115em;
    line-height: .9;
    -webkit-animation: marquee 10s linear infinite;
            animation: marquee 10s linear infinite;
}

/* service header */
.svc-header__bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 125px;
    width: 100%;
    height: 100vh;
}

.svc-header__bg img {
    width: 100%;
}

@media screen and (max-width: 1499px) {

    .svc-header__bg img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
}

.svc-header__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0 60px;
    color: #fff;
}

.svc-header__l {
    width: 59.667%;
    padding: 0 50px;
    margin-top: 50px;
}

.svc-title__en {
    display: block;
    margin: 0 0 48px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: 1;
}

.svc-title__main {
    display: block;
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 1.1;
}

.svc-title__sub {
    display: block;
    margin: 40px 0 0;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .065em;
    line-height: 1.2;
}

.svc-header__r {
    width: 40.333%;
}

.svc-header__img img {
    border-radius: 50%;
}

/* content */
.page-content {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    margin-top: 378px;
    border-radius: 180px 180px 0 0;
    background: #fff;
}

@media screen and (max-width: 1499px) {

    .page-content {
        border-radius: 80px 80px 0 0;
    }
    
}

.svc-header + .page-content {
    margin-top: 0;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 20px 0;
    margin-bottom: 75px;
    font-size: 12px;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 1;
}

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

.breadcrumbs .connector {
    display: inline-block;
    -webkit-transform: scale(.74);
            transform: scale(.74);
}

.breadcrumbs .current {
    color: #F38201;
}


/*====== footer =====*/
#footer {
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    background: #fff;
}

.site-footer {
    padding-bottom: 20px;
    text-align: center;
}

.site-footer__logo {
    margin-bottom: 27px;
}

.site-footer__sns {
    margin-bottom: 5px;
}

.site-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.site-footer__nav .gnv-child {
    bottom: 100%;
    padding-bottom: 10px;
}

.site-copy {
    padding: 5px 5px 10px;
    background: #F38201;
    color: #FFF;
    text-align: center;
}

.copyright {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
}


/*====== main =====*/
/* bg circle */
@-webkit-keyframes circle-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes circle-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.bg-circle {
	position: absolute;
	z-index: -1;
    inset: 0;
}

.bg-circle.is-anime {
    -webkit-animation: circle-rotate 20s linear infinite;
            animation: circle-rotate 20s linear infinite;
}

.bg-circle__item--01 {
	position: absolute;
	left: 0;
	top: 0;
}

.bg-circle__item--02 {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* service navi */
.svc-nav {
    margin: -15px auto 100px;
}

.svc-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 40px;
    padding: 0 12px;
    letter-spacing: normal;
    line-height: 1.4;
}

.svc-nav__item {
    min-width: 0;
    border-bottom: solid 1px;
}

.svc-nav__link {
    display: block;
    position: relative;
    padding: 20px 45px 20px 0;
    color: inherit;
    text-decoration: none;
}

.svc-nav__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF8F2, #FFE2C9);
}

/* service intro */
.svc-intro__ttl {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 1.667;
}

.svc-intro__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.svc-intro__l {
    width: 53.37%;
    padding-right: 2em;
}

.svc-intro__txt {
    line-height: 2.063;
}

.svc-intro__r {
    width: 46.63%;
}

.svc-intro__img img {
    border-radius: 20px;
}

/* accordion (js) */
.accordion__item + .accordion__item {
    margin-top: 20px;
}

.accordion__lb {
    position: relative;
    padding: .86em .86em;
    background: #e9ecef;
    font-size: 1.125em;
}

.accordion__lb::before {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.accordion__lb.is-active::before {
    content: "\f056";
}

.accordion__cont {
    display: none;
    padding: 1.2em 0;
}

.accordion__item:last-child .accordion__cont {
    padding-bottom: 0;
}