body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-size: 15px;
    color:#3c3c3c;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    background-color: #CAEDEF;
    font-family:
    "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
    box-sizing: border-box;
    background-color: #fdf8e8;
}
ul,li{
    margin: 0;
    padding:0;
}
.section__bg__color__yellow{
    background-color: #FEF8E5;
}
@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
    .section__bg__color__yellow{
        background-color: #fdf8e8;
    }
}
.section__bg__color__green{
    background-color: #D9F8EC;
}
/********** ALLOVER LAYOUT **********/
.wrapper{
    width:100%;
    margin: 0 auto;
}
.section{
    margin:0;
    padding:2em 1em 6em;
}
.section__inner{
    width:900px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .section{
        margin:0;
        padding:0em 1em 2em;
    }
    .section__inner{
        width:100%;
        margin: 0 auto;
    }
}

/********** Header **********/
header{
    background-color: #FFF;
}
.header__fixed{
    position: fixed;
    opacity: 0.9;
    top:0;
    left: 0;
    margin-bottom: 52px;
    background-color: #FFF;
    width: 100%;
    z-index: 2;
}
.header__logo{
    padding:1em 2em 0.6em 1em;
    box-sizing: border-box;
    vertical-align: bottom;
    display: inline-block;
}
@media screen and (max-width:768px){
    .header__logo{
        padding:0.5em 0.5em 0.1em;
    }
    .header__fixed{
        opacity:0.96;
    }
}
.header__menu__content{
    position: relative;
}
.header__menu{
    position: absolute;
    right:2em;
    top:-82px;
}
.header__menu li{
    float:left;
    margin-left:2em;
    list-style-type: none;
    font-weight: bold;
    color:#00758E;
    padding:2.4em 0;
    font-size:14px;
}
.header__menu li a{
    padding: 1em 0;
}
.header__keyvisal{
    max-width: 100%;
    background-color: #00BCB0;
    background-image: url(../images/keyvisual_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top;
    margin-top:71px;
    line-height: 1.7em;
    z-index: 1;
}
@media screen and (max-width:768px){
    .header__keyvisal{
        width:100%;
        background-image:none;
        height: auto;
        margin-top:56px;
    }
    .header__keyvisal img{
        vertical-align: bottom;
    }
}
.header__keyvisal .section__inner{
    position: relative;
    text-align: center;
    height: 465px;
}
.key__h1,.key__text{
    display: none;
}
.key__h1 {
    line-height: 1.65em;
    padding-top:1.6em;
    letter-spacing: 0.12em;
    font-size: 34px;
}
.key__h1 span{
    background-color: #FFF;
    color:#00BCB1;
    padding:0.22em 0.4em;
    font-weight:bold;
}
.key__text{
    color:#FFF;
    font-size: 17px;
    line-height:1.7em;
}
.key__ppl{
    position: absolute;
    bottom:-16px;
    left:31.5%;
}

/********** QUESTIONS **********/
.question__h2{
    margin:2em auto;
}
@media screen and (max-width:768px){
    .question__h2{
        text-align: center;
        margin:0 auto 1em;
        font-size:19px;
    }
}
.question__box{
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom:3em;
}
.question__box h3{
    position: relative;
    background-color: #0AB9AE;
    color:#FFF;
    margin:0 auto 0.4em !important;
    text-align: center;
    padding:1em;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.question__box h3 img{
    display: inline-block;
    position: absolute;
    top:-20px;
    left:100px;
}
.question__box__inner{
    padding:1.6em 3em 3em;
}

.question__box__4col{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.question__box__4col__each{
    width: 24.7%;
    background-color: #ECECEC;
    margin:0 1px;

}
.question__box__4col__each h4{
    background-color: #00BCB1;
    color:#FFF;
    text-align: center;
    margin:0 !important;
    padding:1em;
    padding-left:2em;

}
.question__box__4col__each h4.icon_pc{
    background-image: url(../images/icon_pc.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position:left 2em center;
}
.question__box__4col__each h4.icon_iccard{
    background-image: url(../images/icon_iccard.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position:left 2em center;
}
.question__box__4col__each h4.icon_finger{
    background-image: url(../images/icon_finger.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position:left 1.4em center;
}
.question__box__4col__each h4.icon_phone{
    background-image: url(../images/icon_phone.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position:left 1.4em center;
}
.question__box__4col__each p{
    padding:0 1em 1em;
}
.question__box__4col__each p b{
    background: linear-gradient(transparent 69%, yellow 69%);
}
@media screen and (max-width:768px){
    .question__box__4col__each{
        width: 48%;
    }
}
.tabs{
    list-style-type: none;
    display: flex;
}
.tabs li{
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    background-color: #aaa;
    color:#ffffff;
    padding:1em;
    margin:0 0.5px;
    font-size: 9px;
    text-align: center;
    line-height: 1.4em;
    border-bottom:none;
    line-height: 1.5em;
}
.active_tab{
    background-color: #00BCB1 !important;
    color:#FFF !important;
}
.tab_contents{
    background-color: #FFF;
    padding:1em;
    margin-top: 0;
    border:1px solid #ddd;
    box-sizing: border-box;
    margin-bottom:2em;
}
.tab_content_ic,.tab_content_finger,.tab_content_phone{
    display: none;
}

/********** CASE **********/
.section__case{
    padding-top:4em;
}
@media screen and (max-width:768px){
    .section__case{
        padding-top:1em;
    }
}
.section__case__h3{
    position: relative;
    margin:0 auto !important;
    text-align: center;
    font-size: 21px;
    border-radius: 10px 10px 0 0;
    line-height: 1.6em;
}
.section__case__h3 img{
    display: inline-block;
    position: absolute;
    top:-30px;
    left:128px;
}
.slider__card{
    border:1px solid #eee;
    border-radius: 8px;
    background-color: #FFF;
    padding:1.8em 2.3em;
    box-sizing: border-box;
    width: 600px !important;
    min-height: 600px;
    font-size: 16px;
}
.slider__card__kaigo{
    padding:1.8em 2.8em 1.3em;
}
@media screen and (max-width:768px){
    .slider__card,.slider__card__kaigo{
        width: 100%;
        min-height: auto;
        text-align: left;
        padding: 1em;
        margin-bottom:1em;
        font-size: 15px;
    }
}
.slider__card h4{
    color:#FFF;
    background-color: #0AB9AE;
    margin:0.3em 0;
    padding:0.72em;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
}
@media screen and (max-width:768px){
    .slider__card h4{
        font-size: 15px !important;
    }
}
.slider__card img{
    text-align: center;
    margin: 3em auto 2.6em;
}
.slider__card__kaigo img{
    margin: 2.2em auto 1.5em;
}
.slider__card img.arrow{
    text-align: center;
    margin: 1.35em auto;
}
@media screen and (max-width:768px){
    .slider__card img{
        text-align: center;
        margin: 0.5em auto;
    }
}

/********** section__message ******/
.section__message{
    /* background-image:url(../images/message_bg.png),url(../images/under_arrow_green.png);
    background-size:cover, 200px;
    background-position:top center, top center;
    background-repeat: no-repeat, no-repeat; */
    background-image:url(../images/under_arrow_green.png),url(../images/message_bg.png);
    background-size:110px 50px, cover;
    background-position:top center, top center;
    background-repeat: no-repeat, no-repeat;
    padding:7em 0 1em;
}
@media screen and (max-width:768px){
    .section__message{
        padding:3em 1em 5em;
        background-size:80px 30px, cover;
    }
}
.section__message__content{
    background-color: #FFF;
    border-radius: 10px;
    background-image: url(../images/woman.svg);
    background-position: bottom right 4em;
    background-repeat: no-repeat;
    background-size:100px;
    margin-bottom:7em;
}
.section__message__content h3{
    background-color: #F6C343;
    color:#333;
    padding:1.34em 1em;
    margin:0 auto !important;
    text-align:center;
    border-radius: 10px 10px 0 0;
    font-size:21px;
}
@media screen and (max-width:768px){
    .section__message__content{
        background-image: none;
        margin-bottom:2.3em;
    }
    .section__message__content h3{
        font-size:15px;
    }
}
.section__message__content p{
    padding:2em 2em;
    text-align: center;
    font-size: 17px;
    line-height: 1.9em;
}
@media screen and (max-width:768px){
    .section__message__content p{
        font-size:14px;
        /* padding:2em 2em 4em; */
        padding:1em 1em;
    }
}
.section__message__content__btn{
    text-align: center;
    margin-top:3em;
}
.section__message__content__btn__href{
    background-color: #F6C343;
    color:#333;
    padding:2em 3em 2em 5em;
    border-radius: 6px;
    width: 60%;
    font-weight: bold;
    font-size: 20px;
    background-image: url(../images/icon_calendar.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position:left 40px center;
    transition:0.2s;
    box-shadow: 0 0 12px #c1c1c1;
}
.section__message__content__btn__href:hover{
    opacity: 0.8;
    box-shadow: 0 0 0px #ccc;

}
@media screen and (max-width:768px){
    .section__message__content p{
        text-align: left;
    }
    .section__message__content__btn{
        margin-top:1em;
        width: 100%;
        box-sizing: border-box;
    }
    .section__message__content__btn__href{
        width: 100%;
        background-size: 17px;
        background-position:left 2em center;
        font-size: 14px;
        padding:2.2em 1em 2.2em 2em;
        display: inline-block;
        box-sizing: border-box;
    }
}
/********** FOOTER **********/
/**footer**/
footer{
     background-color: #8999A6;
     padding:3em 0em 0;
     color:#FFF;
     text-align: left;
}
@media screen and (max-width:768px){
    footer{
        font-size: 14px;
    }
}
footer a{
    color:#FFF;
}
footer h2{
    color:#FFF;
    font-size: 18px;
    text-align: left;
}
footer ul{
    list-style-type:none;
}
footer ul li{
    margin-bottom:0.8em;
}
footer .mod__2col__each{
    padding-right: 1em;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    footer .mod__2col__each{
        padding: 1em;
    }
}
.footer__copy{
    text-align: center;
    background-color:gray;
    color:#FFF;
    padding:0.3em;
    margin:3em auto 0;
}
/********** UTILS **********/
.mod__4col{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.mod__4col__each{
    width: 25%;
}
@media screen and (max-width:768px){
    .mod__4col__each{
        width: 48%;
    }
}
.mod__2col{
    display: flex;
    flex-wrap: wrap;
}
.mod__2col__each{
    width: 50%;
}
@media screen and (max-width:768px){
    .mod__2col__each{
        width: 100%;
    }
}
/********** TOPBACK **********/
.headbackbtn {
    display: none;
    width: 65px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    cursor: pointer;
    z-index: 3;
}
@media screen and (max-width:768px) {
    .headbackbtn {
        display: none;
        width: 50px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer
    }
}

/********** Table Scroll **********/
@media screen and (max-width:768px){
    .table-scroll {
        overflow: auto;
        white-space: nowrap;
        margin-top: -1em;
        font-size: 13px;
    }
}
/**********  Hamburger Menu **********/
.hamburger {
display : block;
position: fixed;
z-index : 3;
right : 13px;
top   : 6px;
width : 40px;
height: 35px;
cursor: pointer;
text-align: center;
}
.hamburger span {
display : block;
position: absolute;
width   : 25px;
height  : 3px ;
left    : 6px;
background : #111;
-webkit-transition: 0.2s ease-in-out;
-moz-transition   : 0.2s ease-in-out;
transition        : 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 10px;
}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}

.hamburger.active span:nth-child(1) {
top : 16px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 16px;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}

nav.globalMenuSp {
position: fixed;
z-index : 2;
top  : 0;
left : 0;
color: #FFF;
background: #01BFA6;
text-align: left;
transform: translateX(100%);
transition: all 0.4s;
width: 100%;
height: 100%;
opacity:1 !important;
overflow: scroll;
}

nav.globalMenuSp ul {
background: #01BFA6;
margin: 0 auto;
padding: 0;
width: 100%;
}

nav.globalMenuSp ul li {
list-style-type: none;
padding: 0;
width: 100%;
border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li a {
display: block;
color: #FFF;
padding: .7em 1.5em;
text-decoration :none;
font-size:15px;
}
nav.globalMenuSp.active {
transform: translateY(0%);
}

/********** パララックス **********/
.fadeIn {
opacity: 0;
transition-duration: 800ms;
transition-property: opacity, transform;
}
.fadeIn {
transform: translate(0, 50px);
}
.fadeIn2 {
transition-duration: 1590ms;
transform: translate(0, 0px);
}
.fadeIn-down {
transform: translate(0, -50px);
}

.fadeIn-left {
transform: translate(-50px, 0);
}

.fadeIn-right {
transform: translate(50px, 0);
}

.scrollIn {
opacity: 1;
transform: translate(0, 0);
}

/********** 吹き出し見出し **********/
.mod-balloon-text {
font-weight: 600;
}
.mod-balloon-heading{
    margin-bottom: 1em;
    font-size: 24px;
    line-height: normal;
    text-align: center;
}
.mod-balloon-heading .mod-balloon-index{
    position: relative;
    display: inline-block;
}
@media screen and (max-width:768px){
    .mod-balloon-heading .mod-balloon-index{
       display: none;
    }
}
.mod-balloon-heading .mod-balloon-index::before,
.mod-balloon-heading .mod-balloon-index::after{
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #333333;
    border-radius: 3px;
    top: 0;
    bottom: 0;
}
.mod-balloon-heading .mod-balloon-index::before{
    left: -2em;
    transform: rotate(-25deg);
}
.mod-balloon-heading .mod-balloon-index::after{
    right: -2em;
    transform: rotate(25deg);
}

/********** 吹き出し見出し **********/
.mod-balloon-h2{
    background-color: #0AB9AE;
    color:#FFF;
    padding:1.2em;
    border-radius: 6px;
    margin-bottom: 0 !important;
    text-align: center;
}
.balafter{
    /* padding-left:150px; */
    margin-top:-8px !important;
    text-align: center;
}
@media screen and (max-width:768px){
    .mod-balloon-h2{
       font-size: 14px;
       padding:0.86em;
       line-height: 1.4em;
       font-weight: normal;
       text-align: left;
    }
    .balafter{
        margin-top:-10px !important;
        /* padding-left:50px; */
    }
}

/********** 枠線無しTable **********/
.mod-table{
    border:none;
    background-color: #FFF;
    border-radius: 6px 6px 0 0;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.4em;
}
.mod-table thead tr{
    background: #ccc;
    border-radius: 6px 6px 0 0;
}
.mod-table thead tr td:first-child{
    border-radius: 6px 0px 0 0;
}
.mod-table thead tr td:last-child{
    border-radius: 0px 6px 0 0;
}
.mod-table td{
    padding:1em;
    width:14%;
    text-align: center;
    height:50px;
}
@media screen and (max-width:768px){
    .mod-table{
        font-size: 13px;
    }
    .mod-table td{
        padding:0.1em 0.7em;
    }
}
.mod-table tbody td{
    border-bottom:1px solid #DDDDDD;
    height:50px;

}
.mod-table tbody tr td:first-child{
    background:#eaeaea;
}

/********** Slick JS **********/
.slider {
width: 80%;
margin: 3em auto 2.5em;
}
@media screen and (max-width:768px){
    .slider {
        display: none !important;
    }
}

.slick-slide {
margin: 0px 8px;
}
.slick-slider .slick-slide {
    padding: 0 7px;
  }
.slick-prev:before,
.slick-next:before {
color: black;
}

.slick-slide {
transition: all ease-in-out .3s;
opacity: 1;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}
.slick-dots{
    bottom: -38px !important;
}
.slick-dotted.slick-slider{
    margin-bottom: 6em !important;
}
.slick-prev:before, .slick-next:before{
    font-size: 40px !important;
    color:orange !important;
}
.slick-prev{
    left:-60px !important;
}
.slick-next{
    right:-36px !important;
}
/******* OTHERS ******/
.small_font{
    font-size:14px;
}
a{
    color: #333;
    text-decoration: none;
}
.tbl_ttl{
    font-weight: bold;
    font-size:14px;
}
@media screen and (max-width:768px){
    .tbl_ttl{
        font-weight: normal;
        font-size:13px;
    }
}
.tbl_td_orange{
    background-color: #FED4AE;
}
.tbl_td_blue{
    background-color: #C8F5FE;
}
strong.line,b.line {
    background: linear-gradient(transparent 63%, #f9f891 63%);
}
.font-red{
    color:tomato;
}
.font-center{
    text-align: center;
}
@media screen and (max-width:768px){
    .sp-on{
        display: block;
    }
    .pc-on{
        display:none;
    }
}
@media screen and (min-width:769px) {
    .sp-on{
        display: none !important;
    }
    .pc-on{
        display:block !important;
    }
}
