@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
/* html.sr .late00, 
html.sr .late01, 
html.sr .bottom01, 
html.sr .top01, 
html.sr .left01, 
html.sr .right01 {
    visibility: hidden;
} */
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-top: 120px;
    margin-top: -120px;
}
@media screen and (min-width: 1000px){
body {
    padding-top: 130px;
    margin-top: -130px;
}
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #4b4b4b;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p, li, th, td {
    font-size: 16px;
	line-height: 160%;
    font-weight: normal;
    color: #4b4b4b;
	font-feature-settings: "pkna";
    letter-spacing: 0.01em;
}
@media screen and (min-width: 1000px){
p, li, th, td {
    font-size: 17px;
	line-height: 170%;
}
}
p {
    text-align: center;
}
p.sml {
    font-size: 16px;
    line-height: 160%;
}
span.sml02 {
    font-size: 18px;
    line-height: 100%;
}
span.sml03palt {
    font-size: 18px;
    line-height: 100%;
    font-feature-settings: "palt";
}
span.sml04 {
    font-size: 20px;
    line-height: 140%;
}
@media screen and (min-width: 1000px){
span.sml03palt {
    font-size: 20px;
    letter-spacing: 0.1em;
}
}
ul, ol {
    text-align: left;
	list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.justify {
    text-align: justify;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #fd55b4;
}
.clr_sub {
    color: #32ac67;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.no_link {
    pointer-events: none;
}


.container {
	width: 100%;
	margin: 0 auto;
}

/* ヘッダー */
.SP_header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.SP_header a img {
    height: 80px;
    padding: 10px 0;
}
@media screen and (min-width: 768px){
.SP_header {
    height: 60px;
}
.SP_header a img {
    height: 45px;
    padding: 7.5px 0;
}
}
@media screen and (min-width: 1000px){
.PC_header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.PCheader_top {
    height: 70px;
}
.PCheader_in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.PC_logo a img {
    height: 50px;
    padding: 10px 5px;
}
.top_linkbox {
    display: flex;
}
a.top_rec_box {
    width: 170px;
    height: 56px;
    margin: 7px 10px;
    display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    transition: all 0.2s ease;
}
a.top_rec_box:hover {
    opacity: 0.8;
}
a.top_rec_box p {
    font-size: 15px;
    line-height: 130%;
    font-weight: normal;
    color: #fff;
    width: 90px;
    height: 56px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 2px 0 0 2px;
    clip-path: polygon(0% 0%, 100% 0%,  91% 100%, 0% 100%);
}
.trb_L {
    background: linear-gradient(135deg, #6ed237, #5abe2d);
}
.trb_R {
    background: linear-gradient(135deg, #37be73, #2d9b5f);
}
.trb_L span {
    font-size: 15.5px;
    font-weight: bold;
    margin: 2.5px auto -17.5px;
}
.trb_R span {
    font-size: 15.5px;
    font-weight: bold;
    margin: 2.5px auto 0;
}
.top_rec_pic {
    width: 85px;
    height: 56px;
    object-fit: cover;
    border-radius: 0 2px 2px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#menupc {
    width: 100%;
    height: 60px;
    background: linear-gradient(#ffe6f7, #fcd7eb);
    position: absolute;
    top: 70px;
    z-index: 1000;
}
#menupc.m_fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.mp_in {
    max-width: 1200px;
    margin: 0 auto;
}
.mp_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.mp_item {
    font-size: 16px;
    display: table;
    flex: 1;
    border-left: 1px solid #fff;
}
.mp_item:last-child {
    border-right: 1px solid #fff;
    margin-right: 0;
}
.mp_item a {
    line-height: 130%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    height: 60px;
    color: #4b4b4b;
    background: linear-gradient(#ffe6f7, #fcd7eb);
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease;
}
.mp_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f6c9df;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease;
}
.mp_item a:hover:after {
    opacity: 1;
}
.mp_nowrap  {
    white-space: nowrap;
}
.mp_item .mp_eng {
    font-size: 13px;
    line-height: 100%;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #fd55b4;
}
.mp_item a.mp_now {
    background: #f6c9df;
}
}


/* トップ画像 */
.mainimg {
	width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -2;
}
.viewer {
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
	position: relative;		
}
.viewer ul {
	margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
	height: 100vh;
    position: absolute;
    object-fit: cover;
}


/*===  丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
}
/*Scrollテキストの描写*/
.scrolldown2 span{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fd55b4;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fd55b4;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.6s ease-in-out infinite,
               cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0%{bottom: 45px;}
    100%{bottom: -5px;}
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
/* 線の描写 */
.scrolldown2:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50px;
    background: #fd55b4;
} 


/* 各ブロック */
.box {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.greeting {
    background-image: url(../img/bg_gra_flower.webp);
    background-position: right 30% center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.philosophySP {
    padding: 70px 0;
}
.contents {
    background: #fff;
    overflow: hidden;
}
.news {
    background: linear-gradient(135deg, #ffe6f7, #fcd7eb);
}
.recruit {
    background: #fff;
}
.s_inner, .m_inner, .l_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 20px;
}

@media screen and (min-width: 1000px){
.box {
    padding: 100px 0;
}
.greeting {
    background-image: url(../img/bg_gra_flower.webp);
    background-position: center;
}
.s_inner, .m_inner, .l_inner {
    margin: 0 50px; 
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
}


/* 見出し */
h1.top {
	font-size: 20px;
    line-height: 160%;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	color: #fd55b4;
    margin: 0 0 20px;
}
h2.top {
	font-size: 25px;
    line-height: 100%;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #fd55b4;
    margin: 0 0 25px;
}
h3.top {
    font-size: 25px;
    line-height: 110%;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #4b4b4b;
    margin: 0 15px 50px;
    padding-bottom: 30px;
    position: relative;
}
h3.top:after {
	width: 60px;
	content: "";
	border-bottom: 5px solid #fd55b4;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width: 499px){
h1.top {
    font-size: 24px;
}
}
@media screen and (min-width: 1000px){
h1.top {
    font-size: 28px;
    margin: 0 0 40px;
}
h2.top {
    font-size: 28px;
    margin: 0 0 40px;
}
h3.top {
    font-size: 30px;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
h3.top:after {
	width: 70px;
}
}



/* テキスト、マージン */
p.txt01 {
    line-height: 170%;
    text-align: justify;
}
p.txt02 {
    font-size: 17px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}
p.txt03 {
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}
.ls1005 {
    letter-spacing: 0.01em;
}
.mb00 {
    margin-bottom: 0;
}
.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb2025 {
    margin-bottom: 20px;
}
.mb2030 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb3050 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb4045 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0020 {
    margin-left: 0;
}
@media screen and (min-width: 768px){
.ml0020 {
    margin-left: 20px;
}
}
@media screen and (min-width: 1000px){
p.txt01 {
    line-height: 200%;
}
p.txt02 {
    font-size: 18px;
    line-height: 170%;
}
.ls1005 {
    letter-spacing: 0.005em;
}
.mb2025 {
    margin-bottom: 25px;
}
.mb2030 {
    margin-bottom: 30px;
}
.mb3050 {
    margin-bottom: 50px;
}
.mb4045 {
    margin-bottom: 45px;
}
}



/* 背景固定 */
.back-img-a, 
.back-img-b {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    max-height: 0;
    overflow: visible;
    z-index: -1;
}
.back-img-a::after, 
.back-img-b::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-a::after {/* 理念bg */
    background-image: linear-gradient(-45deg,rgba(255, 234, 242,0.7), rgba(255, 255, 255, 0.8)), 
    url(../img/top_bg01_3834.webp);
}
.back-img-b::after {/* フッターbg */
    background-image: linear-gradient(-45deg, rgba(255, 234, 242,0.7), rgba(255, 255, 255, 0.9)), 
    url(../img/top_bg02_2864.webp);
    background-position: top center;
}

/* 当施設について */
.philo_box {
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 30px 20px;
}
p.philo_list {
    font-size: 18px;
    line-height: 180%;
    display: inline-block;
}
.policy_box {
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 30px 20px;
}
ul.policy_rectangle {
    list-style: url(../img/ul-rectangle-maincolor.svg);
    padding-left: 15px;
    display: inline-block
}
ul.policy_rectangle li {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}
ul.policy_rectangle li:last-of-type {
    margin-bottom: 0;
}
ol.policy_num {
    padding-left: 20px;
    list-style-type: decimal;
    display: inline-block;
}
ol.policy_num li {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}

ol.policy_num li:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 768px){
.philo_box {
    padding: 50px 35px;
}
p.philo_list {
    font-size: 19px;
}
}

@media screen and (min-width: 1000px){
/* .philo_box {
} */
.policy_box {
    padding: 50px 40px;
}
}


/* 看護部について */
.contentsbox {
	text-align: center;
}
.c_box1, .c_box2 {
    width: 100%;
	margin-bottom: 40px;
}
.c_box2:last-of-type {
    margin-bottom: 0;
}
.c_pic1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.pic_posi00 img {
    object-position: 50% 0%;
}
.pic_posi01 img {
    object-position: 50% 10%;
}
.pic_posi02 img {
    object-position: 50% 20%;
}
.pic_posi03 img {
    object-position: 50% 30%;
}
.pic_posi04 img {
    object-position: 50% 40%;
}
.pic_posi10 img {
    object-position: 50% 100%;
}
.pic_posi_h00 img {
    object-position: 0% 50%;
}
.pic_posi_h01 img {
    object-position: 10% 50%;
}
.pic_posi_h06 img {
    object-position: 60% 50%;
}
.pic_posi_h08 img {
    object-position: 80% 50%;
}

.c_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ct1 {
    background: #ffebf5;
}
.ct2 {
    background: #e6f5ff;
}
.ct3 {
    background: #fff0e1;
}
.ct4 {
    background: #e6ffeb;
}
.ct_box {
    padding: 25px 15px;
}

h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.ct1 h4 {
    color: #ff50a0;
}
.ct2 h4 {
    color: #00beff;
}
.ct3 h4 {
    color: #ff8c00;
}
.ct4 h4 {
    color: #3cc846;
}
h4:after {
    margin-left: 10px;
    content: "";
    flex-grow: 1;
}
.ct1 h4:after {
    border-top: solid 1px #ff50a0;
} 
.ct2 h4:after {
    border-top: solid 1px #00beff;
} 
.ct3 h4:after {
    border-top: solid 1px #ff8c00;
} 
.ct4 h4:after {
    border-top: solid 1px #3cc846;
}
h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 15px;
}
p.ct_intro {
    text-align: justify;
    margin-bottom: 15px;
}
/* moreボタン */
.ct_link_box {
    width: 198px;
    height: 48px;
    padding: 1px;
    border-radius: 25px;
    margin: 0 auto;
}
.clb01 {
    background: linear-gradient(120deg, #ff50a0 0%, #e13291 100%);
}
.clb02 {
    background: linear-gradient(120deg, #00beff 0%, #0096e1 100%);
}
.clb03 {
    background: linear-gradient(120deg, #ff8c00 0%, #e16400 100%);
}
.clb04 {
    background: linear-gradient(120deg, #3cc846 0%, #1e7d23 100%);
}
a.ct_link {
    font-size: 16px;
    line-height: 50px;
    width: 198px;
    height: 48px;
    color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease;
}
a.ct_link i {
    font-size: 13px;
    margin-left: 10px;
}
a.ct_link span {
    position: relative;
}
a.ct_link::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}
a.cl1::before {
    background: linear-gradient(120deg, #ff50a0 0%, #e13291 100%);
}
a.cl2::before {
    background: linear-gradient(120deg, #00beff 0%, #0096e1 100%);
}
a.cl3::before {
    background: linear-gradient(120deg, #ff8c00 0%, #e16400 100%);
}
a.cl4::before {
    background: linear-gradient(120deg, #3cc846 0%, #1e7d23 100%);
}
a.ct_link:hover::before {
    opacity: 0;
}

@media screen and (min-width: 499px){
.c_pic1 img {
    height: 300px;
}
}

@media screen and (min-width: 768px){
.c_pic1 img {
    height: 350px;
}
.ct_box {
    padding: 30px;
}
}

@media screen and (min-width: 1000px){
.c_box1 {
    height: 400px;
	margin-bottom: 70px;
	display: flex;
}
.c_box2 {
    height: 400px;
	margin-bottom: 70px;
	display: flex;
    flex-direction: row-reverse;
}
.c_pic1 {
    width: 50%;
}
.c_pic1 img {
    height: 400px;
}
.c_txt {
    width: 50%;
    height: 400px;
}
.ct_box {
    max-width: 400px;
    padding: 40px;
}
h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
h5 {
    font-size: 25px;
    margin-bottom: 25px;
}
p.ct_intro {
    margin-bottom: 40px;
}
/* moreボタン */
a.ct_link:hover {
    background: #fff;
}
a.cl1:hover  {
    color: #ff50a0;
}
a.cl2:hover {
    color: #00beff;
}
a.cl3:hover {
    color: #ff8c00;
}
a.cl4:hover {
    color: #3cc846;
}
}


/* イラスト */
.c_illustU {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
.c_illustN {
    width: 65px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
.c_illustK {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
.c_illustF {
    width: 55px;
    position: absolute;
    bottom: 0;
    right: 2%;
}
@media screen and (min-width: 1000px){
.c_illustU {
    width: 80px;
    right: 5%;
    bottom: -20px;
}
.c_illustN {
    width: 100px;
    left: 5%;
    bottom: -20px;
}
.c_illustK {
    width: 75px;
    right: 5%;
    bottom: -20px;
}
.c_illustF {
    width: 80px;
    left: 5%;
    bottom: -20px;
}
}
@media screen and (min-width: 1200px){
.c_illustU {
    right: 10%;
}
.c_illustN {
    left: 10%;
}
.c_illustK {
    right: 10%;
}
.c_illustF {
    left: 10%;
}
}


/* おしらせ */
.table_information th {
	font-size: 15px;
    line-height: 140%;
	font-weight: bold;
	text-align: left;
    color: #fd55b4;
    display: block;
	padding: 15px 15px 5px;
}
.table_information td {
	font-size: 16px;
    line-height: 160%;
    text-align: left;
    color: #4b4b4b;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 0 15px 15px;
}
.table_information tr:first-child th {
	border-top: solid 1px #ccc;
}

@media screen and (min-width: 1000px){
.table_information th, 
.table_information td {
	display: table-cell;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.table_information th {
	padding: 20px 10px 20px 20px;
}
.table_information td {
	padding: 20px 20px 20px 10px;
}
.table_information tr:first-child {
	border-top: solid 1px #ccc;
}
}


/* 採用情報 */
/* 新卒サイトないとき */
a.rec_boxL, a.rec_boxR {
    width: 100%;
    max-width: 500px;
    height: 130px;
    display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    transition: all 0.2s ease;
}
a.rec_boxL {
    background: linear-gradient(135deg,  #ff6fc1, #f3289e);
    margin: 0 auto 25px;
}
a.rec_boxR {
    background: linear-gradient(135deg, #37be73, #2d9b5f);
    margin: 0 auto;
}
/* 新卒サイトあるとき */
/* a.rec_boxL, a.rec_boxC, a.rec_boxR {
    width: 100%;
    max-width: 500px;
    height: 130px;
    display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    transition: all 0.2s ease;
}
a.rec_boxL {
    background: linear-gradient(135deg, #ff6fc1, #f3289e);
    margin: 0 auto 25px;
}
a.rec_boxC {
    background: linear-gradient(135deg, #37be73, #2d9b5f);
    margin: 0 auto 25px;
}
a.rec_boxR {
    background: linear-gradient(135deg, #6ed237, #5abe2d);
    margin: 0 auto;
} */

.rec_box p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin: 0 auto;
}
.r_pic {
    max-width: 200px;
    max-height: 130px;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%,  85% 100%, 0% 100%);
}
.rec_i {
    font-size: 50px;
    line-height: 100%;
    color: rgba(255,255,255,0.2);
    position: absolute;
    right: 10px;
}

@media screen and (min-width: 1000px){
.rec_box {
    display: flex;
    justify-content: space-between;
}
/* 新卒サイトないとき */
a.rec_boxL, a.rec_boxR {
    height: 170px;
}
a.rec_boxL {
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
}
a.rec_boxR {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
}
.r_pic {
    max-width: 300px;
    max-height: 170px;
}
/* 新卒サイトあるとき */
/* a.rec_boxL, a.rec_boxC, a.rec_boxR {
    width: calc(100% / 3 - 40px / 3);
    height: 170px;
}
a.rec_boxL {
    margin: 0;
}
a.rec_boxC {
    margin: 0 20px;
}
a.rec_boxR {
    margin: 0;
}
.r_pic {
    max-width: 180px;
    height: 170px;
} */

a.rec_boxL:hover, a.rec_boxC:hover, a.rec_boxR:hover {
    opacity: 0.8;
}
.rec_box p {
    padding-right: 10px;
}
}


/*フッター*/
footer {
	padding: 50px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-logo {
    max-width: 280px;
    margin: 0 auto 30px;
}
.f-ad {
    margin: 0 auto 40px;
}
p.f-ad-in {
    font-size: 16px;
    margin: 0 auto 30px;
}
a.f-tel  {
    color: #4b4b4b;
}
p.f-link-in a {
    font-size: 14px;
    color: #4b4b4b;
    background: #fff;
    padding: 10px;
    border: solid 1px #4b4b4b;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.f-link-in a i {
    margin-left: 5px;
}
p.copyright {
    font-size: 11px;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width: 499px){
p.f-link-in a {
    padding: 10px 15px;
}
}

@media screen and (min-width: 1000px){
footer {
	padding: 80px 0 40px;
}
.f-logo {
    max-width: 340px;
}
.f-ad {
    margin: 0 auto 50px;
}
.f-link-in a:hover {
    color: #fff;
    background: #4b4b4b;
}
.f-sm {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
} 
.f-sm-in li {
    margin-bottom: 20px;
}
.f-sm-in li:last-of-type {
    margin-bottom: 0;
}
.f-sm-in li a {
    font-size: 16px;
	color: #4b4b4b;
    display: block;
    transition: all 0.2s ease;
}
.f-sm-in li a:hover {
    color: #fd55b4;
} 
.f-sm-in li i {
    color: #fd55b4;
    margin-right: 5px;
}
}


/*ページトップへGOボタン*/
.page-top {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: linear-gradient(#fff, #ddd);
    z-index: 100;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.page-top a {
	width: 50px;
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s ease;
}
.page-top i {
	font-size: 22px;
    color: #4b4b4b;
}

@media screen and (min-width: 1000px){
.page-top {
    right: 10px;
    left: auto;
}
.page-top a:hover {
    background-color: #fff;
}
}


/* SPメニュー */
.header__trigger {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fd55b4;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
    z-index: 9999;
}
.header__trigger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}
.header__trigger span:first-child {
    top: 15px;
}
.header__trigger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.header__trigger span:last-child {
    bottom: 15px;
}
.header__trigger.active span:first-child {
    transform: translate(-50%, 10px) rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.header__trigger.active span:last-child {
    transform: translate(-50%, -8px) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../img/bg_gra_flower.webp);
    background-position: right 15% center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 600px;
    margin: 0 auto 80px;
}
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.global-SPnav img {
    margin: 20px auto;
    width: 100%;
    max-width: 250px;
}
.global-SPnav ul {
    margin: 0 30px;
}
.global-SPnav ul li {
    font-weight: bold;
    border-bottom: solid 1px #fd55b4;
}
.global-SPnav ul li.mfirst {
    border-top: 1px solid #fd55b4;
}
.global-SPnav ul li a {
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    color: #4b4b4b;
    padding: 0 10px;
    display: block;
}  

.r_box {
    display: flex;
    justify-content: space-between;
    margin: 30px 25px;
    padding-bottom: 150px;
}
a.r_in {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    width: calc(100% / 2 - 20px / 2);
    color: #fff;
    background: linear-gradient(135deg,  #ff6fc1, #f3289e);
    padding: 15px 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* ######## 1px以上 ######## */
@media screen and (min-width: 1px){
.yesPC360 {
    display: block !important;
}
.yesSP360 {
    display: none !important;
}
.yesPC374 {
    display: block !important;
}
.yesSP374 {
    display: none !important;
}
.yesPC399 {
    display: block !important;
}
.yesSP399 {
    display: none !important;
}
.yesPC499 {
    display: block !important;
}
.yesSP499 {
    display: none !important;
}
.yesPC599 {
	display: block !important;
}
.yesSP599 {
	display: none !important;
}
.yesPC699 {
	display: block !important;
}
.yesSP699 {
	display: none !important;
}
.yesPC768 {
	display: none !important;
}
.yesSP768 {
	display: block !important;
}
.yesPC810 {
	display: none !important;
}
.yesSP810 {
	display: block !important;
}
.yesPC899 {
	display: none !important;
}
.yesSP899 {
	display: block !important;
}
.yesPC1000 {
	display: none !important;
}
.yesSP1000 {
	display: block !important;
}
.yesPC1200 {
	display: none !important;
}
.yesSP1200 {
	display: block !important;
}
.yesPAD399-599 {
    display: none !important;
}
.yesPAD500-999 {
    display: none !important;
}
.yesPAD768-1000 {
    display: none !important;
}
.yesPAD768-1100 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: none !important;
}
}
/* ######## 360px以下 ######## */
@media screen and (max-width: 360px){
.yesPC360 {
    display: none !important;
}
.yesSP360 {
    display: block !important;
} 
}
/* ######## 374px以下 ######## */
@media screen and (max-width: 374px){
.yesPC374 {
    display: none !important;
}
.yesSP374 {
    display: block !important;
} 
}
/* ######## 399px以下 ######## */
@media screen and (max-width: 399px){
.yesPC399 {
    display: none !important;
}
.yesSP399 {
    display: block !important;
} 
}
/* ######## 499px以下 ######## */
@media screen and (max-width: 499px){
.yesPC499 {
    display: none !important;
}
.yesSP499 {
    display: block !important;
} 
}
/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
.yesPC599 {
	display: none !important;
}
.yesSP599 {
	display: block !important;
} 
}
/* ######## 699px以下 ######## */
@media screen and (max-width: 699px){
.yesPC699 {
    display: none !important;
}
.yesSP699 {
    display: block !important;
} 
}
/* ######## 600px以上 ######## */
@media screen and (min-width: 600px){
.yesPAD399-599 {
    display: none !important;
}
}
/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
.yesPC768 {
	display: block !important;
}
.yesSP768 {
	display: none !important;
} 
.yesPAD768-1000 {
    display: block !important;
}
.yesPAD768-1100 {
    display: block !important;
}
}
/* ######## 810px以上 ######## */
@media screen and (min-width: 810px){
.yesPC810 {
	display: block !important;
}
.yesSP810 {
	display: none !important;
}
}
/* ######## 899px以上 ######## */
@media screen and (min-width: 899px){
.yesPC899 {
	display: block !important;
}
.yesSP899 {
	display: none !important;
} 
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){
.yesPC1000 {
    display: block !important;
}
.yesSP1000 {
    display: none !important;
}
.yesPAD500-999 {
    display: none !important;
}
.yesPAD768-1000 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: block !important;
}
}
/* ######## 1100px以上 ######## */
@media screen and (min-width: 1100px){
.yesPC1100 {
    display: block !important;
}
.yesSP1100 {
    display: none !important;
}
.yesPAD768-1100 {
    display: none !important;
}
.yesPAD1000-1100 {
    display: none !important;
}
}
/* ######## 1200px以上 ######## */
@media screen and (min-width: 1200px){
.yesPC1200 {
    display: block !important;
}
.yesSP1200 {
    display: none !important;
} 
}
/* ######## 399px～599px ######## */
@media screen and (min-width: 399px) and (max-width: 599px){
.yesPAD399-599 {
    display: block !important;
}
}
/* ######## 500px～999px ######## */
@media screen and (min-width: 500px) and (max-width: 999px){
.yesPAD500-999 {
    display: block !important;
}
}