/* PCレイアウト
------------------------------------------------ */
@media only screen and (min-width: 680px) {
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: 300px;
}
header #nav_box {
    width: 97%;
    margin: 10px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
header #nav_box nav {
    width: 500px;
    margin-left: auto;
}
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 {
    margin-left: 40px;
}
header dl.nav_tel dt a {
    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;
}
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 {
	display: none;
}
/* フッター */
footer {
    width: 100%;
    margin-top: 130px;
    padding-top: 70px;
    background: #F098A8;
    color: #fff;
}
footer .flex_box {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
footer .f_wrap,
footer .ggmap {
    width: 100%;
    max-width: 540px;
}
footer ul.name {
    margin: 20px 0;
}
footer ul.name li {
    font-size: 30px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
footer ul.name li:first-of-type {
    font-size: 20px;
}
footer ul.detail li {
    line-height: 1.3;
}
footer ul.copyright li {
    text-align: center;
    padding: 30px;
}
/* Hタグ */
h3.title {
    margin-bottom: 70px;
    font-size: 36px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
}
/* 共通------------------------------------- */
.cbox {
    width: 97%;
    max-width: 1120px;
    min-width: 960px;
    margin: 0 auto;
    margin-bottom: 140px;
}
.cbox_mb0 {
    width: 97%;
    max-width: 1120px;
    min-width: 960px;
    margin: 0 auto;
}
ul.btn li a {
    background: #E88496;
    padding: 8px 90px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
}
#title_band .wrap {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 130px 0;
    background: url(/image/common/photo_nurse.jpg) no-repeat;
    background-position: 50% 72%;
    background-color: rgba(253, 239, 242, 0.6);
    background-blend-mode: overlay;
}
#title_band h2.title {
    font-size: 36px;
    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: block;
}
br.sp {
    display: none;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	width: 95%;
	min-width: 900px;
	margin: 0 auto;
	margin-bottom: 130px;
	font-size: 14px;
}
#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%;
    min-width: 900px;
    margin-top: 150px;
    margin-bottom: 350px;
    padding-bottom: 150px;
    background: linear-gradient(to bottom, #FFEBEE, #FFFAF1);
    position: relative;
}
#p_top #main ul.video {
    margin-bottom: 60px;
    transform: translateY(-140px);
}
#p_top #main ul.video li {
    text-align: center;
}
#p_top #main ul.video li video {
    width: 85%;
    max-height: 730px;
    object-fit: cover;
}
#p_top #main .lead,
#p_top #main ul.btn {
    text-align: center;
    transform: translateY(-140px);
}
#p_top #main .lead h2.top_lead {
    margin-bottom: 30px;
    font-size: 38px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    line-height: 1.4;
}
#p_top #main .lead p.text {
    margin-bottom: 80px;
    font-size: 18px;
}
#p_top #main ul.img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -15%;
}
#p_top #main ul.img li {
    width: 48%;
}
#p_top #main ul.img li img {
    border-radius: 30px;
}
/* 私たちがお手伝いできること */
#p_top #service .bg_wrap {
    margin-bottom: 150px;
}
#p_top #service .service_wrap {
    width: 95%;
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#p_top #service dl {
    text-align: center;
}
#p_top #service dt {
    margin: 20px 0;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
#p_top #service dd {
    font-size: 18px;
    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: 230px;
    height: 230px;
    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 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: 150px 0;
    background: #FFEBEE;
}
#p_top #feature .feature_wrap {
    width: 98%;
    max-width: 1260px;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
#p_top #feature .feature_wrap dl {
    width: 30%;
    max-width: 300px;
    height: 330px;
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#p_top #feature .feature_wrap dt {
    margin-bottom: 20px;
    font-size: 22px;
    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: 130px;
}
/* 採用情報  */
#p_top #recruit .bg_wrap {
    width: 98%;
    max-width: 1280px;
    min-width: 900px;
    height: 530px;
    margin: 130px auto;
    background: url(/image/top/photo_back.jpg) center no-repeat;
    background-position-y: 60%;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: overlay;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
#p_top #recruit dl {
    margin-left: 100px;
    padding: 90px ;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
}
#p_top #recruit dt {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
}
#p_top #recruit dd.text {
    margin-bottom: 50px;
    font-size: 20px;
}
#p_top #recruit ul.btn li a {
    background: #7ABB86;
}
/* お問い合わせ */
#p_top #contact .wrap {
    width: 98%;
    max-width: 860px;
    margin: 0 auto;
    padding: 70px 150px;
    border: 3px solid #DD6B73;
    border-radius: 40px;
}
#p_top #contact .c_title {
    margin-bottom: 60px;
    font-size: 40px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#p_top #contact .c_title::after{
    content: '';
    width: 70px;
    height: 3px;
    background: #DD6B73;
    display: block;
    position: absolute;
    bottom: -25px;
    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: 30px;
}
#p_top #contact li.number a {
    font-size: 50px;
    font-weight: bold;
    color: #DD6B73;
    letter-spacing: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#p_top #contact li.number a span {
    margin-right: 20px;
    display: flex;
}
#p_top #contact li.number {
    margin-bottom: 30px;
    padding: 20px;
    border-top: 2px dashed #d3d3d3;
    border-bottom: 2px dashed #d3d3d3;
}
#p_top #contact li.time {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
#p_top #contact li.time span {
    font-size: 20px;
}
#p_top #contact ul.mail li a {
    font-size: 18px;
    color: #444444;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#p_top #contact ul.mail li a span {
    margin-right: 10px;
    display: flex;
}
/* お問い合わせ-------------------------------- */
form .wl{
	width: 100%;
	box-sizing: border-box;
}
form .ws{
	width: 70%;
	box-sizing: border-box;
}
form .wss{
	width: 50%;
	box-sizing: border-box;
}
form .wsss{
	width: 30%;
	box-sizing: border-box;
}
/* ここから */
#p_contact #contact .text_box {
	margin-bottom: 60px;
}
#p_contact #contact .text_box ul li {
	font-size: 18px;
	text-align: center;
    line-height: 1.5;
}
#p_contact #contact .bg_border {
    width: 98%;
    max-width: 1120px;
    min-width: 900px;
    margin: 0 auto;
	margin-bottom: 80px;
	padding: 40px;
	border: 5px 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 10px;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
}
#p_contact #contact .bg_border dl.item:last-of-type{
	margin-bottom: 30px;
}
#p_contact #contact .bg_border dl.item > dt {
	width: 30%;
	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-right: 30px;
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
    background: #DD6B73;
	float: right;
}
#p_contact #contact .bg_border dl.item dd {
	width: 70%;
}
#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: 40px;
}
#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: 40px;
}
/* ボタン */
#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 {
    padding: 60px 80px;
    background: #fef4f4;
    width: 1000px;
    margin: 0 auto;
}
#p_contact #contact .privacypolicy h4 {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
#p_contact #contact .privacypolicy ul li {
	margin-bottom: 10px;
}
#p_contact #contact .privacypolicy ul li::before {
	content: '・';
}
/* 私たちについて--------------------------------------- */
#p_about h3.title {
    margin-left: 25px;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: left;
    position: relative;
}
#p_about h3.title::before {
    content: '';
    width: 10px;
    height: 32px;
    background: #F098A8;
    display: block;
    position: absolute;
    top: -1px;
    left: -25px;
}
#p_about #about .inbox {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#p_about #about .greeting {
    width: 100%;
}
#p_about #about .greeting p {
    margin-bottom: 30px;
}
#p_about #about .greeting p:last-of-type {
    margin-bottom: 0;
}
#p_about #about ul li img {
    border-radius: 30px;
}
/* 事業所概要 */
#p_about #overview .inbox {
    padding: 0 30px;
}
#p_about #overview dl {
    padding: 20px;
    border-bottom: 1px solid #D1D1D1;
    display: flex;
}
#p_about #overview dt {
    width: 30%;
    font-weight: bold;
}
#p_about #overview dd {
    width: 70%;
}
/* サービス・ご利用案内-------------------------------- */
#p_service .bg_wrap {
    margin-bottom: 140px;
    padding: 120px 0;
    background: #FFFAF1;
}
#p_service h3.lead {
    margin-bottom: 100px;
    font-size: 32px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
#p_service h3.title {
    margin-bottom: 80px;
    font-size: 32px;
    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: 60px;
    display: flex;
    gap: 30px;
}
#p_service #introduction ul {
    width: 100%;
}
#p_service #introduction dl {
    width: 100%;
}
#p_service #introduction dt {
    margin: 20px 0;
    font-size: 30px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}
#p_service #introduction dd {
    font-size: 18px;
}
#p_service #introduction li img {
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}
#p_service #service .flex {
    width: 96%;
    margin: 0 auto 30px;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #DD6B73;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
}
#p_service #service .flex:last-of-type {
    margin-bottom: 0;
}
#p_service #service dl dt {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}
#p_service #service ul li {
    max-width: 200px;
}
#p_service #flow dl {
    margin-bottom: 5%;
    padding-left: 60px;
}
#p_service #flow dl:last-of-type {
    margin-bottom: 0;
}
#p_service #flow dt {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    position: relative;
}
#p_service #flow dt span {
    width: 36px;
    height: 36px;
    background: #7ABB86;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -45px;
}
#p_service #price dl.flex  {
    margin: 0 20px;
    padding: 20px;
    border-bottom: 1px solid #D1D1D1;
    font-size: 18px;
}
#p_service #price dl.flex dt {
    width: 30%;
    font-weight: bold;
}
#p_service #price dl.flex dd {
    width: 70%;
}
#p_service .ex_price h3.ex_title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#p_service .ex_price {
    margin: 60px;
    padding: 50px 0;
    border: 1px solid #7ABB86;
    border-radius: 20px;
}
#p_service .ex_price .flex {
    padding: 0 50px;
    justify-content: center;
    gap: 30px;
}
#p_service .ex_price dl {
    width: 100%;
}
#p_service .ex_price dt {
    margin-bottom: 10px;
    padding: 10px;
    background: #EFF9EA;
    font-size: 20px;
    font-weight: bold;
}
#p_service .ex_price dd {
    padding: 0 10px;
}


}