@charset "UTF-8";

h2,
h3,
h4 {
    font-weight: 400;
}
h2.line {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    color: #1c6dc9;
    letter-spacing: 0.05rem;
    position: relative;
    margin-bottom: 70px;
}
h2.line span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3e3e3e;
    letter-spacing: 0.03rem;
}
h2.line:before {
    content: '';
    width: 96px;
    height: 4px;
    background: #1c6dc9;
    position: absolute;
    top: -30px;
}
@media screen and (max-width: 640px) {
    h2.line {
        font-size: 21px;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    h2.line span {
        font-size: 14px;
        font-size: 1.4rem;
    }
    h2.line:before {
        content: '';
        width: 40%;
        height: 3px;
        top: -20px;
    }
}
/*-----------------------------------

	main

-----------------------------------*/
#main {
    height: 515px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
#main .main_inner {
    position: relative;
    z-index: -1;
}
#main #main_img_02 {
    position: absolute;
    left: 0;
    top: 160px;
}
#main .slide img {
    position: relative;
    float: right;
    z-index: -1;
}

@media screen and (max-width: 840px) {
    #main {
        width: 100%;
        height: auto;
    }
    #main .main_inner {
        position: inherit;
        width: 100%;
    }
    #main #main_img_02 {
        width: 80%;
        position: inherit;
        top: 0;
        margin-top: 15px;
    }
    #main .slide img {
        width: 100%;
    }
}
/*-----------------------------------

	about

-----------------------------------*/
#about {
    margin: 110px 0 52px;
}
#about .left {
    width: 590px;
}
#about .right {
    width: 410px;
    box-shadow: 25px -30px 0px 0px #f5f5f5;
}
#about h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 6rem;
    letter-spacing: 0.06rem;
    font-weight: 500;
    color: #1c6dc9;
    margin-bottom: 30px;
}
#about p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
}
#about p.mb45 {
    margin-bottom: 45px;
}

@media screen and (max-width: 840px) {
    #about {
        margin-top: 40px;
    }
    #about h2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 160%;
    }
    #about .left {
        width: 55%;
    }
    #about .right {
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    #about {
        margin: 20px 0 40px;
    }
    #about .left {
        width: 100%;
        float: none !important;
    }
    #about .right {
        width: 60%;
        float: none !important;
        margin: 30px auto 0;
        box-shadow: 10px -10px 0px 0px #f5f5f5;
    }
    #about h2 {
        font-size: 2.1px;
        font-size: 2.1rem;
        line-height: 2.4rem;
        margin-bottom: 20px;
    }
    #about p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    #about p.mb45 {
        margin-bottom: 20px;
    }
}
/*-----------------------------------

	feature

-----------------------------------*/
#feature {
    background: #f1fbff;
    padding: 80px 0 40px;
}
#feature h3 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    color: #1c6dc9;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
#feature ul li {
    width: 312px;
    height: 360px;
    float: left;
    margin-right: 30px;
}
#feature ul li:nth-child(3n) {
    margin-right: 0;
}
#feature ul li p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 180%;
}
#feature .feature_img {
    margin-bottom: 20px;
    border: solid 3px #b8e7ff;
    box-sizing: border-box;
}

@media screen and (max-width: 840px) {
    #feature ul li {
        width: 48%;
        margin-right: 4%;
    }
    #feature ul li:nth-child(3n) {
        margin-right: 4%;
    }
    #feature ul li:nth-child(2n) {
        margin-right: 0;
    }
    #feature ul li img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #feature {
        padding: 40px 0;
    }
    #feature h3 {
        font-size: 18px;
        font-size: 1.8rem;
        color: #1c6dc9;
        text-align: center;
        margin-bottom: 10px;
    }
    #feature ul li {
        width: 100%;
        height: auto;
        float: none !important;
        margin-top: 40px;
        margin-right: 0;
    }
    #feature ul li:first-child {
        margin-top: 0;
    }
    #feature ul li:nth-child(3n) {
        margin-right: 0;
    }
    #feature .feature_img {
        max-width: 306px;
        margin: 0 auto 20px;
    }
}
/*-----------------------------------

	hana

-----------------------------------*/
#hana {
    padding: 60px 0 110px;
    border-top: solid 1px #ebebeb;
    box-sizing: border-box;
}
#hana h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.09rem;
    line-height: 80px;
    color: #1c6dc9;
    margin-bottom: 20px;
}
#hana h2 img {
    margin-right: 10px;
}
#hana .right {
    width: 660px;
}
#hana .left {
    width: 300px;
}
#hana .right p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.7rem;
}
#hana .link_btn {
    margin-top: 50px;
}
#hana .link_btn a {
    right: 0;
}

@media screen and (max-width: 840px) {
    #hana .left {
        width: 31%;
    }
    #hana .right {
        width: 65%;
    }
    #hana .link_btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    #hana {
        height: auto;
        padding: 40px 0;
    }
    #hana h2 {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 2.4rem;
        text-align: center;
        margin-bottom: 20px;
    }
    #hana h2 img {
        display: block;
        margin: 0 auto 20px;
    }
    #hana .right {
        width: 100%;
        float: none !important;
    }
    #hana .left {
        width: 100%;
        text-align: center;
        float: none !important;
    }
    #hana .right p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    #hana .link_btn {
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}
/*-----------------------------------

	news

-----------------------------------*/
#news {
    padding: 80px 0 40px;
    border-top: solid 1px #ebebeb;
}
#news .link_icon span:before {
    padding-left: 5px;
}
#news ul li {
    width: 490px;
    float: left;
    margin: 20px 20px 0 0;
}
#news ul li:nth-child(2n) {
    margin-right: 0;
}
#news ul li:first-child,
#news ul li:nth-child(2) {
    margin-top: 0;
}
#news ul li a {
    background: #f7f7f7;
    display: block;
    padding: 20px;
}
#news ul li a:hover {
    background: #f1fbff;
}
#news .news_img {
    width: 105px;
    max-height: 90px;
    display: inline-block;
    float: left;
}
#news .news_text {
    width: 330px;
    float: right;
}
#news .news_text .date {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline;
}
#news .news_text .cate {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
    display: inline-block;
    background: #1c6dc9;
    margin-left: 15px;
    padding: 2px 5px;
}
#news .news_text h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}

@media screen and (max-width: 840px) {
    #news ul li {
        width: 48%;
        margin-right: 4%;
    }
    #news ul li:nth-child(2n) {
        margin-right: 0;
    }
    #news .news_img {
        width: 25%;
    }
    #news .news_text {
        width: 70%;
    }
}

@media screen and (max-width: 640px) {
    #news {
        padding: 40px 0 0;
    }
    #news h2,
    #news .link_icon {
        float: none !important;
    }
    #news .link_icon {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    #news ul li {
        width: 100%;
        float: none !important;
        margin: 20px 0 0 0;
    }
    #news ul li:nth-child(2n) {
        margin-right: 0;
    }
    #news ul li:nth-child(2) {
        margin-top: 20px;
    }
    #news ul li a {
        padding: 10px 2.5%;
    }
    #news ul li a:hover {
        background: #f1fbff;
    }
    #news .news_text .cate {
        margin-left: 5px;
        padding: 0 5px;
    }
    #news .news_text h3 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-top: 5px;
    }
}

/*-----------------------------------

	sns

-----------------------------------*/
#sns {
    padding: 40px 0 60px;
}
#sns h2 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05rem;
    margin-bottom: 35px;
}
#sns ul li {
    width: 24.2%;
    height: 74px;
    margin-left: 1%;
    float: left;
    position: relative;
}
#sns ul li a {
    width: 100%;
    height: 74px;
    font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
        Sans-Serif;
    font-size: 18px;
    letter-spacing: 0.025rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 12px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 4px;
}
#sns ul li a span {
    padding: 15px 0 0 10px;
    display: inline-block;
}
#sns ul li a img {
    width: 32px;
    vertical-align: middle;
}
#sns ul li a:hover {
    top: 6px;
    box-shadow: none !important;
}
#sns ul li:first-child {
    margin-left: 0;
}
#sns ul li:first-child a {
    background: #31ae36;
    box-shadow: 0 5px 0 0 #248027;
}
#sns ul li:nth-child(2) a {
    background: #373737;
    box-shadow: 0 5px 0px 0px #000;
}
#sns ul li:nth-child(2) a img{
	width: 27px;
}
#sns ul li:nth-child(3) a {
    background: #4267b2;
    box-shadow: 0 5px 0px 0px #2f5093;
}
#sns ul li:nth-child(4) a {
    background: #df4d7e;
    box-shadow: 0 5px 0px 0px #bf3f6a;
}
#sns .line_box {
    margin: 90px auto 0;
    border: 3px solid #31ae36;
}
#sns .line_box_body {
    padding: 35px 50px;
}
#sns .line_box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #31ae36;
    background-color: #fff;
    width: 285px;
    text-align: center;
    margin: 0 auto;
    margin-top: -0.5em;
    display: block;
}
#sns .line_box .text_box {
    width: 500px;
    padding-left: 30px;
    margin-top: 30px;
}
#sns .line_box .text_box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
}
#sns .line_box .img_box img {
    border: 1px solid #ddd;
    margin-right: 50px;
    margin-bottom: 30px;
}
#sns .line_box .line_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    gap: 20px;
}
#sns .line_box .line_item {
    background-color: #f7f7f7;
    padding: 25px 30px;
}
#sns .line_box .line_item figure {
    width: 140px;
    margin: 0 auto;
    height: 110px;
}
#sns .line_box .line_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sns .line_box .line_item:nth-child(3) figure,
#sns .line_box .line_item:nth-child(4) figure {
    width: 180px;
}
#sns .line_box .line_item .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #26a69a;
}
#sns .line_box .link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}
#sns .line_box .link_box div {
    width: 48%;
    text-align: center;
}
#sns .line_box .link_box div .ttl {
    border-bottom: 3px solid #e4e7eb;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 5px;
}
#sns .line_box .link_box div .txt {
    color: #626262;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}

#sns .line_box .link_box .code {
    width: 130px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
    display: block;
}
#sns .line_box .link_box .btn {
    margin: 0 auto;
    width: 190px;
    display: block;
}
#sns .line_box .link_box .btn:hover {
    opacity: 0.8;
}
/*healthcare_box*/

#sns .healthcare_box {
    width: 740px;
    margin: 60px auto 0;
    border: 3px solid #fc7d11;
}
#sns .healthcare_box .text_box {
}
#sns .healthcare_box .text_box h3 {
    text-align: center;
    background: #fc7d11;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
#sns .healthcare_box .text_box .text {
    margin: 30px;
    font-size: 15px;
    line-height: 180%;
}
#sns .healthcare_box .img_box {
    margin: 10px 30px 30px 30px;
}
#sns .healthcare_box .img_box h4 {
    color: #004da8;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 10px;
}
#sns .healthcare_box .img_box .app_block {
    width: 48%;
    float: left;
}
#sns .healthcare_box .img_box .qr_block {
    margin-bottom: 20px;
}
#sns .healthcare_box .img_box .app_block .app_qr_dr,
#sns .healthcare_box .img_box .gp_block .gp_qr_dr {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
#sns .healthcare_box .img_box .app_block .app_qr,
#sns .healthcare_box .img_box .gp_block .gp_qr {
    width: 40%;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: middle;
}
#sns .healthcare_box .img_box .gp_block {
    width: 48%;
    float: right;
}
#sns .healthcare_box .img_box .app_block .download,
#sns .healthcare_box .img_box .gp_block .download {
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 3px solid #e4e7eb;
}
#sns .healthcare_box .img_box .text {
    margin-bottom: 30px;
}
#sns .btm_text {
    text-align: center;
    font-size: 20px;
    line-height: 180%;
    margin-top: 45px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 840px) {
    #sns ul li {
        width: 24.25%;
        margin-left: 1%;
    }
    #sns ul li:first-child {
        margin-left: 0;
    }
    #sns ul li a {
        width: 100%;
        font-size: 14px;
    }
    #sns ul li a img {
        width: 20px;
    }
    #sns .line_box {
        width: 99%;
    }
    #sns .line_box .text_box {
        width: 60%;
        padding-left: 5%;
    }
    #sns .line_box .img_box {
        margin-right: 5%;
    }
    #sns .line_box .img_box img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #sns .line_sp {
        display: none;
    }

    /*healthcare_box*/

    #sns .healthcare_box {
        width: 100%;
        margin: 40px auto 0;
    }
    #sns .healthcare_box .img_box .qr_block {
        width: 70%;
        margin: 0 auto;
    }
    #sns .btm_text {
        font-size: 18px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 640px) {
    #sns {
        padding: 40px 0;
    }
    #sns h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    #sns ul {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    #sns ul li {
        width: 100%;
        height: 40px;
        margin-left: 0;
        float: none !important;
        position: relative;
    }
    #sns ul li a {
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 8px 0;
    }
    #sns ul li a img {
        width: 10%;
    }
    #sns ul li a span {
        padding: 3px 0 0 10px;
    }
    #sns ul li:first-child,
    #sns ul li:nth-child(2),
    #sns ul li:nth-child(3) {
        margin-bottom: 20px;
    }
    #sns .line_sp img {
        display: block;
        margin: 0 auto;
    }
    #sns .line_box_body {
        padding: 20px 15px;
    }
    #sns .line_box .line_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    #sns .line_box h3 {
        font-size: 19px;
        width: 205px;
    }
    #sns .line_box {
        margin-top: 55px;
    }
    #sns .line_box .line_item .ttl {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #sns .line_box .line_item {
        padding: 10px;
    }
    #sns .line_box .link_box div {
        width: 100%;
    }
    #sns .line_box .link_box div .ttl {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
    #sns .line_box .link_box {
        margin-top: 25px;
    }
    #sns .line_box .link_box .code {
        width: 90px;
    }
    #sns .line_box .link_box div:last-child {
        margin-top: 25px;
    }
    #sns .line_box .link_box .btn {
        width: 140px;
    }
    #sns .line_box {
        width: 98%;
    }

    #sns .line_box .line_item figure {
        width: 110px;
        margin: 0 auto;
        height: auto;
    }
    #sns .line_box .line_item:nth-child(3) figure,
    #sns .line_box .line_item:nth-child(4) figure {
        width: 142px;
        height: 80px;
    }

    /*healthcare_box*/

    #sns .healthcare_box .text_box h3 {
        font-size: 21px;
    }
    #sns .healthcare_box .text_box .text {
        font-size: 14px;
        margin: 15px;
    }
    #sns .healthcare_box .img_box {
        margin: 10px;
    }
    #sns .healthcare_box .img_box .app_block {
        width: 100%;
        float: none;
        display: block;
    }
    #sns .healthcare_box .img_box .gp_block {
        width: 100%;
        float: none;
        display: block;
        margin-top: 15px;
    }
    #sns .healthcare_box .img_box .text {
        margin-bottom: 15px;
    }
    #sns .healthcare_box .img_box .app_block img,
    #sns .healthcare_box .img_box .gp_block img {
        display: block;
        margin: 0 auto;
    }
    #sns .btm_text {
        font-size: 16px;
    }
}
/*-----------------------------------

	access

-----------------------------------*/
#access {
    background: #f2fbff;
    padding: 60px 0;
}
#access .right {
    width: 320px;
}
#access h2 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #1e90d1;
    font-weight: 500;
    margin-bottom: 25px;
}
#access dl dt {
    width: 84px;
    font-size: 16px;
    font-size: 1.6rem;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
#access dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: solid 3px #9fe4f8;
}

@media screen and (max-width: 840px) {
    #access .right {
        width: 50%;
    }
    #access iframe {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #access {
        padding: 40px 0;
    }
    #access .right,
    #access .left {
        width: 100%;
        float: none !important;
    }
    #access h2 {
        font-size: 21px;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    #access dl dt {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        float: none !important;
        margin-bottom: 0;
        padding-left: 10px;
        border-left: solid 3px #9fe4f8;
    }
    #access dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8rem;
        float: left;
        margin-bottom: 15px;
        padding-left: 13px;
        border-left: none;
    }
    #access .link_btn {
        margin: 10px auto 30px;
    }
    #access iframe {
        width: 100%;
        height: 200px;
    }
}
/*-----------------------------------

	recruit

-----------------------------------*/
#recruit {
    height: 350px;
    background: #298ac5;
}
#recruit h2.line {
    color: #fff;
}
#recruit h2.line span {
    color: #fff;
}
#recruit h2:before {
    background: #fff;
}
#recruit .left {
    width: 40%;
    height: 320px;
    float: left;
    background: #298ac5;
}
#recruit .left #recruit_box {
    width: 360px;
    height: 320px;
    float: right;
    padding-top: 102px;
    box-sizing: border-box;
}
#recruit .right {
    width: 50%;
    height: 350px;
    background: url(../img/index/recruit_img_01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    float: right;
}
#recruit .link_btn a {
    color: #fff;
    border: solid 3px #fff;
    box-shadow: 0 3px 0px 0px #fff;
}

@media screen and (max-width: 840px) {
    #recruit .left {
        width: 40%;
    }
    #recruit .right {
        width: 60%;
    }
    #recruit .left #recruit_box {
        width: 93%;
    }
}

@media screen and (max-width: 640px) {
    #recruit {
        height: auto;
    }
    #recruit .left {
        width: 100%;
        height: auto;
        float: none !important;
    }
    #recruit .left #recruit_box {
        width: 95%;
        height: auto;
        float: none !important;
        margin: 0 auto;
        padding-top: 40px;
    }
    #recruit .right {
        width: 100%;
        height: 110px;
        background-position-y: center;
        float: none !important;
    }
    #recruit .link_btn {
        margin: 0 auto 30px;
    }
}
