@charset "UTF-8";
/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  color: #666;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  min-width: 1100px;
}

a {
  color: #299ad8;
  text-decoration: none;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*a:hover {
  color: #fff;
}*/

a img {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.5;
}

img {
  vertical-align: top;
  display: block;
}

/*
home
******************************************************/
.seo_wrap {
  background: #005270;
  padding-left: 15px;
}

h1.seo {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

.tit {
  color: #000;
  margin-bottom: 20px;
  font-size: 3.5rem !important;
  padding-bottom: 10px;
  border-bottom: 4px solid;
}
.tit span.cl-lb {
  color: #00b0f0;
}
.tit_sub {
  color: #00b0f0;
  font-size: 2rem !important;
  margin-left: 20px;
}

.subtit {
  font-size: 2.4rem;
  color: #00b0f0;
  margin-bottom: 20px;
}

#sidemenuCover {
  display: none;
}

#wrap {
  position: relative;
}

header {
  width: 100%;
}
header .headerContent {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #fff;
}
header .headerContent .logo {
  float: left;
  margin-top: 10px;
}
header .headerContent .logo img {
  height: auto;
}
header .headerContent .txt {
  font-size: 1.3rem;
  width: 300px;
  text-align: right;
  color: #07679b;
  position: absolute;
  top: 50%;
  right: 300px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .headerContent .phone {
  float: right;
  line-height: 1.2;
  font-weight: bold;
}

header .headerContent .mess {
  float: right;
  line-height: 1.8;
  font-weight: bold;
  padding-right:10px;
  text-align:right;
}


header .headerContent .h_qr {
  float: right;
  margin-right:15px;
}



header .headerContent .contact {
	float: right;
  font-size: 16px;
  padding: 18px 24px;
  /*border-radius: 4px;*/
  background: #005270;
  border: 1px solid #005270;
  margin-left: 15px;
}
header .headerContent .contact a {
  color: #fff !important;
}
header .headerContent .contact:hover {
  background: #fff;
}
header .headerContent .contact:hover a {
  color: #005270 !important;
}



header nav {
  width: 100%;
  overflow: hidden;
  background: #005270;
}
header nav li {
  float: left;
  width: calc(100% / 10);
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
header nav li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  height: 62px;
  line-height: 62px;
  color: #fff;
}
header nav li a:hover {
  background: #18ace5;
}

@media screen\0 {
  header nav li {
    width: 10%;
  }
}
/* Edge */
_:-ms-lang(x)::backdrop, header nav li {
  width: 10%;
}

.phone {
  /*text-align: right;*/
}
.phone a {
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  color: #fe7f02;
  text-align: left;
  margin-top: 5px;
}
.phone a::before {
  content: "";
  padding-right: 5px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 100%;
  background: url("../img/ico_phone.png") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.phone .phone.freedial:before {
  content: "\e900";
  font-family: "icomoon";
}

#slideBox {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#slideBox .rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slideBox .rslides li {
  position: relative;
  display: none;
  width: 100%;
  height: 430px;
  background: #ccc;
  position: relative;
}
#slideBox .rslides li .rslides_copy {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0 50px;
}
#slideBox .rslides li .rslides_copy .rslides_copy_inner {
  position: relative;
  display: block;
}
#slideBox .rslides li .rslides_copy .rslides_copy_inner .rslides_copy_inner_txt {
  text-align: center;
}
#slideBox .rslides li .rslides_copy .rslides_copy_inner .rslides_copy_inner_txt p {
  color: #fff;
}
#slideBox .rslides li .rslides_copy .rslides_copy_inner .rslides_copy_inner_txt p.main-copy {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 28px;
  color: #00b0f0;
}
#slideBox .rslides li .rslides_copy .rslides_copy_inner .rslides_copy_inner_txt p.sub-copy {
  font-size: 1.6rem;
  line-height: 1.5;
}
#slideBox .rslides li img {
  position: absolute;
  width: 100%;
  min-width: 1100px;
  height: auto;
  min-height: 430px;
  left: 0;
  object-fit: cover;
}
#slideBox .callbacks_tabs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#slideBox .callbacks_tabs li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
#slideBox .callbacks_tabs li a {
  font-size: 0;
  display: block;
  width: inherit;
  height: inherit;
}
#slideBox .callbacks_tabs li:not(:last-child) {
  margin-right: 10px;
}
#slideBox .callbacks_tabs li.callbacks_here {
  background-color: #00b0f0;
}

article {
  width: 100%;
  margin: 0 auto;
}

section {
  width: auto;
  margin-top: 80px;
}
section .inner {
  width: 1000px;
  padding: 35px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
section .inner.shadow {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.35);
}
section .banner0 {
  width: 1000px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
}

section .banner0 img{
	width: 100% !important;
	height: auto;
}
section .inner .textBox {
  width: 100%;
  overflow: hidden;
}
section .inner .textBox img.left {
  float: left;
  margin-right: 35px;
}
section .inner .textBox img.right {
  float: right;
  margin-left: 35px;
}
section .inner .textBox p {
  font-size: 1.4rem;
  line-height: 1.8;
}

section .inner p.leadlink {
  font-size: 2rem;
  line-height: 1.8;
  font-weight:bold;
}


.pricelist {
	width:700px;
	margin:0 auto;
	}

section .inner .textBox + .textBox {
  padding-top: 56px;
}
section .welcome {
  background: url("../../img/bg_welcome.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
section .welcome h2 {
  display: inline-block;
  margin-bottom: 20px;
}
section .welcome img {
  border: none;
  float: left;
  margin-right: 50px;
}
section .welcome .textBox {
  text-align: left;
}
section .program {
  position: relative;
}
section .program h2 {
  margin-right: 250px;
}
section .program::before {
  content: "";
  background: url(../../img/top_program_item.png) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50px;
  right: 50px;
  display: inline-block;
  z-index: 10;
}
section .program .textBox > p {
  font-size: 2rem;
  margin-right: 250px;
  line-height: 1.4;
}
section .program .listbox {
  background-color: #fff;
  box-sizing: border-box;
}
section .program .listbox li .btn {
  width: 200px;
  background-color: #fe7f02;
}
section .program .listbox:first-child {
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
section .trial {
  position: relative;
}
section .trial h2 {
  margin-right: 250px;
}
section .trial::before {
  content: "";
  background: url(../../img/top_trial_item.png) no-repeat;
  background-size: contain;
  background-position: top center;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50px;
  right: 50px;
  display: inline-block;
  z-index: 10;
}
section .trial .textBox > p {
  font-size: 2rem;
  margin-right: 250px;
}
section .trial .listbox {
  background-color: #fff;
  box-sizing: border-box;
}
section .trial .listbox li dd {
  min-height: 150px;
}
section .trial .listbox li .btn {
  width: 200px;
  background-color: #fe7f02;
}
section .trial .listbox:first-child {
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.topics {
  width: 932px !important;
  padding: 30px;
  text-align: center;
}
.topics h2 {
  display: inline-block;
}
.topics .btn {
  margin-top: 30px;
}

.sec_topics {
  background: #fff;
}
.sec_topics .inner {
  /*padding: 70px 35px 80px;*/
}

section:after {
  content: "";
  display: block;
  clear: both;
}

.guidanceList {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
}
.guidanceList li {
  width: 200px;
  display: inline-block;
  margin: 0 40px 0 0;
}
.guidanceList li dl {
  padding-bottom: 30px;
}
.guidanceList li dt h4 {
  font-size: 2rem;
  color: #fe7f02;
  padding: 1em 0px;
  display: block;
}
.guidanceList li dd {
  min-height: 130px;
  text-align: left;
}
.guidanceList li:last-child, .guidanceList li:nth-child(4) {
  margin-right: 0;
}

a.btn {
  display: block;
  width: 213px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fe7f02;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
}

a.btn:hover {
  background: #fff !important;
  color: #fe7f02 !important;
  border: 1px solid;
  box-sizing: border-box;
}

a.btn:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  font-size: 10px;
  color: inherit;
}

.newsList {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.newsList li {
  padding: 12px 0;
  width: auto;
  overflow: hidden;
  border-top: #d7d7d7 dotted 1px;
  position: relative;
}
.newsList li time {
  float: left;
  color: #fe7f02;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8;
}
.newsList li time + p {
  margin-left: 100px;
  color: #262419;
}
.newsList li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.newsList li div {
  margin-left: 100px;
  /*color: #262419;*/
}

.newsList li a {
	text-decoration:underline;
}


.newsList li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.newsList li:last-child {
  border-bottom: #d7d7d7 dotted 1px;
}

.bn_sect {
  margin-top: 0;
}

.bannersList {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.bannersList li {
  display: inline-block;
  width: 320px;
  height: 90px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  margin-top: 20px;
  position: relative;
  text-align: left;
}
.bannersList li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.bannersList li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.bannersList li span {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  line-height: 90px;
  color: #299ad8;
  padding-left: 20px;
}
.bannersList li img {
  position: absolute;
  right: 0;
  top: 0;
}
.bannersList li:nth-child(3n) {
  margin-right: 0;
}

.facebook {
  text-align: center;
  padding-top: 50px;
}

/* ------banner.html--------- */
.inner.bnr {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 80px;
  width: 1000px;
}
.inner.bnr .inner_bnrBox {
  display: flex;
  justify-content: space-between;
}

.inner.bnr2 {
  background: none;
  border: none;
  padding: 0;
  /*margin-bottom: 80px;*/
  width: 150px;
  padding-top: 30px;
}
.inner.bnr2 .inner_bnrBox {
  display: flex;
  justify-content: space-between;
}




footer {
  text-align: center;
  padding-top: 50px;
  background-color: #fff;
}
footer .footerContent {
  width: 500px;
  margin: auto;
  padding-bottom: 80px;
}
footer .footerContent .f-logo {
  margin-bottom: 20px;
  display: inline-block;
}
footer .footerContent .f-logo img {
  display: initial;
  height: auto;
}
footer .footerContent .f-detail {
  padding: 14px 0;
  font-size: 1.2rem;
  display: flex;
  align-content: center;
}
footer .footerContent .f-detail div {
  width: 50%;
}
footer .footerContent .f-detail div:first-of-type {
  border-right: 2px solid #000;
  text-align: left;
}
footer .footerContent .f-detail .f-tel {
  padding-left: 20px;
  position: relative;
  color: #fe7f02;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
footer .footerContent .f-detail .f-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../img/ico_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 14px;
}

.googlemap {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 250px;
  overflow: hidden;
}

.Copyright {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 100;
  text-align: center;
  padding: 22px;
  color: #fff;
  background-color: #005270;
}

.pageTop {
  position: fixed;
  right: 50px;
  bottom: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
.pageTop a {
  color: #005270;
}
.pageTop a:hover {
  color: #2eacf0;
}
.pageTop span {
  font-size: 70px;
}

.pageTop.on {
  bottom: 50px;
  opacity: 1;
}

#overlay,
#slidemenu {
  display: none;
}

/*
subpages
******************************************************/
.pagetitle {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.pagetitle img {
  position: absolute;
  right: 0;
  top: 0;
}
.pagetitle .pagetitle_txt {
  position: absolute;
  left: 50%;
  top: 75px;
  font-size: 35px;
  font-weight: 200;
  color: #00b0f0;
  margin-left: -480px;
  z-index: 2;
}
.pagetitle .Breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  box-sizing: border-box;
  z-index: 3;
}
.pagetitle .Breadcrumb ul {
  display: flex;
  justify-content: flex-end;
}
.pagetitle .Breadcrumb li {
  float: right;
  font-size: 1.2rem;
  color: #666; 
  margin: 0 5px;}
  .pagetitle .Breadcrumb li:nth-child(2) {
    margin-right: -15px;
  }
  .pagetitle .Breadcrumb li a {
    color: #666; }
  .pagetitle .Breadcrumb li a:hover {
    color: #666; }
  .pagetitle .Breadcrumb li a:after {
    content: ">";
    padding: 0 5px; }
    .pagetitle .Breadcrumb li:last-child a:after {
      content: "";
    }

.subnav {
  background: #fff;
  text-align: center;
}
.subnav #submenuBtn {
  display: none;
}
.subnav li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.subnav li a {
  display: block;
  line-height: 50px;
  color: #07679b;
  box-sizing: border-box;
}
.subnav li a:hover {
  color: #2eacf0;
}
.subnav li.current a {
  border-bottom: #07679b solid 2px;
}
.subnav li:after {
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 20px;
  content: "／";
  font-weight: 100;
  color: #07679b;
}
.subnav li:last-child:after {
  content: none;
}

.subpages .inner h3 {
  margin-bottom: 20px;
  line-height: 1.3;
  color: #00b0f0;
}
.subpages .inner .textBox + h3 {
  padding-top: 40px;
}
.subpages .inner .textBox strong.circle {
  font-size: 1.8rem;
  font-weight: 400;
  color: #07679b;
  padding-bottom: 10px;
}
.subpages .inner .textBox strong.circle::before {
  content: "●";
  opacity: 0.6;
  font-size: .8em;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.subpages .inner .textBox .textBox_inner:not(:last-child) {
  margin-bottom: 32px;
}
.subpages .inner .textBox::after {
  content: "";
  display: block;
  clear: both;
}
.subpages .inner h2 {
  margin-bottom: 60px;
}

.subpages h4 {
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 16px;
  margin-top: 40px;
}

table {
  font-size: 1.4rem;
  width: 100%;
  /*border-top: 1px solid #ede0bb;
  border-left: 1px solid #ede0bb;*/
  margin-bottom: 16px;
}
table tr {
  /*border-bottom: 1px solid #ede0bb;*/
}
table tr th {
  background: #fffaeb;
}
table tr th, table tr td {
  /*border-right: 1px solid #ede0bb;*/
  padding: 16px;
  font-weight: normal;
}

/*メガメニュー*/
.menu {
  position: relative;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

li.menu__mega_li ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  margin-left: -10vw;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

li.menu__mega_li:hover ul.menu__second-level {
  top: 100px;
  visibility: visible;
  opacity: 1;
  width: 100vw;
  position: static;
}

header .menu li.menu__mega_li ul.menu__second-level > li {
  float: left;
  width: calc(100% / 4);
  border: none;
}

@media screen\0 {
  header .menu li.menu__mega_li ul.menu__second-level > li {
    width: 25%;
  }
}
/* Edge */
_:-ms-lang(x)::backdrop, header .menu li.menu__mega_li ul.menu__second-level > li {
  width: 25%;
}

/* pubpage */
.top-img {
  width: 80%;
  margin: 0 auto 32px;
  height: auto;
}

/*# sourceMappingURL=cmn_pc_style.css.map */
