@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


h1, h2, h3, h4, h5, h6, img,
p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none;
  display: inline-block; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; 
}

a {
  text-decoration: none;
  color: #000; }

body {
  line-height: 1.6;
  color: #222;
/*  background-color: #f2f2f2;*/
  font-size: 16px;
  width: 100%;

  -webkit-text-size-adjust: 100%;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*  background-color: #fff;*/
  text-align: center;
  margin: 0 auto; 

}




/*----------------------------------------------------
btn ptn COMMON
----------------------------------------------------*/
/*
  a:hover{
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  background: -o-linear-gradient(#fff, #f5f5f5);
  background: linear-gradient(#fff, #f5f5f5);
  color: #888;
  opacity: 0.8;
  }
*/
/*----------------------------------------------------
btn ptn
----------------------------------------------------*/
a.button {
  background: #aaa;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}
a.button:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #666;
  transition: all .35s ease-in-out .5s;
}

a.button span {
  display: block;
  padding: 15px 30px;
  background: #fff;
  z-index: 100;
  position: relative;
  transition: all .35s ease-in-out .35s;
}
a.button:hover span {
  background: #666;
  color: #fff;
  transition: all .35s ease-in-out .35s;
}
a.button:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #666 ;
  transition: all .35s ease-in-out .5s;
}
a.button:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s;
}
a.button:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #666;
  transition: all .35s ease-in-out .5s;
}
a.button:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s;
}

/*----------------------------------------------------
to page TOP btn
----------------------------------------------------*/
a.toTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 15px;
}
a.toTop {
    display: block;
    background-color: #aaa;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
}
a.toTop:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #bbb;
    font-size: 22px;
    text-decoration: none;
    padding:12px 20px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.9;
    opacity: 0.9;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;
}


/*----------------------------------------------------
body wrap
----------------------------------------------------*/
.wrapall{
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
header  humberger menu
----------------------------------------------------*/
header{
  color: #fff;
  height: 60px;
  font-size: 16px;
  width: 100%;
  padding: 15px 10px 15px 15px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 60px;
  z-index: 101;
}

.hm_menu_check {
  display: none;
}
.hm_wrap {
  display: inline-block;
  position :fixed;
  top :12px;
  left :0;
  width :100%;
  background :#000;
  z-index: 101;
  padding-left: 15px;
  margin-bottom: 60px;
}

.hm_title {
  position: relative;
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 2;
  font-size: 16px;
  top: 2px;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2;
  padding: 5px 0; 
}
.hm_btn::before {
  -webkit-box-shadow: #fff 0 12px 0;
  box-shadow: #fff 0 12px 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
  width :100%;
  height :10000px;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  background-color: rgba(0,0,0,0.65);
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(5.5px, 11px, 0);
  transform: rotate(45deg) translate3d(5.5px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(5.5px, -11px, 0);
  transform: rotate(-45deg) translate3d(5.5px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
  left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
  width: 100%;
}
.hm_list li{
  width: 100%;
  display: block;
}

.hm_list li:first-child {
  padding-top: 1em;
}
.hm_list li a {
  color: #fff;
  font-size: 16px;
  display: block;
  overflow: hidden;
  padding: 14px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-top: 1px solid #ccc;
}
.hm_list li:last-child {
  border-bottom: 1px solid #ccc;
}

.hm_list li a::before {/* aタグマウスオーバー時の背景 */
  background: #222;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  z-index: -1;
}

.hm_list li a:hover::before {
  bottom: 0;
}
.hm_list li a:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/*----------------------------------------------------
about
----------------------------------------------------*/
.about p{
  padding-bottom: 20px;
  text-align: left;
}
.about dl{
/*  width: 800px;*/
  text-align: left;
}
.about dt{
/*  float: left;*/
  width:125px; 
  text-align: left;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}
.about dd{
/*  float: left;*/
  margin-left: 10px;
  width:575px;
  display: table-cell;
  vertical-align: top;
}

.about{
  max-width: 640px;
  clear: both;
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 4px;
}

.about dd a{
  text-decoration: underline;
}

/*----------------------------------------------------
a link
----------------------------------------------------*/
a.link {
  line-height: 1.4;
  color: orange;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 5px;
}
a.link:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/link_ico.gif) no-repeat  center center;
  margin-left: 4px;
}

a.link:hover {
  opacity: 0.7;
}


.Nolink {
  line-height: 1.4;
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 9px;
}


/*----------------------------------------------------
caseArea
----------------------------------------------------*/

.caseArea{
  width: 100%;
  max-width: 1200px;
  clear: both;
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 30px 30px;
}
.caseArea .caseBox{
  max-width: 544px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.caseArea .caseBox img{
  border: 1px solid #aaa;
}
.caseArea .caseBox p.detail{
  padding-top: 5px;
}
.caseArea .caseBox .detailTtl{
  display: block;
  height: 40px;
}
.caseArea .caseBox .detailTtl_nolink{
  display: block;
  height: 23px;
}

.caseArea .caseBox p.catg{
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 8px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 1.4;
}
.caseArea .caseBox p.catg.blue {
  background-color: #0B243B;
}

.caseArea .caseBox p span{
  font-weight: bold;
}


@media screen and (max-width: 1100px) {
  .caseArea{
    border-spacing: 22px 30px;
  }
  .caseArea .caseBox p.catg{
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .caseArea{
    display: block;
    border-spacing: 40px 30px;    
  }
  .caseArea .caseBox{
    display: block;
    margin: 0 auto;
    max-width: 600px;
    margin-top:40px;
  }
  .ptn1, .ptn2, .ptn0 {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  .about dd{
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .about dt{
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 1px;
    display: block;
  }
  .about dl{
    margin-bottom: 10px;
  }
}



/*----------------------------------------------------
footer
----------------------------------------------------*/
footer{
  padding: 20px ;
  background-color: #333;
  color: #fff;
  height: 60px;
  font-size: 12px;
}

/*----------------------------------------------------
section1 ptn1
----------------------------------------------------*/
.ptn0{
  width: 100%;
  padding: 70px 30px;
  background-color: #fff;
}  

.ptn1{
  width: 100%;
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  padding: 70px 30px;
  background:radial-gradient(#fff, #f3f3ea);
}

.ptn1:nth-child(1){
  padding-top: 100px;
}

/*----------------------------------------------------
section2
----------------------------------------------------*/
.ptn2{
  width: 100%;
  background: -webkit-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  padding: 70px 30px;

}

/*----------------------------------------------------
service 
----------------------------------------------------*/
.serviceArea{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.serviceArea .lead{
  z-index: 2;
  position: relative;
}

/*----------------------------------------------------
section4
----------------------------------------------------*/

/*----------------------------------------------------
section5
----------------------------------------------------*/

/*----------------------------------------------------
index.html
----------------------------------------------------*/
#top section.ptn1{
}

/*----------------------------------------------------
about.html
----------------------------------------------------*/
#about section.ptn1{
}

/*----------------------------------------------------
prof area
----------------------------------------------------*/
.profarea{
  display: block;
  padding-top: 50px;
}

.profarea img{
  display: inline-block;
  vertical-align: top;
}

.profarea .uneCircle{
  display: inline-block;
  vertical-align: top;
}

/*----------------------------------------------------
lead 
----------------------------------------------------*/
.lead{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
  text-align: left;
}


/*----------------------------------------------------
circle animation 
----------------------------------------------------*/
.uneCircle {
/*  border: 5px solid #87CCA1;*/
  animation: uneune 7s linear infinite; /* 5秒アニメーションをループ */
  -webkit-animation: uneune 7s linear infinite; /* 5秒アニメーションをループ */
  width: 350px;
  height: 350px;
/*  background-color: #eee8aa;*/
/*  background-color: #F4FA58;*/
  margin: 5px auto;
  display: inline-block;
}


.uneCircle2 {
  width: 130px;
  height: 130px;
  background-color: #efefd5;
  z-index: 1;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}



.uneCircle p {
  font-size: 15px;
  line-height: 1.4;
  padding: 38px 32px;
  text-align: center;
}
@keyframes uneune {
  0% {   border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;  }
  25% { border-radius: 75% 60% 60% 90% / 70% 80% 40% 90%;  }
  50% { border-radius: 30% 40% 70% 60% / 40% 60% 50% 60%;  }
  75% { border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;  }
  100% { border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; }
}
@-webkit-keyframes uneune {
  0% {   -webkit-border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;  }
  25% { -webkit-border-radius: 75% 60% 60% 90% / 70% 80% 40% 90%;  }
  50% { -webkit-border-radius: 30% 40% 70% 60% / 40% 60% 50% 60%;  }
  75% { -webkit-border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;  }
  100% { -webkit-border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; }
}

.yellow{ 
  background-color: #F4FA58;
}
.grn{
  background-color: #A9F5A9;
}

@media screen and (max-width: 768px) {
  .uneCircle{
    margin-top: 0;
    width: 320px;
    height: 400px;
  }
  .uneCircle2 {
    width: 130px;
    height: 130px;
    top: 25px;
  }
  .uneCircle p {
    padding: 40px 30px;
  }
  .profarea{
    padding-top:30px;
  }
}



/*----------------------------------------------------
text patern
----------------------------------------------------*/
h1{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

h2{
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  font-weight: normal;
}


/*----------------------------------------------------
common style
----------------------------------------------------*/


/*----------------------------------------------------
common
----------------------------------------------------*/

.db{ display: block;}
.dib{ display: inline-block;}
.tac { text-align: center; }

.pl50{ padding-left: 50px;}
.pl62{ padding-left: 62px;}

.pt50 { padding-top: 50px; }
.pt70 { padding-top: 70px; }
.pt85 { padding-top: 85px; }
.pt150 { padding-top: 150px; }
.pt260 { padding-top: 260px; }
.pt270 { padding-top: 270px; }
.pt280 { padding-top: 280px; }
.pt300 { padding-top: 300px; }
.pt350 { padding-top: 350px; }
.pt400 { padding-top: 400px; }

.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb45{ margin-bottom: 45px;}
.mt30 { margin-top: 30px !important;}

.mt100 { margin-top: 100px; }
.mt50 { margin-top: 50px !important;}
.mt270{ margin-top: 270px;}
.mt350{ margin-top: 350px;}

.ml30{margin-left: 30px;}


