﻿@charset "utf-8";

@import 'reset.css';
@import 'lib.css';

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

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

strong{
 font-weight:normal;
}

ul, ol {
 list-style: none;
}
img {
 max-width : 100%;
 height:auto;
 vertical-align:bottom;
}
a {margin:0px;}
p {padding:0 0 15px 0; color:#222;}

.pc-none {display:none;}

body {
 font-family: 'Noto Sans JP', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 margin:0;
 padding:0;
 color:#222;
 text-align:center;
/*
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
*/
}

/* other */
::selection {
    background: #333;
    color: #fff;
}
//Firefox
::-moz-selection {
    background: #333;
    color: #fff;
}
*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

#wrap {
 position:relative;
 margin:0 auto;
 padding:0;
}

img {
 border:none;
}

.img-center{
 display:block;
 margin-left:auto;
 margin-right:auto;
}

a:hover { color: #e4347a;}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.f120{font-size:120%;}
.f150{font-size:150%;}
.f180{font-size:180%;}

.link a{ color:#333; text-decoration:none; }
.link a:hover{ color:#663300; text-decoration:underline;}

.b{font-weight:bold;}

/* ============================================================== */
/*title*/
/* ============================================================== */

/*
h2 {
 font-weight: normal;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: center;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#333;
}
h2 span{
 font-weight: normal;
 font-size: 12pt;
 padding:0;
 text-align: center;
 position: relative;
 color:#666;
 letter-spacing:1px;
 font-family: arial;
}
*/
/*
h2 {
 position: relative;
 display: block;
 margin:0 auto;
 margin-top:40px;
 margin-bottom: 40px !important;
 font-size:180%;
 text-align:center; 
 font-weight:normal;
 letter-spacing:1px;
}
h2:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: block;
 width: 80px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #70be4e;
 border-radius: 1px;
}
*/
/*
h2 {
 position: relative;
 display: block;
 margin:0 auto;
 margin-top:40px;
 margin-bottom: 20px !important;
 padding:30px 0;
 font-size:140%;
 text-align:center; 
 font-weight:normal;
 letter-spacing:1px;
 background:#70be4e;
 color:#fff;
}
*/

h3 {
 margin-top:50px;
 margin-bottom:30px;
 padding-top:17px;
 padding-bottom:15px;
 font-size:140%;
 font-weight:normal;
  color:#ff9933;
 letter-spacing:1px;
  position: relative;
}
h3.ttl {
 margin-top:30px;
 margin-bottom:20px;
 padding:12px 20px 8px 20px;
 font-size:150%;
 font-weight:bold;
  color:#ff9933;
 letter-spacing:1px;
  position: relative;
 border:1px solid #ff9933;
 display:inline-block;
}

/*
h3{
 border-left:5px solid #006d80;
 margin-top:50px !important;
 margin-bottom:20px !important;
 text-align:left;
 font-weight:normal;
 font-size:140%;
 padding-left:20px;
 padding-top:3px;
 padding-bottom:3px;
 color:#222;
}
*/

h3.title{ font-weight: bold; text-align: left; font-size: 14pt; color: #222;
}
h3.title:before {
 content: '';
 position: absolute;
 bottom: 0px;
 display: block;
 width: 80px;
 height: 3px;
 /*left: 50%;*/
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #70be4e;
 border-radius: 1px;
}
/*
h3.title{
  font-weight: normal;
  text-align: left;
  font-size: 18pt;
  color: #ff9933;
  line-height:140%;
  border:none;
}
h3.title:after{
  border:none;
}
*/
/*
h3.ttl-h3{position: relative;overflow: hidden;padding: 1.8rem 2rem 1.8rem 80px;border-top: 2px solid #54b18c;font-size: 22px;line-height: 140%;background: #f2f6f7;}

h3.ttl-h3::before{position: absolute;top: -150%;left: -100px;width: 160px;height: 300%;content: '';-webkit-transform: rotate(25deg);transform: rotate(25deg);background: #54b18c;
}
*/


/* ============================================================== */
/*list*/
/* ============================================================== */

.list-base{
 margin:10px 0 20px 0;
}
.list-base li{
 margin-top:6px;
 padding:10px  0 15px 34px;
 background:url(../images/check01.jpg) 0 6px no-repeat;
}




/* ============================================================== */
/*header*/
/* ============================================================== */

header { width:100%; height:154px; margin:0 auto; text-align:left; position: fixed; top: 0; z-index: 3; background:#fff;
}
header:after { content: ''; display: block; clear: both;}
header div { width:1000px; margin: 0px auto; position: relative;}
header #head-left{width:720px; margin-top:16px;float:left;}
header #head-right{width:220px; float:right;}
header #logo { width:350px;  margin-top:10px;/*margin-right:160px;*/margin-bottom:8px; float:left;}
header #logo img { position: relative;}
header #head-sns { width:260px;  margin-top:3px;/*margin-right:70px;*/margin-bottom:8px; float:right;}
header #head-sns img{margin-right:20px;}
header #head-contact{ width:220px; margin-top:5px; margin-right:0; float:right;}
header #head-contact img{ margin-bottom:20px; }


header.scrolled {
 transition-property: background-color;
 transition-duration: 1s;
 background-color: #fff;
}


/* ============================================================== */
/*navi*/
/* ============================================================== */

.spnaviOpen{
  display:none;
}
ul.drop-menu{
  display:none;
}

.gnavi-box {
 clear:both;
 width:100%;
 height:60px;
 margin:0 auto;
 margin-top:0;
 margin-bottom:14px !important;
 padding:0;
}
.gnavi {
 clear:both;
 width:1000px;
 height:60px;
 margin:0 auto;
 padding:0;
}
.gnavi img {
 vertical-align:bottom;
}
.gnavi ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.gnavi ul li {
 float:left;
 list-style :none;
 margin: 0;
 padding:0;
}
.gnavi li a {
 margin:0;
 padding:0;
 display:block;
 outline: 0;
}

.spnavi{ display:none; }

/* ============================================================== */
/*main img*/
/* ============================================================== */

/*
.main-contents {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 margin-top:16px;
 overflow: hidden;
}
.main-image {
 margin: 0 auto;
 padding-top:154px;
 text-align:center;
 max-width: 1000px;
 overflow-x: visible;
}

.main-image .bx-viewport {
  overflow: visible !important;
}
*/

.main-contents {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
}

.main-image {
 margin: 0 auto;
 padding-top:0px;
 text-align:center;
 max-width: 1308px;
 overflow-x: visible; 

}

.main-contents03 {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
}

.main-image03 {
 margin: 0 auto;
 padding-top:0;
 text-align:center;
 max-width: 1200px;
 overflow-x: visible; 

}

/*
.main-contents02 {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 margin-top:20px;
 overflow: hidden;
}
*/

/*
.main-contents02 {
 display:block; position:relative; width:100%; margin-top:154px !important;
 background:#0b8c56;
}
.main-contents02-in {
 display:block; width:1000px; margin:0 auto;
}
.main-contents02 p{
	color: #FFFFFF;
	text-align: center;
    margin: 0;
	padding: 30px 0 30px 0;
    font-size: 1.6em;
	background-repeat: no-repeat;
	background-position: left center;
}
.main-contents02 span{
 margin-left:20px;
}
*/

.main-contents02 {
 display:block; position:relative; background: #f2f6f7;width:100%;padding-top:150px;height: 140px;letter-spacing: 0.1em;z-index: -2; margin-bottom:30px;
}
.main-contents02-in {
 display:block; width:1000px; margin:0 auto;
}
.main-contents02-in .img.ttl-bg{
position: absolute;right: 0;z-index: -1; float:right;
}
.main-contents02-in p{
	color: #222;
	text-align: left;
    margin-top: 50px;
	/*padding: 30px 0 30px 0;*/
    font-size: 1.6em;
float:left;
}
.main-contents02 span{
 margin-left:20px;
}

.main-image-under {
 margin: 0 auto;
 padding-top:170px;
 text-align:center;
 max-width: 980px;
 overflow-x: visible;
}
.main-contents-sp {
 display: none;
}

.main-contents-sp {
 display: none;
}

.main-contents02-sp {
 display: none;
}

.main-contents03-sp {
 display: none;
}




/* ============================================================== */
/*main*/
/* ============================================================== */

div#wrap section {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#main {
 width:1000px;
 margin:0 auto;
 padding:0;
 background-color:#fff;
 display:inline-block;
}

p{
 margin:0;
 padding:0 0 15px 0;
 font-size:100%;
 line-height:180%;
}

/* ============================================================== */
/*float box*/
/* ============================================================== */

.float-box{
 max-width:100%;
 margin:0 auto;
 padding:0 0 30px 0;
 text-align:left;
}
.float-box:after {
 content: '';
 display: block;
 clear: both;
}
.float-left {
 float:left;
 margin-right:50px;
 text-align:left;
}
.float-right {
 float:right;
 margin-left:50px;
}

/* ============================================================== */
/*home*/
/* ============================================================== */

.box{ width:100%; margin:0 auto; padding:30px 0 30px 0; overflow:hidden;}
.box00{ max-width:100%; margin:0 auto; padding:0; overflow:hidden;}
.box-in{ width:1000px; margin:0 auto; text-align:left; overflow:hidden;}
.box-in02{ width:1000px; margin:0 auto; padding-top:40px;text-align:left; overflow:hidden;}
.box-in-line{ width:1000px; margin:0 auto; padding-top:30px;padding-bottom:50px;text-align:left; overflow:hidden;border-bottom:1px solid #ccc;}

.home-pr-ttl{padding-top:24px;font-size:26pt;font-weight:bold; color:#ff9934;text-align:center;}
.home-pr-txt{padding-bottom:30px; font-size:20px;line-height:180%;text-align:center;}


.home-news-ttl{
 font-weight: bold;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: left;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#222;
 /*font-family: "ＭＳ Ｐ明朝"; */
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.home-news-ttl span{
 font-weight: bold;
 font-size: 15pt;
 padding:0;
 text-align: left;
 position: relative;
 color:#666;
 letter-spacing:0.5px;
 font-family: arial;
}

#news-box{ width:800px; margin:0 auto; padding-top:30px;padding-bottom:50px;}
#news-box:after{ content: ''; display: block; clear: both;}
#news-left{ /*width:670px;*/width:100%; margin:30px 0 0 0;text-align:left;float:none;}
#news-right{ width:280px; margin:0 auto;float:right;}
#home-news:after{ content: ''; display: block; clear: both;}
div#index-news {width:100%; margin-bottom:10px;}
div#index-news div.wn-item { margin-bottom:20px;  padding: 20px 0 30px 120px;  position: relative; font-size: 100%; text-align:left; border-bottom:1px dotted #ccc;}
div#index-news div.wn-item a{ color:#333; text-decoration:none;}
div#index-news div.wn-item a:hover{ color:#3782bd; text-decoration:underline;}
div#index-news div.wn-date { position: absolute; top: 20px; left: 0px; }


.home-item-box{ width:1000px; margin:0 auto; margin-bottom:50px;}
.home-item-box:after{ content: ''; display: block; clear: both;}
.home-item-left{ width:520px; float:left; text-align:left;}
.home-item-left .home-item-ttl{ padding-bottom:20px;font-size:28px; font-weight:bold;}
.home-item-left .home-item-txt{ border-left:1px solid #000;}
.home-item-left .home-item-txt p{ padding-top:15px;padding-left:50px;padding-bottom:50px;padding-right:30px;}
.home-item-left .home-item-txt img{ padding-left:50px;}
.home-item-right{ width:450px; float:right;}


.home-contact-ttl{
 font-weight: bold;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: left;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#81574b;
 /*font-family: "ＭＳ Ｐ明朝"; */
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.home-contact-ttl span{
 font-weight: bold;
 font-size: 15pt;
 padding:0;
 text-align: left;
 position: relative;
 color:#81574b;
 letter-spacing:0.5px;
 font-family: arial;
}

#contact-box{ width:100%; margin:0 auto; background:#e6eff8;}
#contact-box-in{ width:1000px; margin:0 auto;padding-top:50px;padding-bottom:50px;}
#contact-box-in:after{ content: ''; display: block; clear: both;}
#contact-box-left{ width:270px; margin:0;text-align:left;float:left;}
#contact-box-right{ width:680px; margin:0 auto;float:right;}
#contact-box-right:after{ content: ''; display: block; clear: both;}
#contact-box-right p{ line-height:180%; color:#80574b; text-align:center;}
#contact-tel{ width:300px; margin:30px 0 0 0; padding-right:20px; text-align:left;float:left;border-right:1px solid #81574b;}
#contact-mail{ width:300px; margin:30px 0 0 0;float:right;}


.home-guide li img{
  margin: 30px 0 10px;
  position: relative;
  z-index: 1;
}


.box-cont{
 width:600px;
 margin:0 auto;
 text-align:left;
 /*overflow:hidden; */
}
.box-blue{
 max-width:100%;
 margin:0 auto;
 padding:40px 0 0 0;
 overflow:hidden;
 background:#e1f3f1;
}



.box2 ul {
 zoom: 1;
 width: 1000px;
 margin:0 auto;
 margin-bottom:30px;
}
.box2 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box2 li {
 float: left;
 margin: 10px 30px 10px 0;
}
.box2 li.last {
 float: left;
 margin: 10px 0 10px 0;
}


.box3 ul {
 zoom: 1;
 width: 100%;
 margin:0 auto;
 margin-bottom:30px;
}
.box3 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box3 li {
 float: left;
 width:300px;
 margin: 10px 45px 10px 0;
 text-align:center;
 font-size:100%;
 line-height:140%;
}
.box3 li:last-child {
 float: left;
 width:300px;
 margin: 10px 0 10px 0;
 text-align:center;
 font-size:100%;
 line-height:140%;
}
.box3 li img{
 margin-bottom:10px;
}

.box3 li span{
 font-size:80%;
}
.box3 li a{
 color:#e4347a;
 text-decoration:none;
}

.box3 li a:hover{
 color:#e4347a;
 text-decoration:underline;
}
.red{ color:#e72c32;}
.og{ color:#ff6600;}
.komemark{
 color:#ff0000;
}


.service-ttl{margin-top:30px;margin-bottom:0;padding-bottom:10px;font-size:120%;font-weight:bold;}
.og{color:#ff9933;}

.service-ttl02{margin-top:30px;margin-bottom:0;padding-bottom:20px;font-size:120%;font-weight:normal;}
.comment{margin-top:30px;margin-bottom:0;padding-left:50px;padding-bottom:10px;font-size:80%;font-weight:normal;}

.srv-box { width:700px;}
.srv-box:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.srv-left { width:350px; margin-bottom:20px;float:left; }
.srv-right { width:350px; margin-bottom:20px;float:right; }
.comment02{margin-top:30px;margin-bottom:0;padding-bottom:10px;font-size:90%;font-weight:normal;}




.flow-box{width:100%;border-bottom:1px solid #ff9224;}
.flow-ttl img{margin-top:10px; margin-right:15px;margin-bottom:15px; float:left;}
.flow-ttl p{ padding-top:15px; font-size:130%; 
}
.flow-ttl:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.flow-line{ margin-top:-3px;margin-bottom:30px;text-align:center;}
.flow-line img{ margin:0 auto; }


/* ============================================================== */
/*contact*/
/* ============================================================== */

.contact-box{
 width:800px;
 margin-left: auto;
 margin-right: auto;
 padding:30px 0 30px 0;
}
.contact-table {
 width:800px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;
}
.contact-table th{
 width:30%;
 margin:0;
 padding:24px 0 24px 0;
 font-size:88%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
}
.contact-table td{
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc;
}
.contact-table td.bordernone{
 border:none;
}

.contact-table .size1{
 width:96%;
}
.contact-table .size2{
 width:50%;
}
.contact-table .size3{
 width:96%;
 height:250px;
}
.contact-table .size4{
 width:100px;
}
.contact-table .size4{
 width:100px;
}
.contact-table .size5{
 width:100px;
}
.contact-table .size6{
 width:120px;
}

.contact-table input,select{
 height:27px;
 vertical-align:middle;
}
.contact-table radio,checkbox{
 vertical-align:middle;
}

.contact-box button{
 padding:10px 15px 10px 15px;
}

.contact_text{text-align:center;}

.contact-table-conf { 
 width: 80%;
 margin-top:30px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table-conf th{
 width:30%;
 margin:0; 
 padding:24px 0 24px 0; 
 font-size:88%;
 text-align:left;
 border-bottom:1px solid #ccc;
} 
.contact-table-conf td{ 
 padding:24px 0 24px 18px; 
 border-bottom:1px solid #ccc;  
}
.contact-table-conf td.bordernone{
 border:none; 
}

/* ============================================================== */
/* line */
/* ============================================================== */

.line{
 margin-top:20px;
 padding:10px 0 10px 0;
 border-top:1px solid #ddd;
}

/* ============================================================== */
/* button */
/* ============================================================== */

.btn-base {
 font-size:1.3em;
 font-family: "genshin-m","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo";
}
.btn-line {
 clear:both;
 margin:0 auto;
 width:450px;
 border:1px solid #fff;
}
.btn-line a {
 display:block;
 padding:25px 0 25px 0;
 color:#fff;
 text-align:center;
 text-decoration:none;
}
.btn-line a:hover {
 color:#fff;
 background:#ff9600;
}




/* ============================================================== */
/*footer*/
/* ============================================================== */

footer{ clear:both; width:100%; margin:0; margin-top:20px;}
#foot{ width:1000px; margin:0 auto; padding-top:26px;}
#foot p{ font-size:90%;}
.foot-navi-box{ width:1000px; margin:0 auto;}
.foot-navi{ overflow: hidden;width:700px; margin:0 auto;padding:25px 0 0 0;position: relative; overflow: hidden; text-align:center; }
.foot-navi ul{ position: relative; /*left:50%;*/ }
.foot-navi ul li{ margin-bottom:10px;padding:0 8px 0 8px; letter-spacing:1px; text-align:left; font-size:80%; border-right:1px solid #ccc; position: relative; /*left:-50%;*/ float:left;}
.foot-navi ul li a{ color:#333; text-decoration:none;text-align:left;}
.foot-navi ul a:hover{ color:#ff9933;}

.foot-address{clear:both;padding-top:20px;padding-bottom:0;font-size:80%;text-align:left;}
.foot-copy{font-size:80%;text-align:center;}
.foot-copy span{font-size:70%;}
.foot-copy a{color:#333;text-decoration:none;}
.foot-copy a:hover{color:#666;text-decoration:none;}


/* ============================================================== */
/*company*/
/* ============================================================== */

.gmap{width:100%; margin:0 auto; margin-bottom:50px;}

.access-box{width:1000px;margin:0 auto; margin-bottom:30px;}
.access-box:after{content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.access-left{width:650px; float:left;}
.access-right{width:300px; float:right;}


.company-table {
 width: 100%;
 margin-top:0;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px dashed #ccc;
}
.company-table th{
 width:20%;
 margin:0;
 padding:14px 0 12px 10px;
 font-size:92%;
 font-weight:bold;
 text-align:left;
 border:none;
 border-bottom:1px dashed #ccc;
}

.company-table td{
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:180%;
 text-align:left;
 border:none;
 border-bottom:1px dashed #ccc;
}
.company-table .no-line{
 border:none;
}
.company-table td.bordernone{
 border:none;
}

.access-table {
 width: 100%;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
}
.access-table th{
 width:20%;
 margin:0;
 padding:14px 0 12px 10px;
 font-size:90%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#f0f0f0;
}

.access-table td{
 padding:14px 0 12px 18px;
 font-size:90%;
 line-height:180%;
 text-align:left;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
}
.access-table .no-line{
 border:none;
}
.access-table td.bordernone{
 border:none;
}


/* ============================================================== */
/* privacy */
/* ============================================================== */

.privacy-box{
 width:800px;
 margin:0 auto;
 padding:50px 0;
}
.privacy-title{
 margin:0;
 padding:10px 0 0 3px;
 text-align:left;
 font-size:15px;
 font-weight:bold;
}

.privacy-text{
 margin:5px 5px 10px 5px;
 padding:0 0 20px 0;
 text-align:left;
 font-size:13px;
 border-bottom:1px dotted #ccc;
}
.privacy-date{
 margin:5px 5px 10px 5px;
 padding:0 0 20px 0;
 text-align:right;
 font-size:13px;
 border-bottom:none;
}





.p-anima-6__item {
  display: inline-block;
  position: relative;
  /*background:#000;*/
}
.p-anima-6__item::before {
  content: "";
  display: block;
  background-color: #fde67e;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
 /*clip-path: polygon(0 0, 100% 0, 100% 150%, 0% 100%); */
}
.p-anima-6__item::after {
  content: "";
  display: block;
  background-color: #fde67e;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
}


/*
.p-anima-6.__anima::before {
  animation: anima_bg_6 0.9s ease-out 1 forwards;
}

.p-anima-6__fadein {
  opacity: 0;
}
.p-anima-6.__anima .p-anima-6__fadein {
  animation: anima_fadein_6 0.9s ease-out 0.5s 1 forwards;
}
*/

.p-anima-6.__anima .p-anima-6__item::before {
  animation: anima_bg_6 0.9s ease-out 1 forwards;
}

.p-anima-6__item:nth-of-type(2)::before {
  animation-delay: 0.3s !important;
}

.p-anima-6__item span {
  position: relative;
  z-index: 1;
  opacity: 0;
  background:#fde67e;
  padding:10px 20px;
}
.p-anima-6.__anima .p-anima-6__item span {
  animation: anima_fadein_6 0.5s ease-out 0.9s 1 forwards;
}

.p-anima-6 __anima{margin-bottom:20px !important;  background:#fde67e;}

@keyframes anima_fadein_6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima_bg_6 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
/*

@keyframes anima_bg_6 {
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes anima_fadein_6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
`/


body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*height: 100vh;*/
}
/*
button {
  margin-top: 40px;
}
*/
/*
.p-mv {
  display: flex;
  align-items: center;
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 40px;
  height: 480px;
  position: relative;
}
*/

.p-mv::before {
  content: "";
  display: block;
  /*background-color: rgba(51, 51, 51, 0.5); */ 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-mv__title {
  display:inline-block;
  margin-bottom:20px;
  padding:10px 20px 10px 20px;
  color: #59311f;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  top:240px;
  left:8%;
  z-index: 1;
  text-align:left;
  letter-spacing:2px;
  /*background:#000;*/
}



.home-about-box{ width:100%; margin:0 auto; }
.home-about-box:after{ content: ''; display: block; clear: both;}
.home-about-left{ width:455px; margin:0;text-align:left;float:left;}
.home-about-left img{margin-bottom:20px;}
.home-about-right{ width:500px; margin:0 auto;margin-top:50px;float:right;}

.home-service-box{ display: block; width:100%; height:620px;margin:0 auto; padding:0; background:url(../images/home_service_bg.jpg) no-repeat;}
.home-service-box:after{ content: ''; display: block; clear: both;}
.home-service{ display:block;width:1000px; margin:0 auto; padding-top:120px;}
.home-service:after{ content: ''; display: block; clear: both;}
.home-service-left{ display:block;width:160px; margin:0 auto;margin-top:20px;margin-right:20px;text-align:left;float:left;}
/*
.home-service-right{ display:block;width:780px; margin:0 auto;float:right;}
.home-service-right li#home-service01{ width:370px;height:380px; margin-right:30px;float:left;background:url(../images/home_service01.jpg) no-repeat;}
.home-service-right li#home-service02{ width:370px;height:380px; margin-right:0;float:left;background:url(../images/home_service02.jpg) no-repeat;}
.home-service-right li#home-service03{ width:270px;height:380px;float:left;background:url(../images/home_service03.jpg) no-repeat;} 
.home-service-right li#home-service01 p{padding-top:270px; margin-left:15px;margin-right:10px; font-size:95%;text-align:left;}
.home-service-right li#home-service02 p{padding-top:270px; margin-left:15px;margin-right:10px; font-size:95%;text-align:left;}
.home-service-right li#home-service03 p{padding-top:270px; margin-left:10px;margin-right:10px; text-align:left;}
*/
.home-service-right{ display:block;width:800px; margin:0 auto;float:right;}
.home-service-right li#home-service01{ width:260px;height:380px; margin-right:10px;margin-bottom:30px;float:left;background:url(../images/home_service01.jpg) no-repeat;}
.home-service-right li#home-service02{ width:260px;height:380px; margin-right:10px;float:left;background:url(../images/home_service02.jpg) no-repeat;}
.home-service-right li#home-service03{ width:260px;height:380px;margin-right:0;float:left;background:url(../images/home_service03.jpg) no-repeat;} 
.home-service-right li#home-service01 p{padding-top:224px; margin-left:15px;margin-right:10px; font-size:90%;text-align:left;}
.home-service-right li#home-service02 p{padding-top:224px; margin-left:15px;margin-right:10px; font-size:90%;text-align:left;}
.home-service-right li#home-service03 p{padding-top:224px; margin-left:10px;margin-right:10px; font-size:90%;text-align:left;}


.home-case-box{ width:1000px; height:510px;margin:0 auto; padding:0; background:url(../images/home_case_bg.jpg) no-repeat;}
.home-case-box:after{ content: ''; display: block; clear: both;}
.home-case{ width:530px; padding-top:80px;text-align:left;}
.home-case img{margin-bottom:50px;}
.home-case p{padding-bottom:50px;}

.box-line{width:100%;background:url(../images/line.jpg) repeat-x;}

.foot-navi{text-align:center;font-size:90%;padding-top:60px;}
.copyright{text-align:center;font-size:70% !important;padding-top:30px;padding-bottom:30px;}


footer{width:100%;margin-bottom:0;background:url(../images/foot_bg_pc.jpg) repeat-x;}
/*#footer-in{width:100%;background:url(/web/wp-content/uploads/foot_bg.jpg) repeat-x;}*/
#foot{width:100%;padding-top:60px;}



.pr-txt{color:#5d331d;font-size:140%; font-weight:bold;}

.mvv-box{width:100%;margin-top:30px;margin-bottom:30px;}
.mvv-box:after{ content: ''; display: block; clear: both;}
.about-left{width:20%;background:#f2f6f7; float:left;}
.about-left h3{text-align:center;font-weight:bold;color:#222;}
.about-right{width:75%;float:right;text-align:left;}
.about-right p{padding-top:35px;}

.about-left02{width:20%;background:#f2f6f7; float:left;}
.about-left02 h3{text-align:center;font-weight:bold;color:#222;padding:20px 0;}
.about-right02{width:75%;float:right;text-align:left;}
.about-right02 p{padding-top:0;}

.about-left03{width:20%;background:#f2f6f7; float:left;}
.about-left03 h3{text-align:center;font-weight:bold;color:#222;padding:40px 0;}

/* ============================================================== */
/* profile */
/* ============================================================== */

.profile-box{
 width:100%;
 margin:0 auto;
 margin-top:50px;
 margin-bottom:50px;
 padding-bottom:15px;
 text-align:left;
}
.profile-box:after {
 content: '';
 display: block;
 clear: both;
}
.profile-left {
 width:620px;
 float:left;
 margin-right:20px;
 text-align:left;
}
.profile-right {
 width:320px;
 margin-top:130px;
 float:right;
}
.pro-name {
 margin-bottom:30px;
 padding-bottom:30px;
 border-bottom:1px dashed #cccc;
}
.partition-line {
 width:100px;
 padding-top:50px;
 border-top:1px solid #eb5d97;
}
.license-box{ width:99%; margin:0 auto;margin-bottom:70px;border:1px solid #70be4e;}
.license-box:after{ content: ''; display: block; clear: both;}
.license-box-left{ width:220px; float:left;margin-top:20px;margin-left:20px;background:#f2f2f2;display:block; padding:20px;font-size:130%;font-weight:bold;line-height:180%;}
.license-box-right{ width:660px; margin-top:30px;float:left;margin-left:40px;margin-bottom:10px;}
.license-ttl{background:#ddd; padding:10px 0 10px 10px;margin-bottom:10px;font-weight:bold;}

.profile-work{ width:100%; margin:0 auto;margin-bottom:70px;}
.profile-work:after{ content: ''; display: block; clear: both;}
.profile-work-left{ width:230px; float:left;}
.profile-work-right{ width:660px; float:left;margin-left:70px;margin-bottom:10px;}


.work-box{
 width:100%;
 margin:0 auto;
 margin-top:30px;
 margin-bottom:50px;
 padding-bottom:15px;
 text-align:left;
}
.work-box:after {
 content: '';
 display: block;
 clear: both;
}
.work-left {
 width:370px;
 float:left;
 margin-top:15px;
 margin-right:50px;
 text-align:left;
}
.work-right {
 width:570px;
 float:right;
}


.work-table{
 width:700px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;
}
.work-table .left-area{
 width:25%;
 margin:0;
 padding:24px 0 24px 0;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
}
.work-table td{
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc;
 line-height:210%;
}
.work-table td.bordernone{
 border:none;
}

.work-table02{
 width:700px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;
}
.work-table02 .left-area{
 width:25%;
 margin:0;
 padding:24px 0 24px 0;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
}
.work-table02 td{
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc;
 line-height:190%;
}
.work-table02 td.bordernone{
 border:none;
}

.home-comment-box{
 width:100%;
 margin:0 auto;
 margin-bottom:30px;
 background:#f2f2f2;
}
.home-comment-box p{
 padding:20px 20px 20px 20px;
 font-size:90%;
}

.comment-box{
 width:99%;
 margin:0 auto;
 margin-bottom:30px;
 border:1px solid #70be4e;
}
.comment-box p{
 padding:20px 30px 20px 30px;
}
.work-table03 {
 width: 99%;
 margin-top:0px;
 margin-bottom:40px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
}
.work-table03 th{
 margin:0;
 padding:14px 0 12px 10px;
 font-size:85%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#f0f0f0;
 vertical-align:middle;
}

.work-table03 td{
 width:32%;
 padding:14px 2px 12px 5px;
 font-size:80%;
 line-height:180%;
 text-align:left;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
 vertical-align:middle;
}

.work-table03 .no-line{
 border:none;
}
.work-table03 td.bordernone{
 border:none;
}


.work-table04 {
 width: 99%;
 margin-top:0px;
 margin-bottom:10px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
}
.work-table04 th{
 margin:0;
 padding:14px 0 12px 10px;
 font-size:85%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#f0f0f0;
 vertical-align:middle;
}

.work-table04 td{
 width:32%;
 padding:14px 0px 12px 5px;
 font-size:85%;
 line-height:180%;
 text-align:left;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
 vertical-align:middle;
}

.work-table04 .no-line{
 border:none;
}
.work-table04 td.bordernone{
 border:none;
}


/* ============================================================== */
/* service */
/* ============================================================== */

.tab-box{width:100%;margin:0 auto;}
.service-box .box-color-03 {margin-bottom: 0; padding: 32px 42px; width: 100%; text-align: left; position: relative; overflow: hidden; box-sizing: border-box;}
.service-box .box-color-03 ul { list-style: none;}
.service-box .tab_item { margin-right: 24px; width: 310px; height: 60px; float: left; background: #fff; border: 1px solid #92bcd6; border-bottom: none; font-size: 100%; line-height:140%; color:#92bcd6; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .4s ease;}
.service-box .tab_item:hover { /*background: #ec5e98;*/ background: #92bcd6;color: #fff;}
.service-box .tab_item:last-of-type {margin-right: 0 !important;}
.service-box input[name="tab_item"] { display: none;}

.service-box .tab_content { display: none; clear: both; overflow: hidden;}
#theme01:checked ~ #theme01_content,
#theme02:checked ~ #theme02_content,
#theme03:checked ~ #theme03_content,
#theme04:checked ~ #theme04_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #92bcd6;
  background: #fff;
}
.service-box input:checked + .tab_item { background-color: #92bcd6;color: #fff;}


.service-box .tab_content > ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
}

.service-box .tab_content > ul.list li { display: table; margin: 6px;}

.service-box .tab_content > ul.list li.edu-box { position: relative; display: table-cell; padding: 30px 20px 10px 20px; width: 134px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.edu-box02 { position: relative; display: table-cell; padding: 20px 20px 20px 20px; width: 134px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}

.service-box .tab_content > ul.list li a { position: relative; display: table-cell; padding: 20px; width: 134px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;
transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li a p {margin: 0;}
.service-box .tab_content > ul.list li a:hover { background: #92bcd6; color: #fff; text-decoration: none;}

.service-box .tab_content > ul.list li:last-child { display: table; margin: 6px 0 6px 6px;}
.service-box .tab_content > ul.list li:last-child a { position: relative; display: table-cell; padding: 20px; width: 134px; height: 40px; vertical-align: middle; background: #f2f2f2; text-align: center; color: #444; font-size: 100%; line-height: 1.4;
transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li:last-child a p {margin: 0;}
.service-box .tab_content > ul.list li:last-child a:hover { background: #38fcb0; color: #fff; text-decoration: none;}

.service-box .tab_content > ul.list li.s_list { display: table; margin: 6px;}
.service-box .tab_content > ul.list li.s_list a { position: relative; display: table-cell; padding: 20px; width: 184px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.s_list a p {margin: 0;}
.service-box .tab_content > ul.list li.s_list a:hover { background: #92bcd6; color: #fff; text-decoration: none;}

.service-box .tab_content > ul.list li.s_list:last-child { display: table; margin: 6px 0 6px 6px;}
.service-box .tab_content > ul.list li.s_list:last-child a { position: relative; display: table-cell; padding: 20px; width: 184px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;
transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.s_list:last-child a p {margin: 0;}
.service-box .tab_content > ul.list li.s_list:last-child a:hover { background: #92bcd6; color: #fff; text-decoration: none;}

.service-box .tab_content > ul.list li.m_list { display: table; margin: 6px;}
.service-box .tab_content > ul.list li.m_list a { position: relative; display: table-cell; padding: 20px; width: 258px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.m_list a p {margin: 0;}
.service-box .tab_content > ul.list li.m_list a:hover { background: #92bcd6; color: #fff; text-decoration: none;}

.service-box .tab_content > ul.list li.m_list01 { position: relative; display: table-cell; padding: 30px 20px 10px 20px; width: 258px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.m_list02 { position: relative; display: table-cell; padding: 20px; width: 258px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}

.service-box .tab_content > ul.list li.l_list { display: table; margin: 6px;}
.service-box .tab_content > ul.list li.l_list a { position: relative; display: table-cell; padding: 20px; width: 413px; height: 40px; vertical-align: middle; background: #ddd; text-align: center; color: #444; font-size: 100%; line-height: 1.4;transition: all .4s;text-decoration:none;}
.service-box .tab_content > ul.list li.l_list a p {margin: 0;}
.service-box .tab_content > ul.list li.l_list a:hover { background: #92bcd6; color: #fff; text-decoration: none;}

div.service-ttl-top{clear:both;display:block;width:100%;margin-top:20px;margin-bottom:30px;font-size:130%;text-align:center !important;color:#333;}
div.service-ttl{clear:both;display:block;width:100%;margin-top:60px;margin-bottom:30px;padding-top:40px;font-size:130%;text-align:center !important;color:#333;border-top:1px dotted #ccc;}


.seminar-table {
 width: 100%;
 margin-top:30px;
 margin-bottom:80px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
}
.seminar-table th{
 width:20%;
 margin:0;
 padding:14px 0 12px 18px;
 font-size:92%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#eee;
 vertical-align:middle;
}


.seminar-table td{
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:180%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 vertical-align:middle;
}
.seminar-table .area-top{
 width:40%;
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:180%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 vertical-align:middle;
}
.seminar-table .area-day{
 width:20%;
 margin:0;
 padding:14px 0 12px 18px;
 font-size:92%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#eee;
 vertical-align:middle;
}
.seminar-table .no-line{
 border:none;
}
.seminar-table td.bordernone{
 border:none;
}



.seminar-table02 {
 width: 100%;
 margin-top:0px;
 margin-bottom:80px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
}
.seminar-table02 th{
 width:20%;
 margin:0;
 padding:14px 0 12px 18px;
 font-size:92%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#efefef;
 vertical-align:middle;
}
.seminar-table02 .top-area{
 margin:0;
 padding:14px 0 12px 0;
 font-size:92%;
 font-weight:normal;
 text-align:center;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
 background:#efefef;
 vertical-align:middle;
}


.seminar-table02 td{
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:180%;
 text-align:left;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
 vertical-align:middle;
}





.self-career-box{ width:998px; margin:0 auto; margin-top:20px; margin-bottom:40px; padding-bottom:15px; text-align:left; border:1px solid #70be4e;
}
.self-career-box:after { content: '';display: block; clear: both;}
.self-career { width:920px;margin:0 auto;  margin-top:15px; margin-left:35px;}
.self-career-left { width:540px;float:left;}
.self-career-right { width:360px;float:right;text-align:right;}
.self-career-ttl{background:#38cfb0; text-align:left;color:#fff;font-size:110%; font-weight:bold;margin-bottom:20px;padding:10px 0 10px 10px;}
.self-career-left01{width:100px;float:left;}
.self-career-left02{width:410px;float:right;}



/* ============================================================== */
/* button */
/* ============================================================== */

.btn-base {
 font-size:1.0em;
 font-family: "genshin-m","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo";
}

.btn-line {
 clear:both;
 width:200px;
 margin-top:20px;
 border:1px solid #92bcd6;
 text-align:left;
}
.btn-line a {
 display:block;
 padding:15px 0 15px 0;
 color:#333;
 text-align:center;
 text-decoration:none;
}
.btn-line a:hover {
 color:#fff;
 background:#92bcd6;
 text-align:center;
}

.btn-line02 {
 clear:both;
 margin:0 auto;
 width:240px;
 border:1px solid #92bcd6;
 text-align:center;
}
.btn-line02 a {
 display:block;
 padding:25px 0 25px 0;
 color:#333;
 text-align:center;
 text-decoration:none;
}
.btn-line02 a:hover {
 color:#fff;
 background:#92bcd6;
 text-align:center;
}

.service-navi{text-align:center;}

.btn-home-news{display:block;margin:0 auto;margin-top:20px;text-align:center !inportant;}


.box-line{width:100%;background:url(../images/line.jpg) repeat-x;}



.price-table { 
 width: 100%;
 margin-top:20px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none; 
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
}
.price-table td{ 
 padding:16px 20px 13px 18px;
 font-size:92%;
 line-height:160%;
 text-align:right;
 border:none;
 border-bottom:1px solid #ccc; 
 color:#222;
 vertical-align:middle;
}
.price-table th{
 width:70%;
 margin:0; 
 padding:16px 0 13px 0; 
 font-size:92%;
 font-weight:normal;
 text-align:left;
 border-top:none;
 border-left:none;
 border-right:none;
 border-top:1px solid #ccc;
 color:#222;
 line-height:160%;
} 
.price-table td.bordernone{
 border:none; 
}


.price-table02 { 
 width: 100%;
 margin-top:20px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none; 
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}
.price-table02 td{ 
 padding:16px 20px 13px 18px;
 font-size:92%;
 line-height:160%;
 text-align:right;
 border:none;
 border-right:1px solid #ccc;
 border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
 vertical-align:middle; 
}
.price-table02 .left-area{
 width:50%;
 margin:0; 
 padding:16px 0 13px 18px; 
 font-size:92%;
 font-weight:bold;
 text-align:left;
 border-top:none;
 border-left:none;
 border-right:none;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}

.price-table02 .top-area{
 margin:0; 
 padding:16px 0 13px 18px; 
 font-size:92%;
 font-weight:normal;
 text-align:center;
 border-top:none;
 border-left:none;
 border-right:none;
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#f2f2f2;
} 
.price-table02 td.bordernone{
 border:none; 
}


.price-table03 { 
 width: 100%;
 margin-top:20px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none; 
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}
.price-table03 td{ 
 padding:16px 20px 13px 18px;
 font-size:92%;
 line-height:160%;
 text-align:center;
 border:none;
 border-right:1px solid #ccc;
 border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
 vertical-align:middle; 
}
.price-table03 th{
 width:25%;
 margin:0; 
 padding:16px 0 13px 18px; 
 font-size:92%;
 font-weight:bold;
 text-align:center;
 border-top:none;
 border-left:none;
 border-right:none;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
}

.price-table03 .top-area{
 margin:0; 
 padding:16px 0 13px 18px; 
 font-size:92%;
 font-weight:normal;
 text-align:center;
 border-top:none;
 border-left:none;
 border-right:none;
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#f2f2f2;
} 
.price-table03 td.bordernone{
 border:none; 
}




.box-md{width:100%;margin:0 auto; margin-top:30px;margin-bottom:50px;padding-top:50px;background:#fff;}
.box-md:after { content: ''; display: block; clear: both;}


.box2{
 clear:both;
 width:100%;
 margin:0 auto;
}
.box2:after{
 content: '';
 display: block;
 clear: both;
}
.box2-in{
 width:980px;
 margin:0 auto;
 margin-bottom:30px;
 display:flex;
}

.box2-in{
 width:980px;
 margin:0 auto;
 margin-bottom:30px;
 display:flex;
}

.box2 li {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  float:left;
 width:450px;
 margin-right:10px;
  padding:0 0 20px 0;
  background:none;
  text-align:center;
}
.box2 li:last-child {
 margin-right:0;
}

.box-item{
 clear:both;
 width:100%;
 margin:0 auto;
 background:#f2f2f2;
 padding-top:50px;
 padding-bottom:50px;
 display:block;
 overflow:hidden;
}

.box-item-in{
 width:1050px;
 margin:0 auto;
 margin-bottom:30px;
 display:block;
}
.box-item-in:after{
 content: '';
 display: block;
 clear: both;
}

.box2-2 li {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  float:left;
 width:494px;
 margin-right:60px;
 margin-bottom:20px;
  padding:0 0 20px 0;
  background:none;
  text-align:center;
 display:block;
}
.box2-2 li:last-child {
 margin-right:0;
 display:block;
}


h2 {
 position: relative;
 display: block;
 margin:0 auto;
 margin-top:30px;
 margin-bottom: 30px !important;
 font-size:180%;
 text-align:center; 
 font-weight:normal;
 letter-spacing:1px;
 line-height:140%;
 color:#222;
}

h2 span{
 font-size:60%;
 color:#006d80;
}

.sub-title {
 margin:0 0 30px 0;
 padding:0;
 font-size:160%;
 font-weight:normal;
 /*font-family: "ＭＳ Ｐ明朝"; */
 color:#cc4515;
 line-height:140%;
}
.sub-title span{
 font-size:80%;
}

h2.title{
 clear:both;
 margin:50px 0 30px 0;
 padding:0 0 15px 0;
 font-size:150%;
 font-weight:normal;
 font-family: 'Noto Sans Japanese', "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
 text-align:center;
 border-bottom:3px double #ccc;
 letter-spacing:0px;
}
h2.ttl{
 clear:both;
 margin:50px 0 30px 0;
 padding:0 0 15px 0;
 font-size:180%;
 font-weight:700;
 font-family: 'Noto Sans Japanese', "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
 text-align:center;
 letter-spacing:0px;
}

.box-home-message{
 margin:0 auto;
 padding:50px 0 80px 0;
 background:url(../images/message_bg.jpg) no-repeat;
}

/*----- guide ----*/

.guide-box{width:100%;margin:0 auto; margin-top:30px;margin-bottom:50px;}
.guide-box:after { content: ''; display: block; clear: both;}
.guide-left{width:45%; float:left;}
.guide-right{width:45%; float:right;}

.list-check li{margin-bottom:28px;padding-top:15px;padding-left:32px; padding-bottom:18px;background:url(../images/list_blue.jpg) 0 14px no-repeat; text-align:left;font-size:100%;color:#222; border-bottom:1px dashed #ccc;}


#index-news-box{width:700px; margin:0 auto; padding-top:30px !important;}


.box-home-guide{
 margin:0 auto; padding:30px 0 50px 0; /*border-bottom:1px solid #cce2e6;*/}
.box-home-guide:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden;}

.home-guide-kamoku-wrap{clear:both;display:block;margin:0 auto;margin-bottom:30px;padding:0;text-align:center; }
.home-guide-kamoku{clear:both;display:inline-block;background:#006d80;text-align:center;color:#fff;padding:20px 30px 0 30px;}
.home-guide-left{ width:520px; float:left;}
.home-guide-right{ width:440px; margin-top:20px; float:right;}

.home-guide-table{width:100%; margin-bottom:50px; border:none;}
.home-guide-table th{text-align:center; font-weight:normal;border-bottom:1px solid #333; padding:15px 3px 20px 3px;}
.home-guide-table td{width:36px; padding:20px 6px 20px 6px;text-align:center; color:#002e44;border:none;
border-bottom:1px solid #333;}
.home-guide-table .area01{width:100px; text-align:center;}
.home-guide-txt{text-align:left;}
.home-guide-txt-address{text-align:left;font-size:90%;}
.home-guide-access{background:#eff2f2;margin-top:20px;padding:18px 0;;text-align:center;}

#foot-box{width:100%;margin:0 auto; border-top:1px solid #ccc;
}

#foot-btm{
 width:1000px;
 margin:0 auto;
 padding:20px 0 0 0;
}
#foot-btm .foot-name{
 font-size:80%;
 color:#001f5f;
 text-align:center;
}
#foot-btm .foot-name span{
 margin:0;
 padding:0;
 text-align:center;
 color:#7f7f84;
}
#foot-btm .foot-address{
 margin:0;
 padding:0 0 10px 0;
 text-align:center;
 font-size:80%;
 color:#222;
}

.copyright{
 margin-bottom:0;
 padding:0 0 3px 0;
 font-size:70%;
 text-align:center;
}
.copyright a{
 color:#333;
 text-decoration:none;
}

.faq-box{margin-bottom:10px;}
.faq-box img{margin-right:15px;vertical-align:middle;}



.home-box2 ul {
 zoom: 1;
 width: 890px;
 margin:0 auto;
 margin-bottom:30px;
}
.home-box2 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.home-box2 li {
 float: left;
 margin: 10px 30px 10px 0;
}
.home-box2 li.last {
 float: right;
 margin: 10px 0 10px 0;
}


.home-box3 ul {
 zoom: 1;
 width: 890px;
 margin:0 auto;
 margin-bottom:30px;
}
.home-box3 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.home-box3 li {
 float: left;
 width:32%; height:auto;
 margin: 10px 15px 10px 0;
}
.home-box3 li:last-child {
 float: left;
 width:32%; height:auto;
 margin: 10px 0 10px 0;
}



.home-box-grey {
 zoom: 1;
 width:100%;
 margin:0 auto;
 margin-bottom:30px;
 padding-top:50px;
 padding-bottom:50px;
 background:#f2f2f2;
 display:block;
 overflow:hidden;
}
.home-box-grey:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/* device */
.sp {
    display: none;
}
.pc {
    display: block;
}

#mainimage_block {
    position: relative;
    z-index: 0;
}
#mainimage_block .text_box {
    position: absolute;
    top: 22vw;
    left: 9vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
#mainimage_block .text_box p {
    font-size: 45px;
    color: #fff;
    line-height: 180%;
    font-weight: bold;
}


#mainimage_block swiper
-----------------------------------*/
#mainimage_block .swiper-slide img {
    width: 100%;
    position: relative;
}
#mainimage_block .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
#mainimage_block .swiper-slide img {
    object-fit: cover;
    width: 100%;
}
/*ズーム*/
#mainimage_block .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-blend-mode: multiply;
    opacity: 0.25;
    animation: zoomUp 1.0s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}
#mainimage_block .swiper-slide-active .slide-img,
#mainimage_block .swiper-slide-duplicate-active .slide-img,
#mainimage_block .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
/*ページネーション
--------------------------*/
#mainimage_block .swiper-horizontal>.swiper-pagination-bullets,
#mainimage_block .swiper-pagination-bullets.swiper-pagination-horizontal,
#mainimage_block .swiper-pagination-custom,
#mainimage_block .swiper-pagination-fraction {
    top: 50% !important;
    left: auto !important;
    right: 0 !important;
    width: 60px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mainimage_block .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#mainimage_block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 19px var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}
#mainimage_block .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    display: block !important;
    height: 85px !important;
    width: 3px !important;
}
#mainimage_block .swiper-pagination-bullet-active {
    background: #d42b47 !important;
}



/*-----------------------------------
スクロールダウン
-----------------------------------*/
/*スクロールダウン全体の場所*/
.bl_scrollDown {
    position: absolute;
    bottom: 80px;
    right: 50px;
    z-index: 100;
    margin-bottom: -90px;
}
/* 丸の描写 */
.bl_scrollDown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 16px;
    z-index: 1;
    width: 2px;
    height: 40px;
    border-radius: 50%;
    background: #D42442;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}
.bl_scrollDown:after {
    content: "";
    position: absolute;
    top: -80px;
    right: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 130px;
    background: #E3E3E3;
}
/*Scrollテキストの描写*/
.bl_scrollDown_body {
    position: absolute;
    right: 0;
    top: -180px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 35px;
    }
    100% {
        bottom: -15px;
    }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}


/* ============================================================== */
/*faq*/
/* ============================================================== */

.faqBox{
 width:100%;
 margin:0 auto;
 padding-top:15px;
 padding-bottom:10px;
 margin-bottom:50px;
 clear:both;
 position:relative;
}

.faqQ{
 background: url(../images/q.png) no-repeat 0 0px;
 padding-top:10px;
 padding-bottom:12px;
 padding-left:70px;
 margin-bottom:15px;
 font-size:100%;
 color:#222;
}
.faqA{
 background: url(../images/a.png) no-repeat 0 0px;
 padding-top:10px;
 padding-bottom:5px;
 padding-left:70px;
 font-size:100%;
 color:#222;
}

.comBox{width:100%;border:2px solid #1b7c8f; margin-bottom:40px;}
.comBox p{padding:20px;}

.pre-apli{width:100%;margin-top:30px;margin-bottom:40px;text-align:center;}
.pre-apli img{width:30%;}


.se-box{width:440px;border:4px dashed #1b7c8f; margin-top:20px;margin-bottom:20px;background:#e1f3ff;}
.se-box-in{padding:20px;}


.remark-box{width:90%;margin-top:30px;margin-bottom:30px;border:3px solid #ff3300;background:#fff;}
.remark-box-in{width:90%; margin:0 auto;padding:20px;}
.remark-box-in p{text-align:left;}

.remark-box02{width:84%; margin:0 auto;margin-top:30px;margin-bottom:30px;border:3px solid #ff3300;background:#fff;}
.remark-box-in{width:90%; margin:0 auto;padding:20px;}
.remark-box-in p{text-align:left;}


.app-info{width:87%;margin:0 auto;display:flex;padding:20px 0 30px 0;background-color:#eee;text-align:center;justify-content:space-evenly;}
.app-info img{width:100%;/*height:60px;*/}




