/* PCレイアウト
------------------------------------------------ */
@media only screen and (max-width: 679px) {
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
* {
	box-sizing: border-box;
	list-style: none;
}
img {
	width: 100%;
}
a {
	text-decoration: none;
}
/* スタイル
------------------------------------------------ */
header {
    width: 100%;
}
header h1.logo a img {
    width: 190px;
}
header #nav_box {
    width: 97%;
    margin: 10px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
header #nav_box nav {
    /* width: 500px;
    margin-left: auto; */
    display: none;
}
header #nav_box nav ul {
    display: flex;
    justify-content: space-between;
}
header #nav_box nav a {
    font-size: 16px;
    color: #333;
}
header dl.nav_tel {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
}
header dl.nav_tel dt a {
    width: 80%;
    margin: 0 auto;
    padding: 5px 40px;
    background: #EF7B90;
    border-radius: 50px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Kosugi Maru", sans-serif;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
}
header dl.nav_tel dt a i {
    width: 22px;
    margin-right: 5px;
    display: flex;
}
header dl.nav_tel dd {
    margin-top: 3px;
    font-size: 12px;
    text-align: center;
}
/* モーダルメニュー----------------------- */
#nav_wrap_sp {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
}
.menu-btn {
	width: 100px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #E88496;
	display: flex;
	position: relative;
	z-index: 210;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition : 0.3s;
}
.menu-btn span {
	right: auto;
}
.menu-btn span:before {
	bottom: 6px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
.menu-btn em {
	font-size: 12px;
	font-family: 'Kosugi Maru', sans-serif;
	color: #fff;
	line-height: 37px;
	text-transform: uppercase;
	transition : 0.3s;
	position: relative;
	left: 30px;
}
.menu-btn em.close {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn em.open {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn em.close {
	display: block;
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	background: #FFFAF1;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 200;
	transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}
.menu-content ul#main_list {
	width: 300px;
	margin: 60px auto;
	margin-bottom: 30px;
}
.menu-content ul#main_list li {
	border-bottom: 1px #9f9f9f solid;
	list-style: none;
}
.menu-content ul#main_list li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	padding: 9px 10px 10px;
	position: relative;
}
.menu-content ul#main_list li a::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-bottom: 2px;
	margin-right: 10px;
	background: #E88496;
	border-radius: 50%;
	display: inline-block;
}
.menu-content .flex {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* フッター */
footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    background: #F098A8;
    color: #fff;
}
footer .flex_box {
    width: 96%;
    margin: 0 auto;
}
footer .f_wrap,
footer .ggmap {
    width: 100%;
}
footer .ggmap iframe {
    height: 30vh;
}
footer ul.name {
    margin: 20px 0;
    margin-bottom: 10px;
}
footer ul.name li {
    font-size: 22px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
footer ul.name li:first-of-type {
    font-size: 16px;
}
footer ul.detail {
    margin-bottom: 20px;
}
footer ul.detail li {
    line-height: 1.3;
}
footer ul.copyright li {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
/* Hタグ */
h3.title {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
}
/* 共通------------------------------------- */
.cbox {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.cbox_mb0 {
    width: 97%;
    margin: 0 auto;
}
ul.btn li a {
    background: #E88496;
    padding: 8px 90px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}
#title_band .wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 60px 0;
    background: url(/image/common/photo_nurse.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 50% 72%;
    background-color: rgba(253, 239, 242, 0.6);
    background-blend-mode: overlay;
}
#title_band h2.title {
    font-size: 28px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.pink {
    color: #F098A8;
}
.green {
    color: #7ABB86;
}
.yellow {
    color: #F6BE6A;
}
/* .flex {
    display: flex;
} */
br.pc {
    display: none;
}
br.sp {
    display: block;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 10px;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a {
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* アクティブ-------------------------------- */
#p_top header #nav_box nav #top a,
#p_about header #nav_box nav #about a,
#p_service header #nav_box nav #service a,
#p_faq header #nav_box nav #faq a {
    color: #DD6B73;
}
/* トップページ------------------------------ */
#p_top #main .top_wrap {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 230px;
    padding-bottom: 250px;
    background: linear-gradient(to bottom, #FFEBEE, #FFFAF1);
    position: relative;
}
#p_top #main ul.video {
    margin-bottom: 30px;
    transform: translateY(-140px);
}
#p_top #main ul.video li {
    text-align: center;
}
#p_top #main ul.video li video {
    width: 94%;
    height: 320px;
    object-fit: cover;
}
#p_top #main .lead {
    width: 98%;
    margin: 0 auto;
}
#p_top #main .lead p {
    text-align: left;
}
#p_top #main .lead,
#p_top #main ul.btn {
    text-align: center;
    transform: translateY(-140px);
}
#p_top #main .lead h2.top_lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    line-height: 1.4;
}
#p_top #main .lead p.text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#p_top #main ul.img {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -16%;
}
#p_top #main ul.img li:first-of-type {
    margin-bottom: 10px;
}
#p_top #main ul.img li img {
    border-radius: 20px;
}
/* 私たちがお手伝いできること */
#p_top #service .bg_wrap {
    margin-bottom: 90px;
}
#p_top #service .service_wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#p_top #service dl {
    width: 49%;
    margin-bottom: 30px;
    text-align: center;
}
#p_top #service dt {
    margin: 10px 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
#p_top #service dd {
    font-size: 12px;
    color: #444444;
}
/* #p_top #service dl.pink dt {
    color: #F098A8;
}
#p_top #service dl.green dt {
    color: #7ABB86;
}
#p_top #service dl.yellow dt {
    color: #F6BE6A;
} */
#p_top #service dd.illust {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
}
#p_top #service dd.illust i {
    width: 70px;
}
#p_top #service dl.pink dd.illust {
    background: #F098A8;
}
#p_top #service dl.green dd.illust {
    background: #7ABB86;
}
#p_top #service dl.yellow dd.illust {
    background: #F6BE6A;
}
#p_top #service ul.btn {
    text-align: center;
}
#p_top #service ul.btn li a {
    background: #fff;
    border: 2px solid #E88496;
    color: #E88496;
}
/* つなぐ訪問看護の7つの特徴 */
#p_top #feature .bg_wrap {
    padding: 80px 0;
    background: #FFEBEE;
}
#p_top #feature .feature_wrap {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
#p_top #feature .feature_wrap dl {
    width: 96%;
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#p_top #feature .feature_wrap dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #DD6B73;
    line-height: 1.2;
} 
#p_top #feature .feature_wrap dd:first-child {
    margin-bottom: 20px;
}
#p_top #feature .feature_wrap dd.text {
    text-align: left;
}
#p_top #feature .feature_wrap dd i img {
    width: 74px;
}
/* 採用情報  */
#p_top #recruit .bg_wrap {
    width: 94%;
    height: 250px;
    margin: 60px auto;
    background: url(/image/top/photo_back.jpg) center no-repeat;
    background-position-y: 85%;
    background-position-x: right;
    background-size: 560px auto;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#p_top #recruit dl {
    padding: 40px 30px;
}
#p_top #recruit dt {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
}
#p_top #recruit dd.text {
    margin-bottom: 30px;
}
#p_top #recruit ul.btn li a {
    background: #7ABB86;
}
/* お問い合わせ */
#p_top #contact .wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 40px 20px;
    border: 2px solid #DD6B73;
    border-radius: 20px;
}
#p_top #contact .c_title {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#p_top #contact .c_title::after{
    content: '';
    width: 40px;
    height: 3px;
    background: #DD6B73;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#p_top #contact ul {
    font-family: "Kosugi Maru", sans-serif;
    text-align: center;
}
#p_top #contact li.sub_text {
    margin-bottom: 20px;
    font-size: 14px;
}
#p_top #contact li.number a {
    font-size: 32px;
    font-weight: bold;
    color: #DD6B73;
    letter-spacing: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#p_top #contact li.number a span {
    width: 30px;
    margin-right: 5px;
    display: flex;
}
#p_top #contact li.number {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 2px dashed #d3d3d3;
    border-bottom: 2px dashed #d3d3d3;
}
#p_top #contact li.time {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
#p_top #contact li.time span {
    font-size: 14px;
    font-weight: bold;
}
#p_top #contact ul.mail li a {
    font-size: 14px;
    color: #444444;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#p_top #contact ul.mail li a span {
    width: 26px;
    margin-right: 5px;
    display: flex;
}
/* お問い合わせ-------------------------------- */
form .wl{
	width: 100%;
	box-sizing: border-box;
}
form .ws{
	width: 100%;
	box-sizing: border-box;
}
form .wss{
	width: 100%;
	box-sizing: border-box;
}
form .wsss{
	width: 30%;
	box-sizing: border-box;
}
/* ここから */
#p_contact #contact .text_box {
	margin-bottom: 30px;
}
#p_contact #contact .text_box ul li {
	text-align: center;
    line-height: 1.5;
}
#p_contact #contact .bg_border {
    width: 96%;
    margin: 0 auto;
	margin-bottom: 60px;
	padding: 10px;
    padding-bottom: 20px;
	border: 3px solid #F098A8;
}
#p_contact #contact .bg_border .checkbox ul {
	display: flex;
}
#p_contact #contact .bg_border .checkbox ul li:first-of-type {
	margin-right: 20px;
}
#p_contact #contact .bg_border dl.item {
	padding: 20px 5px;
	border-bottom: 1px solid #DCDCDC;
}
#p_contact #contact .bg_border dl.item:last-of-type{
	margin-bottom: 30px;
}
#p_contact #contact .bg_border dl.item > dt {
	width: 100%;
    margin-bottom: 10px;
	font-weight: bold;
}
#p_contact #contact .bg_border dl.item > dt::before {
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: #DD6B73;
	border-radius: 50%;
	display: inline-block;
}
#p_contact #contact .bg_border dl.item dt span {
	margin-left: 10px;
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
    background: #DD6B73;
}
#p_contact #contact .bg_border dl.item dd {
	width: 100%;
}
#p_contact #contact .bg_border dl.item dd .wl,
#p_contact #contact .bg_border dl.item dd .ws {
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	line-height: 30px;
}
#p_contact #contact .bg_border dl.item dd .wss,
#p_contact #contact .bg_border dl.item dd .date_box {
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	line-height: 30px;
}
/* ボタン */
#p_contact #contact .bg_border .button {
	text-align: center;
}
#p_contact #contact .bg_border .button input {
	padding: 10px 70px;
	background: #DD6B73;
	border: none;
    border-radius: 50px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
/* プライバシーポリシー */
#p_contact #contact .privacypolicy {
    width: 93%;
    padding: 30px 10px;
    background: #fef4f4;
    margin: 0 auto;
    margin-bottom: 60px;
}
#p_contact #contact .privacypolicy h4 {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
#p_contact #contact .privacypolicy ul li {
	margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}
#p_contact #contact .privacypolicy ul li::before {
	content: '・';
}
/* 私たちについて--------------------------------------- */
#p_about h3.title {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: left;
    position: relative;
}
#p_about h3.title::before {
    content: '';
    width: 6px;
    height: 28px;
    background: #F098A8;
    display: block;
    position: absolute;
    top: -1px;
    left: -17px;
}
#p_about #about .inbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
}
#p_about #about .greeting {
    width: 96%;
    margin: 0 auto;
}
#p_about #about .greeting p {
    margin-bottom: 20px;
}
#p_about #about .greeting p:last-of-type {
    margin-bottom: 0;
}
#p_about #about ul li img {
    border-radius: 20px;
}
/* 事業所概要 */
#p_about #overview dl {
    padding: 20px 10px;
    border-bottom: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#p_about #overview dl:first-of-type {
    padding-top: 0;
}
#p_about #overview dt {
    width: 100%;
    font-weight: bold;
}
#p_about #overview dd {
    width: 100%;
}
/* サービス・ご利用案内-------------------------------- */
#p_service .bg_wrap {
    margin-bottom: 60px;
    padding: 60px 0;
    background: #FFFAF1;
}
#p_service h3.lead {
    margin-bottom: 40px;
    font-size: 22px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
#p_service h3.title {
    margin-bottom: 50px;
    font-size: 24px;
    position: relative;
}
#p_service h3.title::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #DD6B73;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#p_service #introduction .flex {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#p_service #introduction .flex:nth-child(2) {
    flex-direction: column-reverse;
}
#p_service #introduction ul {
    width: 100%;
}
#p_service #introduction dl {
    width: 100%;
}
#p_service #introduction dt {
    margin: 10px 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}
#p_service #introduction li img {
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}
#p_service #service .flex {
    width: 96%;
    margin: 0 auto 10px;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #DD6B73;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#p_service #service .flex:last-of-type {
    margin-bottom: 0;
}
#p_service #service dl dt {
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}
#p_service #service ul li {
    max-width: 120px;
}
#p_service #flow dl {
    margin-bottom: 20px;
    padding-left: 35px;
}
#p_service #flow dl:last-of-type {
    margin-bottom: 0;
}
#p_service #flow dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    position: relative;
}
#p_service #flow dt span {
    width: 28px;
    height: 28px;
    background: #7ABB86;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -35px;
}
#p_service #price dl.flex  {
    padding: 20px 10px;
    border-bottom: 1px solid #D1D1D1;
}
#p_service #price dl.flex:first-of-type {
    padding-top: 0;
}
#p_service #price dl.flex dt {
    width: 100%;
    font-weight: bold;
}
#p_service #price dl.flex dd {
    width: 100%;
}
#p_service .ex_price h3.ex_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#p_service .ex_price {
    margin: 30px 10px;
    margin-bottom: 0;
    padding: 30px 0;
    border: 1px solid #7ABB86;
    border-radius: 20px;
}
#p_service .ex_price .flex {
    padding: 0 20px;
}
#p_service .ex_price dl {
    width: 100%;
    margin-bottom: 20px;
}
#p_service .ex_price dl:last-of-type {
    margin-bottom: 0;
}
#p_service .ex_price dt {
    margin-bottom: 10px;
    padding: 10px;
    background: #EFF9EA;
    font-size: 18px;
    font-weight: bold;
}
#p_service .ex_price dd {
    padding: 0 10px;
}










}