/***********************リセットCSS*******************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, side, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;
}

article,side,details,figcaption,figure,
header,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

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

input, select {
  vertical-align:middle;
}

img {
  max-width: 100%;
}

.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/***********************リセットCSSここまで*******************************/



/***********************横幅制御※書きかえる部分************************/
@media (max-width: 768px) {
  body,article{
    max-width: 100%;
    overflow-x: hidden;
  }
}



/***********************色等の設定*******************************/
body{
  background-color: #fff;
  color: #333;
  font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size: 16px;
}
a{
  color: #333;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}



/***********************改行設定*******************************/
.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only{
    display:none;
  }
}
/***********************色等の設定ここまで*******************************/


/***********************各セクションのタイトル******************************/
.section-title{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2em;
}
.section-title span{
  display:block;
  font-size:0.5em;
  color: #01a8ce;
}
.section-title b {
  font-size: 1.2em;
  color: #f5a100;
}
.section-title:after{
  display:block;
}

@media (max-width: 768px) {
  .section-title{
    font-size: 1.2rem;
  }
  .section-title span{
    font-size:0.8em;
  }
}



/***********************header*******************************/
.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
.header-logo {
  padding: 15px 0;
  text-align: center;
}
.header-logo img {
  max-width: 250px;
  vertical-align: middle;
}
.header.scroll {
  background: #fff;
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
}
.header.scroll .header-logo {
  float: left;
  width: 25%;
  line-height: 80px;
  padding: 0 0 0 2%;
  text-align: left;
}
.header.scroll .header-logo img {
  max-width: 150px;
}


/************************SP*************************************/
@media (max-width: 768px) {
  .header.on {
    background: #fff;
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
  }
  .header-logo {
    float: left;
    padding: 10px 0 10px 3.5%;
  }
  .header-logo img {
    max-width: 150px;
  }
  .header.scroll .header-logo,
  .header.on .header-logo {
    width: 80%;
    float: left;
    text-align: left;
    padding: 10px 0 10px 3.5%;
    line-height: 1;
  }
}



/************************Nav*************************************/
.nav {
  float: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}
.nav ul {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  text-align: center;
}
.nav ul li a {
  display: block;
  color: #333;
  transition: .3s;
}
.nav ul li a:hover {
  color: #f5a100;
}
.header.scroll .nav {
  width: 70%;
  float: right;
  padding: 0;
}
.header.scroll .nav ul li {
  line-height: 80px;
}
.header.scroll .nav ul li a {
  color: #000;
  transition: .3s;
}
.header.scroll .nav ul li a:hover{
  color: #f5a100;
}
.nav-btn {
  display: none;
}

/************************SP*************************************/
@media (max-width: 768px) {
  .header .nav {
    display: none;
  }
  .header.on .nav {
    display: block;
    float: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(50,50,50,0.8);
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.5);
  }
  .header.on .nav ul {
    display: inherit;
    height: 100vh;
  }
  .header.on .nav ul li {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 12vh;
  }
  .header.on .nav ul li a {
    color: #fff;
  }
  .header.scroll ul li a:hover {
    color: #e64b1e;
  }
  .nav-btn,
  .nav-btn span {
    display: inline-block;
    transition: all .3s;
  }
  .nav-btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 3%;
    width: 25px;
    height: 25px;
    overflow: visible;
    cursor: pointer;
  }
  .nav-btn .border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .nav-btn .border:nth-of-type(1) { top: 0px; }
  .nav-btn .border:nth-of-type(2) { top: 8px; }
  .nav-btn .border:nth-of-type(3) { top: 16px; }
  .header.scroll .nav-btn,
  .header.on .nav-btn { top: 22px; }
  .header.scroll .nav-btn .border,
  .header.on .nav-btn .border { background-color: #000; }
  .header.scroll .nav-btn .border:nth-of-type(1),
  .header.on .nav-btn .border:nth-of-type(1) { top: 0px; }
  .header.scroll .nav-btn .border:nth-of-type(2),
  .header.on .nav-btn .border:nth-of-type(2) { top: 8px; }
  .header.scroll .nav-btn .border:nth-of-type(3),
  .header.on .nav-btn .border:nth-of-type(3) { top: 16px; }
  .header.on .nav-btn.active .border:nth-of-type(1) {
    top: 7px;
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .header.on .nav-btn.active .border:nth-of-type(2) { opacity: 0; }
  .header.on .nav-btn.active .border:nth-of-type(3) {
    top: 46px;
    -webkit-transform: translateY(-37px) rotate(45deg);
    transform: translateY(-37px) rotate(45deg);
  }
}



/***********************メインビジュアル*******************************/
.mainVis{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#slider {
  width: 4280px;
  height: 100vh;
  background: #f9fcff url(../img/main.jpg) repeat-x;
    background-size: auto;
  background-size: contain;
  animation: slide 40s linear infinite;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
.centerImg{
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translate(0,-60%);
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.centerImg img{
  max-width: 680px;
}

@media (max-width: 768px) {
  .centerImg img{
    width: 100%;
    max-width: 480px;
  }
}



/***********************vision*******************************/
.vision {
  width: 100%;
  background-color: #f9fcff;
  overflow: hidden;
}
.vision-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}
.vision-title {
  font-size: 24px;
  margin-bottom: 1.6em;
}
.vision li {
  list-style: none;
  margin: 0 0 1em 0;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .vision-inner {
    padding: 100px 0 50px;
  }
  .vision ul {
    width: 90%;
    margin: 0 auto;
  }
}


/***********************service*******************************/
.service {
  width: 100%;
  overflow: hidden;
}
.service-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.service-cont01 {
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  border: 8px solid #01a8ce;
  border-radius: 20px;
  padding: 6% 4%;
  box-sizing: border-box;
  background-image: url(../img/tokunyan.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25%;
}
.service-cont01 p {
  text-align: left;
  width: 75%;
  line-height: 2em;
}
.service-cont02 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.service-cont02 h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.service-cont02 img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .service-inner {
    padding: 100px 0 50px;
  }
  .service-cont01 {
    width: 100%;
    border: 4px solid #01a8ce;
    padding: 6% 4%;
    background-image: url(../img/tokunyan-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .service-cont01 p {
    width: 100%;
  }
  .service-cont02 {
    width: 90%;
  }
  .service-cont02 h3 {
    font-size: 20px;
  }
}



/***********************reason*******************************/
.reason {
  width: 100%;
  background-color: #f9fcff;
  overflow: hidden;
}
.reason-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.reason .section-title b {
  padding: 0 0.1em;
}
.reason ul {
  position: relative;
  width: 100%;
}
.reason ul li {
  width: 25%;
  float: left;
  list-style: none;
  margin-bottom:2em;
}
.reason ul li img {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .reason-inner {
    padding: 100px 0 50px;
  }
  .reason ul li {
    width: 50%;
  }
  .reason ul li img {
    max-width: 80%;
  }
}


/***********************plan*******************************/
#plan {
  width: 100%;
}
.price-container{
  width: 96%;
  max-width: 1280px;
  margin: auto;
  padding: 100px 0;
}
.tab01-c01-ttl {
  color: #01a8ce;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em 0;
}
.tab02-c01-ttl {
  color: #f5a100;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em 0;
}
.tab01-c01,
.tab02-c01 {
  position: relative;
  width: 100%;/*幅*/
  padding-top: 100px;/*内側上余白*/
}
.tab01-c01-inner,
.tab02-c01-inner {
  width: 1080px;/*幅*/
  margin: auto;/*中央寄せ*/
}
.tab01-c01-tab,
.tab02-c01-tab {
  overflow: hidden;
  margin-bottom: 15px;
}
.tab01-c01-tab li {
  width: 32%;
  float: left;
  margin: 0.5%;
  padding:0.5em 0;
  background-color:#daf2ff;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 2.5em;
  list-style-type: none;
  box-sizing:border-box;
  cursor: pointer;
}
.tab02-c01-tab li {
  width: 19%;
  float: left;
  margin: 0.5%;
  padding:0.5em 0;
  background-color:#ffedca;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 2.5em;
  list-style-type: none;
  box-sizing:border-box;
  cursor: pointer;
}
.tab01-c01-tab li.select {
  background-color: #90d7f1;
  color:#fff;
}
.tab02-c01-tab li.select {
  background-color: #ffc65a;
  color:#fff;
}
.tab01-c01-tab-content,
.tab02-c01-tab-content {
  border: solid 3px #c8c8c8;
  border-radius: 4px;
  z-index: -1;
}
.tab01-c01-tab-content li,
.tab02-c01-tab-content li {
  overflow: hidden;
  background:#fff;
  padding:40px;
  font-size: 12px;
  list-style-type: none;
}
.left {
  width: 50%;
  float: left;
  padding: 0 1%;
  box-sizing: border-box;
}
.right {
  width: 50%;
  float: right;
  padding: 0 1%;
  box-sizing: border-box;
}
.tab01-c01-tab-content .hide,
.tab02-c01-tab-content .hide {
  display:none;
}
.tab01-c01-tab-content table,
.tab02-c01-tab-content table {
  margin: 1em 0 3em;
}
.tab01-c01-tab-content h4,
.tab02-c01-tab-content h4 {
  font-size:1.3em;
}
.tab01-c01-tab-content h4:before,
.tab02-c01-tab-content h4:before {
  content:"";
  display:inline-block;
  width:4px;
  height:1em;
  background-color:#000;
  margin-right:1em;
}
.important_notes {
  text-align: center;
  margin: 2em 0 0;
}
.important_notes a {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 0 5%;
  background-color: #f5a100;
  border-radius: 10px;
  line-height: 3em;
  color: #fff;
  font-weight: bold;
}
.tab01-c01-tab-important {
  margin: 2em 0 0;
}
.tab01-c01-tab-important li {
  list-style-type: square;
  margin-left: 20px;
  line-height: 2em;
  font-size: 0.8em;
}
.menuttl{
  font-size:1.4em;
  position: relative;
  margin: 1em auto;
}
.menutxt {
  line-height: 2em;
}
.menutxt a {
  color: #82cff9;
  font-weight: bold;
}
.pricetb{
  width:100%;
}
.pricetb thead{
  background-color:#f4f4f4;
}
.pricetb tbody th{
  font-weight: 500;
}
.pricetb tr{
  border:1px solid #c8c8c8;
  width:100%;
}
.pricetb th,
.pricetb td{
  padding:1em;
  vertical-align: middle;
  border-right: 1px solid #c8c8c8;
}
.tab01-c01-tab-content li p,
.tab02-c01-tab-content li p {
  display: block;
  width: 98%;
  margin: 1em auto 3em;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 768px) {
  .price-container{
    padding: 6em 0;
  }
  .tab01-c01,
  .tab02-c01 {
    padding: 50px 0;/*内側余白 上下・左右*/
  }
  .tab01-c01-inner,
  .tab02-c01-inner {
    width: 100%;/*幅*/
  }
  .tab01-c01-section-ttl,
  .tab02-c01-section-ttl {
    font-size: 24px;/*フォントサイズ*/
  }
  .tab01-c01-tab li,
  .tab02-c01-tab li {
    width: 49%;/*幅*/
    font-size: 12px;
  }
  .tab01-c01-tab li.select,
  .tab02-c01-tab li.select {
    border:none;
    bottom:0;
  }
  .tab01-c01-tab-content li,
  .tab02-c01-tab-content li {
    overflow: hidden;
    padding: 20px 4%;
    font-size: 10px;
  }
  .tab01-c01-tab-content .hide,
  .tab02-c01-tab-content .hide {
    display:none;
  }
  .left,
  .right {
    width: 100%;
    float: none;
  }
}



/***********************company*******************************/
.company {
  width: 100%;
  background-color: #f9fcff;
  overflow: hidden;
}
.company-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.company-inner table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.company-inner table tr {
  width: 100%;
  border-bottom: 2px solid #efefef;
}
.company-inner table tr th {
  width: 25%;
  float: left;
  padding: 2% 0;
}
.company-inner table tr td {
  width: 75%;
  float: left;
  padding: 2% 0;
}
.map {
  width: 100%;
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  .company-inner {
    padding: 100px 0 50px;
  }
  .company-inner table {
    width: 100%;
  }
  .company-inner table tr {
    display: block;
    margin-bottom: 15px;
  }
  .company-inner table tr th,
  .company-inner table tr td {
    display: block;
    width: 100%;
    float: none;
    padding: 1% 0;
  }
  .map {
    width: 100%;
  }
}


/***********************news*******************************/
.news {
  width: 100%;
  margin: 0;
}
.news-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
}
.newsinfo {
  width: 100%;
  letter-spacing: 0;
  border-top: 2px solid #efefef;
  letter-spacing: 1px;
  margin:30px auto;
  list-style:none;
}
.newsinfo li a {
  padding: 2% 0;
  border-bottom: 2px solid #efefef;
  display: block;
  width: 100%;
}
.newsinfo li span {
  display: inline-block;
  padding-left: 60px;
}
.newsinfo li p {
  display: inline-block;
  margin-left: 50px;
}
.newsinfo li span::after {
  border-right: 0px;
  padding-left: 0px;
}
.facebook {
  text-align: center;
}
.facebook img {
  max-width: 260px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .news-inner {
    padding: 100px 0 50px;
  }
  .newsinfo {
    width: 100%;
  }
  .newsinfo li span {
    padding-left: 0;
    display: block;
  }
  .newsinfo li p {
    margin-left: 0;
  }
  .newsinfo li span::after {
    border-right: 0px;
    padding-left: 0px;
  }
}



/***********************contact******************************/
.contact {
  width: 100%;
  background-color: #f9fcff;
  margin: 0;
}
.contact-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.contact-tel {
  margin: 30px auto;
}
.contact-tel img {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 10px;
}
.contact-form {
  width: 100%;
  margin: 60px auto 0;
}
.contact-form .onepage_t-formcol {
  float: left;
  width: 48.5%;
}
.contact-form .onepage_t-formcol:nth-child(even) {
  float: right;
}
.contact-form input {
  width: 100%;
  margin-bottom: 40px;
  padding: 1em;
  border: 2px solid #efefef;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic ProN';
}
.contact-form textarea {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 40px;
  padding: 1em;
  border: 2px solid #efefef;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic ProN';
}
.onepage-btn {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 1em;
  background: #e83428;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN';
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.privacypolicy {
  text-align: center;
  margin-bottom: 30px;
}
.privacypolicy a {
  color: #01a8ce;
}

@media (max-width: 768px) {
  .contact-inner {
    padding: 100px 0 50px;
  }
  .contact-form .onepage_t-formcol {
    float: none;
    width: 100%;
  }
}


/******************footer**********************/
.footer {
  width: 100%;
}
.footer-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer-inner p {
  text-align: center;
  color: #ddd;
}
.footer-inner p a {
  color: #ddd;
}


/******************bg-scroll**********************/
.bg-scroll{
  background-image:url(./img/bg-schroll.jpg);
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  height:400px;
  width:100%;
  margin-top:5em;
}