@charset "utf-8";
/* CSS Document */

/*-----Reset-----*/
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, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
* {
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
/*---------------------*/

/*-----画像の下の隙間を無くす-----*/
img {
    max-width: 100%;
	border-style:none;
    vertical-align: bottom; 
}
body {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%; 
    font-weight: 500;
    color:#008399;
    height: auto;
	line-height:1.4;
	text-decoration:none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-image:url(../img/stripes-light.webp) ;
	background-repeat:repeat;
}
main {
	padding-top: 60px;
}





/*ナビゲーション*/
#top-head {
  width: 100%;
  height: 60px;
  background: #fff;
  /*opacity: 0.9;*/
  display: flex;
  position: fixed;
  z-index: 999;
	background-color: #6DC1CC;
	box-shadow: 0  1px 7px #777;
}
#top-head .inner {
  /*float: left;*/
  width: 95%;
  max-width: 1000px;
	margin: 0 auto;
  display: flex;
	justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 img {
  text-decoration: none;
  font-weight: bold;
	margin-left: 25px;
	width: 270px;
	margin-top: 0;
}
/*nav style*/
#top-head nav {
	
}
#top-head nav ul {
  display: flex;
  list-style-type: none; 
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 15px;
  color: #404040;
	font-size: 0.9em;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
/*============================
mobile style
============================*/
@media screen and (max-width:950px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:12px;
  }
  #nav_toggle span:nth-child(3) {
    top:24px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 330px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 100%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
	
.inner h1 img {
	width: 270px;
}
}


/*キャッチ*/
.catch-area {
	background:radial-gradient(circle, #F3FFFF, #E6F3F4);
	padding: 50px 40px;
}
.catch-area h2 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 20px;
}
.catch-area h3 {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
	color: #707070;
	background-color: #FEFFF1;
	padding: 10px;
}
.catch-area p {
	font-size: 1em;
	line-height: 160%;
	color: #585858;
}

/*キャッチ幅100％帯*/
.catch-area2 {
	background:radial-gradient(circle, #FFF, #FFF);
	padding: 50px 40px;
}
/*キャッチ下線*/
.catch-area2-warap h2 {
  position: relative;
  padding: 20px 15px;
	/*↓↓白縁取りシャドウ*/
 text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 2px 2px 8px;
}

.catch-area2-warap h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #F9FF00, #F9FF00 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #F9FF00, #F9FF00 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.catch-area2 h2 {
	font-size: 1.8em;
	text-align: center;
}
.catch-area2 p {
	font-size: 1em;
	line-height: 160%;
}

/*キャッチ下線*/
.catch-top {
	/*↓↓白縁取りシャドウ*/
 text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 2px 2px 8px;
}




/*フッター*/
.footer-wrap {
	background:radial-gradient(circle, #6DC1CC, #57CAD3);
}
.footer-logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	margin-bottom: 30px;
	width: 350px;
}
.nav-footer a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}
.nav-footer ul {
	display: flex;
	justify-content:space-between;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.nav-footer a:hover{
  color: #68B1CB;
}
.company-add {
	margin-bottom: 70px;
}
.company-add P {
	color: #FFF;
	font-size: 1em;
	display: flex;
	justify-content:space-around;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.copy {
	background: radial-gradient(circle, #299AB4, #1E94A8);
	color: #FFF;
	font-size: 0.9em;
	padding: 10px 0;
}

/*共通アイテム*/
.center {
	text-align: center;
}
.gray-1 {
	color:#636363;
}
.brown-1 {
	color:#4D3F33;
}
.green-1 {
	color: #86A760;
}
.d-blue {
	color: #1E718E;
}

.font-06 {
	font-size: 0.6em;
}
.font-07 {
	font-size: 0.7em;
}
.font-08 {
	font-size: 0.8em;
}
.font-09 {
	font-size: 0.9em;
}
.font-12 {
	font-size: 1.2em;
}
.font-15 {
	font-size: 1.5em;
}

.mg-tp-15 {
	margin-top: 15px;
}
.mg-tp--200 {
	margin-top: 200px;
	z-index: 999;
}
.mg-bt--40 {
	margin-bottom: -40px;
}
.mg-bt-10 {
	margin-bottom: 10px;
}
.mg-bt-20 {
	margin-bottom: 20px;
}
.mg-bt-30 {
	margin-bottom: 30px;
}
.mg-bt-40 {
	margin-bottom: 40px;
}
.mg-bt-50 {
	margin-bottom: 50px;
}
.mg-bt-70 {
	margin-bottom: 70px;
}
.mg-bt-100 {
	margin-bottom: 100px;
}
.mg-bt-150 {
	margin-bottom: 150px;
}
.mg-bt-200 {
	margin-bottom: 200px;	
}
.slim {
font-weight: lighter;
}
.fat {
	font-weight: bold;
}











