@charset "utf-8";

/* Body
------------------------------ */
html{
	overflow-x: hidden;
    font-size: 10px;
}
body {
	box-shadow: none;
	color: #333;
    font-family: 'Kosugi Maru', sans-serif;
	font-weight: 400;
    font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
	-webkit-text-size-adjust: 100%!important;
    animation: fadeIn .4s ease-in 0s 1 normal;
}
.read_text{
    line-height: 2;
}
.slider1{
    animation: fadeIn 1s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/* layout
------------------------------ */
.wrapper_l{
    position: relative;
    display: flex;
    width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
.wrapper{
	position: relative;
    width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}

/* Common
------------------------------ */
.fl_l{
    float: left;
}
.fl_r{
    float: right;
}
.float::before,
.float::after{
    content: '';
    display: block;
    clear: both;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
ul{
	letter-spacing: -.4em;
}
li{
	letter-spacing: normal;
}
a, ul, li, th, td, input {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    transition: .3s ease;
}
.table_b{
    width: 100%;
}
.table_b tr{
    border-bottom:solid 3px #fff;
}
.table_b tr:last-of-type{
    margin-bottom: 0;
}
.table_b th,.table_b  td {
    padding: 20px 40px;
}
.table_b th{
    background: #85d6ff;
    color: #fff;
    width: 27%;
    border-radius: 15px 0 0 15px;
    border-left: solid 3px #fff;
    text-align: left;
}
.table_b td {
    border-radius:0 15px 15px 0;
    background: #f2f4f7;
}
.caution{
    padding-left: 1.1em;
    position: relative;
}
.caution:before {
    content: '※';
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    color: #C90016;
}
article .text_link{
    color: #85d6ff;
    position: relative;
    display: inline-block;
}
article .text_link{
    padding-right: 2em;
}
article .text_link:hover{
    opacity: .7;
}
article .text_link::before,article .text_link:after{
    content: '';
    display: inline-block;
    position: absolute;
    transition: .3s;
}
article .text_link::before{
    border: 1px solid #85d6ff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 5px;
}
article .text_link::before{
    right: 6px;
}
article .text_link::after{
    width: 5px;
    height: 5px;
    border-top: solid 1px #85d6ff;
    border-right: solid 1px #85d6ff;
    transform: rotate(45deg);
    top: 11px;
}
article .text_link::after{
    right: 13px;
}
article .text_link:hover::before{
    right: 0;
}
article .text_link:hover::after{
    right: 7px;
}
.btn_sky,.btn_g{
    position: relative;
    color: #fff;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 50px;
    padding: 26px 52px 26px 30px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
}
.btn_sky{
    background: #85D6FF;
    border:2px solid #85D6FF;
}
.btn_g{
    background: #ADE55E;
    border:2px solid #ADE55E;
}
.btn_sky::before,.btn_sky::after,
.btn_g::before,.btn_g::after{
    content: '';
    display: inline-block;
    position:absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: .3s ease;
}
.btn_sky::before,.btn_g::before{
    border:1px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 26px;
}
.btn_sky::after,.btn_g::after{
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    right: 36px;
}
.btn_sky:hover{
    background: #fff;
    color: #85D6FF;
}
.btn_sky:hover::before{
    right: 20px;
    border-color: #85D6FF;
}
.btn_sky:hover::after{
    border-color: #85D6FF;
    right: 30px;
}
.btn_g:hover{
    background: #fff;
    color:#ADE55E;
}
.btn_g:hover::before{
    right: 20px;
    border-color: #ADE55E;
}
.btn_g:hover::after{
    border-color: #ADE55E;
    right: 30px;
}
.frame_b,.frame_w{
    border-radius: 8px;
    margin-right: 8px;
    padding: 5px 6px;
    display: inline-block;
    line-height: 1;
}
.frame_b{
    color: #fff;
    background:#85d6ff;
}
.frame_w{
    color: #85d6ff;
    background:#fff;
}
/* Header
------------------------------ */
header {
    padding-top:  227px;
}
header .lead{
    font-size: 1.2rem;
    top: 12px;
    position: absolute;
}
header .pc_menu{
    position:absolute;
    width: 100%;
    z-index: 6;
    top: 0;
}
header .pc_menu::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 243px;
    border-bottom-left-radius: 50% 7%;
    border-bottom-right-radius: 50% 7%;
    z-index: -1;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (min-width: 1280px) {
    header .pc_menu::after{
        min-width: 1500px;
    }
}
@media screen and (max-width: 1280px) {
    header .pc_menu::after{
        width:1280px;
    }
}
header .logo_list,header .info_list{
    display: inline-block;
    vertical-align: top;
}
header .logo_list{
    margin-top: 54px;
}
header .info_list{
    text-align: right;
}
#header_logo a span,.operating_name span{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    display: inline-block;
}
header .operating_name{
    margin-bottom: 4px;
}
.operating_name span{
    width: 107px;
    height: 61px;
    background:url(../images/operating_logo.png)no-repeat center/contain;
    vertical-align:middle;
    margin-left: 4px;
    margin-top: -13px;
}
#header_logo a{
    display: inline-block;
}
#header_logo a span{
    background:url(../images/logo.svg)no-repeat left center/contain;
    width: 360px;
    height: 90px;
    vertical-align: top;
}
header .info_list .contact{
    display: inline-block;
    text-align: left;
}
header .info_list .tel{
    font-size: 4rem;
    margin-top: 7px;
    margin-bottom: 6px;
    width: 348px;
    height: 47px;
    background:url(../images/tel_num.svg)no-repeat center/contain;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
header .info_list .visit_time{
    margin-bottom: 3px;
}
@media screen and (min-width: 640px) {
    .fixed_none .pc_menu{
        opacity: 0;
        top: -50%;
    }
    .fixed_in .pc_menu{
        position: fixed;
        transition: .6s;
    }
    .fixed .pc_menu{
        opacity: 1;
        top: 0;
        transition: .6s;
    }
    .fixed_in .lead,.fixed_in .operating_name,.fixed_in .info_list .contact{
        display: none;
    }
    .fixed_in .logo_list {
        margin-top: 10px;
    }
    .fixed_in .pc_menu::after{
        min-height: 96px;
    }
    .fixed_in #gnav ul {
        margin-top: 16px;
    }
    .fixed_in #header_logo a span{
        height: 69px;
    }
}
/* gnav */
#gnav ul{
	margin-top: 25px;
    z-index: 2;
}
#gnav>ul>li,
.fix-header ul li{
	position: relative;
	display: inline-block;
	letter-spacing: .04em;
    vertical-align: top;
}
#gnav>ul>li{
    position: relative;
}
#gnav>ul>li::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 63px;
    background: #85d6ff;
}
#gnav>ul>li:last-of-type::after{
    content: none;
}
#gnav>ul>li>a{
    position: relative;
    display: inline-block;
    text-align: center;
    color:#333;
    width: 170px;
    line-height: 1;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    padding-bottom: 26px;
}
#gnav>ul>li>a:hover{
    transform: scale(1.1);
}
#gnav>ul>li>a::before,#gnav>ul>li>a::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 7px;
    background-position: center;
    background-repeat: no-repeat;
}
#gnav>ul>li>a::before{
    background-color:#85d6ff;
}
#gnav>ul>li>a::after{
    border:solid 1px #85d6ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-sizing: border-box;
}
#gnav>ul>li>a:hover::after{
    animation: wave_out 1s ease-in 0s 1 normal;
}
@keyframes wave_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
#gnav>ul>li:first-of-type a::before{
    background-image:url(../images/home_icon.svg);
    background-size: 16px auto;
}
#gnav>ul>li:nth-of-type(2) a::before{
    background-image:url(../images/stethoscope_icon.svg);
    background-size: 19px auto;
}
#gnav>ul>li:nth-of-type(3) a::before{
    background-image:url(../images/record_icon.svg);
    background-size: 16px auto;
}
#gnav>ul>li:nth-of-type(4) a::before{
    background-image:url(../images/nurse_icon.svg);
    background-size: 16px auto;
}
#gnav>ul>li:nth-of-type(5) a::before{
    background-image:url(../images/mail_icon.svg);
    background-size: 19px auto;
}
#gnav .sub{
    display: none;
    position: absolute;
    top: 60px;
    text-align: left;
    background: #e8f7ff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    padding-bottom: 6px;
    padding: 6px;
    transition: .3s;
}
@keyframes in_sub {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#gnav>ul>li:hover .sub{
    display: block;
    animation: in_sub .3s ease-in 0s 1 normal;
}
#gnav .sub a{
    color: #3ebeff;
    padding: 4px 14px;
    display: block;
}
#gnav .sub a:hover{
    background:#3ebeff;
    color: #fff;
}
/* menu */
#menu{
	padding: 147px 0 120px;
}
#menu .left_pict{
	width: 380px;
	margin-right: 40px;
}
#menu h3{
	display: inline;
	color: #3c2f20;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: .02em;
    background: linear-gradient(transparent 50%, #e2ebd2 50%);
    padding: 0 4px 8px;
}
#menu h4{
	color: #00904C;
	font-size: 22px;
	padding-left: 1em;
	margin: 24px 0 16px;
}
#menu h4.pl0{
	padding-left: 0;
}
#menu .float p{
	line-height: 2.4em;
}
#menu ul{
	letter-spacing: -.4em;
	line-height: 0;
	margin: 96px 0;
}
#menu ul li{
	position: relative;
	display: inline-block;
	width: 380px;
	height: 254px;
	line-height: 1.9em;
	letter-spacing: .04em;
	margin-right: 55px;
	vertical-align: top;
	text-align: center;
	background: #e8efdb;
}
#menu ul li:last-child{
	margin-right: 0;
}
#menu ul li h3{
	position: relative;
	display: block;
	width: 340px;
	color: #00904C;
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	background: url(../images/border.svg) repeat-x bottom left;
	-webkit-background-size: 136px auto;
	background-size: 136px auto;
	margin: 18px auto 24px;
	padding: 0 0 24px;
}
#menu ul li p{
	padding: 0 26px;
	letter-spacing: .12em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#menu p:nth-child(6){
	line-height: 2.4em;
	letter-spacing: .06em;
	margin-top: 28px;
}

/* swiper */
.slider1::after{
    content: '';
    position:absolute;
    display: block;
    width:100%;
    height: 31%;
    bottom: 0;
    background:url(../images/slider_bottom.svg)no-repeat bottom center / cover;
    z-index: 2;
}
@media screen and (max-width: 1500px) {
    .slider1::after{
        background-size: contain;
    }
}
.slider1 a{
    display: block;
    position: relative;
    height: 596px;
    overflow:hidden;
}
.slider1 a:hover{
    opacity:.7;
}
.slider1_1 .wrapper{
    position: absolute;
    height: 503px;
    margin: auto;
    left: 0;
    right: 0
}
.slider1_1 .text{
    position: relative;
    height: 100%;
}
.slider1_1 .text span{
    background:url(../images/slider1_1_text.svg)no-repeat left center / contain;
    width: 685px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 41px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.slider1_1 .text::before,.slider1_1 .text::after{
    content: '';
    display: block;
    position: absolute;
}
.slider1_1 .text::before{
    background:url(../images/bubble_r.svg)no-repeat center / contain;
    width: 94px;
    height: 96px;
    top: 100px;
    left: 650px;
}
.slider1_1 .text::after{
    background:url(../images/bubble_l.svg)no-repeat center / contain;
    width: 73px;
    height: 73px;
    bottom: 100px;
    left: -21px;
}
.slider1 .swiper-slide{
    position: relative;
}
.slider1 .slider1_1 img{
    height: auto;
    vertical-align: bottom;
    display: block;
    margin-left: auto;
}
.slider1 .slider1_1 .sp_none{
    width: 1500px;
    min-width: 1500px;
}
.slider1_wrapper{
    width: 1500px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}
.slider1_1 a::before,.slider1_1 a::after{
    content: '';
    display: block;
    position:absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider1_1 a::before{
    width: 840px;
    height: 596px;
    background-image:url(../images/slider01_text.svg);
    top: 0;
    left: 0;
}
.slider1_1 a::after{
    background-image:url(../images/slider01_btn.png);
    width: 422px;
    height: 130px;
    right: 90px;
    bottom:46px;
}


/* main_contents
------------------------------ */
.index section.first{
    padding-bottom: 150px;
}
.index section:not(.first){
    padding-top: 150px;
    padding-bottom:150px;
}
#index #problem,#index #voice,#index #contact{
    padding:100px;
}
#index #recommend{
    padding:147px 0 100px;
}
#index　section .headline{
    text-align: center;
}
#index section .headline span{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.index section .box_mark,.index section .box_mark_g{
    position: relative;
    padding-top: 56px;
}
.index section .mark,.index section .mark_g,
.index .br_dot,.index .br_dot_g,
#index section .br_dot::after,
.index section .br_dot_g::after{
    text-align: center;
}
.sub section .mark,.sub section .mark_g{
    font-size: 2.6rem;
    line-height: 1.6;
}
.index section .box_mark::before,.index section .box_mark_g::before,
.index section .mark::before,.index section .mark_g::before{
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.index section .box_mark::before,
.index section .mark::before{
    background-color: #85d6ff;
}
.index section .box_mark_g::before,
.index section .mark_g::before{
    background-color: #ade55e;
}
.index section .mark::before,.index section .mark_g::before{
    margin-bottom: 20px;
}
.index section .box_mark::before,.index section .box_mark_g::before{
    position:absolute;
    top: -29px;
    left: 0;
    right: 0;
}
.index section .br_dot::after,
.index section .br_dot_g::after{
    content: '・・・';
    display: block;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}
.index section .br_dot::after{
    color: #85d6ff;
}
.index section .br_dot_g::after{
    color: #ade55e;
}
#index section .br_dot::after{
    margin-bottom: 20px;
}
.sub section .br_dot::after,
.sub section .br_dot_g::after{
    margin-bottom: 28px;
}
.index section .ribbon{
    position:relative;
    background: #FFFFC9;
    text-align: center;
    max-width: 395px;
    margin: auto;
    padding: 3px;
    font-size: 2rem;
}
.index section .ribbon::before,
.index section .ribbon::after{
    content: '';
    position:absolute;
    top:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 21px 13px 21px 0;
}
.index section .ribbon::before{
    left: 0;
    transform: rotate(180deg);
}
.index section .ribbon::after{
    right:0;
}
.index section .dot_list li,
.index section .dot_list_g li{
    position: relative;
    padding-left: 1.6em;
    margin-bottom: .3em;
}
.index section .dot_list li::before,
.index section .dot_list_g li::before{
    content: '●';
    position:absolute;
    display: inline-block;
    top: .2em;
    left: 0;
    font-size: 1.4em;
    line-height: 1;
}
.index section .dot_list li::before{
    color: #85D6FF;
}
.index section .dot_list_g li::before{
    color: #ade55e;
}
.index section .check_list_b li,
.index section .check_list_g li{
    position: relative;
    font-size: 2rem;
    padding-left: 2.4em;
    margin-bottom: 1.2em;
    line-height: 1.7;
}
.index section .check_list_b li:last-of-type,
.index section .check_list_g li:last-of-type{
    margin-bottom: 0;
}
.index section .check_list_b li::before,
.index section .check_list_g li::before{
    content: '';
    display: block;
    position:absolute;
    left: 0;
    top: .1em;
    width: 30px;
    height: 33px;
}
.index section .check_list_b li::before{
    background:url(../images/check_b.svg)no-repeat center / contain;
}
.index section .check_list_g li::before{
    background:url(../images/check_g.svg)no-repeat center / contain;
}
/* index
------------------------------ */
#index #index_about,#index #index_office{
    background: #DAF3FF;
}
#index #index_about{
    padding: 130px 0;
}
#index #index_about .bg_w{
    background: #fff;
    max-width: 1150px;
    margin: auto;
    border-radius: 50px;
    padding-bottom: 54px;
    box-sizing: border-box;
}
#index #index_about .bg_w{
    text-align: center;
}
#index #index_about .headline span{
    background-image:url(../images/headline_index_about.svg);
    height: 87px;
}
#index #index_about .box_mark::before{
    background-image:url(../images/nurse_icon.svg);
    background-size: 22px auto;
}
#index #index_about h3{
    font-size: 2.4rem;
    margin-bottom: 24px;
}
#index #index_about .ribbon{
    margin-top: 38px;
    margin-bottom: 30px;
}
#index #index_about .dot_list{
    font-size: 2rem;
    display: inline-block;
    text-align: left;
    margin-bottom: 6px;
}
#index #index_about .btn_sky{
    margin-top: 40px;
}
#index #index_about .area{
    position: relative;
}
#index #index_about .area::before,
#index #index_about .area::after{
    content: '';
    display: block;
    position: absolute;
}
#index #index_about .area::before{
    background:url(../images/index_about01.jpg)no-repeat center / contain;
    width: 156px;
    height: 180px;
    left: 158px;
    top: 20px;
}
#index #index_about .area::after{
    background:url(../images/index_about02.jpg)no-repeat center / contain;
    width: 237px;
    height: 206px;
    right: 86px;
    top: 0;
    margin: auto;
    bottom: 0;
}
#index #index_service{
    padding: 80px 0 150px;
}
#index #index_service .headline span{
    background-image:url(../images/headline_index_service.svg);
    height: 35px;
}
#index #index_service .mark::before{
    background-image:url(../images/stethoscope_icon.svg);
    background-size: 27px auto;
}
#index #index_service .headline+p{
    text-align: center;
    margin-bottom: 70px;
}
#index #index_service h3{
    color: #fff;
    font-size: 2.6rem;
    padding: 20px;
    margin-bottom: 26px;
}
#index #index_service h4{
    font-size: 2.4rem;
    margin-bottom: 32px;
    letter-spacing: -.02em;
}
#index .index_service02 h4{
    margin-top: 60px;
}
#index #index_service .sub{
    font-size: 1.8rem;
}
#index #index_service .box{
    text-align: center;
}
#index .index_service01,#index .index_service02{
    display: inline-block;
    vertical-align: top;
    width: 550px;
    border-radius: 50px;
    overflow: hidden;
}
#index .index_service01 .box,
#index .index_service02 .box{
    padding: 0 52px 46px;
}
#index #index_service .ribbon{
    margin-bottom: 29px;
}
#index .index_service01_02{
    position: relative;
}
#index .index_service01_02::before,
#index .index_service01_02::after{
    content: '';
    display: block;
    vertical-align:top;
    position: absolute;
}
#index .index_service01_02::before{
    background:url(../images/medicine01.jpg)no-repeat center/contain;
    width: 101px;
    height: 75px;
    top: 190px;
    right: 90px;
}
#index .index_service01_02::after{
    background:url(../images/bear_reha.jpg)no-repeat center/contain;
    width: 76px;
    height: 145px;
    top: 70px;
    right: -10px;
}
#index .index_service01{
    border:1px solid #85D6FF;
    margin-right: 46px;
}
#index .index_service01 h3{
    background:#85D6FF;
}
#index .index_service02{
    border:1px solid #ADE55E;
}
#index .index_service02_01{
    min-height: 299px;
}
#index .index_service02 h3{
    background:#ADE55E;
}
#index .index_service01_01,
#index .index_service02_01{
    margin-bottom: 77px;
}
#index #index_service .check_list_b,
#index #index_service .check_list_g,
#index #index_service .caution{
    text-align: left;
}
#index .index_service02_01 .check_list_g{
    margin-bottom: 1.5em;
}
#index #index_service .btn_sky,
#index #index_service .btn_g{
    margin-top: 60px;
}
#index #index_office{
    padding: 130px 0;
}
#index #index_office .bg_w {
    background: #fff;
    max-width: 1150px;
    margin: auto;
    border-radius: 50px;
    padding-bottom: 66px;
    box-sizing: border-box;
    padding-left: 66px;
    padding-right: 66px;
}
#index #index_office .headline span{
    background-image:url(../images/headline_index_office.svg);
    height: 35px;
}
#index #index_office .box_mark::before{
    background-image:url(../images/map_icon.svg);
    background-size: 30px auto;
}
#index #index_office .logo span{
    background: url(../images/logo.svg)no-repeat left center/contain;
    width: 100%;
    height: 73px;
    vertical-align: top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
#index #index_office .ggmap{
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 54px;
    font-size: 0;
}
#index #index_office .company,#index #index_office .info{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
#index #index_office .company{
    width: 422px;
    padding-left: 50px;
    margin-top: -16px;
}
#index #index_office .info{
    position: relative;
    padding-left: 84px;
    border-left:solid 2px #85d6ff;
}
#index #index_office .frame_b{
    margin-top: 1em;
    margin-bottom: 3px;
}
#index #index_office .company .logo{
    display: block;
    margin-top: 6px;
    margin-bottom: 20px;
}
#index #index_office .info .next{
    margin-top: .3em;
}
#index #index_news {
    padding: 128px 0;
}
#index #index_news .headline span{
    background-image:url(../images/headline_index_news.svg);
    width: 124px;
    height: 35px;
}
#index #index_news .mark::before{
    background-image:url(../images/megaphone_icon.svg);
    background-size: 31px auto;
}
#index #index_news .box{
    max-width: 1150px;
    margin: auto;
    padding-left: 73px;
    box-sizing: border-box;
    letter-spacing: -.4em;
}
#index #index_news h2,#index #index_news ul{
    display: inline-block;
    vertical-align: middle;
    letter-spacing:normal;
}
#index #index_news ul{
    max-width: 792px;
    margin-left: 158px;
}
#index #index_news li{
    margin-bottom: 1em;
}
#index #index_news li:last-of-type{
    margin-bottom: 0;
}
#index #index_news .day{
    display: block;
    color: #85d6ff;
    font-weight: 600;
}
article #bottom_contact{
    background:#85d6ff;
    padding: 71px 0 78px;
}
article #bottom_contact .box{
    max-width: 1026px;
    margin: auto;
    letter-spacing: -.4em;
}
article #bottom_contact .box p{
    color: #fff;
}
article #bottom_contact h2{
    font-size: 3rem;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 41px;
}
article #bottom_contact .tel_box,
article #bottom_contact .mail_box{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
article #bottom_contact .tel_box{
    border-right:solid 2px #fff;
    padding-right: 70px;
}
article #bottom_contact .mail_box{
    padding-left: 54px;
}
article #bottom_contact .tel{
    margin-bottom: 16px;
    max-width: 412px;
    height: 67px;
    background: url(../images/tel_num_sky.svg)no-repeat center/contain;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
article #bottom_contact .mail_box .btn_w{
    position: relative;
    color: #85d6ff;
    background:#fff;
    border: 2px solid #fff;
    display: block;
    width: 472px;
    text-align: center;
    border-radius: 50px;
    padding: 19px 52px 18px 30px;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
}
article #bottom_contact .mail_box .btn_w:hover{
    background:#DAF3FF;
}
article #bottom_contact .mail_box .btn_w::before,
article #bottom_contact .mail_box .btn_w::after{
    content: '';
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: .3s ease;
}
article #bottom_contact .mail_box .btn_w::before{
    border: 1px solid #85d6ff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 36px;
}
article #bottom_contact .mail_box .btn_w::after{
    width: 8px;
    height: 8px;
    border-top: solid 1px #85d6ff;
    border-right: solid 1px #85d6ff;
    transform: rotate(45deg);
    right: 46px;
}
article #bottom_contact .mail_box .btn_w:hover::before{
    right: 26px;
}
article #bottom_contact .mail_box .btn_w:hover::after{
    right: 36px;
}
article #bottom_contact .mail_box .btn_w span::before{
    content: '';
    display: inline-block;
    vertical-align: -4px;
    margin-right: 14px;
    width: 36px;
    height: 28px;
    background:url(../images/mail_sky.svg)no-repeat center/contain;
}
article #bottom_contact .tel_box .visit_time{
    margin-bottom: 4px;
}
article #bottom_contact .mail_box p{
    text-align: center;
    margin-top: 10px;
}
/* sub
------------------------------ */
.sub .main_title{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub .main_title h1{
    padding-top: 122px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}
.sub .main_title h1 span::before{
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 253px;
    height: 73px;
    border-radius: 50%;
    background:rgba(255, 255, 255, 0.3);
    box-shadow:0 0 40px rgba(255, 255, 255, 0.3),0 0 60px rgba(255, 255, 255, 0.3);
    z-index: -1;
}
.sub .main_title h1 span{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    display: inline-block;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sub .breadcrumb{
    margin-top: 17px;
    margin-bottom: 77px;
}
.sub .breadcrumb a{
    color: #85D6FF;
}
.sub .breadcrumb a:hover{
    opacity: .7;
}
.sub .breadcrumb a::after {
    content: '';
    display: inline-block;
    vertical-align:-2px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    margin: 0 6px 5px 12px;
}
.sub h2.side,.sub h2.side_g{
    font-size:2.6rem;
    margin-bottom: 30px;
    padding-bottom: 16px;
}
.sub h2.side{
    border-bottom: 1px solid #85D6FF;
}
.sub h2.side_g{
    border-bottom: 1px solid #ade55e;
}
.sub h2.side::before,.sub h2.side_g::before{
    content: '';
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: auto;
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}
.sub h2.side::before{
    background-color:#85D6FF;
}
.sub h2.side_g::before{
    background-color:#ade55e;
}
.sub h2.side span{
    vertical-align: middle;
}
.sub .radius{
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
}
.sub .flex{
    letter-spacing: -.4em;
}
.sub .flex_l,.sub .flex_r{
    letter-spacing:normal;
    display: inline-block;
    vertical-align: top;
}
.sub .emphasis_sky,.sub .emphasis_g{
    font-size: 2.4rem;
    line-height: 1.6;
}
.sub .emphasis_sky{
    color: #85D6FF;
}
.sub .emphasis_g{
    color: #ade55e;
}

/* 
------------------------------ */
#visit_service .main_title{
    background-image:url(../images/main_title_visit_service.jpg);
}
#visit_service .main_title h1 span{
    background-image:url(../images/headline_visit_service.svg);
    height: 35px;
}
#visit_service01 .side::before,
#visit_service02 .mark::before,
#visit_service03 .side::before{
    background-image: url(../images/stethoscope_icon.svg);
    background-size: 27px auto;
}
#visit_service01 .flex_l{
    width: 690px;
    margin-right: 43px;
}
#visit_service01 .flex_r{
    margin-top: 10px;
}
#visit_service01 .flex_l .read_text:first-of-type{
    margin-bottom: 2em;
}
#visit_service01 .emphasis_sky{
    margin-bottom: 22px;
}
#visit_service01 .br_sky{
    position: relative;
    border:15px solid #85D6FF;
    border-radius: 30px;
    text-align: center;
    padding: 36px 0 38px;
    margin-top: 94px;
}
#visit_service01 .ribbon{
    margin-bottom: 46px;
}
#visit_service01 .point{
    position: absolute;
    width: 192px;
    padding: 42px 0;
    background: #85D6FF;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 50%;
    line-height: 1.5;
    right: 40px;
    top: -80px;
}
#visit_service01 li{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 32%;
}
#visit_service01 li:nth-of-type(odd){
    margin-right: 62px;
}
#visit_service02{
    background:#DAF3FF;
    padding-top: 130px;
    padding-bottom: 130px;
}
#visit_service02 .list>li{
    background:#fff;
    border-radius: 30px;
}
#visit_service02 .list>li:not(.long){
    width: 386px;
    margin-bottom: 19px;
    margin-right: 19px;
    min-height: 540px;
    display: inline-block;
    vertical-align: top;
    padding: 32px;
}
#visit_service02 .list>li:nth-of-type(3n){
    margin-right: 0;
}
#visit_service02 .list>li:not(.long) .pict,
#visit_service02 .list>li .emphasis_sky{
    text-align: center;
    margin-bottom: 20px;
}
#visit_service02 .list>li:not(.long) .pict{
    min-height: 160px;
}
#visit_service02 .list>li p:first-of-type{
    margin-bottom: 20px;
}
#visit_service02 .list>.long{
    position: relative;
    padding: 52px 32px;
}
#visit_service02 .list>.long .pict{
    position: absolute;
    top: 47px;
    left: 97px;
}
#visit_service02 .list>.long p{
    width: 840px;
    margin-left: auto;
}
#visit_service02 .list .dot_list{
    margin-left: 20px;
}
#visit_service03 h2+.flex>.flex_l{
    width: 608px;
    margin-right: 32px;
}
#visit_service03 .emphasis_sky{
    margin-bottom: 22px;
}
#visit_service03 .bg_g{
    width: 557px;
    padding: 45px;
    box-sizing: border-box;
    background:#F2F2F2;
    margin-top: 10px;
}
#visit_service03 h2+.flex>.flex_l p,
#visit_service03 .bg_g .ribbon{
    margin-bottom: 28px;
}
#visit_service03 .bg_g .ribbon::before,
#visit_service03 .bg_g .ribbon::after,
#home_care03 .bg_g .ribbon::before,
#home_care03 .bg_g .ribbon::after{
    border-right-color:#F2F2F2;
}
#visit_service03 .dot_list{
    font-size:2rem;
}
#visit_service03 .bg_g p{
    margin-top: 10px;
    text-align: center;
}
#visit_service03 .price{
    margin-top: 90px;
    margin-bottom: 104px;
}
#visit_service03 .price .flex{
    border:1px solid #85D6FF;
    border-top:0;
    padding-bottom: 35px;
    border-radius: 0 0 30px 30px;
    padding-top: 36px;
}
#visit_service03 .flow>div{
    position: relative;
    border:1px solid #85D6FF;
    border-radius: 30px;
    margin-bottom: 104px;
}
#visit_service03 .flow>div:last-of-type{
    margin-bottom: 0;
}
#visit_service03 .price h3,
#visit_service03 .flow h3{
    letter-spacing: normal;
    background: #85D6FF;
    color: #fff;
    text-align: center;
    font-size:2.4rem;
    padding: 13px 0;
    border-radius: 30px 30px 0 0;
}
#visit_service03 .flow .flex h3{
    margin-bottom: 36px;
}
#visit_service03 .flow .num{
    background: #85D6FF;
    color: #fff;
    margin: auto;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    padding: 11px 0;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
}
#visit_service03 .flow .flex .num{
    margin-bottom: 14px;
}
#visit_service03 h4{
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #85D6FF;
    padding: 0 10px 8px;
    margin-bottom: 16px;
}
#visit_service03 .flow .flex{
    padding-bottom: 35px;
}
#visit_service03 .flow .flex_l,
#visit_service03 .flow .flex_r,
#visit_service03 .price .flex_l,
#visit_service03 .price .flex_r{
    position: relative;
    padding: 7px 13px;
    width: 49.9%;
    box-sizing: border-box;
    text-align: center;
    min-height: 220px;
}
#visit_service03 .price .flex_r::before,
#visit_service03 .flow .flex_r::before{
    position:absolute;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background:#85D6FF;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#visit_service03 .caution{
    text-align: left;
    display: inline-block;
}
#visit_service03 h5{
    font-size: 2rem;
    font-weight: 400;
}
#visit_service03 .flex h5{
    margin-bottom: 27px;
}
#visit_service03 .flow>div:not(.box1){
    text-align: center;
    position: relative;
    padding-top: 38px;
    padding-bottom: 26px;
}
#visit_service03 .flow>.box1>.flex>div{
    min-height: 293px;
}
#visit_service03 .flow>.box1>.flex>div::after,
#visit_service03 .flow>div::after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 55px 0 55px;
    border-color: #daf3ff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
}
#visit_service03 .flow>.box1::after{
    content: none;
}
#visit_service03 .flow>div:last-of-type::after{
    content: none;
}
#visit_service03 .flow>.box1>.flex>div::after{
    bottom: -105px;
}
#visit_service03 .flow>div::after{
    bottom: -60px;
}
#visit_service03 .price .caution,
#visit_service03 .box1 .caution{
    display: inline-block;
    margin-top: 6px;
}
#visit_service03 .flow>div>.num{
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
}
#visit_service04{
    background:#E6F7CE;
    padding-bottom: 130px;
}
#visit_service04 h2{
    font-size: 3rem;
    line-height: 1.6;
}
#visit_service04 .br_dot_g::after{
    margin-bottom: 22px;
}
#visit_service04 .bg_w{
    background: #fff;
    border-radius: 50px;
    padding:45px 66px 56px 66px;
    box-sizing: border-box;
    text-align: center;
}
#visit_service04 .box_mark_g::before,
#home_care01 .side_g::before,
#home_care02 .mark_g::before,
#home_care03 .side_g::before,
#home_care04 .box_mark::before{
    background-image: url(../images/record_icon.svg);
    background-size: 23px auto;
}
#visit_service04 .bg_w .pict{
    position: relative;
}
#visit_service04 .bg_w .pict p{
    position: absolute;
    color: #ade55e;
    font-size: 2.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#visit_service04 .bg_w .pict::after{
    content: '';
    position: absolute;
    display: block;
    background:url(../images/visit_service04_bg.png)no-repeat center/contain;
    width: 100%;
    height: 100%;
    top: 0;
}
#visit_service04 .bg_w>p{
    margin-top: 36px;
}
#visit_service04 .bg_w .btn_g{
    margin-top: 50px;
}
/* home_care
------------------------------ */
#home_care .main_title{
    background-image:url(../images/main_title_home_care.jpg);
}
#home_care .main_title h1 span{
    background-image:url(../images/headline_home_care.svg);
    height: 35px;
}
#home_care01 .emphasis_g{
    margin-bottom: 22px;
}
#home_care01 .flex_l {
    width: 690px;
    margin-right: 43px;
}
#home_care01 .flex_r{
    margin-top: 10px;
}
#home_care01 .br_g{
    border: 15px solid #ade55e;
    border-radius: 30px;
    text-align: center;
    padding: 36px 0 38px;
    margin-top: 56px;
}
#home_care01 .ribbon {
    margin-bottom: 46px;
}
#home_care01 li{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 36%;
}
#home_care01 li:nth-of-type(odd){
    margin-right: 62px;
}
#home_care02 {
    background: #E6F7CE;
    padding-top: 130px;
    padding-bottom: 130px;
}
#home_care02 .list>li{
    background: #fff;
    border-radius: 30px;
    width: 386px;
    margin-right: 19px;
    min-height: 322px;
    display: inline-block;
    vertical-align: top;
    padding: 32px;
}
#home_care02 .list>li:nth-of-type(3n){
    margin-right: 0;
}
#home_care02 .list>li .emphasis_g {
    text-align: center;
}
#home_care02 .list>li:nth-of-type(2) .emphasis_g{
    margin-bottom: 20px;
}
#home_care02 .list>li:first-of-type .emphasis_g,
#home_care02 .list>li:nth-of-type(3) .emphasis_g{
    margin-top: 1em;
    margin-bottom: 1.5em;
}
#home_care03 .emphasis_g {
    margin-bottom: 22px;
}
#home_care03 .check_list_g{
    margin-bottom: 20px;
}
#home_care03 .bg_g p {
    margin-top: 10px;
    text-align: center;
}
#home_care03 h4 {
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #ade55e;
    padding: 0 10px 8px;
    margin-bottom: 16px;
}
#home_care03 h2+.flex>.flex_l {
    width: 608px;
    margin-right: 32px;
}
#home_care03 .bg_g {
    width: 557px;
    padding: 45px;
    box-sizing: border-box;
    background: #F2F2F2;
    margin-top: 10px;
}
#home_care03 .dot_list_g {
    font-size: 2rem;
}
#home_care03 h2+.flex>.flex_l p, #home_care03 .bg_g .ribbon {
    margin-bottom: 28px;
}
#home_care03 .price>div{
    border-radius:0 0 30px 30px;
    border: 1px solid #ade55e;
    border-top:0;
    margin-bottom: 104px;
}
#home_care03 .flow>div{
    border-radius: 30px;
    border: 1px solid #ade55e;
    margin-bottom: 104px;
}
#home_care03 .price{
    margin-top: 90px;
}
#home_care03 .flow>div:last-of-type{
    margin-bottom: 0;
}
#home_care03 .price div{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
#home_care03 .price h3,
#home_care03 .flow h3 {
    letter-spacing: normal;
    background: #ade55e;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    padding: 13px 0;
    border-radius:30px 30px 0 0;
}
#home_care03 .price .caution,
#home_care03 .flow .caution {
    text-align: left;
    display: inline-block;
}
#home_care03 .price h5,
#home_care03 .flow h5 {
    font-size: 2rem;
    font-weight: 400;
}
#home_care03 .price h5{
    margin-bottom: 16px;
}
#home_care03 .flow .flex {
    padding-bottom: 35px;
}
#home_care03 .flow .flex h3 {
    margin-bottom: 36px;
}
#home_care03 .flow .flex h5 {
    margin-bottom: 27px;
}
#home_care03 .flow .flex_l, #home_care03 .flow .flex_r {
    position: relative;
    padding: 20px 13px;
    width: 49.9%;
    box-sizing: border-box;
    text-align: center;
    min-height: 220px;
}
#home_care03 .flow>div{
    position: relative;
}
#home_care03 .flow>div:not(.flex){
    text-align: center;
    padding-top: 38px;
    padding-bottom: 26px;
}
#home_care03 .flow>div:not(.flex) p{
    margin-top: 4px;
}
#home_care03 .flow .num {
    background: #ade55e;
    color: #fff;
    margin: auto;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    padding: 11px 0;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
}
#home_care03 .flow>div:not(.flex) .num{
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
}
#home_care03 .flow .flex .num {
    margin-bottom: 14px;
}
#home_care03 .flow>.box1>div {
    min-height: 293px;
}
#home_care03 .flow>.box1>div::after,
#home_care03 .flow>div::after{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 55px 0 55px;
    border-color: #E6F7CE transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
}
#home_care03 .flow>.box1::after{
    content: none;
}
#home_care03 .flow>div:last-of-type::after{
    content: none;
}
#home_care03 .flow>.box1>div::after {
    bottom: -105px;
}
#home_care03 .flow>div::after {
    bottom: -60px;
}
#home_care03 .flow .flex_r::before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #ade55e;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#home_care04{
    background:#daf3ff;
    padding-bottom: 130px;
}
#home_care04 .bg_w{
    background: #fff;
    border-radius: 50px;
    padding:45px 66px 56px 66px;
    box-sizing: border-box;
    text-align: center;
}
#home_care04 .bg_w .br_dot::after{
    margin-bottom: 22px;
}
#home_care04 h2{
    font-size: 3rem;
}
#home_care04 .box_mark_g::before{
    background-image: url(../images/record_icon.svg);
    background-size: 23px auto;
}
#home_care04 .bg_w .pict{
    position: relative;
}
#home_care04 .bg_w .pict p{
    position: absolute;
    color: #85D6FF;
    font-size: 2.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#home_care04 .bg_w .pict::after{
    content: '';
    position: absolute;
    display: block;
    background:url(../images/home_care04_bg.png)no-repeat center/contain;
    width: 100%;
    height: 100%;
    top: 0;
}
#home_care04 .bg_w>p{
    margin-top: 36px;
}
#home_care04 .bg_w .btn_sky{
    margin-top: 50px;
}
/* about
------------------------------ */
#about .main_title{
    background-image:url(../images/main_title_about.jpg);
}
#about .main_title h1 span{
    background-image:url(../images/headline_about.svg);
    height: 35px;
}
#about01{
    padding-bottom: 0;
}
#about01::before{
    content: '';
    display: block;
    margin-top: -50px;
    padding-top: 50px;
}
#about01 .btn_list{
    text-align: center;
    margin-top: 80px;
}
#about01 .btn_sky:first-of-type{
    margin-right: 40px;
}
#about01 .btn_sky{
    display: inline-block;
}
#about01 .flex_l{
    width: 690px;
    margin-right: 43px;
}
#about01 .flex_r{
    margin-top: 10px;
}
#about01 h2.side::before,
#about02 h2.side::before,
#about03 .box_mark::before{
    background-image: url(../images/nurse_icon.svg);
    background-size: 20px auto;
}
#about01 .emphasis_sky {
    letter-spacing: -.01em;
    margin-bottom: 22px;
}
#about01 .table_b .dot_list{
    font-size: 1.2em;
}
#about02 td .tel,#about02 td .fax{
    display: inline-block;
    vertical-align: top;
}
#about02 .float{
    margin-top: 40px;
}
#about02 .fl_l,#about02 .fl_r{
    background: #f2f4f7;
    width: 580px;
    border-radius: 30px;
    overflow: hidden;
}
#about02 .fl_l{
    padding:40px;
    box-sizing: border-box;
}
#about02 .fl_r{
    font-size: 0;
}
#about02 .fl_l .frame_b{
    margin-bottom: 3px;
}
#about02 .fl_l .next{
    margin-top: 8px;
    margin-bottom: 32px;
}
#about03{
    background:#E7F7FF;
}
#about03 .bg_w {
    background: #fff;
    border-radius: 50px;
    padding: 45px 66px 56px 66px;
    box-sizing: border-box;
    text-align: center;
}
#about03 h2 {
    font-size: 3rem;
}
#about03 .br_dot::after {
    margin-bottom: 22px;
}
#about03 .bg_w .pict{
    position: relative;
}
#about03 .bg_w .pict p {
    position: absolute;
    color: #85D6FF;
    font-size: 2.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#about03 .bg_w .pict::after {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/home_care04_bg.png)no-repeat center/contain;
    width: 100%;
    height: 100%;
    top: 0;
}
#about03 .bg_w>p {
    margin-top: 36px;
}
#about03 .details{
    margin-top: 30px;
}
#about03 .flex{
    border-bottom:2px solid #85D6FF;
    padding: 21px 0;
    text-align: left;
}
#about03 .flex_l,#about03 .flex_r{
    vertical-align: middle;
}
#about03 .flex_l{
    width: 157px;
    margin-right: 14px;
}
#about03 .flex:first-of-type .flex_r p{
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}
#about03 .frame_b{
    display: block;
    text-align: center;
}
#about03 .btn_sky{
    margin-top: 90px;
}
/* contact
------------------------------ */
#contact .main_title,#thanks .main_title{
    background-image:url(../images/main_title_contact.jpg);
}
#contact .main_title h1 span{
    background-image:url(../images/headline_contact.svg);
    height: 35px;
}
#contact01,#contact02{
    padding-bottom: 0;
}
#contact01 h2.side::before{
    background-image: url(../images/tel_w.svg);
    background-size: 20px auto;
}
#contact01 .flex{
    margin-top: 40px;
}
#contact01 .flex_l,#contact01 .flex_r,
#thanks01 .flex_l,#thanks01 .flex_r{
    width: 524px;
    padding: 54px 50px 35px;
    box-sizing: border-box;
    background:#F2F4F7;
    border-radius: 30px;
}
#contact01 .flex_l,#thanks01 .flex_l{
    margin-right: 26px;
}
#contact01 .flex_r p,#thanks01 .flex_r p{
    text-align: center;
}
#contact01 .flex_l .visit_time,
#thanks01 .flex_l .visit_time{
    margin-bottom: 3px;
}
#contact01 .tel,#contact01 .fax,#thanks01 .tel,#thanks01 .fax{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 27px;
    height: 32px;
}
#contact01 .tel,#thanks01 .tel{
    background: url(../images/tel.svg)no-repeat left center/contain;
}
#contact01 .fax,#thanks01 .fax{
    background: url(../images/fax.svg)no-repeat left center/contain;
}
#contact02 h2.side::before{
    background-image: url(../images/download_icon.svg);
    background-size: 28px auto;
    background-position: top 13px center;
}
#contact02 .dot_list{
    margin-top: 30px;
}
#mailformpro th{
    vertical-align: top;
    position: relative;
}
#contact02 .dot_list li{
    display: inline-block;
    vertical-align: top;
    margin-right: 4em;
    font-size: 1.8rem;
}
#contact02 .dot_list li a{
    color: #333;
}
#contact02 .dot_list li a:hover{
    color: #85D6FF;
    border-bottom:1px solid #85D6FF;
}
#contact03{
    padding-bottom: 90px;
}
#contact03 h2.side::before,#thanks01 h2.side::before{
    background-image: url(../images/mail_icon.svg);
    background-size: 27px auto;
}
#contact03 #mailfield>h3{
    font-size: 2rem;
    margin-top: 70px;
    margin-bottom: 4px;
}
#contact03 .type li{
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
}
#mailformpro .must{
    color: #333;
    background: #fff;
    font-size: 1.4rem;
    padding: 4px 6px;
    position: absolute;
    right: 20px;
    top: 23px;
    line-height: 1;
}
#mailformpro li>input,
#mailformpro li>textarea{
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #585858;
}
#mailformpro .address input:first-of-type{
    width: 300px!important;
    margin: 0 4px 10px;
}
#mailformpro td>input{
    width: 100%;
}
#mailformpro textarea{
    width: 100%!important;
    vertical-align: top;
}
#privacy_policy{
    margin:40px auto 70px;
    padding: 20px 30px;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.8;
    height: 239px;
    overflow-y:scroll;
    background:#F2F4F7;
    border-radius: 15px;
}
#privacy_policy h4{
    font-size: 2.6rem;
    margin-bottom: 10px;
    font-weight:normal;
}
#privacy_policy .dot_list{
    margin-top: 2em;
}
#mailformpro .btn button{
    transition: .3s ease;
    color: #295ea2;
    background: #fff;
    box-shadow: none;
    border: 0;
    display: block;
    padding: 10px 50px;
    margin: auto;
    border: solid 1px #295ea2;
    font-weight: 600;
    font-size: 1.5rem;
}
#mailformpro .btn button:hover{
    color: #fff;
    background: #295ea2;
}
/* thanks
------------------------------ */
#thanks .main_title h1 span{
    background-image:url(../images/headline_thanks.svg);
    height: 35px;
}
#thanks01 .flex{
    margin-top: 50px;
    margin-bottom: 50px;
}
#thanks01 .btn_sky{
    margin-top: 60px;
}
#thanks01 .flex_r a{
    color:#85D6FF;
}
#thanks01 .flex_r a:hover{
    border-bottom:2px solid #85D6FF;
}
/* Footer
------------------------------ */
footer{
    padding:94px 0 170px;
    position: relative;
    overflow: hidden;
}
footer::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: url(../images/footer_bg.svg)no-repeat center / cover;
    z-index: -1;
}
footer .float{
    width: 100%;
}
footer .fl_l{
    margin-top: 18px;
}
footer .logo{
    margin-top: 4px;
    margin-bottom: 34px;
    position: relative;
    display: inline-block;
}
footer .logo span{
    background: url(../images/logo.svg)no-repeat center/contain;
    width: 300px;
    height: 76px;
    vertical-align: top;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    display: block;
}
footer .br_sky{
    border-top:solid 2px #85d6ff;
    padding-top: 34px;
}
footer .br_sky .tel,footer .br_sky .fax{
    display: inline-block;
    vertical-align: top;
}
footer .br_sky .tel{
    margin-right: 1em;
}
footer .fl_r{
    text-align: right;
    margin-top: 22px;
}
footer .fl_r .list_link{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
footer .fl_r .list_link:first-of-type{
    margin-right: 60px;
}
footer .fl_r .list_link a{
    color: #333;
}
footer .list_link>li>a{
    color: #85d6ff;
    position: relative;
    display: inline-block;
    padding-left: 2em;
}
footer .list_link .sub{
    margin-left: 2em;
}
footer .list_link .sub li>a{
    position: relative;
    display: inline-block;
    padding-left: 1em;
}
footer .list_link>li>a::before,footer .list_link>li>a:after{
    content: '';
    display: inline-block;
    position: absolute;
    transition: .3s;
}
footer .list_link .sub li>a::before{
    content: '-';
    color: #85d6ff;
    display: inline-block;
    position: absolute;
    left: 0;
}
footer .list_link>li>a::before{
    border: 1px solid #85d6ff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
footer .list_link>li>a::after{
    width: 4px;
    height: 4px;
    border-top: solid 1px #85d6ff;
    border-right: solid 1px #85d6ff;
    transform: rotate(45deg);
    top: 11px;
    left: 6px;
}
footer .fl_r .list_link a:hover{
    color: #85d6ff;
}
footer .logo:hover,#copyright a:hover{
    opacity: .7;
}
footer .list_link>li>a:hover::before{
    left: 3px;
}
footer .list_link>li>a:hover::after{
    left: 9px;
}
#copyright{
	font-size: 1.4rem;
	letter-spacing: .05em;
    margin-top: 88px;
}
#copyright a{
    color:#85d6ff;
}

/* page top */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 60px;
	opacity: 0;
	transform: scale(1.5);
	transition: all .5s;
	z-index: 10;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
    background: #41C5F9;
    border: 1px solid #fff;
	padding: 5px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.pagetop a::before{
	content: "";
	position: absolute;
	display: block;
    width: 16px;
    height: 16px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(45deg);
    top: 17%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pagetop.show{
	opacity: 1;
	transform: scale(1);
}
.pagetop a:hover{
	opacity: .7;
}