@charset "UTF-8";
/* ==========================================================================
//
// COMMON
//
========================================================================== */
body,html{
  font-size: 15px;
  height: 100%;
}
body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro" ,"メイリオ" ,"Meiryo" , sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
}
*, *:before, *:after {
  box-sizing: border-box;
}
p{
  line-height: 1.8;
}
a[href^="tel:"] {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
}

/* clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* display
---------------------------------------------------------- */
.only-sp,
.only-tb,
.only-tb-sp{
  display: none !important;
}
/* wrapper
---------------------------------------------------------- */
.wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper .mod-contents{
  order: 2;
}
.wrapper .mod-sidebar{
  order: 1;
}
/* container
---------------------------------------------------------- */
.container{
  max-width: 1300px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* webfont
---------------------------------------------------------- */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-display: swap;
}
/* ==========================================================================
// HEADER
========================================================================== */
body.is-fixed nav{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* mod-list-btn */
header .mod-list-btn{
  font-size: 14px;
}
header .mod-list-btn li a{
  display: block;
  padding: 7px 10px;
  height: 100%;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #fff;
  transition: 0.15s;
}
header .mod-list-btn li span{
  vertical-align: middle;
}
header .mod-list-btn svg{
  margin-right: 6px;
  vertical-align: middle;
  transition: 0.15s;
}
/* list-btn common */
header .mod-list-btn li a{
  color: #fff;
}
header .mod-list-btn li a svg{
  fill: #fff;
}
header .mod-list-btn li a:hover{
  background: #fff;
}
/* list-contact */
header .mod-list-btn .list-contact a{
  background: #1263ab;
  border-color: #1263ab;
}
header .mod-list-btn .list-contact a:hover{
  color: #1263ab;
}
header .mod-list-btn .list-contact svg{
  width: 18px;
  height: 21px;
}
header .mod-list-btn .list-contact a:hover svg{
  fill: #1263ab;
}
/* list-access */
header .mod-list-btn .list-access a{
  background: #4b9f00;
  border-color: #4b9f00;
}
header .mod-list-btn .list-access a:hover{
  color: #438e00;
}
header .mod-list-btn .list-access svg{
  width: 13px;
  height: 21px;
}
header .mod-list-btn .list-access a:hover svg{
  fill: #438e00;
}
/* list-nurse */
header .mod-list-btn .list-nurse a{
  background: #ff5b81;
  border-color: #ff5b81;
}
header .mod-list-btn .list-nurse a:hover{
  color: #ff5b81;
}
header .mod-list-btn .list-nurse svg{
  width: 14px;
  height: 22px;
}
header .mod-list-btn .list-nurse a:hover svg{
  fill:#ff5b81;
}

/* wrap-top */
header .wrap-top{
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
header .wrap-top .logo-site{
  padding: 20px 0 20px;
}
header .wrap-top .logo-site a{
  transition: 0.15s;
}
header .wrap-top .logo-site a:hover{
  opacity: 0.65;
}
header .wrap-top .logo-site img{
  max-width: 20.78%;
}
header .wrap-top .list-btn{
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
}
header .wrap-top .list-btn li+li{
  margin-left: 10px;
}
header .wrap-top .list-btn li a{
  border-radius: 0 0 5px 5px;
}

/* nav-pc
---------------------------------------------------------- */
#nav-pc{
  background: #009fd9;
}
#nav-pc .nav-main{
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}
#nav-pc .nav-main > li{
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-family: 'NotoSans',sans-serif;
}
#nav-pc .nav-main > li > a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
}
#nav-pc .nav-main > li + li > a:before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  background: #80cfec;

}
#nav-pc .nav-main > li > a > span{
  transition: 0.15s;
}
#nav-pc .nav-main > li > a:hover > span{
  opacity: 0.65;
}
/* open-sub */
#nav-pc .nav-main > li.open-sub > a:after{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 21px;
  height: 10px;
  background: url(../img/ico_header_arrow.png) center center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: 0.2s;
}
#nav-pc .nav-main > li.open-sub.on > a:after{
  opacity: 1;
}
/* nav-sub
---------------------------------------------------------- */
#nav-pc .nav-sub{
  display: none;
  position: absolute;
  left: 0;
  padding: 35px 0 30px;
  width: 100%;
  background: rgba(18, 100, 171, 0.9);
  z-index: 1;
}
#nav-pc .nav-sub-in{
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1150px;
  text-align: left;
}
#nav-pc .nav-sub-in .ttl-nav-sub{
  width: 25%;
  padding: 5px 0 5px 12px;
  border-left: 5px solid #fff;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
#nav-pc .nav-sub-in > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75%;
}
#nav-pc .nav-sub-in > ul > li{
  width: 30.66%;
  margin: 0 0 10px;
}

/*
header .nav-sub-in > ul{
  width: 23%;
}
header .nav-sub-in > ul + ul{
  margin-left: 3.8%;
}
header .nav-sub-in > ul > li+li{
  margin-top: 10px;
}
*/
#nav-pc .nav-sub-in > ul > li > a{
  position: relative;
  display: block;
  padding: 10px 5px 10px 30px;
  background: #fff;
  border-radius: 5px;
  color: #1263ab;
  transition: 0.15s;
}
#nav-pc .nav-sub-in > ul > li > a:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #009fd9;
}
#nav-pc .nav-sub-in > ul > li > a:hover{
  opacity: 0.8;
}

/* nav-sp
---------------------------------------------------------- */
#nav-sp{
  display: none;
}

/* list-btn-fixed
---------------------------------------------------------- */
header .list-btn-fixed{
  display: none;
  width: 40px;
  position: fixed;
  right: -2px;
  z-index: 1001;
}
header .list-btn-fixed svg{
  margin:0 0 5px 0;
}
header .list-btn-fixed ul{
  padding: 10px 0 0;
}
header .list-btn-fixed li + li{
  margin: 5px 0 0;
}
header .list-btn-fixed li{
  width: 100%;
  writing-mode: vertical-rl;
  border-radius: 5px;
}
header .list-btn-fixed li.list-contact{
  border: 1px solid rgba(255, 255, 255, 0.2);
}
header .list-btn-fixed li a{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  border-radius: 5px 0 0 5px;
}
/* ==========================================================================
// SIDEBAR
========================================================================== */
#sidebar{
  width:22.66%;
}
#sidebar .sidebar__inner{
  padding-bottom: 50px;
}
#sidebar .ttl-sidebar{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0663a9;
  height: 110px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'NotoSans',sans-serif;
  letter-spacing: 0.1em;
}
#sidebar .list-main > li{
  border-bottom: 1px solid #ccc;
}
#sidebar .list-main > li > a{
  padding: 20px;
  display: block;
  color: #333;
  transition: 0.15s;
}
#sidebar .list-main > li > a:hover{
  background: #d9f1f9;
}
#sidebar .list-main > li > a:before{
  margin: 0 12px 0 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_arrow_02@2x.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sidebar .list-main > li.active a{
  background: #d9f1f9;
  color: #0663a9;
  font-weight: bold;
}

/* ==========================================================================
// FOOTER
========================================================================== */
footer{
  position: relative;
  padding: 45px 0 0;
  background: #1263ab;
  border-top: 1px solid #fff;
}
footer .footer-in{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
/* area-info
---------------------------------------------------------- */
/* btn-cmn-footer */
footer .area-info .btn-cmn-footer{
  display: block;
  background:#fff;
  border-radius: 5px;
  color: #1263ab;
  text-align: center;
  transition: 0.15s;
}
footer .area-info .btn-cmn-footer svg{
  margin: 0 5px 0 0;
  vertical-align: middle;
  fill: #1263ab;
  transition: 0.15s;
}
footer .area-info .btn-cmn-footer:hover{
  background: #009fd9;
  color: #fff;
}
footer .area-info .btn-cmn-footer:hover svg{
  fill: #fff;
}
/* area-info */
footer .area-info{
  width: 23.44%;
  padding: 10px 0 0;
  color: #fff;
}
footer .area-info p{
  line-height: 1;
}
footer .area-info p.name{
  margin: 0 0 25px;
}
footer .area-info p.name a{
  display: inline-block;
  transition: 0.15s;
}
footer .area-info p.name img{
  max-width: 266px;  
}
footer .area-info p.name a:hover{
  opacity: 0.7;
}
footer .area-info .list-access{
  display: flex;
  justify-content: space-between;
  margin: 8px 0 30px;
}
footer .area-info .list-access li{
  width: 48.33%;
  text-align: center;
}
footer .area-info .list-access li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 5px;
}
footer .area-info .list-access .btn-cmn-footer.map svg{
  width: 14px;
  height: 21px;
}
footer .area-info .list-access .btn-cmn-footer.access svg{
  width: 22px;
  height: 17px;
}
/* tel & fax & contact */
footer .area-info .txt-tel{
  margin: 0 0 8px;
  font-size: 28px;
}
footer .area-info .txt-tel a{
  color: #fff;
}
footer .area-info .txt-tel svg{
  margin: 0 8px 0 0;
  width: 34px;
  height: 28px;
  fill: #fff;
  vertical-align: middle;
}
footer .area-info .txt-tel span{
  vertical-align: middle;
}
footer .area-info .txt-fax{
  font-size: 16px;
  margin: 0 0 15px;
}
footer .area-info .txt-fax svg{
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
footer .area-info .txt-fax span{
  font-size: 12px;
}
footer .area-info .btn-contact{
  padding: 8px 5px;
}
footer .area-info .btn-contact svg{
  width: 19px;
  height: 15px;
}
/* area-nav
---------------------------------------------------------- */
footer .area-nav{
  display: flex;
  justify-content: space-between;
  width: 70.31%;
}
footer .area-nav a{
  color: #fff;
  transition: 0.15s;
}
footer .area-nav a:hover{
  opacity: 0.65;
}
footer .area-nav .list-parent > li{
  padding: 20px 0;
}
footer .area-nav .list-parent > li + li{
  border-top: 1px solid #89b1d5;
}
footer .area-nav .list-parent > li > a{
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
}
footer .area-nav .list-parent > li > a:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background:url(../img/ico_arrow_01@2x.png) center center no-repeat;
  background-size: contain;
}

/* list-child */
footer .area-nav .list-child{
  padding: 12px 0 0 15px;
}
footer .area-nav .list-child > li{
  position: relative;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 1.2;
}
footer .area-nav .list-child > li + li{
  margin-top: 10px;
}
footer .area-nav .list-child > li > a:before{
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* copyright
---------------------------------------------------------- */
footer .copyright{
  margin: 40px 0 0;
  padding: 13px 20px;
  background: #fff;
  text-align: center;
  font-family: 'NotoSans' , sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
  font-size: 12px;
  color: #1263ab;
}
/* pagetop
---------------------------------------------------------- */
footer .btn-cmn-pagetop{
  position: relative;
  right: 0;
  z-index: 1000;
}
footer .btn-cmn-pagetop img{
  vertical-align: bottom;
}
/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-tb-sp{
    display: block !important;
  }
  .only-pc{
    display: none !important;
  }
  /* wrapper
  -------------------------------------------------------- */
  /* 2col→1col */
  .wrapper{
    display: block;
  }
  /* ========================================================================
  // HEADER
  ======================================================================== */
  header .wrap-top .logo-site{
    padding:10px;
  }
  header .wrap-top .mod-list-btn li a{
    padding: 5px;
  }
  header .wrap-top .mod-list-btn li span{
    font-size: 12px;
  }
  /* nav-pc
  -------------------------------------------------------- */
  #nav-pc{
    display: none;
  }
  /* nav-sp
  -------------------------------------------------------- */
  /*
  .is-fixed #nav-sp{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow:0px 0px 7px 3px rgba(0,0,0,0.4);
  }
  */
  #nav-sp{
    display: block;
  }
  #nav-sp .nav-sp-bar{
    position: relative;
    display: flex;
    background: #009fd9;
    align-items: center;
    height: 55px;
    padding: 0 10px;
  }
  #nav-sp .nav-sp-bar .logo{
    display: none;
  }
  #nav-sp .nav-sp-bar .logo img{
    max-width: 160px;
  }
  #nav-sp .nav-main{
    display: none;
    background:rgba(18, 100, 171, 0.9);
    font-family: 'NotoSans',sans-serif;
    box-shadow:0px 0px 6px 2px rgba(0,0,0,0.54);
  }
  /* list-main */
  #nav-sp .list-main{
    position: relative;
    max-height: 450px;
  }
  #nav-sp .list-main > li + li{
    border-top: 1px solid #fff;
  }
  #nav-sp .list-main > li > a,
  #nav-sp .list-main > li.open-sub > p{
    color: #fff;
    padding: 15px 10px;
  }
  #nav-sp .list-main > li > a{
    display: block;
  }
  #nav-sp .list-main > li.open-sub > p{
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  #nav-sp .list-main > li.open-sub > p:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
  }
  #nav-sp .list-main > li.open-sub.open > p:after{
    transform: rotate(180deg);
  }
  /* list-sub */
  #nav-sp .list-sub-wrap{
    display: none;
  }
  #nav-sp .list-sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 10px;
  }
  #nav-sp .list-sub li{
    margin: 0 0 10px;
    width: 48.5%;
  }
  #nav-sp .list-sub a{
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    color: #0064bd;
    background:#fff;
    border-radius: 5px;
  }
  #nav-sp .list-sub a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #009fd9;
  }
  /* scroll */
  #nav-sp .ps__rail-y{
    opacity: 0.7;
  }
  #nav-sp .ps__thumb-y{
    background: #fff;
    width: 11px;
  }
  #nav-sp .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y{}
  #nav-sp .ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking{
    background-color: transparent;
  }
  #nav-sp .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y{
    background: #009fd9;
  }
  /* trigger */
  #nav-sp .trigger-wrap{
    position: absolute;
    right:10px;
    text-align: center;
  }
  #nav-sp .trigger-wrap .txt{
    color: #fff;
    font-size: 12px;
  }
  #nav-sp .trigger {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 23px;
    cursor: pointer;
  }
  #nav-sp .trigger span {
    position: absolute;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  #nav-sp .trigger span:nth-of-type(1) {
    top: 0;
  }
  #nav-sp .trigger span:nth-of-type(2) {
    top: 10px;
  }
  #nav-sp .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-sp .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-sp .trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-sp .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  /* list-btn-fixed
  -------------------------------------------------------- */
  /* ========================================================================
  // SIDEBAR
  ======================================================================== */
  #sidebar{
    width:100%;
  }
  #sidebar .list-main > li{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  /* ========================================================================
  // FOOTER
  ======================================================================== */
  footer .footer-in{
    display: block;
  }
  /* area-info
  -------------------------------------------------------- */
  /* btn-cmn-footer */
  /* area-info */
  footer .area-info{
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  footer .area-info p.name{
    margin-bottom: 15px;
  }
  footer .area-info .list-access{
    max-width: 500px;
    margin: 20px auto;
  }
  /* tel & fax & contact */
  footer .area-info .btn-contact{
    margin: 0 auto 20px;
    padding: 10px 5px;
    max-width: 500px;
  }
  /* sitemap */
  footer .area-info .btn-sitemap{
    margin: 0 auto 0;
    padding: 7px 5px;
    max-width: 500px;
  }
  footer .area-info .btn-sitemap svg{
    width: 22px;
    height: 21px;
  }
  /* area-nav
  -------------------------------------------------------- */
  footer .area-nav{
    display: none;
  }

  /* pagetop
  -------------------------------------------------------- */
  footer .btn-cmn-pagetop img{
    width: 250px;
  }
}


/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  body,html{
    font-size: 14px;
  }
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-pc-tb{
    display: none !important;
  }
  .only-sp{
    display: block !important;
  }
  /* ========================================================================
  // HEADER
  ======================================================================== */
  header .wrap-top .logo-site{
    padding: 15px 8px;
  }
  header .wrap-top .logo-site img{
    width: 35%;
    max-width: 140px;
  }
  header .wrap-top .mod-list-btn li+li{
    margin-left: 5px;
  }
  header .wrap-top .mod-list-btn li a{
    padding: 3px;
    text-align: center;
  }
  header .wrap-top .mod-list-btn li span{
    display: block;
    font-size: 10px;
  }
  header .wrap-top .mod-list-btn svg{
    margin-right: 0;
  }
  /* list-contact */
  header .wrap-top .mod-list-btn .list-contact svg{
    width: 20px;
    height: 23px;
  }
  /* list-access */
  header .wrap-top .mod-list-btn .list-access svg{
    width: 14px;
    height: 22px;
  }
  /* list-nurse */
  header .wrap-top .mod-list-btn .list-nurse svg{
    width: 13px;
    height: 23px;
  }
  /* nav-sp
  -------------------------------------------------------- */
  /* list-sub */
  #nav-sp .nav-main .list-sub li{
    width: 100%;
  }
  /* ========================================================================
  // FOOTER
  ======================================================================== */
  /* area-info
  -------------------------------------------------------- */
  /* area-info */
  footer .area-info p.name img{
    max-width: 200px;
  }
}
