/*********

DEFAULT RESET
imagecolor: #ff9393
subcolor: #7bcc9d

**********/
html {
-webkit-text-size-adjust: 100%;
width: 100%;
font-size: 62.5%;
}
body {
width: 100%;
font-family: 'Roboto', 'Noto Sans JP', ' ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', ' メイリオ ', Meiryo, 'MS Pゴシック ', 'MS PGothic', sans-serif;
padding: 0;
margin: 0 auto;
font-size: 1.4rem;
line-height: 1.82;
letter-spacing: 0.1em;
color: #333;
background: #fff;
position: relative;
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
body.scrolloff {
height: 100%;
overflow: hidden;
position: fixed;
left: 0;
}
body * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
a:hover,
a:active,
a:focus {
outline: none;
}
div, ol, ul,dl, dt, dd,
h1, h2, h3, h4, h5, h6,
header, footer, nav, section, article, aside, hgroup, menu,
form,
img, figure, picture {
display: block;
margin: 0 auto;
padding: 0;
border: none;
-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.24;
}
figure > img,
picture > img {
width: 100%;
height: auto;
}
dl, ol, ul {
list-style-type: none;
margin: 0;
padding: 0;
}
table {
width: 100%;
margin: 1em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
*:before, *:after {
box-sizing: inherit;
}
@media screen and (min-width: 768px) {
body {
font-size: 1.5rem;
}
a[href^="tel:"] {
pointer-events: none;
}
}
@media screen and (min-width: 992px) {
body {
font-size: min(1.6vw, 2rem);
}
}

/*********

HEADER / FOOTER

**********/
.l_header {
width: 100%;
min-height: 60px;
z-index: 10;
transition: all .5s;
position: relative;
}
.l_header.change {
background: #fff;
position: fixed;
top: 0;
left: 0;
}
.l_header__inner {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
margin: 0 auto;
padding: 1.4vw 2.48vw;
}
.l_header__logo {
margin: 0 auto 0 0;
}
.l_header__logo img {
max-height: 38px;
width: auto;
margin: 0;
}
.top_phone__num {
display: none;
}
.l_header__btn {
width: 38px;
height: 38px;
margin: 0 0 0 auto;
transition: all .5s;
position: relative;
cursor: pointer;
}
.l_header__btn span {
display: block;
height: 2px;
background-color: #666;
transition: all .5s;
position: absolute;
left: 0;
}
.l_header__btn span:nth-child(1) {
top: 5px;
width: 38px;
}
.l_header__btn span:nth-child(2) {
top: 50%;
width: 30px;
transform: translateY(-2px);
}
.l_header__btn span:nth-child(3) {
bottom: 5px;
width: 20px;
}
.l_header__btn.opened span:nth-child(1) {
width: 30px;
-webkit-transform: translateY(13px) rotate(315deg);
transform: translateY(13px) rotate(315deg);
}
.l_header__btn.opened span:nth-child(2) {
opacity: 0;
}
.l_header__btn.opened span:nth-child(3) {
width: 30px;
-webkit-transform: translateY(-13px) rotate(-315deg);
transform: translateY(-13px) rotate(-315deg);
}
.l_header__nav {
width: 85%;
height: auto;
background: #fff;
border-radius: 3.5vw;
padding-top: 6.5vw;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 65px;
left: -100%;
bottom: 0;
transition: .5s;
z-index: 999;
}
.l_header__nav.is_open {
left: 7.5%;
}
.l_header__nav > ul {
padding: 0 3vw;
}
.l_header__nav > ul > li {
border-top: 1px solid #f4f4f4;
}
.l_header__nav > ul > li:last-child {
border-bottom: 1px solid #f4f4f4;
}
.l_header__nav > ul a {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
line-height: 1;
font-size: 1.6rem;
font-weight: 600;
padding: 1.4rem;
text-align: left;
color: #ff9393;
}
.l_header__nav > ul > li > a::after {
content: '';
display: block;
width: 1rem;
height: 1rem;
border: 2px solid #ff9393;
border-top-width: 0;
border-left-width: 0;
transform: rotate(-45deg);
margin: 0 0 0 auto ;
}
.l_header__nav > ul ul.child_menu a {
font-size: 1.3rem;
font-weight: normal;
padding: 0.5rem;
padding-left: 1.6rem;
color: #555;
}
.l_header__nav > ul ul.child_menu a::before {
font-family: 'Material Icons';
content: '\e5df';
}
.l_header__nav > ul ul.child_menu > li:last-child a {
padding-bottom: 1.4rem;
}
.l_header__nav > ul li.at_phone {
display: none;
}	
.modalin_phone {
text-align: center;
}	
.modalin_phone strong {
display: inline-block;
border: 2px solid #424242;
border-left-width: 0;
border-right-width: 0;
padding: 1.2rem 0;
margin: 1.8rem auto 0;
}	
.modalin_phone a {
display: block;
font-size: 3rem;
color: #ff9393;
font-weight: 600;
padding: 1.2rem 0;
}	
.l_footer {
background: #f4f4f4;
padding: calc(3vw + 1.6rem) 4.8vw calc(2.4vw + 60px);
margin-top: -40px;
}
.ft__info > dt figure {
max-width: 280px;
margin: 14px 0;
}
.ft__info > dd {
display: block;
font-size: 1.28em;
line-height: 1.3;
}
.l_footer dd .ft_phone__num {
display: block;
font-size: 3.2rem;
font-weight: 700;
line-height: 1;
color: #424242;
margin: 1.4rem auto;
}
.ft__navLink {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
margin: 1.4rem 0;
line-height: 1;
gap: 0.24rem;
}
.ft__navLink a {
color: #424242;
font-size: 1.2rem;
letter-spacing: 0;
}
.ft_tm__table {
border-radius: 1vh;
border: 2px solid #ff9393;
background: #fff;
font-size: 1.1rem;
border-collapse: separate;
overflow: hidden;
margin-bottom: 0.5em;
}
.ft_tm__table th,
.ft_tm__table td {
border-right: 1px solid #ff9393;
text-align: center;
line-height: 1.4;
padding: 0.3vh 1vh;
}
.ft_tm__table tr th:last-child,
.ft_tm__table tr td:last-child {
border-right: none;
}
.ft_tm__table thead th {
background: #ff9393;
color: #fff;
}
.mov__wrapper,
.map__wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.mov__wrapper > video,
.map__wrapper > iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.footer__cp {
display: block;
font-size: 0.82rem;
text-align: center;
margin: 1.4vh auto 0;
}
.ft__cta {
width: 100%;
height: 6.8rem;
background: #f4f4f4;
padding: 1rem;
position: fixed;
bottom: -10rem;
left: 0;
opacity: 0;
z-index: 999;
transition: all 0.4s;
}
.ft__cta.cta_view {
bottom: 0;
opacity: 1;
}
.ft__cta a {
display: block;
border-radius: 0.84rem;
border: 2px solid #fff;
font-size: 1.48rem;
font-weight: 600;
background: #ff9393;
color: #fff;
text-align: center;
padding: 1.23rem;
overflow: hidden;
}
.pagetop {
position: fixed;
bottom: 5vh;
right: -5vw;
z-index: 9999;
opacity: 0;
transition: 0.3s;
}
.pagetop.appear {
opacity: 1;
right: 5vw;
}
.pagetop > a {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
margin: 0 auto;
width: 40px;
height: 40px;
background: #fff;
border: 2px solid #ff9393;
border-radius: 50%;
transition: 0.3s;
}
.pagetop > a::after {
content: '';
width: 12px;
height: 12px;
border-top: 2px solid #ff9393;
border-left: 2px solid #ff9393;
transform: translateY(3px) rotate(45deg);
transition: 0.3s;
}
@media screen and (min-width: 768px) {
.l_header__inner {
margin: 0 0 0 auto;
padding: 1.62rem;
}
.l_header__logo img {
max-height: 64px;
}
.top_phone__num {
display: block;
}
.l_header__nav > ul {
max-width: 600px;
margin: auto;
}
.l_header__nav > ul a {
font-size: 2.1rem;
padding: 1.84rem;
}
.l_header__nav > ul ul.child__navi a {
font-size: 1.72rem;
padding: 0.82rem;
}
.l_header__nav > ul ul.child__navi > li:last-child a {
padding-bottom: 1.84rem;
}
.modalin_phone {
display: none;
}	
.l_footer {
padding-bottom: 2.4vw;
}
/*.ft_tm__table {
font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.ft_tm__table th,
.ft_tm__table td {
line-height: 1.64;
padding: 0.5vh 1vh;
}
*/
.l_footer .ft__wrapper {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 1.6rem;
}
.ft__wrapper__left,
.map__wrapper {
width: 50%;
}
.ft__info > dt figure {
max-width: 300px;
}
.ft__info > dd {
font-size: 1.3em;
}
.top_phone__num {
font-size: 2.8rem;
font-weight: 700;
color: #ff9393;
letter-spacing: 0;
}
.map__wrapper {
padding-bottom: 47.6%;
}
.ft__cta {
display: none;
}
.footer__cp > br {
display: none;
}
.pagetop {
bottom: 2.5vh;
right: 2.5vw;
}
.pagetop > a {
width: 60px;
height: 60px;
}
}
@media screen and (min-width: 992px) {
.l_header__inner {
padding: 1.84rem 4.8vw;
gap: 1.48vw;
}
.l_header__logo img {
height: 50px;
}
.l_header__btn {
display: none;
}
.l_header__nav {
width: 100%;
height: auto;
background: none;
padding: 0;
overflow: visible;
position: static;
}
.l_header__nav > ul {
min-width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
-moz-align-items: stretch;
align-items: stretch;
padding: 0;
margin-top: -20px;
position: fixed;
}
.top_phone__num,
.l_header__nav > ul a {
font-size: clamp(1.4rem, 1.6vw, 1.8rem);
padding: 0 1rem;
color: #000;
line-height: inherit;
}
.l_header__nav > ul > li,
.l_header__nav > ul > li:last-child {
border: none;
white-space: nowrap;
}
.parent_menu {
position: relative;
}
.child_menu {
height: 0;
visibility: hidden;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
white-space: nowrap;
min-width: max-content;
opacity: 0;
transition: all 0.3s;
position: absolute;
top: 100%;
left: 0;
z-index: 999;
pointer-events: auto;
}
.parent_menu:hover .child_menu {
height: auto;
visibility: visible;
opacity: 1;
}
.l_header__nav > ul ul.child_menu a {
font-size: clamp(1.4rem, 1.6vw, 1.5rem);
}
.l_header__nav > ul ul.child_menu > li:last-child a {
padding: 0;
}
.l_header__nav > ul li.at_phone {
display: block;
}	
.l_header__nav > ul li.at_phone a.number {
font-size: 1.8rem;
letter-spacing: 0;
}	
.l_header__nav > ul li.at_phone a.number::after {
display: none;
}	
.modalin_phone {
display: none;
}	
.ft__wrapper {
max-width: 1040px;
gap: 4.8rem;
}
.ft__wrapper .map__wrapper {
padding-bottom: 33.333%;
}
.l_footer__cp {
font-size: 1.2rem;
}
.pagetop {
bottom: 2.5vh;
right: 2.5vw;
}
.pagetop > a {
width: 80px;
height: 80px;
}
.pagetop > a::after {
width: 12px;
height: 12px;
transform: translateY(3px) rotate(45deg);
}
.pagetop > a:hover {
background: #ff9393;
}
.pagetop > a:hover::after {
border-top-color: #fff;
border-left-color: #fff;
transform: translateY(-3px) rotate(45deg);
}
}

/*********

COMOONSTYLE

**********/
.cont__wrapper {
text-align: center;
overflow: hidden;
}
.cont__wrapper > section:not(#fstview) {
padding: 8.64vw 4.8vw;
text-align: left;
scroll-margin-top: 60px;
}
.wrap_cover {
position:relative;
z-index: 2;
}
.wrap_cover.byfront {
margin-top: -7.5vw;
}
.wrap_cover.fvTops {
transform: rotate(180deg);
margin-top: -7.5vw;
}
.bgSheet {
position: relative;
}
.bgSheet::before {
content: '';
display: block;
width: 100vw;
height: 100%;
margin: 0 calc(50% - 50vw);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
h2.sec__title {
text-align: center;
margin-bottom: 3.46rem;
line-height: 1;
}
.sec__title .ttl__jp {
display: block;
font-weight: 700;
font-size: 3.4rem;
}
h2.sec__title .ttl__en {
display: block;
font-weight: 500;
font-size: 1.4rem;
}
.common__btn {
border-radius: 99px;
background: #424242;
color: #fff;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 1.64rem;
width: fit-content;
margin: 3.2em 0 0;
padding: 0.333rem;
padding-left: 2.64rem;
overflow: hidden;
position: relative;
}
.btn__txt {
font-weight: 700;
position: relative;
z-index: 1;
}
.btn__arw {
width: 4rem;
height: 4rem;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
position: relative;
z-index: 2;
}
.btn__arw::before,
.btn__arw::after {
content: "";
display: block;
}
.btn__arw::before {
width: 100%;
height: 100%;
border-radius: 50%;
background: #fff;
position: absolute;
top: 0;
left: 0;
}
.btn__arw::after {
width: 1.2rem;
height: 1.2rem;
border-top: 3px solid #424242;
border-right: 3px solid #424242;
z-index: +1;
transform: rotate(45deg);
}
.mores__btn {
max-width: 200px;
margin: 1.6em 0 0 auto;
text-align: right;
}
.mores__btn > a {
display: block;
font-size: 1.3rem;
color: #000;
text-align: center;
border: 1px solid #d0d0d0;
padding: 1rem;
padding-left: 0;
position: relative;
}
.mores__btn > a::after{
content: "";
display: block;
width: 24px;
height: 8px;
position: absolute;
top: calc(50% - 8px);
right: 2.4rem;
border-right: 2px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
transform: skew(45deg);
transition: .3s;
}
.mores__btn > a:hover {
border-color: #000;
}
.mores__btn > a:hover::after{
width: 32px;
right: 1.6rem;
}
.comsub__ttl {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 1.5rem;
font-weight: 700;
font-family: "Roboto", sans-serif;
}
.comsub__ttl::before {
content: '';
display: block;
width: 3.6rem;
height: 0.5rem;
border-radius: 0.5rem;
background: #ff9393;
}
.mds__jp {
margin: 1.6rem 0 3.2rem;
}
.number {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-variation-settings: "wdth" 100;
}
small.cap__txt {
display: inline-block;
font-size: 0.9rem;
line-height: 1.42 !important;
text-align: left;
}
@media screen and (min-width: 768px) {
.cont__wrapper > section:not(#fstview) {
scroll-margin-top: 90px;
}
h2.sec__title .ttl__en {
font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
.sec__title .ttl__jp {
font-size: clamp(3.4rem, 3.4vw, 3.8rem);
}
.common__lead {
font-size: clamp(2rem, 4.8vw, 2.2rem);
}
small.cap__txt {
font-size: clamp(0.9rem, 1vw, 1.1rem);
}
}
@media screen and (min-width: 992px) {
.cont__wrapper > section:not(#fstview) {
max-width: 1040px;
padding: 50px 4.8vw;
scroll-margin-top: 130px;
}
h2.sec__title .ttl__en {
font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.sec__title .ttl__jp {
font-size: clamp(3.8rem, 3.8vw, 4.2rem);
}
.common__lead {
font-size: clamp(2.3rem, 6vw, 2.8rem);
}
small.cap__txt {
font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.common__btn::before {
content: "";
display: block;
width: 100%;
height: 100%;
background: #ff9393;
position: absolute;
top: 0;
left: -100%;
z-index: 1;
transition: all 0.3s;
}
.common__btn:hover::before {
left: 0;
}
.common__btn:hover .btn__arw::after {
border-color: #ff9393;
}
.wavesvg {
width: 100%;	
height: 80px;
}
.wrap_cover.fvTops {
margin-top: -12px;
}
.wrap_cover.byfront {
margin-top: -40px;
}
}
@media screen and (min-width: 1040px) {
.ft__wrapper,
.cont__wrapper > section:not(#fstview) {
padding-left: 0;
padding-right: 0;
}
}





/*********

INDEX PARTS

**********/
#fstview {
height: 77.5vh;
margin-top: -7.5vw;
}
#fstview video {
box-shadow: unset;
border: unset;
object-fit: cover;
vertical-align: top;
outline: none;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: opacity 1s;
z-index: -1;
}
#fstview .svc__backwrap,
#fstview .fv__inner {
width: 100%;
height: 100%;
background: rgba(255,255,255,0.1);
position: absolute;
top: 0;
left: 0;
}
#fstview .fv__inner {
width: 100%;
height: 100%;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
text-align: left;
color: #fff;
padding: 6.2vw;
}
.fv__cahtch {
font-size: 4rem;
font-weight: 900;
line-height: 1.2;
margin-left: 0;
}
#fstview p {
font-weight: 600;
}
@media screen and (min-width: 768px) {
#fstview {
max-height: 800px;
}
.fv__cahtch {
font-size: clamp(4.6rem, 8vw, 8rem);
}
#fstview p {
font-size: clamp(1.6rem, 2.1vw, 2.1rem);
}
}
@media screen and (min-width: 992px) {
#fstview {
min-height: 840px;
max-height: 1000px;
margin-top: -80px;
}
.fv__cahtchWrap {
min-width: 980px;
max-width: 1240px;
margin: auto;
}
}


/*** SPECIAL **/
#specialty p {
text-align: left;
}
.svc__list {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1.24rem;
margin-top: 1.6rem;
}
.svc__list li {
background: rgba(255,224,212,0.5);
border-radius: 4.3vh;
width: calc(50% - 0.62rem);
padding: 5.6vw;
overflow: hidden;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.svc__list a {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
gap: 1.23vh;
line-height: 1.36;
color: #000;
width: auto;
object-fit: cover;
overflow: hidden;
}
.svc__list figure {
width: 25vw;
height: 25vw;
object-fit: cover;
}
.svc__list h3 {
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.svc__list p {
display: none;
}
@media screen and (min-width: 768px) {
.svc__list li {
width: calc(25% - 1.24rem);
padding: 2.4vw;
}
.svc__list figure {
width: 100px;
height: 100px;
}
.svc__list h3 {
font-size: clamp(1.5rem, 1.6vw, 1.6rem);
}
}
@media screen and (min-width: 992px) {
.svc__list li {
flex: 1;
aspect-ratio: 1 / 1;
padding: 2rem;
transition: all 0.3s;
}
.svc__list > li:hover {
background: rgba(255,224,212,1);
}
.svc__list figure {
width: 120px;
height: 120px;
}
.svc__list h3 {
font-size: clamp(1.8rem, 1.8vw, 2rem);
}
}


/*** TIMETABLE **/
.ttable__wrapper {
border: 3px solid #ff9393;
border-radius: 0.48rem;
margin: 3.4vh 0;
padding: 1.42rem;
}
#timetable .ttable__wrapper:nth-child(3) {
border-color: #7bcc9d;
}
#timetable .ttable__wrapper:nth-child(4) {
border-color: #a49481;
}
#timetable .ttable__wrapper > h3 {
font-size: 1.74rem;
margin-bottom: 1.2vw;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 1.48rem;
}
#timetable .ttable__wrapper > h3::before {
content: '';
display: block;
width: 5px;
height: 2rem;
border-radius: 5px;
background: #ff9393;
}
#timetable .ttable__wrapper:nth-child(3) > h3::before  {
background: #7bcc9d;
}
#timetable .ttable__wrapper:nth-child(4) > h3::before  {
background: #a49481;
}
.ttable__wrapper table th,
.ttable__wrapper table td {
border-bottom: 1px solid #f0f0f0;
}
.ttable__wrapper table thead th,
.ttable__wrapper table tbody td {
text-align: center;
}
@media screen and (min-width: 768px) {
#timetable .ttable__wrapper > h3 {
font-size: clamp(1.8rem, 2.2vw, 2.2rem);
color:#ff9393;
}
.ttable__wrapper table th,
.ttable__wrapper table td {
font-size: clamp(1.8rem, 2vw, 2rem);
}
}
@media screen and (min-width: 992px) {
.ttable__wrapper {
padding: 3.6rem;
}
}


/*** NEWSINDEX **/
#newsindex li {
border-bottom: 1px solid #f0f0f0;
}
#newsindex li a {
display: block;
color: #4f4f4f;
padding: 1.28rem;
}
.sticky_posts {
border: 2px solid #fa4d4d;
border-radius: 0.4em;
padding: 1em;
}
.stickyTitle {
font-weight: 600;
color: #fa4d4d;
}
#newsindex .sticky_posts li {
border: none;
margin-top: 0;
}
#newsindex .sticky_posts li a {
padding: 0;
}
.sticky_posts li a {
position: relative;
}
.sticky_posts li a::after {
font-family: 'Material Icons';
content: '\e037';
color: #fa4d4d;
font-size: 0.86em;
line-height: 1;
position: absolute;
right: 0;
bottom: 0;
}
.sticky__postttl {
font-weight: 600;
}
.sticky__excerpt {
font-size: 0.94em;
color: #575757;
}
.date__stamp {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
color: #8a8a8a;
gap: 1.24em;
font-size: 1.1rem;
}
.nws__tag {
display: inline-block;
font-weight: 600;
background: #8a8a8a;
border-radius: 0.2rem;
padding: 0.1em 0.6em;
color: #fff;
}
.nws__tag.homesupport {
background: #ff9393;
}
.nws__tag.homevisitnurse {
background: #7bcc9d;
}
.nws__tag.recruitinfo {
background: #a49481;
}
#newsindex .nws__postttl {
font-size: 1.4rem;
font-weight: 600;
}
@media screen and (min-width: 768px) {
#newsindex .date__stamp {
font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
#newsindex .nws__postttl {
font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
}
@media screen and (min-width: 992px) {
#newsindex .date__stamp {
font-size: min(1.4vw, 1.6rem);
}
#newsindex .nws__postttl {
font-size: min(1.6vw, 2rem);
}
}


/** ABOUTUS **/
.img__backsheet {
margin-top: 4.8vw;
position: relative;
}
.img__backsheet::before {
content: '';
width: 100%;
height: 72.5%;
background: #ff9393;
border-radius: 0 0 0 1.24rem;
position: absolute;
top: -4.8vw;
left: -4.8vw;
z-index: -1;
}
.img__backsheet img {
border-radius: 0 0 1.24rem 0;
overflow: hidden;
}
.cAboutus_txt p br {
display: none;
}
@media screen and (min-width: 768px) {
.innner__respwrap {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
gap: 3em;
}
.innner__respwrap > * {
flex: 1;
}
.img__backsheet {
width: 50%;
}
.img__backsheet::before {
top: -2.4vw;
left: -2.4vw;
}
.cAboutus_txt p br {
display: block;
}
}


/** GROUP **/
.group__list {
border-radius: 4vw;
overflow: hidden;
}
.group__list > li {
padding: 5vw;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
}
.group__list > li:before {
content: '';
display: block;
width: 80%;
height: 100%;
background: rgba(255,255,255,0.2);
transform: rotate(20deg);
position: absolute;
left: -30%;
bottom: -5%;
z-index: 1;
}
.group__list > li:nth-child(1) {
background: #ff9393;
}
.group__list > li:nth-child(2) {
background: #7bcc9d;
}
.group__list > li:nth-child(2):before {
left: 50%;
top: -6.5%;
}
.group__list picture {
display: block;
text-align: center;
border: 2px solid #f4f4f4;
border-radius: 0.4rem;
margin: 1rem 0;
overflow: hidden;
position: relative;
z-index: 2;
}
.group__list h3 {
font-size: 1.24em;
line-height: 1.48;
}
.group__list h3 > br {
display: none;
}
.grp_txt {
font-size: 1.64rem;
font-weight: 600;
}
#cGroup .common__btn {
margin-top: 2.4rem;
z-index: 2;
}
@media screen and (min-width: 768px) {
.group__list {
display: -webkit-flex;
display: -moz-flex;
display: flex;
}
.group__list > li {
flex: 1;
}
.group__list h3 {
font-size: 1.68em;
}
.group__list h3 > br {
display: block;
}
}
@media screen and (min-width: 992px) {
.group__list > li {
padding: 50px;
}
.grp_txt br {
display: none;
}
}


/** RECRUIT **/
#cRecruit .comsub__ttl::before {
background: #7bcc9d;
}
.cRecruit__respwrap {
margin: 3.7rem 0;
}
.cRecruit__respwrap_inner {
position: relative;
padding-bottom: 1.82rem; 
}
.cRecruit__text {
font-size: 4rem;
font-weight: 700;
line-height: 1.6;
}
.rec_shadetxt {
display: block;
font-size: 6.48rem;
font-weight: 900;
text-align: center;
line-height: 1;
opacity: 0.07;
position: absolute;
bottom: 5.2rem;
left: 50%;
transform: translateX(-50%);
}
.side_b {
display: none;
}
.cRecruit__respwrap > picture {
border-radius: 2.8vw;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.cRecruit__respwrap {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 3rem;
margin-bottom: 0;
}
.cRecruit__respwrap_inner {
width: 50%;
order: 2;
padding: 0; 
margin: 0;
}
.side_a {
width: 50%;
}
}
@media screen and (min-width: 992px) {
.cRecruit__respwrap {
gap: 40px;
}
}


/** CONTACT **/
#cContact.bgSheet::before {
background: #fef7e1;
}
.cContact__flex {
margin-bottom: 4.8rem;
}
.cContact__text {
margin: 3.7rem 0;
}
.cContact__tel {
padding: 1.8rem 2.4rem;
background: #fff;
border-radius: 0.8rem;
color: #000; 
font-weight: 600;
}
.cContact__tel h3 {
font-size: 1.5rem;
margin-bottom: 1.24rem;
}
.cContact__tel h3 br {
display: none;
}
.cContact__tel a {
display: block;
font-size: 2.67rem;
font-weight: 900;
color: #000;
line-height: 1;
}
.entry_time {
font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
.cContact__flex {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
gap: 1.6rem;
}
.cContact__tel {
width: 40%;
}
}
@media screen and (min-width: 992px) {
.cContact__tel {
width: 46.5%;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
gap: 3rem;
padding: 50px;
margin-bottom: 0;
}
.cContact__tel h3 {
font-size: 1.84rem;
margin-bottom: 0;
}
.cContact__tel h3 br {
display: block;
}
.cContact__tel a {
font-size: 3rem;
}
.entry_time {
font-size: 1.4rem;
}
#cContact .wrap_cover {
width: 100vw;
margin: 0 calc(50% - 50vw);
}
}
@media screen and (min-width: 1240px) {
.cContact__flex_item,
.cContact__tel {
width: 50%;
}
}