@charset "utf-8";

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    zoom: 1;
    /* hasLayout in IE */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}

p {
    max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

img {
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #4c4948;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

label {
    cursor: pointer;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.4s;
}

a[href^="tel:"]{
    pointer-events: none;
}

strong {
    font-weight: normal;
}

ul, ol {
    list-style-type: none;
}

body {
    width: 100%;
    min-width: 1066px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #4C4B4C;
    box-sizing: border-box;
}

.sp {
    display: none;
}

/* =====header===== */
.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 27px 0 33px;
    box-sizing: border-box;
}

.header_title {
    margin: 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.header_title .space {
    padding: 0 0 0 1em;
}

.header .rightbox {
    display: flex;
}

.header .right {
    width: 274px;
    margin: 0 16px 0 0;
}

.header .right .text {
    padding: 0 0 5px 37px;
    border-bottom: 1px solid #00B9EF;
    font-size: 19px;
    letter-spacing: 0.05em;
    color: rgba(76, 75, 76, 0.85);
}

.header .right .phone {
    position: relative;
    padding: 4px 0 0 50px;
    background: url(../img/index/phone_icon01.png) top 10px left 18px/24px no-repeat;
    font-size: 25px;
    font-weight: 500;
    color: #00B9EF;
}

.header .right .phone:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #00B9EF;
}

.header .right02 {
    width: 210px;
}

.header .right02 .text {
    margin: 0 0 5px;
    font-size: 13px;
    color: #6B6B6B;
    text-align: center;
}

.header .right02 .text02 {
    padding: 5px 0 5px 22px;
    background: rgba(255, 241, 0, 0.35);
    font-size: 13px;
    color: #6B6B6B;
    text-align: center;
}


/* reserve_change */
.reserve_change {
    position: fixed;
    z-index: 100;
    bottom: -200px;
    right: 10px;
    width: 274px;
    padding: 10px 0;
    border: 1px solid #00B9EF;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px #333;
    transition: 0.5s;
}

.reserve_change.show {
    bottom: 10px;
}

.reserve_change .text {
    position: relative;
    padding: 0 0 5px 47px;
    font-size: 19px;
    letter-spacing: 0.05em;
    color: rgba(76, 75, 76, 0.85);
}

.reserve_change .text img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.reserve_change .phone {
    position: relative;
    padding: 4px 0 0 60px;
    background: url(../img/index/phone_icon01.png) top 10px left 18px/24px no-repeat;
}

.reserve_change .phone a {
    font-size: 25px;
    font-weight: 500;
    color: #00B9EF;
}

.reserve_change .text.recruit a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

/* reserve_change02 */
.reserve_change02 {
    position: fixed;
    z-index: 100;
    bottom: -200px;
    right: 0;
    box-shadow: 0 0 2px #333;
    background: #fff;
    transition: 0.5s;
}

.reserve_change02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #3DC755;
    box-sizing: border-box;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.reserve_change02.show {
    bottom: 130px;
}

/* reserve_change */
.reserve_change03 {
    position: fixed;
    z-index: 100;
    bottom: -200px;
    right: 336px; /* 295px; */
    width: 324px;
    height: 94px;
    /* padding: 10px 0; */
    padding: initial;
    border: 0px solid #00B9EF;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px #333;
    transition: 0.5s;
    img {
        width: 100%;
        height: 100%;
    }
}

.reserve_change03.show {
    bottom: 10px;
}


/* reserve_change */
.reserve_change04 {
    position: fixed;
    z-index: 100;
    bottom: -200px;
    right: 0;
    width: 324px;
    height: 94px;
    /* padding: 10px 0; */
    padding: initial;
    border: 0px solid #00B9EF;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px #333;
    transition: 0.5s;
    img {
        width: 100%;
        height: 100%;
    }
}
.reserve_change04.show {
    bottom: 10px;
}

/* ===== modal start ===== */
/* モーダルウィンドウの基本スタイル */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: #fefefe;
    border: 1px solid #039BE5;
}
#closeModal {
    width: 60px;
    height: 60px;
    position: absolute;
    top:   -30px;
    right: -30px;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: center;
    color: #039BE5;
    padding-bottom: 10px;
    margin-bottom:  10px;
    border-bottom: 1px solid #039BE5;
}
.modal-text {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}
.modal-item {
    width: 90%;
    height: 52px;
    padding: 15px;
    background-color: #039BE5;
    margin: 0 auto;
}
.modal-item:not(:last-of-type) {
    margin-bottom: 10px;
}
.modal-img {

    padding-right: 20px;
}
.modal-item a {
    font-size: 28px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-arrow {
    width:  40px;
    height: 40px;
    position: relative;
    margin-left: auto;
}

/* ===== modal  end ===== */

/* =====nav===== */
.nav {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.nav .list {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
}

.nav .list .item a {
    position: relative;
    font-weight: 100;
    letter-spacing: 0.14em;
}

.nav .list .item a:before,
.nav .list .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 2px;
    background: #00B9EF;
    transition: all 0.4s;
}

.nav .list .item a:before {
    left: 50%;
}

.nav .list .item a:after {
    right: 50%;
}

.nav .list .item a:hover:before,
.nav .list .item a:hover:after {
    width: 50%;
}

.nav .list .item:nth-of-type(4) {
    position: relative;
}

/* .nav .list .item:nth-of-type(4):before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    display: none;
    width: 34px;
    height: 20px;
    margin: 0 auto;
    background: url(../img/index/triangle02.png) center center/cover no-repeat;
}

.nav .list .item.active:nth-of-type(4):before {
    display: block;
} */
.nav .list .item:nth-of-type(4) span {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    display: none;
    width: 34px;
    height: 20px;
    margin: 0 auto;
    background: url(../img/index/triangle02.png) center center/cover no-repeat;
}

.nav .list .item.active:nth-of-type(4) span {
    display: block;
}

.nav_change {
    position: fixed;
    z-index: 100;
    top: -160px;
    width: 100%;
    padding: 20px 0;
    border-bottom: 0.5px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
}

.nav_change.show {
    top: 0;
}
.nav_change .list {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
}

.nav_change .list .item a {
    position: relative;
    font-weight: 100;
    letter-spacing: 0.14em;
}

.nav_change .list .item a:before,
.nav_change .list .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 2px;
    background: #00B9EF;
    transition: all 0.4s;
}

.nav_change .list .item a:before {
    left: 50%;
}

.nav_change .list .item a:after {
    right: 50%;
}

.nav_change .list .item a:hover:before,
.nav_change .list .item a:hover:after {
    width: 50%;
}

.nav_change .list .item:nth-of-type(4) {
    position: relative;
}

.nav_change .list .item:nth-of-type(4) span {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    display: none;
    width: 34px;
    height: 20px;
    margin: 0 auto;
    background: url(../img/index/triangle02.png) center center/cover no-repeat;
}

.nav_change .list .item.active:nth-of-type(4) span {
    display: block;
}

/* =====pd_menu=====*/
.pd_menu {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    min-width: 1066px;
    height: auto;
    background: #2fbdf0;
}

.pd_menu.active {
    display: block;
}

.pd_menu .list {
    display: flex;
    flex-wrap: wrap;
    width: 1066px;
    padding: 20px 0;
    margin: 0 auto;
}

.pd_menu .item {
    width: 18%;
    margin: 0 8px 8px 0;
}

.pd_menu .item a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.pd_menu .item a .small{
    display: block;
    font-size: 13px;
}

.pd_menu .item a:hover {
    opacity: 1;
}

.pd_menu .item a:hover .image {
    transform: scale(1.1);
}

.pd_menu .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin: 0 8px 0 0;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.pd_menu_change {
    position: fixed;
    top: 60px;
    z-index: 100;
    display: none;
    width: 100%;
    min-width: 1066px;
    height: auto;
    background: #2fbdf0;
}

.pd_menu_change.active {
    display: block;
}

.pd_menu_change .list {
    display: flex;
    flex-wrap: wrap;
    width: 1066px;
    padding: 20px 0;
    margin: 0 auto;
}

.pd_menu_change .item {
    width: 18%;
    margin: 0 8px 8px 0;
}

.pd_menu_change .item a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.pd_menu_change .item a .small{
    display: block;
    font-size: 13px;
}

.pd_menu_change .item a:hover {
    opacity: 1;
}

.pd_menu_change .item a:hover .image {
    transform: scale(1.1);
}

.pd_menu_change .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 50%;
}

/* =====return_top===== */

.return_top {
    padding: 50px 0 0;
}

.return_top .scroll_top {
    text-align: center;
}


/* =====sec_contact===== */
.sec_contact {
    display: flex;
    justify-content: space-between;
    width: 833px;
    padding: 80px 0 90px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec_contact .table {
    width: 100%;
    margin: 0 0 5px;
}

.sec_contact .table .row {
    height: 53px;
}

.sec_contact .thead {
    background: #00B9EF;
}

.sec_contact .tbody {
    background: rgba(0, 185, 239, 0.05);
}

.sec_contact .table .time {
    width: 130px;
    vertical-align: middle;
}

.sec_contact .thead {
    font-size: 18px;
    color: #fff;
}

.sec_contact .thead .time {
    letter-spacing: 0.05em;
}

.sec_contact .table .youbi {
    vertical-align: middle;
}

.sec_contact .table .data {
    vertical-align: middle;
    text-align: center;
}

.sec_contact .times_text {
    letter-spacing: 0.05em;
}
.sec_contact .times_text span {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.sec_contact .holiday {
    letter-spacing: 0.05em;
}

.sec_contact .holiday .space {
    padding: 0 0 0 1em;
}

.sec_contact .right {
    width: 370px;
}

.sec_contact .right .logo {
    margin: 0 0 10px;
    text-align: center;
}

.sec_contact .right .address {
    margin: 0 0 15px;
    text-align: center;
}

.sec_contact .right .text {
    padding: 0 0 5px;
    border-bottom: 2px solid #00B9EF;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.sec_contact .right .phone {
    position: relative;
    padding: 5px 0 0 85px;
    background: url(../img/index/phone_icon01.png) left 50px top 12px/26px no-repeat;
    font-size: 27px;
}

.sec_contact .right .phone a {
    font-weight: 500;
    color: #00B9EF;
}

.sec_contact .right .phone:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 83px;
    height: 2px;
    background: #00B9EF;
}

/* =====g_map===== */
.g_map {
    height: 300px;
}

.g_map iframe {
    width: 100%;
    height: 100%;
}

/* =====footer===== */
.footer {
    width: 100%;
    padding: 65px 0;
    background: rgba(0, 185, 239, 0.45);
}

.footer .inner {
    display: flex;
    width: 866px;
    height: 100%;
    margin: 0 auto;
    line-height: 2;
}

.footer .list01 {
    padding: 50px 90px 0 0;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.footer .list02 {
    width: 362px;
    padding: 50px 0 50px 80px;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.footer .list03 {
    padding: 50px 0 0 100px;
}

.footer .list .item {
    padding: 0 0 0 1em;
    background: url(../img/index/arrow01.png) left center/10px no-repeat;
}

.footer .list02 .item {
    background: url(../img/index/arrow01.png) left top 12px/10px no-repeat;
}

.footer .list .item a {
    position: relative;
    color: #fff;
    font-weight: 500;
}

.footer .list .subitem {
    padding: 0 0 0 1em;
    background: url(../img/index/arrow06.png) left center/8px no-repeat;
}

.footer .list .subitem a {
    position: relative;
    color: #fff;
    font-weight: 400;
}

.footer .list .item a:before,
.footer .list .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
}

.footer .list .item a:before {
    left: 50%;
}

.footer .list .item a:after {
    right: 50%;
}

.footer .list .item a:hover {
    opacity: 1;
}

.footer .list .item a:hover:before,
.footer .list .item a:hover:after {
    width: 50%;
}

/* line_banner_sec */
.line_banner_sec {
    padding: 0 0 100px;
    text-align: center;
}
.implant_banner {
    padding-top: 3em;
}