@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Belleza', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', serif;
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    margin: 0
}
main {
    display: block
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}
address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
    margin: 0
}
ol, ul {
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}
pre {
    font-family: monospace;
    font-size: inherit
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace;
    font-size: inherit
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
embed, iframe, img, object {
    vertical-align: bottom
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}
[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}
[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}
[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
    cursor: default
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
select::-ms-expand {
    display: none
}
fieldset, option {
    padding: 0
}
fieldset {
    margin: 0;
    min-width: 0
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
[contenteditable] {
    outline: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption {
    text-align: left
}
td, th {
    vertical-align: top;
    padding: 0
}
th {
    text-align: left;
    font-weight: 700
}
[hidden], template {
    display: none
}
html {
    background-color: #FFF;
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #494949;
    font-size: 15px;
    font-size: 1.5rem;
    /* sets the default sizing to make sure nothing is actually 10px */
    line-height: 1;
    letter-spacing: 0.08em;
    background: #fefefe;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*a:hover {
  text-decoration: underline;
  color: red;
}*/
ul, ol {
    list-style-type: none;
}
::selection {
    background-color: #224165;
    color: #FFF;
    /* Safari */
}
::-moz-selection {
    background-color: #224165;
    color: #FFF;
    /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
    line-height: 1.7;
}
/* indent
-------------------*/
.center {
    text-align: center !important
}
.left {
    text-align: left !important
}
.right {
    text-align: right !important
}
.top0 {
    margin-top: 0 !important
}
.top5 {
    margin-top: 5px !important
}
.top10 {
    margin-top: 10px !important
}
.top15 {
    margin-top: 15px !important
}
.top20 {
    margin-top: 20px !important
}
.top25 {
    margin-top: 25px !important
}
.top30 {
    margin-top: 30px !important
}
.top35 {
    margin-top: 35px !important
}
.top40 {
    margin-top: 40px !important
}
.btm0 {
    margin-bottom: 0 !important
}
.btm5 {
    margin-bottom: 5px !important
}
.btm10 {
    margin-bottom: 10px !important
}
.btm15 {
    margin-bottom: 15px !important
}
.btm20 {
    margin-bottom: 20px !important
}
.btm25 {
    margin-bottom: 25px !important
}
.btm30 {
    margin-bottom: 30px !important
}
.btm35 {
    margin-bottom: 35px !important
}
.btm40 {
    margin-bottom: 40px !important
}
.btm45 {
    margin-bottom: 45px !important
}
.btm50 {
    margin-bottom: 50px !important
}
.btm55 {
    margin-bottom: 55px !important
}
.btm60 {
    margin-bottom: 60px !important
}
.btm65 {
    margin-bottom: 65px !important
}
.btm70 {
    margin-bottom: 70px !important
}
.btm75 {
    margin-bottom: 75px !important
}
.btm80 {
    margin-bottom: 5pc !important
}
.btm85 {
    margin-bottom: 85px !important
}
.btm90, .btm95 {
    margin-bottom: 90px !important
}
.pT0 {
    padding-top: 0 !important
}
.pT5 {
    padding-top: 5px !important
}
.pT10 {
    padding-top: 10px !important
}
.pT15 {
    padding-top: 15px !important
}
.pT20 {
    padding-top: 20px !important
}
.pT25 {
    padding-top: 25px !important
}
.pT30 {
    padding-top: 30px !important
}
.pT35 {
    padding-top: 35px !important
}
.pT40 {
    padding-top: 40px !important
}
.pT45 {
    padding-top: 45px !important
}
.pB0 {
    padding-bottom: 0 !important
}
.pB5 {
    padding-bottom: 5px !important
}
.pB10 {
    padding-bottom: 10px !important
}
.pB15 {
    padding-bottom: 15px !important
}
.pB20 {
    padding-bottom: 20px !important
}
.lm5 {
    margin-left: 5px !important
}
.lm10 {
    margin-left: 10px !important
}
.lm15 {
    margin-left: 15px !important
}
.lm20 {
    margin-left: 20px !important
}
.lm50 {
    margin-left: 50px !important
}
.lm60 {
    margin-left: 60px !important
}
.lm70 {
    margin-left: 70px !important
}
.rm5 {
    margin-right: 5px !important
}
.rm10 {
    margin-right: 10px !important
}
.rm15 {
    margin-right: 15px !important
}
.rm20 {
    margin-right: 20px !important
}
.vAT {
    vertical-align: top !important
}
.vAM {
    vertical-align: middle !important
}
.vAB {
    vertical-align: bottom !important
}
.bold {
    font-weight: 700
}
.normal {
    font-weight: 400
}
.is-pc {
    display: block
}
.is-sp {
    display: none
}
.is-ipad {
    display: none;
}
.spTel {
    pointer-events: none
}
@media only screen and (max-width:900px) {
    .is-sp {
        display: block !important
    }
    .is-pc {
        display: none !important
    }
    .spImg {
        max-width: 100%
    }
    a.spTel {
        color: #b69260;
        pointer-events: auto
    }
}
.size10 {
    font-size: 1rem !important
}
.size11 {
    font-size: 1.1rem !important
}
.size12 {
    font-size: 1.2rem !important
}
.size13 {
    font-size: 1.3rem !important
}
.size14 {
    font-size: 1.4rem !important
}
.size15 {
    font-size: 1.5rem !important
}
.size16 {
    font-size: 1.6rem !important
}
.size17 {
    font-size: 1.7rem !important
}
.size18 {
    font-size: 1.8rem !important
}
.size19 {
    font-size: 1.9rem !important
}
.size20 {
    font-size: 2rem !important
}
.size21 {
    font-size: 2.1rem !important
}
.size22 {
    font-size: 2.2rem !important
}
.size23 {
    font-size: 2.3rem !important
}
.size24 {
    font-size: 2.4rem !important
}
.w5 {
    width: 5% !important
}
.w10 {
    width: 10% !important
}
.w15 {
    width: 15% !important
}
.w18 {
    width: 18% !important
}
.w20 {
    width: 20% !important
}
.w25 {
    width: 25% !important
}
.w30 {
    width: 30% !important
}
.w35 {
    width: 35% !important
}
.w40 {
    width: 40% !important
}
.w45 {
    width: 45% !important
}
.w50 {
    width: 50% !important
}
.w55 {
    width: 55% !important
}
.w60 {
    width: 60% !important
}
.w65 {
    width: 65% !important
}
.w70 {
    width: 70% !important
}
.w75 {
    width: 75% !important
}
.w80 {
    width: 80% !important
}
.w85 {
    width: 85% !important
}
.w90 {
    width: 90% !important
}
.w95 {
    width: 95% !important
}
.wFull {
    width: 100% !important
}
/* component
-------------------*/
.indList {
    margin-bottom: 15px;
}
.indList li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
.indList li:before {
    content: '・';
    margin-right: 5px;
    vertical-align: middle;
}
.numList {
    margin-bottom: 15px;
    padding-left: 1.6em;
}
.numList li {
    list-style: decimal outside none;
    margin-bottom: 5px;
}
/*------------------------------------for header--*/
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fefefe;
    height: 95px;
}
@media only screen and (max-width: 1320px) {
    #header {
        height: 75px;
    }
}
#header .hdInr {
    width: 95%;
    margin: 0 auto;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    padding-top: 25px;
}
@media only screen and (max-width: 1320px) {
    #header .hdInr {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #header .hdInr {
        padding-top: 22px;
    }
}
@media only screen and (max-width: 1320px) {
    #header .hdInr #pc_navmenu {
        display: none;
    }
}
#header .hdInr .logo {
    width: 220px;
    margin-top: -5px;
}
@media only screen and (max-width: 1180px) {
    #header .hdInr .logo {
        width: 180px;
    }
}
@media only screen and (max-width: 600px) {
    #header .hdInr .logo {
        width: 160px;
    }
}

#pc_navmenu ul {
    padding-top: 12px;
}

#pc_navmenu ul li {
    display: inline-block;
    margin-right: 50px;
}
#pc_navmenu ul li.recruit_btn a {
    background: #bec9b6;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 12px 22px;
}
#pc_navmenu ul li a {
    display: inline-block;
    color: #494949;
    font-weight: 700;
    font-size: 1.8rem;
}

#pc_navmenu ul li.menu__single {
    position: relative;
}

#pc_navmenu ul li.menu__single a{
    padding-bottom: 40px;
}

#pc_navmenu ul li.menu__single ul.menu__second-level {
    position: absolute;
    top: 58px;
    width: 250px;
    background: #ebeae8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    padding-top:0; 
}

#pc_navmenu ul li.menu__single:hover ul.menu__second-level {
    top: 58px;
    visibility: visible;
    opacity: 1;
    border-radius: 0 0 10px 10px;
}

#pc_navmenu ul li.menu__single ul.menu__second-level li{
    display: block;
    margin-right: 0;
}

#pc_navmenu ul li.menu__single ul.menu__second-level li a{
    display: block;
    padding: 15px;
}

#pc_navmenu ul li.menu__single ul.menu__second-level li a:hover{
    color: #CCC;
    background: #FFF;
}

#pc_navmenu ul li.menu__single ul.menu__second-level li.bfr a:hover{
        border-radius: 0 0 10px 10px;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
#pc_navmenu ul li.menu__single::before{
	content:'';
	position: absolute;
	left:32px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}


#pc_navmenu ul li.insta i{
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    vertical-align: top;
    font-size: 2.8rem;
    margin-top: -5px;
    color: #494949;
}





/* hamburger
-------------------*/
.hamburger_smp_insta{
    display: none;
}

@media only screen and (max-width: 1320px) {
.hamburger_smp_insta{
    display: block;
    position: fixed;
    z-index: 1002;
    right: 90px;
    top: 24px;
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    font-size: 2.8rem;
    color: #494949;
}
}

.hamburger, #Nav {
    display: none;
}
@media only screen and (max-width: 1320px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 1002;
        right: 20px;
        top: 3px;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        left: 17px;
        background: #494949;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 23px;
    }
    .hamburger span:nth-child(2) {
        top: 33px;
    }
    .hamburger span:nth-child(3) {
        top: 43px;
    }
    .hamburger.active span:nth-child(1) {
        top: 33px;
        left: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
        top: 33px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #Nav {
        height: 100%;
        display: block;
        transition: all 550ms ease 0.25s;
        visibility: hidden;
        /*padding-top: 75px;*/
        /*max-width: 310px;*/
        width: 100%;
        position: fixed;
        right: -100%;
        top: 75px;
        z-index: 1001;
        overflow-x: hidden;
    }
    #Nav #Bg {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 500%;
        position: fixed;
        right: -50%;
        top: 0;
        z-index: -1;
        opacity: 0;
        transition: all 550ms ease 0.25s;
        pointer-events: none;
    }
    #Nav:after {
        background: rgba(254, 249, 240, 0.8);
        background-color: #FFF;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        opacity: 0;
        transition: all 550ms ease 0.25s;
    }
    #Nav:before {
        opacity: 0;
        transition: all 550ms ease 0.25s;
    }
    #Nav.active {
        visibility: visible;
        right: 0;
    }
    #Nav.active #Bg {
        right: 0;
        opacity: 1;
        pointer-events: auto;
    }
    #Nav.active:before, #Nav.active:after {
        opacity: 1;
    }
    #Nav ul li {
        text-align: center;
        border-bottom: 1px solid #ebeae8;
    }
    #Nav ul li a {
        display: block;
        font-size: 1.8rem;
        padding: 20px 20px;
        color: #494949;
        font-weight: 700;
        
    }
    #Nav ul li a:hover {
        color: #CCC;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    
    #Nav ul li.shinryou{
        display: block;
        font-size: 1.8rem;
        padding: 20px 0;
        color: #494949;
        font-weight: 700;
    }
    
            #Nav ul li.shinryou ul{
            margin-top: 15px;
    }
    
        #Nav ul li.shinryou ul li{
            border-bottom: none;
    }
    
        #Nav ul li.shinryou ul li a{
        font-size: 1.6rem;
        padding: 10px 0;
        color: #736F69;
        font-weight: 700;
    }
    
    #Nav ul li.shinryou ul li a:hover {
        color: #CCC;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    
    
}



.floating_Box a{
position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    background: #9fbb8c;
    color: #FFF;
    font-weight: 600;
    border-radius: 40px 0 0 40px;
    padding: 45px 20px;
    font-size: 1.7rem;
}

.floating_Box a:hover{
    background: #bec9b6;
    color: #FFF;
}

@media screen and (max-width: 770px) {
.floating_Box{
display: none;
    }
}





/*topcontrol*/
#topcontrol {
    z-index: 900;
}
#topcontrol a {
    background: url(../../images/scrollup.svg) center center no-repeat #000;
    background: url(../../images/scrollup.svg) center center no-repeat\9 #000; /* IE8 */
    *background: url(../../images/scrollup.svg) center center no-repeat #000; /* IE7 */
    /*_background: url(../../images/scrollup.svg) center center no-repeat #000;  IE6 */
    /*display: block;*/
    display: none;
    height: 60px;
    width: 60px;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#topcontrol a:hover {
    filter: alpha(opacity=10) !important;
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*------------------------------------for font--*/
.serif {
    font-family: 'Noto Serif JP', serif;
}
.font_jost {
    font-family: 'Jost', sans-serif;
}
/*------------------------------------for mv--*/
/* ====================================================
Float & clear
==================================================== */
.clearfix {
    *zoom: 1;
}
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* ====================================================
Float & clear
==================================================== */
#mv_bg {
    background: #ebeae8;
    height: 100vh;
    position: relative;
    padding-bottom: 90px;
}
@media only screen and (max-width: 1180px) {
    #mv_bg {
        padding-top: 75px;
    }
}




#mv {
    background: url("../../images/mv.jpg") top no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 98%;
    border-radius: 0 0 50px 50px;
    margin: 0 auto 0;
}

@media only screen and (max-width: 600px) {
    #mv {
        background: url("../../images/mv_sp.jpg") top no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}

#mv .mvInr {
    position: absolute;
    width: 90%;
    /*max-width: 1200px;*/
    top: 30%;
    left: 5%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
}
@media only screen and (max-width: 1180px) {
    #mv .mvInr {
        /*text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;*/
        text-align: center;
        top: 20%;
        width: 100%;
        left: 0;
    }
}
#mv .mvInr .mvInr_subtit {
   /* color: #777777;
    font-size: 4.5rem;
    font-weight: 500;*/
    width: 450px;
}

#mv .mvInr .mvInr_subtit img{
    width: 100%;
}


@media only screen and (max-width: 1180px) {
    #mv .mvInr .mvInr_subtit {
        /*font-size: 4rem;*/
        margin: 0 auto 0;
    }
}
@media only screen and (max-width: 600px) {
    #mv .mvInr .mvInr_subtit {
        /*font-size: 3.5rem;*/
        width: 350px;
    }
}
@media only screen and (max-width: 460px) {
    #mv .mvInr .mvInr_subtit {
        /*font-size: 2.8rem;*/
        width: 80%;
    }
}
#mv .mvInr h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
    margin-bottom: 20px;
    padding-left:30px;
}
@media only screen and (max-width: 1180px) {
    #mv .mvInr h1 {
        padding-left:0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
    #mv .mvInr h1 {
        font-size: 1.8rem;
    }
}

#mv .info {
    position: absolute;
    top: 95px;
    width: 50%;
    max-width: 630px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #bec9b6;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-radius: 0 0 40px 40px;
    color: #fff;
    font-weight: 700;
    font-size: 2.3rem;
}
@media only screen and (max-width: 1320px) {
    #mv .info {
        top: 75px;
        width: 70%;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1180px) {
    #mv .info {
        top: 0;
    }
}

@media only screen and (max-width: 730px) {
    #mv .info {
        padding: 15px 0;
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 620px) {
    #mv .info {
        padding: 10px 0;
        font-size: 1.5rem;
    }
}
#mv .info br {
    display: none;
}
@media only screen and (max-width: 550px) {
    #mv .info br {
        display: block;
    }
}
#mv .info strong {
    font-size: 3rem;
}
@media only screen and (max-width: 1210px) {
    #mv .info strong {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 730px) {
    #mv .info strong {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 620px) {
    #mv .info strong {
        font-size: 1.8rem;
    }
}
#mv .info i {
    font-size: 28px;
    font-size: 2.8rem;
    color: #FFF;
    margin-right: 5px;
}
@media only screen and (max-width: 730px) {
    #mv .info i {
        font-size: 2rem;
    }
}
.scroll a {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}
@media only screen and (max-width: 1180px) {
    .scroll a {
        display: none;
    }
}
.scroll a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #FFF;
}
.scroll a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .5);
}
.scroll a::after {
    height: 30px;
    animation: sdl 1.5s ease infinite;
}
@keyframes sdl {
    0% {
        transform: translateY(-70px);
    }
    50%, 100% {
        transform: translateY(30px);
    }
}
#newsBox {
    background: #fff;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    padding: 50px 50px;
    border-radius: 50px;
}
@media only screen and (max-width: 930px) {
    #newsBox {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 600px) {
    #newsBox {
        width: 95%;
        bottom: 60px;
    }
}
#newsBox_fl {
    float: left;
    width: 20%;
}
@media only screen and (max-width: 930px) {
    #newsBox_fl {
        float: none;
        width: 100%;
    }
}
#newsBox_fr {
    float: right;
    width: 80%;
}
@media only screen and (max-width: 930px) {
    #newsBox_fr {
        float: none;
        width: 100%;
    }
}
#newsBox h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #bec9b6;
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 930px) {
    #newsBox h2 {
        font-size: 2.5rem;
        position: static;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 600px) {
    #newsBox h2 {
        font-size: 2rem;
    }
}
#newsBox ul li {
    display: flex;
    justify-content: flex-start;
}
@media only screen and (max-width: 770px) {
    #newsBox ul li {
        flex-flow: column;
    }
}
#newsBox_fr ul.newsSlider li span.date {
    font-size: 1.5rem;
    font-weight: 500;
    margin-right: 25px;
    color: #999999;
}
@media only screen and (max-width: 770px) {
    #newsBox_fr ul.newsSlider li span.date {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    #newsBox_fr ul.newsSlider li span.date {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}
#newsBox_fr ul.newsSlider li span.ttl {
    font-weight: 500;
}
@media only screen and (max-width: 770px) {
    #newsBox_fr ul.newsSlider li span.ttl {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    #newsBox_fr ul.newsSlider li span.ttl {
        font-size: 1.5rem;
    }
}
#newsBox .prev, #newsBox .next {
    display: inline-block;
    width: 9px;
    position: absolute;
    top: 0;
    z-index: 99;
}
#newsBox .prev img, #newsBox .next img {
    width: 100%;
}
#newsBox .prev {
    right: 41px;
    cursor: pointer;
}
#newsBox .next {
    right: 0px;
    cursor: pointer;
}
#newsBox .prev:after {
    content: "";
    width: 1px;
    height: 24px;
    right: -17px;
    position: absolute;
    background: #ccc;
    top: -4px;
}

.newsSlider_li_br{
    display: none;
}

@media only screen and (max-width: 600px) {
.newsSlider_li_br{
    display: block;
}
}


.yoyaku_btn_pc{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.yoyaku_btn_pc img{
    max-width: 90%;
}

.yoyaku_btn_smp{
    display: none;
}

@media only screen and (max-width: 600px) {
    .yoyaku_btn_pc{
        display: none;
    }
    
    .yoyaku_btn_smp{
    display: block;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 20px;
}
    
.yoyaku_btn_smp img{
    max-width: 90%;
}

}


/*------------------------------------for pc contents--*/
.flyinBnr {
    display: none;
}
#contents {
    overflow-x: hidden;
}
.secInr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
@media only screen and (max-width: 850px) {
    .secInr {
        padding: 40px 0;
    }
}
.secInrW {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 80px 0;
}
.head01 {
    font-weight: normal;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
    .head01 {
        font-weight: normal;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 800px) {
    .head01 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .head01 {
        margin-bottom: 20px;
    }
}
.head01 .font_jost {
    font-size: 6rem;
    display: block;
    font-weight: 500;
    color: #bec9b6;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
    .head01 .font_jost {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 500px) {
    .head01 .font_jost {
        font-size: 3rem;
    }
}
.head01_subtit {
    font-size: 1.8rem;
    color: #736f69;
    font-weight: 700;
}
@media only screen and (max-width: 800px) {
    .head01_subtit {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 500px) {
    .head01_subtit {
        font-size: 1.3rem;
    }
}
/*area01*/
#area01 {
    position: relative;
}
#area01:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #f9f9f8;
    position: absolute;
    left: 0;
    top: 36%;
}
@media only screen and (max-width: 800px) {
    #area01:before {
        height: 60%;
        top: 36%;
    }
}
.area01_secInr {
    padding: 80px 0 220px;
}
@media only screen and (max-width: 800px) {
    .area01_secInr {
        padding: 40px 0 100px;
    }
}
#area01 h2 {
    text-align: center;
}
#area01 .flexBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media only screen and (max-width: 900px) {
    #area01 .flexBox {
        align-items: flex-start;
        flex-direction: column;
    }
}
.area01_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.area01_img {
    width: 55%;
    position: relative;
    top: 100px;
}
@media only screen and (max-width: 900px) {
    .area01_img {
        width: 90%;
        position: static;
        top: 0;
    }
}
.area01_img img {
    width: 100%;
    border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 900px) {
    .area01_img img {
        border-radius: 0 20px 0 0;
    }
}

.area01_catch_copy{
    color: #bec9b6;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom:10px; 
}

@media only screen and (max-width: 500px) {
.area01_catch_copy{
    font-size: 1.5rem;
    margin-bottom:5px; 
}
} 


.area01_txtbox {
    width: 50%;
    background: #FFFFFF;
    position: relative;
}
#area01 .infoBox {
    width: 20%;
    position: relative;
    right: 7%;
}
@media only screen and (max-width: 1300px) {
    #area01 .infoBox {
        right: 0;
        width: 22%;
    }
}
@media only screen and (max-width: 1105px) {
    #area01 .infoBox {
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width: 900px) {
    #area01 .infoBox {
        position: static;
        width: 100%;
    }
}
#area01 .infoBox .infoInr {
    width: 250%;
    background: #fff;
    padding: 90px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    z-index: 2;
}
@media only screen and (max-width: 1300px) {
    #area01 .infoBox .infoInr {
        padding: 60px;
        border-radius: 20px 0 0 20px;
    }
}
@media only screen and (max-width: 900px) {
    #area01 .infoBox .infoInr {
        padding: 5%;
        position: inherit;
        bottom: -100px;
        width: 90%;
        left: 42px;
        margin: -130px auto 0;
        border-radius: 20px;
    }
}
@media only screen and (max-width: 740px) {
    #area01 .infoBox .infoInr {
        margin: -90px auto 0;
    }
}
@media only screen and (max-width: 520px) {
    #area01 .infoBox .infoInr {
        padding: 7%;
        margin: -70px auto 0;
    }
}
@media only screen and (max-width: 450px) {
    #area01 .infoBox .infoInr {
        margin: -50px auto 0;
    }
}
#area01 .infoBox .infoInr h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #736f69;
    font-weight: 700;
}
@media only screen and (max-width: 700px) {
    #area01 .infoBox .infoInr h3 {
        font-size: 2.2rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 500px) {
    #area01 .infoBox .infoInr h3 {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 400px) {
    #area01 .infoBox .infoInr h3 {
        font-size: 1.6rem;
    }
}
#area01 .infoBox .infoInr p {
    line-height: 1.9;
}
@media only screen and (max-width: 500px) {
    #area01 .infoBox .infoInr p {
        font-size: 1.5rem;
        line-height: 1.7;
    }
}
#area01 .flexBox .overTxt {
    position: absolute;
    font-size: 8rem;
    font-weight: 500;
    right: 0;
    bottom: -100px;
    line-height: 1.2;
    text-align: right;
}
@media only screen and (max-width: 2307px) {
    #area01 .flexBox .overTxt {
        bottom: -140px;
    }
}
@media only screen and (max-width: 1620px) {
    #area01 .flexBox .overTxt {
        bottom: -170px;
    }
}
@media only screen and (max-width: 1180px) {
    #area01 .flexBox .overTxt {
        bottom: -190px;
    }
}
@media only screen and (max-width: 1046px) {
    #area01 .flexBox .overTxt {
        display: none;
    }
}
#area01 .flexBox .overTxt .overTxt_color01 {
    color: #ffffff;
    white-space: nowrap;
}
@media only screen and (max-width: 900px) {
    #area01 .flexBox .overTxt .overTxt_color01 {
        color: #FFF;
    }
}
#area01 .flexBox .overTxt .overTxt_color02 {
    color: #f9f9f8;
}
@media only screen and (max-width: 900px) {
    #area01 .flexBox .overTxt .overTxt_color02 {
        color: #FFF;
    }
}
#area01 .secInrW {
    padding: 80px 0 200px;
}
/*area02*/
#area02 .area02_secInr {
    width: 1500px;
    max-width: 90%;
    margin: 0 auto 0;
    padding: 40px 0 150px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
}
@media only screen and (max-width: 1000px) {
    #area02 .area02_secInr {
        padding: 20px 0 80px;
        /*align-items: flex-start;*/
    }
}
@media only screen and (max-width: 770px) {
    #area02 .area02_secInr {
        padding: 0 0 40px;
    }
}
#area02 .area02_secInr h2 {
    width: 17%;
    position: relative;
    margin: 0 auto 0;
}
@media only screen and (max-width: 770px) {
    #area02 .area02_secInr h2 {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 480px) {
    #area02 .area02_secInr h2 {
        width: 150px;
    }
}


#area02 .area02_secInr h2 span {
    color: #736f69;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#area02 .area02_secInr h2 span.font_jost {
    color: #bec9b6;
    font-size: 5rem;
    font-weight: 500;
}
@media only screen and (max-width: 500px) {
    #area02 .area02_secInr h2 span.font_jost {
        font-size: 3rem;
    }
}
#area02 .area02_secInr h2 img.menu_bg {
    position: relative;
}
#area02 .area02_secInr h2 .menu_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#area02 .area02_secInr #area02_adult{
    text-align: center;
    color: #bec9b6;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 60px 0 40px; 
}

@media only screen and (max-width: 1120px) {
#area02 .area02_secInr #area02_adult{
    padding: 45px 0 30px; 
}
}

@media only screen and (max-width: 700px) {
#area02 .area02_secInr #area02_adult{
    padding: 20px 0 30px; 
    font-size: 2.3rem;
}
}

@media only screen and (max-width: 400px) {
#area02 .area02_secInr #area02_adult{
    padding: 0 0 20px; 
    font-size: 2rem;
}
}

#area02 .area02_secInr #area02_child{
    text-align: center;
    color: #bec9b6;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 80px 0 40px; 
}

@media only screen and (max-width: 1120px) {
#area02 .area02_secInr #area02_child{
    padding: 60px 0 30px; 
}
}

@media only screen and (max-width: 700px) {
#area02 .area02_secInr #area02_child{
    padding: 40px 0 30px; 
    font-size: 2.3rem;
}
}

@media only screen and (max-width: 400px) {
#area02 .area02_secInr #area02_child{
    padding: 30px 0 20px; 
    font-size: 2rem;
}
}



#area02 .area02_secInr ul {
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto 0;
}

@media only screen and (max-width: 1120px) {
    #area02 .area02_secInr ul {
        width: 100%;
    }
}


@media only screen and (max-width: 770px) {
    #area02 .area02_secInr ul {
        width: 100%;
    }
}
#area02 .area02_secInr ul li {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    border: 5px solid #f4f4f3;
}
@media only screen and (max-width: 1000px) {
    #area02 .area02_secInr ul li {
        width: 48%;
    }
}

@media only screen and (max-width: 500px) {
    #area02 .area02_secInr ul li {
        margin-bottom: 15px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 300px) {
    #area02 .area02_secInr ul li {
        width: 100%;
    }
}

#area02 .area02_secInr ul li .icon {
    width: 70%;
    margin: 0 auto;
}
@media only screen and (max-width: 770px) {
    #area02 .area02_secInr ul li .icon {
        width: 60%;
    }
}
#area02 .area02_secInr ul li dl dt {
    font-size: 2.2rem;
    text-align: center;
    padding: 15px 0 10px;
    color: #736f69;
}

@media only screen and (max-width: 770px) {
    #area02 .area02_secInr ul li dl dt {
        font-size: 1.8rem;
        padding: 10px 0 5px;
    }
}

@media only screen and (max-width: 400px) {
    #area02 .area02_secInr ul li dl dt {
        font-size: 1.5rem;
    }
}

#area02 .area02_secInr ul li dl dt span{
    display: block;
    font-size: 1.5rem;
    padding: 5px 0;
    color: #373737;
}

@media only screen and (max-width: 770px) {
#area02 .area02_secInr ul li dl dt span{
    font-size: 1.3rem;
}
}

@media only screen and (max-width: 400px) {
#area02 .area02_secInr ul li dl dt span{
    font-size: 1.2rem;
}
}

#area02 .area02_secInr ul li dl dd {
    font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
.menu_child01_padding{
        font-size: 1.8rem;
        color: #736f69;
        padding: 0 0 20px;
}
}

@media only screen and (max-width: 500px) {
.menu_child01_padding{
        padding: 0 0 10px;
}
}

@media only screen and (max-width: 400px) {
.menu_child01_padding{
        font-size: 1.5rem;
}
}

    
.menu_child02_br{
    display: none;
}
@media only screen and (max-width: 560px) {
.menu_child02_br{
    display: block;
}
}

.menu_child01_br{
    display: none;
}
@media only screen and (max-width: 600px) {
.menu_child01_br{
    display: block;
}
}

.menu_child05_br{
    display: none;
}
@media only screen and (max-width: 540px) {
.menu_child05_br{
    display: block;
}
}

.menu_child06_br{
    display: none;
}
@media only screen and (max-width: 540px) {
.menu_child06_br{
    display: block;
}
}



/*area03*/
#area03 .secInr {
    padding: 80px 0 220px;
}
@media only screen and (max-width: 1000px) {
    #area03 .secInr {
        padding: 60px 0 150px;
    }
}
@media only screen and (max-width: 770px) {
    #area03 .secInr {
        padding: 60px 0 40px;
    }
}
@media only screen and (max-width: 500px) {
    #area03 .secInr {
        padding: 40px 0 20px;
    }
}
#area03 .bg {
    background: #f9f9f8;
}
#area03 .head01 {
    text-align: center;
}
#area03 .head02 {
    font-size: 2.5rem;
    color: #736f69;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}
@media only screen and (max-width: 770px) {
    #area03 .head02 {
        font-size: 2rem;
        margin-bottom: 20px;
        line-height: 1.4;
    }
}
#area03 .intro {
    margin-bottom: 80px;
    text-align: center;
}
@media only screen and (max-width: 900px) {
    #area03 .intro {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    #area03 .intro {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    #area03 .intro br {
        display: none;
    }
}
#area03 ul {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 785px) {
    #area03 ul {
        display: block;
    }
}
#area03 ul li {
    position: relative;
    width: 30%;
}
@media only screen and (max-width: 785px) {
    #area03 ul li {
        width: 90%;
        margin: 0 auto 50px;
    }
}
.area03_list_img {
    border-radius: 20px;
    overflow: hidden;
}
.area03_list_img img {
    width: 100%;
}
#area03 ul li h4 {
    background-color: #e3e3e3;
    border-radius: 0 0 10px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 4rem;
    font-weight: 700;
    width: 120px;
    padding: 25px 0;
    text-align: center;
}
@media only screen and (max-width: 900px) {
    #area03 ul li h4 {
        width: 90px;
        font-size: 2.5rem;
    }
}
#area03 ul li h4 span small {
    font-size: 2.7rem;
}
@media only screen and (max-width: 900px) {
    #area03 ul li h4 span small {
        font-size: 2rem;
    }
}
#area03 ul li h4.h401 {
    border-radius: 50%;
    background-color: #bec9b6;
}
#area03 ul li h4.h402 {
    border-radius: 50%;
    background-color: #bec9b6;
}
#area03 ul li h4.h403 {
    border-radius: 50%;
    background-color: #bec9b6;
}
#area03 ul li dt {
    font-size: 2.2rem;
    margin: 20px auto 20px;
    text-align: center;
    color: #736f69;
}
@media only screen and (max-width: 1055px) {
    #area03 ul li dt {
        font-size: 1.8rem;
        margin: 15px auto 15px;
    }
}
@media only screen and (max-width: 890px) {
    #area03 ul li dt {
        font-size: 1.7rem;
    }
}
/*area04*/
.area04_secInr {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto 0;
    padding: 40px 0 150px;
}
@media only screen and (max-width: 1270px) {
    .area04_secInr {
        padding: 40px 0 100px;
    }
}
@media only screen and (max-width: 770px) {
    .area04_secInr {
        padding: 40px 0 80px;
    }
}
#area04 .flexBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
@media only screen and (max-width: 770px) {
    #area04 .flexBox {
        display: block;
        margin-bottom: 80px;
    }
}

#area04 .flexBox .w770_flexImg {
    display: none;
}

@media only screen and (max-width: 770px) {
#area04 .flexBox .w770_flexImg {
    display: block;
    width: 100%;
    margin: 18px auto 25px;
}
}

@media only screen and (max-width: 770px) {
#area04 .flexBox .w770_flexImg img{
    width: 100%;
    border-radius: 20px;
}
}

#area04 .flexBox .flexImg {
    width: 35%;
    margin: -100px 0 0 0;
    position: relative;
}
@media only screen and (max-width: 770px) {
    #area04 .flexBox .flexImg {
        display: none;
        position: static;
    }
}
#area04 .flexBox .flexImg img{
    width: 100%;
    border-radius: 20px;
    position: absolute;
    z-index: 2;
}
@media only screen and (max-width: 770px) {
    #area04 .flexBox .flexImg img {
        position: static;
        z-index: 0;
    }
}
#area04 .flexBox .flexImg img.img_doctor_bg {
    position: absolute;
    top: 450px;
    right: -100px;
    z-index: 1;
}
@media only screen and (max-width: 1235px) {
    #area04 .flexBox .flexImg img.img_doctor_bg {
        top: 350px;
    }
}
@media only screen and (max-width: 1000px) {
    #area04 .flexBox .flexImg img.img_doctor_bg {
        top: 300px;
        right: -50px;
    }
}
@media only screen and (max-width: 1000px) {
    #area04 .flexBox .flexImg img.img_doctor_bg {
        display: none;
    }
}
#area04 .flexBox .flexInfo {
    width: 55%;
}
@media only screen and (max-width: 770px) {
    #area04 .flexBox .flexInfo {
        width: 100%;
        margin-bottom: 40px;
    }
}
#area04 .flexBox .flexInfo .head02 {
    font-size: 3.3rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #736f69;
    font-weight: 500;
}
@media only screen and (max-width: 995px) {
    #area04 .flexBox .flexInfo .head02 {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 600px) {
    #area04 .flexBox .flexInfo .head02 {
        font-size: 2rem !important;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 850px) {
    #area04 .flexBox .flexInfo .head02 {
        font-size: 2.4rem;
    }
}
#area04 .flexBox .flexInfo .head01 .font_jost {
    position: relative;
}
#area04 .flexBox .flexInfo .head01 .font_jost::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #bec9b6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#area04 .flexBox .flexInfo .info {
    margin-bottom: 40px;
}
#area04 .flexBox .flexInfo .name {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right;
}
@media only screen and (max-width: 770px) {
    #area04 .flexBox .flexInfo .name {
        font-size: 2rem;
    }
}




#area04 .flexBox .flexInfo .name .small_font {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 20px;
}

@media only screen and (max-width: 1070px) {
    #area04 .flexBox .flexInfo .name .small_font {
        display: block;
        margin-right: 0;
    }
}


@media only screen and (max-width: 770px) {
    #area04 .flexBox .flexInfo .name .small_font {
        font-size: 1.5rem;
    }
}

#area04 .flexBox .flexInfo .name .name_incho{
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 20px;
}
@media only screen and (max-width: 770px) {
#area04 .flexBox .flexInfo .name .name_incho{
    font-size: 1.5rem;
}
} 


#area04 .profile {
    background: #f9f9f8;
    border-radius: 20px;
    padding-bottom: 40px;
    margin-top: 250px;
}
@media only screen and (max-width: 1350px) {
    #area04 .profile {
        margin-top: 180px;
    }
}
@media only screen and (max-width: 1150px) {
    #area04 .profile {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 770px) {
    #area04 .profile {
        margin-top: 0;
        padding-bottom: 5px;
    }
}
#area04 .profile .head03 {
    color: #bec9b6;
    font-weight: 500;
    font-size: 4rem;
    line-height: 0.6;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    top: -15px;
}
@media only screen and (max-width: 770px) {
    #area04 .profile .head03 {
        font-size: 3rem;
        margin-bottom: 25px;
    }
}
#area04 .profile .listBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}
@media only screen and (max-width: 770px) {
    #area04 .profile .listBox {
        flex-direction: column;
    }
}
#area04 .profile .listBox .list {
    width: 48%;
}
@media only screen and (max-width: 770px) {
    #area04 .profile .listBox .list {
        width: 100%;
        margin-bottom: 20px;
    }
}
#area04 .profile .listBox .list .title {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 770px) {
    #area04 .profile .listBox .list .title {
        margin-bottom: 10px;
    }
}
#area04 .profile .listBox .list .title p {
    display: inline-block;
    padding-right: 5px;
}
#area04 .profile .listBox .list .title span {
    font-size: 2rem;
    font-weight: 700;
    color: #736f69;
    padding-right: 10px;
}
@media only screen and (max-width: 770px) {
    #area04 .profile .listBox .list .title span {
        font-size: 1.8rem;
    }
}
#area04 .profile .listBox .list .title small {
    font-size: 1.4rem;
    color: #736f69;
    font-weight: 500;
    opacity: 0.4;
}
#area04 .profile .listBox .list table.career {
    width: 100%;
}
#area04 .profile .listBox .list table.career tbody tr th {
    color: #b0bca8;
    font-weight: 500;
    width: 20%;
    line-height: 2;
}
@media only screen and (max-width: 1090px) {
    #area04 .profile .listBox .list table.career tbody tr th {
        width: auto;
        display: block;
        line-height: 1;
    }
}
#area04 .profile .listBox .list table.career tbody tr td {
    line-height: 2;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1090px) {
    #area04 .profile .listBox .list table.career tbody tr td {
        width: auto;
        display: block;
    }
}
#area04 .profile .listBox .list table.career tbody tr td .font_medium {
    font-weight: 500;
}
#area04 .profile .listBox .list .branch li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2;
}
#area04 .profile .listBox .list .branch li span {
    color: #b0bca8;
}

/*facility*/
#facility{
    background: #f4f6f3;
    padding-bottom: 180px;
}

@media only screen and (max-width: 1100px) {
#facility{
    padding-bottom: 110px;
}
} 
    

@media only screen and (max-width: 700px) {
#facility{
    padding-bottom: 80px;
}
} 

@media only screen and (max-width: 500px) {
#facility{
    padding-bottom: 60px;
}
} 



#facility .head01 {
    margin-bottom: 0;
}

#facility .head01 {
    text-align: center;
}

.facility_01{
display: flex;
flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 1100px) {
.facility_01{
    align-items: normal;
}
}

@media only screen and (max-width: 1000px) {
.facility_01{
    flex-direction: column;
}
}

.facility_img01{
    width: 50%;
    margin-right: 70px;
}

@media only screen and (max-width: 1000px) {
.facility_img01{
    width: 90%;
    margin-right: 0;
    margin-bottom: 30px;
}
}

.facility_img01 img{
    width: 100%;
    border-radius: 0 20px 20px 0;
}

.facility_01_txt{
    width: 40%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
.facility_01_txt{
    width: 90%;
    margin: 0 auto 40px;
}
    }
.facility_01_txt h3{
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #a6b899;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
.facility_01_txt h3{
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.5;
}
}

.facility_01_txt h3 .br_facility_01_txt{
    display: none;
}

@media only screen and (max-width: 1310px) {
.facility_01_txt h3 .br_facility_01_txt{
    display: block;
}
}

@media only screen and (max-width: 1000px) {
.facility_01_txt h3 .br_facility_01_txt{
    display: none;
}
}

@media only screen and (max-width: 540px) {
.facility_01_txt h3 .br_facility_01_txt{
    display: block;
}
}


.facility_02{
    display: flex;
    justify-content: space-around;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto 0;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width: 890px) {
.facility_02{
    max-width: 90%;
}
}

@media only screen and (max-width: 450px) {
.facility_02{
    flex-direction: column;
}
}


.facility_img02{
    width: 50%;
    padding-top: 100px;
}
@media only screen and (max-width: 890px) {
.facility_img02{
    width: 45%;
    padding-top: 0;
}
}

@media only screen and (max-width: 450px) {
.facility_img02{
    width: 90%;
    margin: 0 auto 15px;
}
}


.facility_img03{
     width: 40%;
}

@media only screen and (max-width: 890px) {
.facility_img03{
     width: 45%;
}
} 

@media only screen and (max-width: 450px) {
.facility_img03{
    width: 90%;
    margin: 0 auto 0;
}
}
.facility_img02 img,
.facility_img03 img{
    width: 100%;
    border-radius: 20px;
}

.facility_font{
    font-size:9rem;
    color:#FFF;
    font-weight: 500;
    text-align: right;
    position: relative;
    top:-100px;
    right: 100px;
}
@media only screen and (max-width: 890px) {
.facility_font{
    font-size:6rem;
    color:#FFF;
    font-weight: 500;
    text-align: right;
    position: relative;
    top:-10px;
    right: 10px;
}
}

@media only screen and (max-width: 520px) {
.facility_font{
    font-size:4rem;
}
}



.facility_03{
    background: #FFF;
    border-radius: 20px;
    width: 1280px;
    max-width: 90%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 60px;
}

@media only screen and (max-width: 900px) {
.facility_03{
    flex-direction: column;
    padding: 40px 40px;
}
}

@media only screen and (max-width: 500px) {
.facility_03{
    padding: 30px 10px;
}
}


.facility_03_txt{
    width: 60%;
}

@media only screen and (max-width: 900px) {
.facility_03_txt{
    width: 90%;
    margin-bottom: 40px;
} 
}
   
@media only screen and (max-width: 500px) {
.facility_03_txt{
    margin-bottom: 20px;
} 
}
   

.facility_03_txt h4{
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #a6b899;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
.facility_03_txt h4{
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
}
}

.facility_03_txt h4 br.br_facility_03_txt{
    display: none;
}

@media only screen and (max-width: 1120px) {
.facility_03_txt h4 br.br_facility_03_txt{
    display: block;
}
}

@media only screen and (max-width: 900px) {
.facility_03_txt h4 br.br_facility_03_txt{
    display: none;
}
}

@media only screen and (max-width: 410px) {
.facility_03_txt h4 br.br_facility_03_txt{
    display: block;
}
}



.facility_03_img{
    width: 620px;
    position: relative;
    right: -100px;
}

@media only screen and (max-width: 900px) {
.facility_03_img{
    width: 90%;
    position: static;
    right: 0;
}
}

.facility_03_img img{
    width: 100%;
}



/*area05*/
#area05 .bg {
    background-color: #f9f9f8;
}
#area05 .head01 {
    text-align: center;
}
#area05 .flexBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    #area05 .flexBox {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
}
#area05 .flexBox .map {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    #area05 .flexBox .map {
        margin: 0 0 30px;
        width: 100%;
    }
}
#area05 .flexBox iframe {
    border-radius: 20px;
}
@media only screen and (max-width: 768px) {
    #area05 .flexBox .map iframe {
        height: 250px;
    }
}
#area05 .flexBox .btn a {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    vertical-align: middle;
    padding: 25px;
    text-align: center;
    width: 100%;
}
#area05 .flexBox .btn a:hover {
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#area05 .info {
    margin-top: 15px;
    width: 45%;
}
@media only screen and (max-width: 768px) {
    #area05 .info {
        width: 100%;
    }
}
#area05 .info .logo {
    width: 265px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 770px) {
    #area05 .info .logo {
        width: 200px;
    }
}
#area05 .info .logo img{
    width: 100%;
}

@media only screen and (max-width: 460px) {
    #area05 .info .logo {
        margin: 0 auto 25px;
    }
}

/*#area05 .info .address_tel_mb {
    margin-bottom: 15px;
}*/



#area05 .info dl {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 20px;
    text-align: left;
}
@media only screen and (max-width: 1140px) {
    #area05 .info dl {
        flex-flow: column;
        justify-content: flex-start;
        align-items: start;
    }
}
#area05 .info dl dt {
    font-size: 1.8rem;
    color: #bec9b6;
    margin-right: 15px;
    width: 20%;
    text-align: right;
    vertical-align: top;
}
@media only screen and (max-width: 1140px) {
    #area05 .info dl dt {
        width: auto;
        text-align: left;
    }
}
#area05 .info dl dd {
    font-size: 1.6rem;
    color: #736f69;
    font-weight: 500;
    /*text-indent: -1em;
    padding-left: 1em;*/
    width: 75%;
    vertical-align: top;
}
@media only screen and (max-width: 1140px) {
    #area05 .info dl dd {
        width: auto;
    }
}
@media only screen and (max-width: 600px) {
    #area05 .info dl dd {
        font-size: 1.4rem;
    }
}
#area05 .info dl dd.font_bold {
    font-size: 2.4rem;
    font-weight: 700;
}
#area05 .info dl dt.font_jost {
    font-size: 1.8rem;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
    #area05 .info dl dt.font_jost {
        font-size: 1.6rem;
    }
}

#area05 .info dl dd a{
        color: #736f69;
    }


.info_tel_mail{
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #736f69;
    font-weight: 500;

}

.info_tel_mail a{
    text-decoration: none;
    font-weight: 700;
    color: #736f69;
}

.info_teltit_padding{
    padding-top: 5px;
}

@media only screen and (max-width: 1140px) {
.info_teltit_padding{
    padding-top:0;
}
}   



#area05 .info .parking {
    border: 1px solid #736f69;
    border-radius: 5px;
    color: #736f69;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 5px 10px;
}
@media only screen and (max-width: 600px) {
    #area05 .info .parking {
        font-size: 1.5rem;
    }
}
#area05 .info .parking img {
    width: 23px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 600px) {
    #area05 .info .parking img {
        width: 20px;
    }
}
#area05 .info .hourTbl {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #736f69;
}
#area05 .info .hourTbl table {
    width: 100%;
}
#area05 .info .hourTbl tr {
    border-top: 1px solid #b1b1b1;
}
#area05 .info .hourTbl tr.last {
    border-bottom: 1px solid #b1b1b1;
}
#area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 15px 10px 15px;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    #area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
        font-size: 16px;
        padding: 15px 5px;
        text-align: center;
    }
}
@media only screen and (max-width: 920px) {
    #area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
#area05 .info .hourTbl tr .hour {
    width: 25%;
}

@media only screen and (max-width: 450px) {
#area05 .info .hourTbl tr .hour {
    text-align: left;
}
}  

.hourTbl_hour_br{
    display: none;
}

@media only screen and (max-width: 450px) {
.hourTbl_hour_br{
    display: block;
}
}

#area05 .info .hourTbl tr th span {
    color: #736f69;
    font-size: 1rem;
    white-space: nowrap;
}
#area05 .info .hourTbl tr td {
    color: #b0bca8;
}
#area05 .info .hourTbl tr td.off {
    color: #736f69;
}
#area05 .info .hourTbl tr td span {
    color: #736f69;
    font-size: 1rem;
    white-space: nowrap;
}
#area05 .info .note {
    font-size: 1.5rem;
    color: #736f69;
}
@media only screen and (max-width: 1140px) {
    #area05 .info .note {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width: 770px) {
    .info_img{
        display: none;
    }
}

.info_img ul,
.info_img_smp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}

.info_img ul li {
    width: 45%;
}

.info_img ul li img {
    width: 100%;
    border-radius: 20px;
}

.info_img_smp{
    display: none;
}

@media only screen and (max-width: 770px) {
    .info_img_smp{
        display: block;
    }
.info_img_smp ul li{
        width: 100%;
        margin-bottom: 0;
    }

.info_img_smp ul li img {
    width: 100%;
    border-radius: 20px;
    }
}

.seotxt{
    font-size: 1rem;
}  





/*recruit*/
#area05 .orange_bg {
    background: #f4f4f3;
}
#area05 .recruit {
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    margin-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width:600px) {
    #area05 .recruit {
        margin-top: 40px;
    }
}
@media only screen and (max-width:480px) {
    #area05 .recruit {
        margin-top: 20px;
    }
}
#area05 .recruit .recruit_h2_bg {
    color: #c6d0bf;
    font-size: 9rem;
    opacity: 0.2;
    font-weight: 500;
    line-height: 0;
    text-align: center;
}
@media only screen and (max-width:700px) {
    #area05 .recruit .recruit_h2_bg {
        font-size: 6.5rem;
    }
}
@media only screen and (max-width:470px) {
    #area05 .recruit .recruit_h2_bg {
        font-size: 4rem;
    }
}
#area05 .recruit h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #736f69;
    line-height: 1.5;
    margin-top: 25px;
}
@media only screen and (max-width:700px) {
    #area05 .recruit h2 {
        font-size: 2rem;
    }
}
#area05 .recruit h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #736f69;
    line-height: 1.5;
}
@media only screen and (max-width:910px) {
    #area05 .recruit h3 {
        font-size: 2rem;
    }
}
@media only screen and (max-width:730px) {
    #area05 .recruit h3 {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width:500px) {
    #area05 .recruit h3 {
        font-size: 1.5rem;
    }
}
#area05 .recruit h3 br.recruit_h3_bg {
    display: none;
}
@media only screen and (max-width:650px) {
    #area05 .recruit h3 br.recruit_h3_bg {
        display: block;
    }
}
@media only screen and (max-width:1060px) {
    #area05 .recruit p br.recruit_p_br {
        display: block;
    }
}
@media only screen and (max-width:770px) {
    #area05 .recruit p {
        padding: 0 30px;
        font-size: 1.5rem;
        text-align: left;
    }
    #area05 .recruit p br, #area05 .recruit p br.recruit_p_br {
        display: none;
    }
}
#area05 .recruit h3 br.recruit_w480_br {
    display: none;
}
@media only screen and (max-width:480px) {
    #area05 .recruit h3 br.recruit_w480_br {
        display: block;
    }
}
#area05 .recruit table {
    width: 990px;
    max-width: 90%;
    margin: 40px auto 50px;
    border-top: 1px solid #c5bebb;
}

@media only screen and (max-width:650px) {
#area05 .recruit table {
    width: 90%;
}
}

#area05 .recruit table th {
    width: 20%;
    border-bottom: 1px solid #c5bebb;
    vertical-align: middle;
    font-size: 1.7rem;
    font-weight: 500;
    color: #736f69;
    padding: 15px;
    line-height: 2;
}
@media only screen and (max-width:650px) {
    #area05 .recruit table th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 15px 15px 0;
    }
}
#area05 .recruit table td {
    border-bottom: 1px solid #c5bebb;
    padding: 15px;
    text-align: left;
    line-height: 2;
    font-weight: 400;
}
@media only screen and (max-width:650px) {
    #area05 .recruit table td {
        display: block;
        padding: 0 15px 15px;
    }
}
#area05 .recruit table td .working_hours li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2;
}
#area05 .recruit table td .working_hours li span {
    color: #b0bca8;
}
#area05 .recruit .foot_contact {
    width: 350px;
    background: #bec9b6;
    border-radius: 35px;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 25px 70px 13px;
    margin: 0 auto 0;
    vertical-align: middle;
}
@media only screen and (max-width:480px) {
    #area05 .recruit .foot_contact {
        width: 90%;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 25px 0 13px;
    }
}
#area05 .recruit .foot_contact span {
    display: inline-block;
    margin-bottom: 10px;
}
#area05 .recruit .foot_contact a span {
    font-size: 2.4rem;
    font-weight: 700;
}
#area05 .recruit .foot_contact a {
    color: #fff;
}
a.tel_link {
    pointer-events: none;
}
@media only screen and (max-width: 835px) {
    a.tel_link {
        pointer-events: auto;
    }
}
#footer {
    background-color: #f4f4f3;
    color: #bfbebd;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}




.smp_floating_Box{
    display: none;
    }

@media screen and (max-width: 769px) {
.smp_floating_Box{
    display: block;
    width: 95%;
    margin: 0 auto 0;
    }
    
.smp_floating_Box a{
position: fixed;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 95%;
    background: #9fbb8c;
    color: #FFF;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    font-size:1.7rem;
    border-radius: 20px 20px 0 0;
}
    
    .smp_floating_Box i{
        margin-right: 10px;
    }  
    
}



/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
    .is-ipad {
        display: block !important;
    }
}
/* animation
-------------------*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* 20221108追加　*/
.slick-list {
    padding: 0 60px 0 0;
}