@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Shippori+Mincho:wght@400;700&family=Lato:wght@700&display=swap');
.font{font-family: 'Shippori Mincho', serif;}

/* ----------------------------------------
  base
---------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    color: #000000;
    font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    background-color: #ffffff;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
}
p {
    line-height: 1.7;
}
.wrapper,.wrapper2 {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap03 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.wrap04 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.deco a {
    text-decoration: none;
}
.bg01{
  background: url("../images/cmn-images/bg02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.bg01 h2,.bg01 p{
  color: #fff;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head .wrap01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#head h1 {
    width: 380px;
	padding: 15px 0;
	margin-top:1%;
}
#head .tel {
	padding: 18px 0;
}
#head h2 {
    font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
	line-height: 1;
	margin-bottom: 13px;
}
#head h3{
	line-height: 1;
	text-align: right;
	margin-bottom: 13px;
}
#head h3 img{
    width: 100%;
    max-width: 300px;
}
#head p {
    font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
	line-height: 1;
}
#head img {
    display: inline-block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav ul {
  background-color: #203663;
}
#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gnav ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  transition: 0.4s ease-in-out;
  padding: 20px 15px;
}
#gnav ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #ef4502;
  bottom: 1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#gnav ul li a:hover::after {
  transform: scale(1, 1);
}

#gnav li .menu_second{
	background:#fff!important;
	
}


.menu_second {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 220px;
  top: 0%;
  left: 32.5%;
  margin-left: 0px;
  margin-top: 150px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  justify-content: flex-start!important;
  text-align:left!important;
}
#gnav li:hover .menu_second {
  top: 54px;
  visibility: visible;
  opacity: 1;
}
#gnav .menu_second li {
  display: block;
  margin-bottom: 2px;
  background-color:#fff!important;
}
#gnav .menu_second li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0;
  padding: 15px 15px;
}

#gnav ul li .menu_second　li::after {
  position: absolute!important;
  left: 0!important;
  content: ''!important;
  width: 100%!important;
  height: 3px!important;
  background: #ef4502!important;
  bottom: 1px!important;
  transform: scale(0, 1)!important;
  transform-origin: center top!important;
  transition: transform 0.3s!important;
}

#gnav ul li .menu_second li:hover::after {
transform: scale(1, 1)!important;
}

/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
}
#panel-btn-txt {
    display: block;
    width: 50px;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
}
#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 0;
    background: #ef7802;
    transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #ef7802;
    transition: .3s;
}
#panel-btn-icon:before {
    margin-top: -10px;
}
#panel-btn-icon:after {
    margin-top: 9px;
}
#panel-btn .close-btn {
    background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
    background: #000;
    margin-top: 0;
}
#panel-btn .close-btn:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 1500;
    overflow-y: scroll;
    left: 0;
    top: 0;
    display: none;
    background-color: #ef7802;
    padding: 70px 0 0 0;
    text-align: center;
}
#sp-nav ul {
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
}
#sp-nav ul li {
    border-bottom: 1px solid #fff;
}
#sp-nav ul li:last-child {
    border-bottom: none;
}
#sp-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.7rem;
	font-weight: 500;
    line-height: 10vh;
    text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#page-title h2 {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 40px;
}
#page-title p {
  color: #203663;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.0;
}
.page-nav {
  background-color: #203663;
  padding: 15px 0;
}
.page-nav p{
  color: #fff;
  font-size: 85%;
  text-align: left;
}
.page-nav a{
  color: #fff;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 100px 0;
}
.cmn-b01 {
  padding-bottom: 100px;
}
.cmn-tb02 {
  padding: 50px 0;
}
.cmn-b02 {
  padding-bottom: 50px;
}

/* ----------------------------------------
 recruit
------------------------------------------- */
#recruit {
  background: url("../images/cmn-images/bg02.png") 0 0;
}


/* ----------------------------------------
  flex
---------------------------------------- */
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.flr-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.fl-space {
  justify-content: space-between;
}
.tb-box {
  display: table;
}
.tb-box .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-bottom: 25px;
}
.cmn-title01 span{
  color: #ef7802;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 15px;
  margin-left:3%;
}
.cmn-title02 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.cmn-title03 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.cmn-title04 {
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
}
.cmn-title05 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 240px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #ef7802;
  padding: 25px 20px;
}
.cmn-btn02 a {
  display: inline-block;
  min-width: 240px;
  color: #fff!important;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #ef7802;
  padding: 25px 20px;
  text-decoration: none;
}

.cmn-btn02 .line{
  background-color: #00B900!important;
}

/* ----------------------------------------
  cmn-group
---------------------------------------- */
.cmn-group01{
  display: flex;
  flex-wrap: wrap;
}
.cmn-group01 li{
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  background-color: #fff;
  margin-right: 5%;
}
.cmn-group01 li:nth-child(3n){
  margin-right: 0;
}
.cmn-group01 h3{
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.cmn-group01 h3 span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ef7802;
  font-size: 2rem;
  line-height: 1.4;
}
.cmn-group01 p{
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.cmn-group01 .txt-box {
  padding: 20px;
}
.cmn-group02{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
　justify-content: center;
}
.cmn-group02 li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.cmn-group02 li:nth-child(3n){
  margin-right: 0;
}
.cmn-group02 h3{
  position: relative;
  width: 80%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #ef7802;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  margin-left: 10%;
  top: -20px;
}
.cmn-group03{
  display: flex;
  flex-wrap: wrap;
}
.cmn-group03 li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.cmn-group03 li:nth-child(3n){
  margin-right: 0;
}
.cmn-group03 h3{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
}


/* ----------------------------------------
 works
------------------------------------------- */
#works {
  color: #fff;
  background-color: #203763;
}
#works a {
  color: #fff;
}
.works {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.works > li {
  width: 23%;
  margin-right: 2.6%;
}
.works > li:nth-child(4n) {
  margin-right: 0;
}
#works .date {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
}
#works .cate {
  display: inline-block;
}
#works .cate li a {
  display: block;
  color: #203763;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 20px;
  background-color: #85a4e0;
  padding: 5px 15px;
}
#works h3 {
  font-size: 1.8rem;
  margin-top: 5px;
}


/* ----------------------------------------
  guide
---------------------------------------- */
#guide{
position: relative;
}

#guide ul{
	justify-content: center;
}

#guide p{
	text-align:left;
}

#guide li{
	width:33%;
	margin-right:3%;
}

#guide::after{
display: block;
content: "";
position: absolute;
width: 100%;
padding-top: 25%;
background: url("../images/cmn-images/bg04.png") 0 0;
top: 0;
z-index: -1;
}
/* ----------------------------------------
  img-box
---------------------------------------- */
.img-box {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.img-box img:hover {
  transform: scale(1.1, 1.1);
}
/* ----------------------------------------
 people
------------------------------------------- */
#people .wrapper{
  background-color: #a4b8c1;
}
#people .box{
  position: relative;
  background: url("../images/index-images/for-img.jpg") 50% 100% no-repeat;
  background-size: 100% auto;
  padding-top: 55.8%;
}
#people .pop01,#people .pop02,#people .pop03,#people .pop04,#people .pop05{
  position: absolute;
  width: 14%;
}
#people .pop01{
  top: 8%;
  left: 0;
}
#people .pop02{
  top: 15%;
  left: 21%;
}
#people .pop03{
  top: 8%;
  left: 42%;
}
#people .pop04{
  top: 15%;
  left: 64%;
}
#people .pop05{
  top: 8%;
  left: 86%;
}
/* ----------------------------------------
 news
------------------------------------------- */
#news{
	margin-top:10%;
}
#news ul {
  background-color: #eceef1;
  padding: 70px 100px;
}
#news ul li {
  margin-bottom: 20px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news ul li dl dt {
  width: 20%;
}
#news ul li dl dd {
  width: 80%;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  background: url("../images/cmn-images/bg03.jpg") 0 0 no-repeat;
  background-size: cover;
}
#contact .box{
  padding-bottom: 120px;
}
#contact h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 20px;
}
#contact h2 span{
  display: block;
  font-size: 1.6rem;
  padding-top: 10px;
}
#contact h3 {
  width: 400px;
  margin-bottom: 20px;
}
#contact p {
  color: #fff;
  margin-bottom: 20px;
}
/* ----------------------------------------
  info
---------------------------------------- */
#info {
  position: relative;
  top: -100px;
  margin-bottom: -50px;
}
#info .box {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 60px 70px 40px 70px;
  margin: 0 auto;
}
#info .box01 {
  width: 35%;
}
#info .box02 {
  width: 65%;
  box-sizing: border-box;
  padding-left: 7%;
}
#info h2 {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 10px;
}
#info h3 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
#info h4 {
  color: #ef7802;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
#info p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 10px;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  position: relative;
  text-align: center;
  border-top: 1px solid #a6a49d;
}
#fnav li {
  display: inline-block;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  padding: 20px 15px;
  transition: 0.4s ease-in-out;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: #203763;
}
#foot .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#foot .box01 {
  width: 420px;
}
#foot .box01 p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#foot .box01 ul {
  display: flex;
  flex-wrap: wrap;
}
#foot .box01 ul li {
  margin-right: 15px;
}
#foot .box01 ul li:nth-child(2n) {
  margin-right: 0;
}
#foot .box01 ul li a {
  color: #fff;
  font-size: 4rem;
}
#foot .box02 {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
#foot .fnav {
  width: 50%;
}
#foot .fnav li {
  line-height: 1;
  margin-bottom: 20px;
}
#foot .fnav li a {
  color: #fff;
  font-size: 1.6rem;
}
#foot .fnav .child a::before {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #7daaff;
  width: 10px;
  height: 2px;
  top: -5px;
  margin-right: 5px;
}
#foot .copy {
  color: #7daaff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0 20px 0;
}
/* ----------------------------------------
  side
---------------------------------------- */
#side-nav {
  position: fixed;
  width: 80px;
  right: 0;
  bottom: 200px;
  z-index: 100;
}
/* ----------------------------------------
  bottom
---------------------------------------- */
#bottom-nav {
  position: fixed;
  width: 200px;
  left: 15px;
  bottom: 15px;
  z-index: 100;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ef7802;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1400px) {
    body {
        min-width: 1200px;
        height: 100%;
    }
    .sp-only {
        display: none;
    }
    .tablet-only {
        display: none;
    }
    .pc-none {
        display: none;
    }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1399px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: none;
    }
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
    width: 35%;
}
#head .tel {
	width: 40%;
}
#head h2 {
	font-size: 1.3vw;
}
#head p {
	font-size: 1.3vw;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav ul li a {
  font-size: 1.42vw;
  padding: 20px 10px;
}

}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
    body {
        font-size: 1.5rem;
    }
    .sp-only {
        display: block;
    }
    .sp-none {
        display: none;
    }
    .pctablet {
        display: none;
    }
    .tablet-only {
        display: none;
    }
    .wrapper,.wrapper2 {
        padding: 0 7%;
    }
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
    width: 190px;
	padding: 10px 0;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  padding: 40px 0;
}
#page-title h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#page-title p {
  font-size: 1.2rem;
  line-height: 1.0;
}
.page-nav {
  padding: 12px 0;
}
.page-nav p{
  font-size: 80%;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-tb01 {
    padding: 60px 0;
  }
  .cmn-b01 {
    padding-bottom: 60px;
  }
  .cmn-tb02 {
    padding: 30px 0;
  }
  .cmn-b02 {
    padding-bottom: 30px;
  }
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cmn-title01 span{
  font-size: 1.1rem;
  padding-top: 15px;
}
.cmn-title02 {
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cmn-title05 {
  font-size: 1.6rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */

/* ----------------------------------------
  cmn-group
---------------------------------------- */
.cmn-group01{
  justify-content: center;
}
.cmn-group01 li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.cmn-group01 li:nth-child(2n){
  margin-right: 0;
}
.cmn-group01 h3{
  margin-bottom: 6px;
}
.cmn-group01 h3 span{
  font-size: 1.6rem;
}
.cmn-group01 p{
  font-size: 1.4rem;
}
.cmn-group01 .txt-box {
  padding: 10px;
}

.cmn-group02 li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.cmn-group02 li:nth-child(3n){
  margin-right: 4%;
}
.cmn-group02 li:nth-child(2n){
  margin-right: 0;
}
.cmn-group02 h3{
  width: 80%;
  font-size: 1.6rem;
  padding: 10px;
  margin-left: 10%;
  top: -20px;
}

.cmn-group03 li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.cmn-group03 li:nth-child(3n){
  margin-right: 4%;
}
.cmn-group03 li:nth-child(2n){
  margin-right: 0;
}
.cmn-group03 h3{
  font-size: 1.4rem;
  padding-top: 10px;
}
/* ----------------------------------------
  guide
---------------------------------------- */
#guide{
position: relative;
}
#guide::after{
display: block;
content: "";
position: absolute;
width: 100%;
padding-top: 25%;
background: url("../images/cmn-images/bg04.png") 0 0;
top: 0;
z-index: -1;
}
/* ----------------------------------------
 people
------------------------------------------- */
#people .box{
  position: relative;
  background: url("../images/index-images/for-img.jpg") 50% 100% no-repeat;
  background-size: 100% auto;
  padding-top: 100%;
}
#people .pop01,#people .pop02,#people .pop03,#people .pop04,#people .pop05{
  position: absolute;
  width: 30%;
}
#people .pop01{
  top: 8%;
  left: 0;
}
#people .pop02{
  top: 40%;
  left: 17.5%;
}
#people .pop03{
  top: 8%;
  left: 35%;
}
#people .pop04{
  top: 40%;
  left: 52.5%;
}
#people .pop05{
  top: 8%;
  left: 70%;
}

/* ----------------------------------------
 news
------------------------------------------- */
#news ul {
  padding: 35px 50px;
}
#news ul li dl dt {
  width: 100%;
}
#news ul li dl dd {
  width: 100%;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  background-position: 70% 50%;
}
#contact .box{
  padding-bottom: 20px;
}
#contact h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
#contact h2 span{
  font-size: 1.3rem;
  padding-top: 5px;
}
#contact h3 {
  width: 250px;
  margin-bottom: 10px;
}
#contact p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  info
---------------------------------------- */
#info {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
}
#info .box {
  padding: 30px 30px 30px 30px;
}
#info .box01 {
  width: 50%;
  margin: 0 auto 20px auto;
}
#info .box02 {
  width: 100%;
  padding-left: 0;
}
#info h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#info h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#info h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#info p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
    padding: 0;
	margin-bottom: 0;
}
#fnav ul {
	border-top: 1px solid #ccc;
}
#fnav li {
    display: block;
	border-bottom: 1px solid #ccc;
}
#fnav li a {
position: relative;
    text-align: left;
    padding: 15px 5%;
}
 #fnav li a::after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    right: 5%;
    color: #333;
  }
/* ----------------------------------------
  foot
---------------------------------------- */
.copy {
  font-size: 1.3rem;
  padding: 15px 0 100px 0;
}

/* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    bottom: 15px;
  }
/* ----------------------------------------
 works
------------------------------------------- */
  .works {
    margin-bottom: 15px;
  }
  .works > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .works > li:nth-child(2n) {
    margin-right: 0;
  }
  #works .date {
    font-size: 1.3rem;
    margin-right: 5px;
  }
  #works .cate li a {
    font-size: 1.1rem;
    border-radius: 20px;
    padding: 5px 10px;
  }
  #works h3 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}