@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #242424;
  background: #fff;
  padding: 0;
  margin: 0;
}

#contact,
#company { background-image: linear-gradient(-70deg, #fff9ac, #89c997); }
#skills {
	background-image: url(img/top/bk_blue_top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fff;
 }


.box_page {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
#gaina .box_page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.box_page h2.pagetitbox01 {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
#blog .box_page h2.pagetitbox01 {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background-image: url(img/common/tit_bk_blog.png);
  background-repeat:  no-repeat;
  background-position: center center;
}

.box_page h2.pagetitbox01 p.pagetit01 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
	letter-spacing: 10px;
	margin: 0;
	z-index: 10;
	position: relative;
}

.box_page h2.pagetitbox01 p.pagetit02 {
	font-size: 68px;
	line-height: 68px;
	letter-spacing: 6px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #fff;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -20px 0 0 0;
	z-index: 1;
}
#blog .box_page h2.pagetitbox01 p.pagetit02,
#skills .box_page h2.pagetitbox01 p.pagetit02 {
	color: transparent;
    -webkit-text-stroke: 1.5px #88cfa8;
	margin: -90px 0 0 0;
	z-index: 1;
}

.box_page h2.pagetitbox01 p.pagetit03 {
    font-size: 23px;
    line-height: 120%;
    font-weight: 500;
	letter-spacing: 2px;
	margin: 40px 0 0 0;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}



a {
  color: #2da55e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #9cd1b2;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #242424;
}

::-webkit-selection {
  color: #fff;
  background: #9cd1b2;
}

::-moz-selection {
  color: #fff;
  background: #9cd1b2;
}

::selection {
  color: #fff;
  background: #9cd1b2;
}

.fh5co-nav {
	padding: 0;
	inset: 0;
	margin: auto;
	text-align: center;
	z-index: 3;
	background: #045d20;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}
#gaina .breadcrumb-001 {
    width: 1200px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
	padding: 0 0 0 0;
}
#gaina .breadcrumb-001 li {
    display: flex;
    align-items: center;
	padding: 50px 0 0 0;
	color: #fff;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("img/common/icon_home_b.svg");
    background-repeat: no-repeat;
    content: '';
}
#gaina .breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("img/common/icon_home_w.svg");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}
#gaina .breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}
.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
#gaina .breadcrumb-001 a {
    color: #fff;
}


@media screen and (max-width: 1099px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }
#gaina .breadcrumb-001 {
    width: 96%;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
	
}
.fh5co-nav .menu-2 li.search {
  float: left;
  width: 83%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.fh5co-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fh5co-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px;
  background: transparent;
  border: none;
}
.fh5co-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
  background: transparent !important;
}
.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
  color: black;
}
.fh5co-nav .menu-2 li.shopping-cart {
  float: right;
}
.fh5co-nav .menu-2 li a.cart {
  color: black;
}
.fh5co-nav .menu-2 li a.cart span {
  position: relative;
}
.fh5co-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #d1c286;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul {
  padding: 10px 0;
  margin: 0 auto;
  font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;	
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.fh5co-nav ul li+li{
    position: relative;
}

.fh5co-nav ul li{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;	
  padding: 0 0 0 50px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li:first-child {
  padding: 0;
}
.fh5co-nav ul li a{ color: #fff; }

.fh5co-nav ul li a span:hover, .fh5co-nav ul li a span:focus, .fh5co-nav ul li a span:active {
  color: #05e544;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.fh5co-nav ul li.active > a {
  color: #000 !important;
}
.fh5co-nav ul li .form-group {
  width: 100%;
}

#fh5co-hero {
  width: 60%;
  float: right;
}

#fh5co-hero .flexslider .slides li {
  width: 100%;
  text-align: right;
  margin: 0;
}
#fh5co-hero .flexslider .slides li img{
  width: 100%;
  max-width: 1200px;
  height: auto;
}


#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

@media screen and (max-width: 1099px) {

	#fh5co-hero {
	  width: 100%;
	  float: right;
	}

}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-counter {
  height: 500px;
}
#fh5co-counter .display-t,
#fh5co-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #fh5co-counter {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: inherit;
  }
}
@media screen and (max-width: 1099px) {
  #fh5co-counter {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: inherit;
  }
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1099px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 1099px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.about-content {
  margin-bottom: 7em;
}
.about-content img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #d1c286;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1099px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
#fh5co-header .display-tc h2 a,
#fh5co-counter .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #d1c286 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #d1c286 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, sans-serif;
}
#fh5co-counter .feature-center {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
}

#h_top_bk {
  padding: 0;
  margin: 0;
  background-image: url(img/common/h_bk.png);
  background-repeat:  no-repeat;
  background-position: right top;
}
.h_top_headerbox01 {
  width: 1100px;
  padding: 5px 0 0 0;
  margin: 0 auto;
}
.h_top_headerbox01 h1{
  width: 375px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
  float: left;	
}
.h_top_headerbox01 h1 .logo01{ float: left; }
.h_top_headerbox01 h1 .logo02{ float: left; margin: -5px 0 0 3px; }
.h_top_headerbox01 h1 p{ margin: 5px 0 0 0; padding: 5px 0 0 0; font-size: 15px; text-align: center; }


.h_top_headerbox02 {
  width: 420px;
  padding: 0;
  margin: 0 0 0 5px;
  float: left;	
}
.h_top_headerbox02 .logo01{
  width: 135px;
  padding: 0;
  margin: 0 0 0 7px;
  float: left;	
}
.h_top_headerbox02 .text01{
  width: 275px;
  padding: 0 0 0 15px;
  margin: -10px 0 0 0;
  font-size: 13px;
  line-height: 140%;
  color: #004500;
  float: left;	
}

.h_top_headerbox03 {
  width: 290px;
  padding: 0;
  margin: -30px 0 0 0;
  float: right;	
}
.h_top_headerbox03 .text01{
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}
.h_top_headerbox03 .tel{
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 130%;
  font-weight: 900;
}
.h_top_headerbox03 .tel a{ color: #242424; }
.h_top_headerbox03 .tel img{ padding: 0 5px 0 0; margin: -2px 0 0 0; }

.h_top_headerbox03 .text02{
  padding: 0;
  margin: 5px 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}
.h_top_headerbox03 .bn{
  padding: 0 0 20px 0;
  margin: 0;
}


.button-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px;
  width: 100%;
  height: 46px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(197, 83, 0, 0.25);
  background-color: [object object];
  background-image: linear-gradient(128deg, rgba(242, 101, 10, 1), rgba(255, 215, 0, 1));
}
.button-orange:hover { color: #ea3c04; }

.button-orange-big01 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  border-radius: 35px;
  width: 100%;
  height: 75px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(197, 83, 0, 0.25);
  background-color: [object object];
  background-image: linear-gradient(128deg, rgba(242, 101, 10, 1), rgba(255, 215, 0, 1));
}
.button-orange-big01:hover { color: #ea3c04; }
.button-orange-big01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

.button-green-big01 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  border-radius: 35px;
  width: 100%;
  height: 75px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(197, 83, 0, 0.25);
  background: #00B900;
  background: linear-gradient(70deg,rgba(0, 185, 0, 1) 0%, rgba(92, 212, 0, 1) 50%);
}
.button-green-big01:hover { color: #116803; }
.button-green-big01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}



section.slidebox{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position:relative;
}

.slideBox img{
  width: 100%;
  height: auto;

}

/* img‚Ì‚Ý */
.item1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position:relative;
  left: 0;
  top: 0;
  -webkit-animation: anime 12s 0s infinite;
  animation: anime 12s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
	position: absolute;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
	position: absolute;
}

/* ‚Ó‚í‚Á‚ÆƒAƒjƒ[ƒVƒ‡ƒ“ */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}


.h_bbs{
  align-items: center;
  background: #045d20;
  color: #fff;
  display: flex;
  height: 60px;
  line-height: 60px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin: 0;
  z-index: 1;
}
.h_bbs ul {
  animation: flowing 50s linear infinite;
  font-size: 20px;
  letter-spacing: 1px;	
  transform:translateX(100%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.h_bbs ul li{
  display: inline-block;
  padding-right: 20px;
}
.h_bbs ul li a{ color: #fff; }
.h_bbs ul li a:hover{ color: #138433; }
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.box_service_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(img/top/top_saving_bk_l.jpg), url(img/top/top_saving_bk_r.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-color: #eefdd4;
}
.box_service_01 .titbox01 {
	padding: 120px 0 30px 0;
	margin: 0 auto;
}
.box_service_01 .titbox01 p{
	font-size: 88px;
	line-height: 88px;
	letter-spacing: 4px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #88cfa8;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -25px 0 0 0;
	z-index: -1;
}
.box_service_01 .titbox01 h2{
	font-size: 32px;
	line-height: 52px;
	letter-spacing: 1px;
	font-weight: 900;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.box_service_01 .titbox01 h3{
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 3px;
	font-weight: 900;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -30px 0 0 0;
}
.box_service_01 .titbox01 h3 strong{
	font-size: 55px;
	line-height: 55px;
	font-weight: 900;
}

.box_service_01 .titbox02 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	font-weight: 500;
}
.box_service_01 .titbox02in {
	padding: 50px 0 130px 0;
	margin: 0 auto;
	width: 1100px;
	text-align: left;
}
.box_service_01 .service_01 {
	background-image: url(img/top/service_bk_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0;
}
.box_service_01 .service_02 {
	background-image: url(img/top/service_bk_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0;
}
.box_service_01 .service_03 {
	background-image: url(img/top/service_bk_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box_service_01 .service_04 {
	background-image: url(img/top/service_bk_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box_service_01 .service_05 {
	background-image: url(img/top/service_bk_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box_service_01 .service_06 {
	background-image: url(img/top/service_bk_06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.box_service_01 .titbox02in .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #bfe2ff;
  text-align: justify;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.box_service_01 .titbox02in .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #bfe2ff transparent transparent;
  translate: -50% 100%;
}

.box_service_01 .titbox02in .img_l{
	padding: 0;
	margin: 0;
	width: 430px;
	text-align: center;
	float: left;
}
.box_service_01 .titbox02in .img_r{
	padding: 0;
	margin: 0;
	width: 550px;
	float: right;
}

.box_service_01 .titbox02in .textbox_r{
	padding: 0;
	margin: 0;
	text-align: justify;
	width: 600px;
	float: right;
}
.box_service_01 .titbox02in .textbox_l{
	padding: 0;
	margin: 0;
	text-align: justify;
	width: 460px;
	float: left;
}

.box_service_01 .titbox02in .img_l .img01{ margin: 0 0 20px 0; }
.box_service_01 .titbox02in .textbox_r .box01{
	padding: 0;
	margin: -30px 0 0 0;
}
.box_service_01 .titbox02in .textbox_r .img01{
	padding: 0;
	margin: 0;
	float: left;
}
.box_service_01 .titbox02in p.text01{
	font-size: 23px;
	line-height: 140%;
	font-weight: 500;
	padding: 0;
	text-align: justify;
	margin: 100px 0 0 0;
}
.box_service_01 .titbox02in .textbox_r .box02 {
	margin: 20px 0 0 0;
}

.box_service_01 .titbox02in .textbox_r .box02 .img01{
	width: 140px;
	padding: 20px 0;
	margin: 0;
	float: left;
}
.box_service_01 .titbox02in .box02 ul {
	list-style: none;
	float: left;
}
.box_service_01 .titbox02in .box02 ul li {
	font-size: 19px;
	letter-spacing: 0;
	padding-left: 37px;
	line-height: 1.8em;
	font-weight: 600;
	background: url(img/top/icon_check.png) left 0px top 5px no-repeat;
	background-size: 34px auto;
}
.box_service_01 .titbox02in .box02 ul li span{ border-bottom: dashed 2px #009844; }

.box_service_01 .titbox02in .box03 .text01{
	background-image: url(img/top/bk_yajirushi.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 33px;
	letter-spacing: 0;
	padding-left: 4px;
	font-weight: 600;
	margin: 30px 0 0 0;
	padding: 60px 0 40px 0;
}
.box_service_01 .titbox02in .box03 .bn01 {
  cursor: pointer;
  width: 100%;
}
.box_service_01 .titbox02in .box03 .bn01 img {
  height: auto;
  transition: transform .5s ease;
}
.box_service_01 .titbox02in .box03 .bn01:hover img {
  transform: scale(1.05); /* Šg‘å */
}


.box_skills_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(img/top/bk_blue_top.jpg), url(img/top/bk_blue_bottom.jpg);
	background-repeat: repeat-x, repeat-x;
	background-position: top center, bottom center;
	background-color: #fff;
}
.box_skills_01 .titbox01 {
	padding: 200px 0 200px 0;
	margin: 0 auto;
}
.box_skills_01 .titbox01 p.tit01 {
	font-size: 88px;
	line-height: 88px;
	letter-spacing: 4px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #88cfa8;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -25px 0 0 0;
	z-index: -1;
}
.box_skills_01 .titbox01 h2{
	font-size: 55px;
    line-height: 55px;
    font-weight: 900;
	letter-spacing: 3px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -30px 0 0 0;
}

.box_skills_01 .titbox01 h3{
	font-size: 24px;
    line-height: 24px;
    font-weight: 500;
	letter-spacing: 1px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: 20px 0 0 0;
}

.box_skills_01 .titbox01 .skills_bbs {
  align-items: center;
  background: #e2f1c7;
  color: #242424;
  display: flex;
  line-height: 50px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin: 80px 0;
  z-index: 1;
}
.box_skills_01 .titbox01 .skills_bbs ul {
  animation: flowing 80s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 80px 0;
}
.box_skills_01 .titbox01 .skills_bbs ul li{
  width: 360px;
  display: inline-block;
  padding-right: 20px;
  white-space: normal;
	text-align: justify;
}
.h_bbs ul li span{ color: #998675; }
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.box_skills_01 .titbox01 .skills_bbs ul li p{
	font-size: 18px;
    line-height: 130%;
    font-weight: 500;
	letter-spacing: 1px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
}

.box_skills_01 .titbox01 .skills_bbs ul li .img01 {
  margin: 0;
}
.box_skills_01 .titbox01 .skills_bbs ul li .img01 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .5s ease;
}
.box_skills_01 .titbox01 .skills_bbs ul li .img01:hover img {
  transform: scale(1.05);
}

.box_skills_01 .titbox01 .bn{
	width: 420px;
	text-align: center;
	margin: 0 auto;
}

.box_contact_tel_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #5CF080;
	background: linear-gradient(-60deg,rgba(92, 240, 128, 1) 0%, rgba(255, 224, 50, 1) 50%, rgba(92, 240, 128, 1) 100%);
}
.box_contact_tel_01 .titbox01 {
	padding: 180px 0;
	margin: 0 auto;
	background-image: url(img/top/bk_icon.png);
	background-repeat: repeat;
	background-position: top center;
}
.box_contact_tel_01 .titbox01 img {
  transition: transform .5s ease;
}
.box_contact_tel_01 .titbox01 img:hover {
  transform: scale(1.06);
}

.box_line_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #00b900;
}

.box_blog_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.box_blog_01 .titbox01 {
	width: 1100px;
	padding: 180px 0 180px 0;
	margin: 0 auto;
}
.box_blog_01 .titbox01 .titbox {
	padding: 0;
	margin: 0 auto;
	background-image: url(img/top/top_blog_tit_01.png);
	background-repeat:no-repeat;
	background-position: top center;
}
.box_blog_01 .titbox01 p.tit01 {
	font-size: 88px;
	line-height: 88px;
	letter-spacing: 4px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #88cfa8;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -25px 0 0 0;
	z-index: -1;
}
.box_blog_01 .titbox01 h2{
	font-size: 55px;
    line-height: 55px;
    font-weight: 900;
	letter-spacing: 3px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -30px 0 0 0;
}
.box_blog_01 .titbox01 h3{
	font-size: 24px;
    line-height: 130%;
    font-weight: 500;
	letter-spacing: 1px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: 20px 0 0 0;
}
.box_blog_01 .titbox01 h2{
	font-size: 55px;
    line-height: 55px;
    font-weight: 900;
	letter-spacing: 3px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -30px 0 0 0;
}

.box_blog_01 .titbox01 .box01{
	width: 1100px;
	padding: 0;
	margin: 0 auto;
}
.box_blog_01 .titbox01 .box01in {
	width: 520px;
	padding: 30px;
	margin: 50px auto 80px auto;
	cursor: pointer;
	background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-color: #fff;
}
.box_blog_01 .titbox01 .left { float: left; }
.box_blog_01 .titbox01 .right { float: right; }

.box_blog_01 .titbox01 .box01in .img01 {
  margin: 0;
}
.box_blog_01 .titbox01 .box01in .img01 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .5s ease;
}
.box_blog_01 .titbox01 .box01in .img01:hover img {
  transform: scale(1.05);
}
.box_blog_01 .titbox01 .box01in p.text01 {
	font-size: 18px;
    line-height: 130%;
    font-weight: 600;
	letter-spacing: 1px;
	color: #242424;
	text-align: justify;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
}
.box_blog_01 .titbox01 .bn{
	width: 420px;
	text-align: center;
	margin: 0 auto;
}






#fh5co-footer { 
	padding: 50px 0 10px 0;
	clear: both;
    background-attachment: fixed;
	text-align: center;
}

#fh5co-footer .f-logo p.text01 {
	font-size: 18px;
    line-height: 150%;
    font-weight: 600;
	letter-spacing: 1px;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
}

#fh5co-footer .f-tel { 
	width: 1100px;
	margin: 30px auto 50px auto;
	padding: 10px 60px;
	border-top: 1px #242424 solid;
	border-bottom: 1px #242424 solid;
}

#fh5co-footer .f-tel .text01 { 
	width: 330px;
	margin: 0;
	padding: 0;
	font-size: 17px;
    line-height: 130%;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-align: left;
	float: left;
}
#fh5co-footer .f-tel .tel{
  padding: 0 20px;
  margin: 0;
  font-size: 35px;
  line-height: 130%;
  font-weight: 900;
  float: left;
}
#fh5co-footer .f-tel .tel a{ color: #242424; }
#fh5co-footer .f-tel .tel img{ padding: 0 5px 0 0; margin: -2px 0 0 0; }
#fh5co-footer .f-tel .text02 { 
	margin: 0;
	padding: 0;
	font-size: 17px;
    line-height: 44px;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-align: left;
	float: right;
}
#fh5co-footer .f-bnbox01 {
    width: 880px;
    margin: 0px auto;
}

#fh5co-footer .bn {
    width: 420px;
    text-align: center;
    margin: 0px auto;
}
#fh5co-footer .left { float: left; }
#fh5co-footer .right { float: right; }

#fh5co-footer .f-add {
    width: 100%;
    text-align: center;
    margin: 80px auto 30px auto;
	padding: 30px 0;
	background: #e2f1c7;
}

#fh5co-footer .f-add .textbox { 
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
}
#fh5co-footer .f-add .addbox { float:left; padding: 60px 0 0 0; }
#fh5co-footer .f-add .addbox .text01 { 
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	float: left;
}
#fh5co-footer .f-add .addbox .text01 span{ background: #004500; padding: 5px 7px 5px 15px; }
#fh5co-footer .f-add .addbox .text02 { 
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	float: left;
}
#fh5co-footer .f-add .f_textbox03 {
  width: 490px;
  padding: 0;
  margin: 0 0 0 60px;
  float: left;	
}
#fh5co-footer .f-add .f_textbox03 .logo01{
  width: 135px;
  padding: 20px 0 0 0;
  margin: 0 25px 0 0;
  float: left;	
}
#fh5co-footer .f-add .f_textbox03 .text01{
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #004500;
  float: left;	
}



#fh5co-footer p.copy {
	width: 100%;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	margin: 0;
}

.f-textbox ul {
  padding: 10px 0;
  margin: 0 auto 20px auto;
}
.f-textbox ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.f-textbox ul li+li{
    position: relative;
}

.f-textbox ul li{
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 500;	
  padding: 0 0 0 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.f-textbox ul li:first-child {
  padding: 0;
}
.f-textbox ul li a{ color: #242424; }

.f-textbox ul li a span:hover, .f-textbox ul li a span:focus, .f-textbox ul li a span:active {
  color: #8f8d81;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.f-textbox ul li.active > a {
  color: #242424 !important;
}
.f-textbox ul li .form-group {
  width: 100%;
} 
 

.box_recruit_01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.box_recruit_01 .titbox01 {
	padding: 120px 0 150px 0;
	margin: 0 auto;
}
.box_recruit_01 .titbox01 p{
	font-size: 112px;
	line-height: 112px;
	letter-spacing: 8px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #CAC0B7;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
}
.box_recruit_01 .titbox01 h3{
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 5px;
	font-weight: 900;
	color: #2E547C;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -95px 0 0 0;
}

.box_recruit_01 .titbox02 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	background-image: url(img/recruit/img_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
	background-color: #086184;
}
.box_recruit_01 .titbox02in {
	width: 1100px;
	margin: 0 auto;
	padding: 400px 0 0 0;
}
.box_recruit_01 .titbox02in_box01 {
	width: 670px;
	margin: 0 0 100px 0;
	padding: 30px;
	background-color: #fff;
	float: right;
}
.box_recruit_01 .titbox02in_box01 p.text01 {
    width: 100%;
    margin: 0 0 20px 0;
	padding: 0 0 10px 0;
    border-spacing: 5;
    font-size: 25px;
	font-weight: 900;
	color: #2E547C;
	border-bottom: 1px solid #A2B3C5;
}

.box_recruit_01 .titbox02in_box01 table.table01 {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0;
    font-size: 19px;
    border-top: 0;
	color: #2E547C;
}
.box_recruit_01 .titbox02in_box01 table.table01 small{ font-size: 15px; }

.box_recruit_01 .titbox02in_box01 table.table01 th {
    width: 120px;
    margin: 0 auto;
    padding: 8px 20px 8px 0;
    vertical-align: middle;
    font-weight: 600;
    text-align-last: justify;
}
.box_recruit_01 .titbox02in_box01 table.table01 td {
    margin: 0;
    padding: 8px 0;
    vertical-align: middle;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
}

.box_recruit_01 .titbox03 {
	padding: 100px 0 100px 0;
	margin: 0 auto;
	width: 100%;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	text-align: center;
}
.box_recruit_01 .titbox03 p.text01{
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 1px;
	font-weight: 900;
	padding: 0 0 50px 0;
	margin: 0;
	color: #2E547C;
}
.box_recruit_01 .titbox03 p.text02{
	font-size: 33px;
	line-height: 33px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0 0 50px 0;
	margin: 0;
	color: #2E547C;
}
.box_recruit_01 .titbox03 p.text02 a{ color: #2E547C; }
.box_recruit_01 .titbox03 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  height: 80px;
  padding: 8px 25px;
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #002132;
}
@media (any-hover: hover) {
  .box_recruit_01 .titbox03 .button {
    transition: background-color 0.2s;
  }

  .box_recruit_01 .titbox03 .button:hover {
    background-color: #155B77;
  }
}






#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #004500;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1099px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
#fh5co-offcanvas ul li.search {
  float: left;
  width: 100%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0 0 0;
}
#fh5co-offcanvas ul li input[type=text] {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  font-size: 13px;
  margin-top: 4px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-offcanvas ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#fh5co-offcanvas ul li button {
  margin-top: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1px;
}
#fh5co-offcanvas ul li button i {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul li button:hover, #fh5co-offcanvas ul li button:focus {
  background: transparent !important;
}
#fh5co-offcanvas ul li button:hover i, #fh5co-offcanvas ul li button:focus i {
  color: white;
}

#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.follow_bn_01 {
  position: fixed;
  bottom: 250px;
  right: 0px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.follow_bn_02 {
  position: fixed;
  bottom: 140px;
  right: 0px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.follow_bn_03 {
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.follow_bn_01 img,
.follow_bn_02 img,
.follow_bn_03 img {
  width: 155px;
  height: auto;
  transition: transform .5s ease;
}
.follow_bn_01 img:hover,
.follow_bn_02 img:hover,
.follow_bn_03 img:hover {
  transform: scale(1.1);
}
.follow_bn_01.active,
.follow_bn_02.active,
.follow_bn_03.active {
  opacity: 1;
  visibility: visible;
}
.follow_bn_01 a,
.follow_bn_02 a,
.follow_bn_03 a {
  display: table;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1000000000;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
  z-index: 1000000000;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
  z-index: 1000000000;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
  z-index: 1000000000;
}

.navbox {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1099px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #d1c286;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fff !important;
  border-color: #454545 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #fff;
  background: #454545;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #fff;
  color: #454545;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d1c286;
}

.row-pb-md {
  padding: 0 0 500px 0;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(img/common/loading.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}


/* =======================================
    GAINA
======================================= */

#gaina .titbox01 {
	width: 100%;
	height: auto;
	z-index: 0;
	margin: -74px 0 0 0;
}
#gaina .titbox01 img{
	width: 100%;
	height: auto;
}
#gaina .setbox01 {
	width: 100%;
	margin: 0;
	background: url(img/gaina/gaina_bk01.jpg) no-repeat center bottom / 100%;
}
#gaina .setbox01 .setbox01in {
	width: 1050px;
	margin: 0 auto;
	padding: 150px 0;
}
#gaina .setbox01 .setbox01in .img01 {
	margin: -30px 0 0 0;
	padding: 0;
	float: right;
}
#gaina .setbox01 .setbox01in .textbox01 {
	width: 670px;
	margin: 0;
	padding: 0;
	float: left;
}
#gaina .setbox01 .setbox01in .textbox01 p.tit01 {
	margin: 0;
	padding: 0;
	font-size: 35px;
    line-height: 140%;
	letter-spacing: 0;
	text-align: left;
	font-weight: 900;
}
#gaina .setbox01 .setbox01in .textbox01 p.text01 {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 18px;
    line-height: 190%;
	font-weight: 500;
	text-align: justify;
}

#gaina .gainatitbox01 {
	width: 100%;
	margin: 0;
	padding: 90px 0;
	text-align: center;
	background: url(img/gaina/gaina_bk02.png) no-repeat center bottom / 100%;
}
#gaina .gainatitbox01 p.pagetit01 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
    line-height: 18px;
	font-weight: 600;
}
#gaina .gainatitbox01 p.pagetit02 {
	margin: 0;
	padding: 0;
	font-size: 35px;
    line-height: 35px;
	font-weight: 600;
}

#gaina .setbox02 .setbox02in {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
#gaina .setbox02 .setbox02in p{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 18px;
    line-height: 180%;
	font-weight: 500;
}
#gaina .setbox02 .setbox02in .img-l {
	margin: 0;
	padding: 0;
	float: left;
}
#gaina .setbox02 .setbox02in .img-r {
	margin: 0;
	padding: 0;
	float: right;
}
#gaina .setbox03 .icon_bbs {
  align-items: center;
  display: flex;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#gaina .setbox03 .icon_bbs ul {
  animation: flowing 80s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
#gaina .setbox03 .icon_bbs ul li{
  width: 165px;
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: normal;
}

#gaina .setbox03 .setbox03in {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0;
}
#gaina .setbox03 .setbox03in .img-r {
	position: absolute;
	float: right;
	padding: 0 0 0 250px;
	z-index: 0;
}

#gaina .setbox03 .setbox03in .textbox01 {
	width: 570px;
	margin: 0 auto;
	padding: 130px 0 80px 0;
	float: left;
	text-align: justify;
	position: relative;
	z-index: 10;
}
#gaina .setbox03 .setbox03in .textbox01 p.tit01 {
	margin: 0;
	padding: 0;
	font-size: 35px;
    line-height: 140%;
	letter-spacing: 0;
	text-align: left;
	font-weight: 900;
}
#gaina .setbox03 .setbox03in .textbox01 p.text01{
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 18px;
    line-height: 180%;
	font-weight: 500;
}
#gaina .setbox04 .setbox04in {
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#gaina .setbox04 .setbox04in .textbox01{
	width: 960px;
	margin: 0 auto;
	text-align: justify;
	padding: 50px 0;
	border-bottom: 3px dashed #009844;
}
#gaina .setbox04 .setbox04in .textbox01 p.text_q {
	margin: 0;
	padding: 8px 0 20px 80px;
	font-size: 30px;
    line-height: 120%;
	letter-spacing: 0;
	text-align: left;
	font-weight: 900;
	background: url(img/gaina/gaina_icon_q.png) no-repeat left top / 70px;
}
#gaina .setbox04 .setbox04in .textbox01 p.text_a {
	margin: 15px 0 0 80px;
	padding: 8px 0 20px 80px;
	font-size: 18px;
    line-height: 180%;
	font-weight: 500;
	background: url(img/gaina/gaina_icon_a.png) no-repeat left top / 70px;
}
#gaina .setbox04 .setbox04in p.text01 {
	margin: 60px 0 0 0;
	padding: 20px 0;
	font-size: 28px;
    line-height: 120%;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #008c44;
}
#gaina .setbox04 .setbox04in p.text01 span{ color: #efcf2c; }

#gaina .setbox05 .setbox05in {
	padding: 180px 0;
	margin: 0 auto;
	background-image: url(img/top/bk_icon.png);
	background-repeat: repeat;
	background-position: top center;
}

#gaina .setbox05 .setbox05in .setbox01 {
	width: 1030px;
	padding: 30px 40px 30px 30px;
	margin: 0 auto;
	border-radius: 30px;
	background: #fff;
}
#gaina .setbox05 .setbox05in .setbox01 .img-l{
	width: 435px;
	padding: 0;
	margin: 0;
	float: left;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01{
	width: 520px;
	padding: 0;
	margin: 0;
	float: right;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.tit01 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 26px;
    line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 900;
	color: #009844;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel {
    padding: 0 20px;
    margin: 0;
    font-size: 52px;
    line-height: 130%;
    font-weight: 900;
	color: #ea3c04;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel a{ color: #ea3c04; }
#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel img {
    padding: 0 7px 0 0;
    margin: -7px 0 0 0;
	width: 38px;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text01 {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 20px;
    line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 30px;
    line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 900;
}
#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 span{
	margin: 0 20px 0 0;
	padding: 0 0 0 36px;
	font-size: 30px;
    line-height: 30px;
	font-weight: 900;
	background: url(img/gaina/gaina_icon_check.png) no-repeat left center / 34px;
}

#gaina .setbox06 ul{
	width: 1200px;
	margin: 0 auto;
	text-align: justify;
	padding: 100px 0;
	list-style: none;
}
#gaina .setbox06 ul li {
    width: 280px;
	float: left;
    margin: 0 26.666666px 30px 0;
}
#gaina .setbox06 ul li:nth-of-type(4),
#gaina .setbox06 ul li:nth-of-type(8){
    margin: 0 0 30px 0;
	float: left;
}

 #gaina .setbox06 ul li .img02{
    width: 240px;
    height: auto;
    padding: 20px 0 0 30px;
}
#gaina .setbox06 ul li p.tit01 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
    line-height: 120%;
	letter-spacing: 2px;
	font-weight: 600;
	 text-align: center;
	color: #fff;
	background: #6cad00;
}
 #gaina .setbox06 ul li p.text01 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 16px;
    line-height: 150%;
	letter-spacing: 0;
	font-weight: 500;
}
 #gaina .setbox07 .setbox07in .textbox01{
	width: 930px;
	margin: 0 auto;
	padding: 100px 0;
}
 #gaina .setbox07 .setbox07in .textbox01 .img01{
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
 #gaina .setbox07 .setbox07in .textbox01 .setbox01{
	width: 730px;
	margin: 0;
	padding: 0;
	float: right;
	background: none;
	text-align: justify;
}
 #gaina .setbox07 .setbox07in .textbox01 .setbox01 p.tit01 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 25px;
    line-height: 120%;
	letter-spacing: 1px;
	font-weight: 900;
}
#gaina .setbox07 .setbox07in .textbox01 .setbox01 p.text01 {
	margin: 0;
	padding: 0;
	font-size: 16px;
    line-height: 150%;
	letter-spacing: 0;
	font-weight: 500;
}
#gaina .setbox07 .setbox07in .textbox02{
	width: 1040px;
	margin: 0 auto;
	padding: 0;
}
#gaina .setbox07 .setbox07in .textbox02 p.tit01 {
	margin: 0;
	padding: 20px 0;
	font-size: 25px;
    line-height: 120%;
	letter-spacing: 3px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background: #6cad00;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox01 {
	margin: 0 0 50px 0;
	padding: 20px 0;
	font-size: 15px;
    line-height: 120%;
	letter-spacing: 1px;
	font-weight: 500;
	background: #d6e8b8;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text01 {
	width: 250px;
	margin: 0;
	padding: 10px 25px 0 35px;
	text-align: justify;
	float: left;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img01 {
	margin: 0 0 0 12px;
	padding: 0;
	float: left;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text02 {
	width: 250px;
	margin: 0;
	padding: 10px 35px 0 25px;
	text-align: justify;
	float: right;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img02 {
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
}
#gaina .setbox07 .setbox07in .textbox02 .img03 {
	margin: 0 0 0 0;
	padding: 0;
	float: right;
}
#gaina .setbox07 .setbox07in .textbox02 .setbox02 {
	width: 630px;
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
}

#gaina .setbox07 .setbox07in .textbox02 p.tit02 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
    line-height: 120%;
	letter-spacing: 1px;
	text-align: justify;
	font-weight: 600;
}

#gaina .setbox07 .setbox07in .textbox02 p.text03 {
	margin: 0;
	padding: 0;
	font-size: 15px;
    line-height: 160%;
	text-align: justify;
	font-weight: 500;
}


/* =======================================
    BLOG
======================================= */

#blog .setbox01 {
	width: 1100px;
	margin: 60px auto 0 auto;
	text-align: center;
}
#blog .setbox01 ul.bloglist01 {
  align-items: center;
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0;
}

#blog .setbox01 ul.bloglist01 li{
  width: 48%;
  margin: 0 4% 40px 0;
  display: block;
  padding: 0;
  text-align: justify;
  float: left;
}
#blog .setbox01 ul.bloglist01 li:nth-child(2n){
  width: 48%;
  margin: 0 0 40px 0;
  display: block;
  padding: 0;
  text-align: justify;
  float: left;
}

#blog .setbox01 ul.bloglist01 li p{
	width: 100%;
	font-size: 18px;
    line-height: 130%;
    font-weight: 600;
	letter-spacing: 0;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

#blog .setbox01 ul.bloglist01 li .img01 {
    width: 100%;
    padding: 30px;
    margin: 50px auto 0 auto;
    cursor: pointer;
    background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-color: #fff;
}
#blog .setbox01 ul.bloglist01 li .img01 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform .5s ease;
}
#blog .setbox01 ul.bloglist01 li .img01:hover img {
  transform: scale(1.05);
}

.box_blog_01 .titbox01 .box01in {
    width: 520px;
    padding: 30px;
    margin: 50px auto 80px auto;
    cursor: pointer;
    background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-color: #fff;
}





/* =======================================
    SKILLS
======================================= */

#skills .setbox01 {
	width: 1200px;
	margin: 60px auto 0 auto;
	text-align: center;
}
#skills .setbox01 ul {
  align-items: center;
  width: 100%;
  margin: 0 0 80px 0;
}

#skills .setbox01 ul li{
  width: 31%;
  margin: 0 3% 50px 0;
  display: block;
  padding: 0;
  text-align: justify;
  float: left;
}
#skills .setbox01 ul :nth-child(3n){
  width: 31%;
  margin: 0 0 50px 0;
  display: block;
  padding: 0;
  text-align: justify;
  float: left;
}

#skills .setbox01 ul li p{
	font-size: 18px;
    line-height: 130%;
    font-weight: 600;
	letter-spacing: 0;
	color: #242424;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 10px 0 0 0;
	margin: 0;
}

#skills .setbox01 ul li .img01 {
  margin: 0;
}
#skills .setbox01 ul li .img01 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .5s ease;
}
#skills .setbox01 ul li .img01:hover img {
  transform: scale(1.05);
}

.wp-pagenavi {
  margin: 60px auto;
  color: #5cb85c;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 38px;
  line-height: 35px;
  border: solid 2px #5cb85c;
  margin: auto 6px;
  transition: 0.3s ease-out;
}
.wp-pagenavi span.pages {
  padding: 0 20px 0 0;
}

.wp-pagenavi .page:hover {
  background: #9dcd9d;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 38px;
  line-height: 35px;
  color: #fff;
  background: #5cb85c;
  border: 2px solid #5cb85c;
  margin: auto 6px;
}
.wp-pagenavi a{
  color: #5cb85c
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 35px;
  margin: auto 8px;
  transition: 0.3s ease-out;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #5cb85c;
}

#skills .setbox01 .setbox01_l,
#blog .setbox01 .setbox01_l {
    width: 68%;
	text-align: left;
	float: left;
}
#skills .setbox01 .setbox01_r,
#blog .setbox01 .setbox01_r {
    width: 25%;
	float: right;
}

#skills .setbox01 .setbox01_l h3,
#blog .setbox01 .setbox01_l h3{
    font-size: 30px;
	letter-spacing: 0;
	text-align: justify;
	line-height: 115%;
    font-weight: 900;
    margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 4px solid #000;
}
#skills .setbox01 .setbox01_l p.date,
#blog .setbox01 .setbox01_l p.date{
	text-align: left;
	line-height: 120%;
    margin: 20px 0 20px 0;
}

#skills .setbox01 .setbox01_l p,
#blog .setbox01 .setbox01_l p{
	text-align: justify;
	line-height: 160%;
    margin: 0 0 20px 0;
}
#skills .setbox01 .setbox01_l p a,
#blog .setbox01 .setbox01_l p a{
	color: #099709;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
}
#skills .setbox01 .setbox01_l p a:hover,
#blog .setbox01 .setbox01_l p a:hover{
	color: #666;
}

#skills .setbox01 .setbox01_l img,
#blog .setbox01 .setbox01_l img{
	width: 100%;
	height: auto;
	padding: 30px 0;
}
#skills .setbox01 .setbox01_r h2.wp-block-heading,
#blog .setbox01 .setbox01_r h2.wp-block-heading {
	width: 100%;
	text-align: center;
    display: inline-block;
    padding: 25px 0;
	margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-decoration: none;
	background: url(img/common/side_tit_01.jpg) no-repeat center center / cover;
}
#skills .setbox01 .setbox01_r ul,
#blog .setbox01 .setbox01_r ul {
	width: 100%;
	height: auto;
	padding: 30px 30px 20px 30px;
	margin: 0 auto 50px auto;
	text-align: left;
	background: #e2ffcd;
	overflow: hidden;
}
#skills .setbox01 .setbox01_r ul li,
#blog .setbox01 .setbox01_r ul li{
	width: 100%;
	text-align: justify;
	line-height: 120%;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	list-style-type: none;
	position: relative;
}
#skills .setbox01 .setbox01_r ul li::before,
#blog .setbox01 .setbox01_r ul li::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #242424;
    position: absolute;
    left: 0;
    top: 3px;
}
#skills .setbox01 .setbox01_r a, #blog .setbox01 .setbox01_r a{ color: #242424; }
#skills .setbox01 .setbox01_r a:hover, #blog .setbox01 .setbox01_r a:hover{ color: #666; }

#skills_page_navi_single {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
#skills_page_navi_single .left{
  width: 30%;
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
	min-height:1px;
}
#skills_page_navi_single .right{
  width: 30%;
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
	min-height:1px;
}
#skills_page_navi_single .center{
  flex-shrink:0;
  width: 40%;
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
  min-height:1px;
}

#skills_page_navi_single a {
    display: inline-block;
    padding: 0.2em 2em;
    border: 5px #fff solid;
    background-image: linear-gradient(70deg, #008435, #83c054);
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: border-box;
}

#skills_page_navi_single a:hover {
    background-image: linear-gradient(-70deg, #008435, #83c054);

}
#blog .setbox01 .setbox01_l ul,    
#skills .setbox01 .setbox01_l ul {    
    list-style: none;
	align-items: center;
    width: 100%;
    margin: 0 0 20px -40px;
	display: flex;
}

#blog .setbox01 .setbox01_l ul li,
#skills .setbox01 .setbox01_l ul li {
    width: auto;
	letter-spacing: 1px;
	border: solid 2px #88cfa8;
    margin: 0 15px 0 0;
    display: block;
    padding: 0 10px;
    text-align: justify;
    float: left;
}



/* =======================================
    COMPANY
======================================= */

#company .setbox01 {
	width: 1000px;
	margin: 140px auto 0 auto;
	background: #fff;
}
#company .setbox01 .img01-l {
	margin: -70px 0 30px -70px;
	padding: 0;
	float: left;
}
#company .setbox01 .img01-r {
	margin: -70px -70px 30px 0;
	padding: 0;
	float: right;
}

#company .setbox01 .textbox01 {
	width: 500px;
	margin: 0;
	padding: 40px;
}
#company .setbox01 .left{ float: left; }
#company .setbox01 .right{ float: right; }

#company .setbox01 .textbox01 p.tit01 {
	margin: 0;
	padding: 30px 0;
	font-size: 35px;
    line-height: 140%;
	text-align: left;
	font-weight: 900;
	background: url(img/company/company_img_04.png) no-repeat right center / 290px;
}

#company .setbox01 .textbox01 p.text01 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
    line-height: 180%;
	font-weight: 500;
	text-align: justify;
}

#company .box_company {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-image: url(img/top/bk_blue_top.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #fff;
	padding: 150px 0 90px 0;
}
#company .box_company a{ color: #242424; }
#company .box_company h2.pagetitbox01 p.pagetit01 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
    letter-spacing: 10px;
    margin: 30px 0 0 0;
    z-index: 10;
    position: relative;
}
#company .box_company h2.pagetitbox01 p.pagetit02 {
	font-size: 68px;
	line-height: 68px;
	letter-spacing: 6px;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke: 1.5px #88cfa8;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
	padding: 0;
	margin: -20px 0 0 0;
	z-index: 1;
}

#company .box_company table {
	width: 760px;
	margin: 0 auto;
	border-spacing: 10px;
	border-collapse: separate;
	font-size: 18px;
}
#company .box_company table th {
    margin: 0 auto;
    padding: 18px 25px;
	text-align: center;
    vertical-align: middle;
    font-weight: 600;
	letter-spacing: 2px;
    text-align-last: center;
	background: #9cd1b2;
}
#company .box_company table td {
    margin: 0;
    padding: 18px 25px;
    vertical-align: middle;
    font-weight: 600;
    text-align: left;
	line-height: 120%;
	background: #cae5d3;
}





/* =======================================
    CONTACT
======================================= */

#contact .titbox01 {
	width: 950px;
	margin: -50px auto 0 auto;
}

#contact .titbox01 p.text01 {
	width: 490px;
	margin: 0;
	padding: 90px 0 0 120px;
	float: left;
	font-size: 17px;
    line-height: 180%;
	text-align: justify;
}
#contact .titbox01 .img01 {
	width: 415px;
	margin: 0;
	float: right;
}

#contact .telbox01 {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 70px 50px;
}
#contact .telbox01 .telbox01in{
	width: 820px;
	margin: 0 auto;
}
#contact .telbox01 .telbox01in a{ color: #333333; }
#contact .telbox01 .telbox01in .tel {
    padding: 0;
    margin: 0;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
	float: left;
}
#contact .telbox01 .telbox01in .tel img{ margin: -5px 5px 0 0; }
#contact .telbox01 .telbox01in .fax img{ margin: -9px 5px 0 0; }
#contact .telbox01 .telbox01in .fax {
    padding: 0;
    margin: 0;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
	float: right;
}
#contact .telbox01 .telbox01in .time {
    padding: 0;
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
	text-align: center;
}

#contact .mailbox01 {
	width: 1000px;
	margin: 70px auto;
}
#contact .text01 {
    font-size: 17px;
    line-height: 180%;
    font-weight: 500;
	text-align: center;
}
#contact .text01 strong{
    font-size: 20px;
    line-height: 200%;
    font-weight: 600;
	text-align: center;
}

#contact .mailbox01 .mailbox01in {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
}
#contact .mailbox01 .mailbox01in table{
	width: 100%;
	margin: 0 auto;
	border: 1;
	font-size: 17px;
	line-height: 120%;
	border-collapse: collapse;
	border: solid 1px #b1b1b1;
}
#contact .mailbox01 .mailbox01in table th {
    width: 250px;
    margin: 0 auto;
    padding: 20px 30px;
    vertical-align: middle;
    background-color: #e0e0e0;
    font-weight: 500;
    text-align: left;
	border-collapse: collapse;
	border-bottom: solid 1px #b1b1b1;
	vertical-align: middle;
}
#contact .mailbox01 .mailbox01in table td {
    margin: 0 auto;
    padding: 20px 20px;
    vertical-align: middle;
    font-weight: 500;
    text-align: left;
	border-collapse: collapse;
	border-bottom: solid 1px #b1b1b1;
	vertical-align: middle;
}
#contact .mailbox01 p.text01 span,
#contact .mailbox01 .mailbox01in table th span{
    padding: 1px 1px 1px 3px;
	font-size: 11px;
	letter-spacing: 3px;
	margin: 0 0 0 5px;
	color: #fff;
    vertical-align: middle;
    background-color: #ff540d;
    font-weight: 700;
    text-align: center;
}

#contact .mailbox01 .mailbox01in table textarea{
	width: 100%;
	height: 250px;
	font-weight:500;
}

#contact .mailbox01 .mailbox01in table .contact_number input{
	width: 30%;
	height: 40px;
	font-weight:500;
}

#contact .mailbox01 .mailbox01in table .contact_text input { height: 40px; }

#contact .mailbox01 .mailbox01in .contact-bn01 {
	text-align: center;
}

#contact .mailbox01 .mailbox01in .contact-bn01 input[type=submit]{
	width: 37%;
    font-size: 23px;
    font-weight: 500;
	margin: 0 5%;
	text-align: center;
	background: #045d20;
	cursor: pointer;
	color: #fff;
	border: 0px;
    display: inline-block;
    padding: 0.5em 2em;
    letter-spacing: 1px;
    text-decoration: none;
	z-index: 100;
}

.contact-bn01 input[type=submit] a,
.contact-bn01 input[type=submit] a{
    text-decoration: none;
}

#contact .mailbox01 .mailbox01in p.cyui {
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
}
#contact .mailbox01 .mailbox01in .contact_answer_box01 {
  width: 90%;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: 50px auto 40px auto;
}

/* =======================================
    Error404
======================================= */

body.error404 p.not_text01 {
  width: 90%;
  font-size: 15px;
  line-height: 180%;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}








/* =======================================
    ClearFixElements
======================================= */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}
.pc-hidden {
	display:none;
}
.sp-hidden {
}

@media only screen and (max-width: 1099px) {
  .mode-sp {
    display: block;
  }
  
	.pc-hidden {
		display:inherit;
	}
	.sp-hidden {
		display:none;
	}
}











@media screen and (max-width: 1099px) {
	.button-orange-big01 {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  line-height: 1;
	  text-decoration: none;
	  color: #ffffff;
	  font-size: 18px;
	  border-radius: 35px;
	  width: 100%;
	  height: 65px;
	  font-weight: 600;
	  position: relative;
	  transition: 0.3s;
	  box-shadow: 0px 2px 3px 0px rgba(197, 83, 0, 0.25);
	  background-image: linear-gradient(128deg, rgba(242, 101, 10, 1), rgba(255, 215, 0, 1));
	}
	.button-green-big01 {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  line-height: 1;
	  text-decoration: none;
	  color: #ffffff;
	  font-size: 18px;
	  border-radius: 35px;
	  width: 100%;
	  height: 65px;
	  font-weight: 600;
	  position: relative;
	  transition: 0.3s;
	  box-shadow: 0px 2px 3px 0px rgba(197, 83, 0, 0.25);
	  background: #00B900;
	  background: linear-gradient(70deg,rgba(0, 185, 0, 1) 0%, rgba(92, 212, 0, 1) 50%);
	}
	
	.h_top_headerbox01 {
	  width: 96%;
	  padding: 5px 0 0 0;
	  margin: 0 auto;
	  text-align: center;
	  font-size: 15px;
	}
	.h_top_headerbox01 h1{
	  width: 35%;
	  padding: 0;
	  margin: 0 30% 20px 30%;
	  font-size: 15px;
	  letter-spacing: 0px;
	  float: left;	
	}
	.h_top_headerbox01 h1 .logo01{ width: 25%; float: left; }
	.h_top_headerbox01 h1 .logo02{ width: 72%; margin: 0 0 0 3%; float: left; }
	.h_top_headerbox01 h1 p{ width: 100%; margin: 5px 0 0 0; padding: 5px 0 0 0; font-size: 15px; text-align: center; }
	.h_top_headerbox01 h1 img{
	  width: 100%;
	  height: auto;
	}
	.h_top_headerbox02 {
	  width: 45%;
	  padding: 0;
	  margin: 10px 0 0 0;
	  float: left;	
	}
	.h_top_headerbox02 .logo01{
	  width: 25%;
	  padding: 0;
	  margin: 0 0 0 5px;
	  float: left;	
	}
	.h_top_headerbox02 .logo01 img{
	  width: 100%;
	  height: auto;
	}
	.h_top_headerbox02 .text01{
	  width: 73%;
	  padding: 8px 0 0 2%;
	  margin: 0;
	  font-size: 13px;
	  line-height: 140%;
	  text-align: left;
	  float: left;	
	}

	.h_top_headerbox03 {
	  width: 50%;
	  padding: 0;
	  margin: 0;
	  float: right;	
	}
	.h_top_headerbox03 .text01{
	  padding: 0;
	  margin: 0;
	  font-size: 13px;
	  line-height: 120%;
	  font-weight: 500;
	  text-align: center;
	}
	.h_top_headerbox03 .tel{
	  padding: 0;
	  margin: 0;
	  font-size: 30px;
	  line-height: 130%;
	  font-weight: 900;
	}
	.h_top_headerbox03 .tel a{ color: #242424; }
	.h_top_headerbox03 .tel img{ width: 25px; height: auto; padding: 0 5px 0 0; margin: -4px 0 0 0; }

	.h_top_headerbox03 .text02{
	  padding: 0;
	  margin: 3px 0;
	  font-size: 14px;
	  line-height: 130%;
	  font-weight: 500;
	  text-align: center;
	}
	.h_top_headerbox03 .bn{
	  padding: 0 0 20px 0;
	  margin: 0;
	}
	
	.box_service_01 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/top_saving_bk_l.jpg), url(img/top/top_saving_bk_r.jpg);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-size: 60% auto, 60% auto;
		background-color: #eefdd4;
	}
	.box_service_01 .titbox01 {
		padding: 80px 0 30px 0;
		margin: 0 auto;
	}
	.box_service_01 .titbox01 p{
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 3px;
	}
	.box_service_01 .titbox01 h2{
		font-size: 26px;
		line-height: 30px;
	}
	.box_service_01 .titbox01 h3{
		font-size: 28px;
		line-height: 45px;
		margin: -20px 0 0 0;
	}
	.box_service_01 .titbox01 h3 strong{
		font-size: 45px;
		line-height: 45px;
	}
	.box_service_01 .titbox02 {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		font-weight: 500;
	}
	.box_service_01 .titbox02in {
		padding: 20px 0 60px 0;
		margin: 0 auto;
		width: 94%;
		text-align: left;
	}

	.box_service_01 .titbox02in .speechBubble {
	  position: relative;
	  display: inline-block;
	  margin-bottom: 20px;
	  padding: 15px;
	  border-radius: 10px;
	  background-color: #bfe2ff;
	  text-align: justify;
	  font-size: 15px;
	  font-weight: 500;
	  line-height: 1.4;
	}

	.box_service_01 .titbox02in .img_l{
		padding: 0;
		margin: 0;
		width: 40%;
		text-align: center;
		float: left;
	}
	.box_service_01 .titbox02in .img_r{
		padding: 0;
		margin: 0;
		width: 55%;
		float: right;
	}

	.box_service_01 .titbox02in .textbox_r{
		padding: 0;
		margin: 0;
		text-align: justify;
		width: 55%;
		float: right;
	}
	.box_service_01 .titbox02in .textbox_l{
		padding: 0;
		margin: 0;
		text-align: justify;
		width: 50%;
		float: left;
	}
	.box_service_01 .titbox02in .textbox_r .box01 {
		padding: 0;
		margin: 20px 0 0 0;
	}
	.box_service_01 .titbox02in .img_l .img01{ margin: 0 0 20px 0; }
	.box_service_01 .titbox02in .img_l .img01 img,
	.box_service_01 .titbox02in .textbox_r .box01 img,
	.box_service_01 .titbox02in .textbox_r .img01 img,
	.box_service_01 .titbox02in .textbox_r .box02 .img01 img{
		width: 100%;
		height: auto;
	}
	.box_service_01 .titbox02in .textbox_r .img01{
		width: 40%;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	.box_service_01 .titbox02in p.text01{
		font-size: 15px;
		line-height: 130%;
		font-weight: 500;
		padding: 0;
		text-align: justify;
		margin: 30px 0 0 0;
	}
	.box_service_01 .titbox02in .textbox_r .box02 {
		margin: 20px 0 0 0;
	}

	.box_service_01 .titbox02in .textbox_r .box02 .img01{
		width: 20%;
		padding: 20px 0 0 0;
		margin: 0;
		float: left;
	}
	.box_service_01 .titbox02in .box02 ul {
		width: 76%;
		list-style: none;
		float: left;
		padding: 0;
		margin: 0 0 0 4%;
	}
	.box_service_01 .titbox02in .box02 ul li {
		font-size: 16px;
		letter-spacing: 0;
		padding-left: 33px;
		line-height: 1.8em;
		font-weight: 600;
		background: url(img/top/icon_check.png) left 0px top 5px no-repeat;
		background-size: 28px auto;
	}
	.box_service_01 .titbox02in .box03 .text01{
		background-image: url(img/top/bk_yajirushi.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100px auto;
		text-align: center;
		font-size: 20px;
		letter-spacing: 0;
		padding-left: 4px;
		font-weight: 600;
		margin: 30px 0 0 0;
		padding: 30px 0 40px 0;
	}
	.box_service_01 .titbox02in .box03 .bn01 {
	  cursor: pointer;
		width: 90%;
		margin: 0 auto;
	}
	.box_service_01 .titbox02in .box03 .bn01 img {
		width: 100%;
		height: auto;
	}

	.box_skills_01 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/bk_blue_top.jpg), url(img/top/bk_blue_bottom.jpg);
		background-repeat: repeat-x, repeat-x;
		background-size: auto 80px, auto 80px;
		background-position: top center, bottom center;
		background-color: #fff;
	}
	.box_skills_01 .titbox01 {
		padding: 130px 0;
		margin: 0 auto;
	}
	.box_skills_01 .titbox01 p.tit01 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 3px;
	}
	.box_skills_01 .titbox01 h2{
		font-size: 45px;
		line-height: 45px;
	}

	.box_skills_01 .titbox01 h3{
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
	}

	.box_skills_01 .titbox01 .skills_bbs {
	  align-items: center;
	  background: #e2f1c7;
	  color: #242424;
	  display: flex;
	  line-height: 50px;
	  overflow:hidden;
	  width: 100%;
	  white-space:nowrap;
	  margin: 60px 0;
	  z-index: 1;
	}
	.box_skills_01 .titbox01 .skills_bbs ul {
	  animation: flowing 80s linear infinite;
	  transform:translateX(100%);
	  margin: 0;
	  padding: 60px 0;
	}
	.box_skills_01 .titbox01 .skills_bbs ul li{
	  width: 300px;
	  display: inline-block;
	  padding-right: 20px;
	  white-space: normal;
		text-align: justify;
	}
	.box_skills_01 .titbox01 .skills_bbs ul li p{
		font-size: 15px;
		line-height: 120%;
		font-weight: 500;
		letter-spacing: 0px;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.box_skills_01 .titbox01 .bn{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}

	.box_contact_tel_01 .titbox01 {
		padding: 140px 0;
		margin: 0 auto;
		text-align: center;
		background-image: url(img/top/bk_icon.png);
		background-repeat: repeat;
		background-position: top center;
		background-size: 90% auto;
	}
	.box_contact_tel_01 .titbox01 img {
		width: 90%;
		height: auto;
	}
	
	.box_line_01 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 30px 0;
		background-color: #00b900;
	}
	.box_line_01 .titbox01 img {
		width: 90%;
		height: auto;
	}
	
	.box_blog_01 .titbox01 {
		width: 96%;
		padding: 80px 0 80px 0;
		margin: 0 auto;
	}
	.box_blog_01 .titbox01 .titbox {
		padding: 0;
		margin: 0 auto;
		background-image: url(img/top/top_blog_tit_01.png);
		background-repeat:no-repeat;
		background-position: top center;
	}
	.box_blog_01 .titbox01 p.tit01 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 3px;
    }
	.box_blog_01 .titbox01 h2 {
        font-size: 45px;
        line-height: 45px;
    }
	.box_blog_01 .titbox01 h3 {
        font-size: 20px;
        line-height: 130%;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 10px 0 0 0;
    }

	.box_blog_01 .titbox01 .box01{
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.box_blog_01 .titbox01 .box01in {
		width: 47%;
		padding: 25px;
		margin: 50px auto 80px auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}
	.box_blog_01 .titbox01 .box01in .img01 img {
	  width: 100%;
	  height: 260px;
	}
	.box_blog_01 .titbox01 .box01in p.text01 {
		font-size: 15px;
		line-height: 120%;
	}
	.box_blog_01 .titbox01 .bn{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	
	#fh5co-footer { 
		padding: 30px 0 10px 0;
		clear: both;
		background-attachment: fixed;
		text-align: center;
	}
	#fh5co-footer .img01 img{ 
		width: 20%;
		height: auto;
	}
	#fh5co-footer .f-logo p.text01 {
		font-size: 14px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 1px;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 10px 0 0 0;
		margin: 0;
	}

	#fh5co-footer .f-tel { 
		width: 100%;
		margin: 30px auto 30px auto;
		padding: 10px 5%;
		border-top: 1px #242424 solid;
		border-bottom: 1px #242424 solid;
	}

	#fh5co-footer .f-tel .text01 { 
		width: 50%;
		margin: 0;
		padding: 18px 0 0 0;
		font-size: 15px;
		line-height: 130%;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		font-weight: 600;
		text-align: left;
		float: left;
	}
	#fh5co-footer .f-tel .tel{
	  width: 50%;
	  padding:0;
	  margin: 0;
	  font-size: 30px;
	  line-height: 130%;
	  font-weight: 900;
		text-align: right;
	  float: left;
	}
	#fh5co-footer .f-tel .tel img{ padding: 0 5px 0 0; margin: -2px 0 0 0; }
	#fh5co-footer .f-tel .text02 { 
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 30px;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		font-weight: 600;
		text-align: left;
		float: right;
	}
	
	#fh5co-footer .f-bnbox01 {
		width: 90%;
		margin: 0px auto;
	}

	#fh5co-footer .bn {
		width: 60%;
		text-align: center;
		margin: 20px auto;
	}
	#fh5co-footer .left { float: none; }
	#fh5co-footer .right { float: none; }

	#fh5co-footer .f-add {
		width: 100%;
		text-align: center;
		margin: 40px auto 0 auto;
		padding: 10px 4% 20px 4%;
		background: #e2f1c7;
	}

	#fh5co-footer .f-add .textbox { 
		width: 100%;
		margin: 20px auto 10px auto;
		text-align: center;
	}
	#fh5co-footer .f-add .addbox { float:none; padding: 0 0 0 0; margin: 0 auto; }
	#fh5co-footer .f-add .addbox .text01 { 
		margin: 0 auto;
		padding: 0;
		font-size: 17px;
		letter-spacing: 1px;
		font-weight: 600;
		color: #fff;
		float: none;
	}
	#fh5co-footer .f-add .addbox .text02 { 
		margin: 5px 0 0 0;
		padding: 0;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		float: none;
	}
	#fh5co-footer .f-add .f_textbox03 {
	  width: 100%;
	  padding: 0;
	  margin: 0 auto;
	  text-align: center;
	  float: none;	
	}
	
	#fh5co-footer .f-add .f_textbox03 .logo01{
	  width: 120px;
	  padding: 0 auto;
	  margin: 0 auto 10px auto;
	  float: none;	
	}
	#fh5co-footer .f-add .f_textbox03 .logo01 img{
	  width: 100%;
	  height: auto;
	}
	#fh5co-footer .f-add .f_textbox03 .text01{
	  padding: 0 0 0 10px;
	  margin: 0;
	  font-size: 15px;
	  line-height: 130%;
	  color: #004500;
	  float: none;	
	}

	#fh5co-footer .f-add .mapbox { float: none; }
	#fh5co-footer .f-add .map {
	  position: relative;
	  width: 100%;
	  height: 325px;
	}

	#fh5co-footer .f-add .map iframe {
	  position: absolute;
	  padding: 0;
	  width: 100%;
	  height: 325px;
	}

	#fh5co-footer p.copy {
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		text-align: center;
		margin: 0 0 5px 0;
	}

    #fh5co-footer ul {
        width: 100%;
        float: none;
        text-align: center;
        border-top: 1px solid #333;
        margin: 0 0 20px 0;
        padding: 0;
    }
	.f-textbox ul li {
        width: 100%;
        height: 50px;
        display: inline-block;
        list-style: none;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #333;
        margin: 0;
        padding: 0;
    }
	#fh5co-footer li:not(.list1) {
        margin-left: 0;
        padding: 0;
    }
	
	.box_page {
	  width: 94%;
	  margin: 0 auto;
	  padding: 30px 0;
	}

	.box_page h2.pagetitbox01 {
	  width: 100%;
	  margin: 0 auto;
	  padding: 30px 0;
	  text-align: center;
	}
	
	#blog .box_page h2.pagetitbox01 {
		width: 100%;
		margin: 0 auto;
		padding: 50px 0;
		text-align: center;
		background-image: url(img/common/tit_bk_blog.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	.box_page h2.pagetitbox01 p.pagetit01 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 900;
		letter-spacing: 5px;
		margin: 0;
		z-index: 10;
		position: relative;
	}

	.box_page h2.pagetitbox01 p.pagetit02 {
		font-size: 55px;
		line-height: 55px;
		letter-spacing: 4px;
		font-weight: 900;
		color: transparent;
		-webkit-text-stroke: 1.5px #fff;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 0;
		margin: -20px 0 0 0;
		z-index: 1;
	}
	#skills .box_page h2.pagetitbox01 p.pagetit02,
	#blog .box_page h2.pagetitbox01 p.pagetit02 {
		font-size: 55px;
		line-height: 55px;
		letter-spacing: 4px;
		font-weight: 900;
		color: transparent;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 0;
		margin: -70px 0 0 0;
		z-index: 1;
	}
	
	.box_page h2.pagetitbox01 p.pagetit03 {
		font-size: 20px;
		line-height: 130%;
		font-weight: 500;
		letter-spacing: 1px;
		margin: 25px 0 0 0;
	}
	
	
	
	
/* =======================================
    GAINA
======================================= */

	#gaina .titbox01 {
		width: 100%;
		height: auto;
		z-index: 0;
		margin: -50px 0 0 0;
	}
	#gaina .titbox01 img{
		width: 100%;
		height: auto;
	}
	#gaina .setbox01 {
		width: 100%;
		margin: 0;
		background: url(img/gaina/gaina_bk01.jpg) no-repeat center bottom / cover;
	}
	#gaina .setbox01 .setbox01in {
		width: 90%;
		margin: 0 auto;
		padding: 60px 0;
	}
	#gaina .setbox01 .setbox01in .img01 {
		width: 26%;
		margin: 0 0 0 0;
		padding: 0;
		float: right;
	}
	#gaina .setbox01 .setbox01in .img01 img{
		width: 100%;
		height: auto;
	}

	#gaina .setbox01 .setbox01in .textbox01 {
		width: 70%;
		margin: 0;
		padding: 0;
		float: left;
	}
	#gaina .setbox01 .setbox01in .textbox01 p.tit01 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 130%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
	}
	#gaina .setbox01 .setbox01in .textbox01 p.text01 {
		margin: 20px 0 0 0;
		padding: 0;
		font-size: 15px;
		line-height: 160%;
		font-weight: 500;
		text-align: justify;
	}

	#gaina .gainatitbox01 {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		text-align: center;
		background: url(img/gaina/gaina_bk02.png) no-repeat center bottom / cover;
	}
	#gaina .gainatitbox01 p.pagetit01 {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 15px;
		line-height: 15px;
		font-weight: 600;
	}
	#gaina .gainatitbox01 p.pagetit02 {
		margin: 0;
		padding: 0;
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
	#gaina .setbox02 .setbox02in {
		width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 60px 0;
	}
	#gaina .setbox02 .setbox02in p{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 15px;
		line-height: 160%;
		font-weight: 500;
	}
	#gaina .setbox02 .setbox02in img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#gaina .setbox02 .setbox02in .img-l {
		width: 84%;
		margin: 0 auto 30px auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox02 .setbox02in .img-r {
		width: 84%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox03 .icon_bbs {
	  align-items: center;
	  display: flex;
	  overflow:hidden;
	  width: 100%;
	  white-space:nowrap;
	  margin: 0;
	  padding: 0;
	  z-index: 1;
	}
	#gaina .setbox03 .icon_bbs ul {
	  animation: flowing 80s linear infinite;
	  transform:translateX(100%);
	  margin: 0;
	  padding: 0;
	}
	#gaina .setbox03 .icon_bbs ul li{
	  width: 120px;
	  margin: 0;
	  padding: 0;
	  display: inline-block;
	  white-space: normal;
	}
	#gaina .setbox03 .icon_bbs ul li img{
	  width: 100%;
	  height: auto;
	}
	#gaina .setbox03 .setbox03in {
		width: 92%;
		margin: 0 auto;
		text-align: left;
		padding: 50px 0 60px 0;
	}
	#gaina .setbox03 .setbox03in .img-r {
		width: 94%;
		position: absolute;
		float: right;
		padding: 0;
		z-index: 0;
		text-align: right;
	}
	#gaina .setbox03 .setbox03in .img-r img{
		width: 65%;
		height: auto;
	}
	#gaina .setbox03 .setbox03in .textbox01 {
		width: 60%;
		margin: 0 auto;
		padding: 0;
		float: left;
		text-align: justify;
		position: relative;
		z-index: 10;
	}
	#gaina .setbox03 .setbox03in .textbox01 p.tit01 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 140%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
	}
	#gaina .setbox03 .setbox03in .textbox01 p.text01{
		margin: 0;
		padding: 20px 0 0 0;
		font-size: 15px;
		line-height: 160%;
		font-weight: 500;
	}
	#gaina .setbox04 .setbox04in {
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	#gaina .setbox04 .setbox04in .textbox01{
		width: 96%;
		margin: 0 auto;
		text-align: justify;
		padding: 30px 0;
		border-bottom: 3px dashed #009844;
	}
	#gaina .setbox04 .setbox04in .textbox01 p.text_q {
		margin: 0;
		padding: 5px 0 15px 52px;
		font-size: 25px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
		background: url(img/gaina/gaina_icon_q.png) no-repeat left top / 45px;
	}
	#gaina .setbox04 .setbox04in .textbox01 p.text_a {
		margin: 15px 0 0 0;
		padding: 5px 30px 0 52px;
		font-size: 16px;
		line-height: 140%;
		font-weight: 500;
		background: url(img/gaina/gaina_icon_a.png) no-repeat left top / 45px;
	}
	#gaina .setbox04 .setbox04in p.text01 {
		margin: 60px 0 0 0;
		padding: 20px 0;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 1px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background: #008c44;
	}
	#gaina .setbox05 .setbox05in {
		padding: 60px 0;
		margin: 0 auto;
		background-image: url(img/top/bk_icon.png);
		background-repeat: repeat;
		background-position: top center;
	}

	#gaina .setbox05 .setbox05in .setbox01 {
		width: 90%;
		padding: 30px 40px 30px 30px;
		margin: 0 auto;
		border-radius: 30px;
		background: #fff;
	}
	#gaina .setbox05 .setbox05in .setbox01 .img-l{
		width: 60%;
		padding: 20px 0 0 0;
		margin: 0 auto;
		float: none;
	}
	#gaina .setbox05 .setbox05in .setbox01 .img-l img{
		width: 100%;
		height: auto;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01{
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
		float: auto;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.tit01 {
		margin: 20px 0 10px 0;
		padding: 0;
		font-size: 26px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 900;
		color: #009844;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel {
		padding: 0 20px;
		margin: 0;
		font-size: 52px;
		line-height: 130%;
		font-weight: 900;
		color: #ea3c04;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel a{ color: #ea3c04; }
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel img {
		padding: 0 7px 0 0;
		margin: -7px 0 0 0;
		width: 38px;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text01 {
		margin: 10px 0 20px 0;
		padding: 0;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 600;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 {
		margin: 20px 0 0 0;
		padding: 0;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 900;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 span{
		margin: 0 25px 0 0;
		padding: 0 0 0 34px;
		font-size: 25px;
		line-height: 25px;
		font-weight: 900;
		background: url(img/gaina/gaina_icon_check.png) no-repeat left center / 30px;
	}

	#gaina .setbox06 ul{
		width: 96%;
		margin: 0 auto;
		text-align: justify;
		padding: 60px 0;
		list-style: none;
	}
	#gaina .setbox06 ul li {
		width: 46%;
		float: left;
		margin: 0 2% 30px 2%;
	}
	#gaina .setbox06 ul li:nth-of-type(4),
	#gaina .setbox06 ul li:nth-of-type(8){
		margin: 0 2% 30px 2%;
		float: left;
	}

	 #gaina .setbox06 ul li .img02{
		width: 100%;
		height: auto;
		padding: 0;
	}
	 #gaina .setbox06 ul li img{
		width: 100%;
		height: auto;
		padding: 0;
	}
	#gaina .setbox06 ul li p.tit01 {
		margin: 0;
		padding: 10px 0;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 2px;
		font-weight: 600;
		 text-align: center;
		color: #fff;
		background: #6cad00;
	}
	 #gaina .setbox06 ul li p.text01 {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 15px;
		line-height: 130%;
		letter-spacing: 0;
		font-weight: 500;
	}
	 #gaina .setbox07 .setbox07in .textbox01{
		width: 96%;
		margin: 0 auto;
		padding: 30px 0;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .img01{
		width: 30%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		float: none;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .img01 img{
		width: 100%;
		height: auto;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .setbox01{
		width: 96%;
		margin: 0;
		padding: 0;
		float: none;
		background: none;
		text-align: justify;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .setbox01 p.tit01 {
		margin: 20px 0 10px 0;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0px;
		font-weight: 900;
	}
	#gaina .setbox07 .setbox07in .textbox01 .setbox01 p.text01 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 140%;
		letter-spacing: 0;
		font-weight: 500;
	}
	#gaina .setbox07 .setbox07in .textbox02{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#gaina .setbox07 .setbox07in .textbox02 p.tit01 {
		margin: 0;
		padding: 10px 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 1px;
		font-weight: 900;
		text-align: center;
		color: #fff;
		background: #6cad00;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 {
		margin: 0 0 50px 0;
		padding: 20px 0;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 1px;
		font-weight: 500;
		background: #d6e8b8;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text01 {
		width: 94%;
		margin: 0 auto 20px auto;
		padding: 0;
		text-align: justify;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img01 {
		width: 40%;
		margin: 0 5% 20px 5%;
		padding: 0;
		float: left;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img01 img{
		width: 100%;
		height: auto;
	}

	#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text02 {
		width: 94%;
		margin: 0 auto 20px auto;
		padding: 0;
		text-align: justify;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img02 {
		width: 40%;
		margin: 0 5% 20px 5%;
		padding: 0;
		float: left;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img02 img,
	#gaina .setbox07 .setbox07in .textbox02 .img03 img{
		width: 100%;
		height: auto;
	}
	#gaina .setbox07 .setbox07in .textbox02 .img03 {
		width: 50%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox02 {
		width: 94%;
		margin: 0 auto;
		padding: 10px 0 30px 0;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 p.tit02 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0px;
		text-align: justify;
		font-weight: 600;
	}

	#gaina .setbox07 .setbox07in .textbox02 p.text03 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 140%;
		text-align: justify;
		font-weight: 500;
	}

/* =======================================
    BLOG
======================================= */

	#blog .setbox01 {
		width: 100%;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	#blog .setbox01 ul.bloglist01 {
	  align-items: center;
	  width: 100%;
	  margin: 0 0 80px 0;
	  padding: 0;
	}

	#blog .setbox01 ul.bloglist01 li{
	  width: 48%;
	  margin: 0 4% 40px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}
	#blog .setbox01 ul.bloglist01 li:nth-child(2n){
	  width: 48%;
	  margin: 0 0 40px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}

	#blog .setbox01 ul.bloglist01 li p{
		width: 100%;
		font-size: 18px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 0;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 5px 0 0 0;
		margin: 0;
	}

	#blog .setbox01 ul.bloglist01 li .img01 {
		width: 100%;
		padding: 30px;
		margin: 50px auto 0 auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}
	#blog .setbox01 ul.bloglist01 li .img01 img {
	  width: 100%;
	  height: 280px;
	  object-fit: cover;
	  transition: transform .5s ease;
	}
	#blog .setbox01 ul.bloglist01 li .img01:hover img {
	  transform: scale(1.05);
	}

	.box_blog_01 .titbox01 .box01in {
		width: 100%;
		padding: 30px;
		margin: 50px auto 80px auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}

	
/* =======================================
    SKILLS
======================================= */

	#skills .setbox01 {
		width: 100%;
		margin: 30px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	#skills .setbox01 ul {
	  align-items: center;
	  width: 100%;
	  margin: 0 0 40px 0;
	  padding: 0;
	}

	#skills .setbox01 ul li{
	  width: 46%;
	  margin: 0 2% 30px 2%;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}
	#skills .setbox01 ul :nth-child(3n){
	  width: 46%;
	  margin: 0 2% 30px 2%;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}
	
	#skills .setbox01 ul li p{
		width: 100%;
		font-size: 15px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 0;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 10px 0 0 0;
		margin: 0;
	}

	#skills .setbox01 ul li .img01 img {
	  width: 100%;
	  height: 200px;
	  object-fit: cover;
	  transition: transform .5s ease;
	}
	.wp-pagenavi {
	  margin: 20px auto 40px auto;
	  color: #5cb85c;
	}
	.wp-pagenavi .page {
	  display: inline-block;
	  text-align: center;
	  width: 30px;
	  line-height: 28px;
	  border: solid 2px #5cb85c;
	  margin: auto 8px;
	  transition: 0.3s ease-out;
	}
	.wp-pagenavi span.pages {
	  padding: 0 20px 0 0;
	}

	.wp-pagenavi .page:hover {
	  background: #9dcd9d;
	}
	.wp-pagenavi .current {
	  display: inline-block;
	  text-align: center;
	  width: 30px;
	  line-height: 28px;
	  color: #fff;
	  background: #5cb85c;
	  border: 2px solid #5cb85c;
	  margin: auto 8px;
	}
	.wp-pagenavi a{
	  color: #5cb85c
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .extend,
	.wp-pagenavi .first,
	.wp-pagenavi .last {
	  line-height: 28px;
	  margin: auto 8px;
	  transition: 0.3s ease-out;
	}

	#skills .setbox01 .setbox01_l,
	#blog .setbox01 .setbox01_l {
		width: 65%;
		text-align: left;
		float: left;
	}
	#skills .setbox01 .setbox01_r,
	#blog .setbox01 .setbox01_r {
		width: 30%;
		float: right;
	}

	#skills .setbox01 .setbox01_l h3,
	#blog .setbox01 .setbox01_l h3{
		font-size: 25px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 115%;
		font-weight: 900;
		margin: 0;
		padding: 0 0 15px 0;
		border-bottom: 4px solid #000;
	}
	#skills .setbox01 .setbox01_l p.date,
	#blog .setbox01 .setbox01_l p.date{
		font-size: 14px;
		text-align: left;
		line-height: 120%;
		margin: 10px 0 20px 0;
	}

	#skills .setbox01 .setbox01_l p,
	#blog .setbox01 .setbox01_l p{
		text-align: justify;
		line-height: 150%;
		margin: 0 0 20px 0;
	}

	#skills .setbox01 .setbox01_l img,
	#blog .setbox01 .setbox01_l img{
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	#skills .setbox01 .setbox01_r h2.wp-block-heading,
	#blog .setbox01 .setbox01_r h2.wp-block-heading {
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 18px 0;
		margin: 0;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 3px;
		text-decoration: none;
		background: url(img/common/side_tit_01.jpg) no-repeat center center / cover;
	}
	#skills .setbox01 .setbox01_r ul,
	#blog .setbox01 .setbox01_r ul {
		width: 100%;
		height: auto;
		padding: 20px 20px 10px 20px;
		margin: 0 auto 50px auto;
		text-align: left;
		background: #e2ffcd;
		overflow: hidden;
	}
	#skills .setbox01 .setbox01_r ul li,
	#blog .setbox01 .setbox01_r ul li{
		width: 100%;
		text-align: justify;
		line-height: 120%;
		padding: 0 0 0 20px;
		margin: 0 0 20px 0;
		list-style-type: none;
		position: relative;
	}
	#skills .setbox01 .setbox01_r ul li::before,
	#blog .setbox01 .setbox01_r ul li::before {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #242424;
		position: absolute;
		left: 0;
		top: 3px;
	}

	#skills_page_navi_single {
	  width: 100%;
	  padding: 20px 0 60px 0;
	  margin: 0 auto;
	}
	#blog .setbox01 .setbox01_l ul,   
	#skills .setbox01 .setbox01_l ul {    
		list-style: none;
		align-items: center;
		width: 100%;
		margin: 0 0 20px -40px;
		display: flex;
	}

	#blog .setbox01 .setbox01_l ul li,
	#skills .setbox01 .setbox01_l ul li {
		width: auto;
		letter-spacing: 1px;
		border: solid 2px #88cfa8;
		margin: 0 15px 0 0;
		display: block;
		padding: 0 10px;
		text-align: justify;
		float: left;
	}
	
	
	
	
/* =======================================
    COMPANY
======================================= */

	#company .setbox01 {
		width: 94%;
		margin: 50px auto 0 auto;
		background: #fff;
	}
	#company .setbox01 img{
		width: 100%;
		height: auto;
	}
	#company .setbox01 .img01-l {
		width: 40%;
		margin: -20px 0 20px -20px;
		padding: 0;
		float: left;
	}
	#company .setbox01 .img01-r {
		width: 40%;
		margin: -20px -20px 20px 0;
		padding: 0;
		float: right;
	}

	#company .setbox01 .textbox01 {
		width: 60%;
		margin: 0;
		padding: 5%;
	}
	#company .setbox01 .left{ float: left; }
	#company .setbox01 .right{ float: right; }

	#company .setbox01 .textbox01 p.tit01 {
		margin: 0;
		padding: 10px 0;
		font-size: 27px;
		line-height: 130%;
		text-align: left;
		font-weight: 900;
		background: url(img/company/company_img_04.png) no-repeat right center / 180px;
	}

	#company .setbox01 .textbox01 p.text01 {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 16px;
		line-height: 150%;
		font-weight: 500;
		text-align: justify;
	}

	#company .box_company {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/bk_blue_top.jpg);
		background-repeat: repeat-x;
		background-size: auto 80px;
		background-position: top center;
		background-color: #fff;
		padding: 100px 0 60px 0;
	}
	#company .box_company h2.pagetitbox01 p.pagetit01 {
		font-size: 45px;
		line-height: 45px;
		font-weight: 900;
		letter-spacing: 10px;
		margin: 30px 0 0 0;
		z-index: 10;
		position: relative;
	}
	#company .box_company h2.pagetitbox01 p.pagetit02 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 6px;
		font-weight: 900;
		color: transparent;
		-webkit-text-stroke: 1.5px #88cfa8;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 0;
		margin: -20px 0 0 0;
		z-index: 1;
	}

	#company .box_company table {
		width: 80%;
		margin: 0 auto;
		border-spacing: 10px;
		border-collapse: separate;
		font-size: 16px;
	}
	#company .box_company table th {
		margin: 0 auto;
		padding: 18px 3%;
		text-align: center;
		vertical-align: middle;
		font-weight: 600;
		letter-spacing: 2px;
		text-align-last: center;
		background: #9cd1b2;
	}
	#company .box_company table td {
		margin: 0;
		padding: 18px 3%;
		vertical-align: middle;
		font-weight: 600;
		text-align: left;
		line-height: 120%;
		background: #cae5d3;
	}
	
	
/* =======================================
    CONTACT
======================================= */

	#contact .titbox01 {
		width: 94%;
		margin: -50px auto 0 auto;
	}

	#contact .titbox01 p.text01 {
		width: 100%;
		margin: 0;
		padding: 40px 0 0 0;
		float: none;
		font-size: 16px;
		line-height: 130%;
		text-align: center;
	}
	#contact .titbox01 .img01 {
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	#contact .titbox01 .img01 img{
		width: 50%;
		height: auto;
	}
	#contact .telbox01 {
		width: 90%;
		margin: 0 auto;
		background: #fff;
		padding: 30px 5%;
	}
	#contact .telbox01 .telbox01in{
		width: 90%;
		margin: 0 auto;
	}
	#contact .telbox01 .telbox01in a{ color: #333333; }
	#contact .telbox01 .telbox01in .tel {
		padding: 0;
		margin: 0;
		font-size: 38px;
		line-height: 38px;
		font-weight: 900;
		float: none;
		text-align: center;
	}
	#contact .telbox01 .telbox01in .tel img{ margin: -5px 5px 0 0; }
	#contact .telbox01 .telbox01in .fax img{ margin: -9px 5px 0 0; }
	#contact .telbox01 .telbox01in .fax {
		padding: 0;
		margin: 20px 0 0 0;
		font-size: 38px;
		line-height: 38px;
		font-weight: 900;
		float: none;
		text-align: center;
	}
	#contact .telbox01 .telbox01in .time {
		padding: 0;
		margin: 20px 0 0 0;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		text-align: center;
	}

	#contact .mailbox01 {
		width: 100%;
		margin: 40px auto;
	}
	#contact .text01 {
		font-size: 15px;
		line-height: 160%;
		font-weight: 500;
		text-align: center;
	}
	#contact .text01 strong{
		font-size: 17px;
		line-height: 200%;
		font-weight: 600;
		text-align: center;
	}

	#contact .mailbox01 .mailbox01in {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		padding: 20px 3%;
	}
	#contact .mailbox01 .mailbox01in table{
		width: 100%;
		margin: 0 auto;
		border: 1;
		font-size: 15px;
		line-height: 120%;
		border-collapse: collapse;
		border: solid 1px #b1b1b1;
	}
	#contact .mailbox01 .mailbox01in table th {
		width: 20%;
		margin: 0 auto;
		padding: 15px 2%;
		vertical-align: middle;
		background-color: #e0e0e0;
		font-weight: 500;
		text-align: center;
		border-collapse: collapse;
		border-bottom: solid 1px #b1b1b1;
		vertical-align: middle;
	}
	#contact .mailbox01 .mailbox01in table td {
		margin: 0 auto;
		padding: 15px 2%;
		vertical-align: middle;
		font-weight: 500;
		text-align: left;
		border-collapse: collapse;
		border-bottom: solid 1px #b1b1b1;
		vertical-align: middle;
	}
	#contact .mailbox01 .mailbox01in table th span{
		padding: 1px 3px;
		font-size: 11px;
		letter-spacing: 0px;
		margin: 0 0 0 5px;
		color: #fff;
		vertical-align: middle;
		background-color: #ff540d;
		font-weight: 700;
		text-align: center;
	}

	#contact .mailbox01 .mailbox01in table textarea{
		width: 100%;
		height: 250px;
		font-weight:500;
	}

	#contact .mailbox01 .mailbox01in table .contact_number input{
		width: 29%;
		height: 40px;
		font-weight:500;
	}

	#contact .mailbox01 .mailbox01in table .contact_text input { width: 100%; height: 40px; }

	#contact .mailbox01 .mailbox01in .contact-bn01 input[type=submit]{
		width: 100%;
		font-size: 23px;
		font-weight: 500;
		margin: 12px 0;
		text-align: center;
		background: #045d20;
		cursor: pointer;
		color: #fff;
		border: 0px;
		display: inline-block;
		padding: 0.5em 2em;
		letter-spacing: 1px;
		text-decoration: none;
		z-index: 100;
	}

	.contact-bn01 input[type=submit] a,
	.contact-bn01 input[type=submit] a{
		text-decoration: none;
	}

	#contact .mailbox01 .mailbox01in p.cyui {
	  font-size: 14px;
	  line-height: 120%;
	  letter-spacing: 1px;
	  font-weight: 500;
	  text-align: center;
	  margin: 30px 0;
	}
	#contact .mailbox01 .mailbox01in .contact_answer_box01 {
	  width: 90%;
	  font-size: 15px;
	  line-height: 180%;
	  letter-spacing: 1px;
	  font-weight: 500;
	  text-align: center;
	  margin: 50px auto 40px auto;
	}

	
}


	


@media screen and (max-width: 767px) {
	.follow_bn_01, .follow_bn_02, .follow_bn_03 { display: none; }	

	.box_page h2.pagetitbox01 p.pagetit03 {
		font-size: 18px;
		line-height: 120%;
		font-weight: 500;
		letter-spacing: 0px;
		margin: 20px 0 0 0;
	}	
	.h_top_headerbox01 {
	  font-size: 13px;
	  line-height: 120%;
	}
	.h_top_headerbox01 h1{
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  font-size: 13px;
	  letter-spacing: 0px;
	  float: none;	
	}
	.h_top_headerbox01 h1 .logo01{ width: 14%; margin: 0 43%; float: none; }
	.h_top_headerbox01 h1 .logo02{ width: 30%; margin: 3px 35% 0 35%; float: none; }
	.h_top_headerbox01 h1 p{ width: 100%; margin: 5px 0 0 0; padding: 5px 0 0 0; font-size: 13px; text-align: center; }
	.h_top_headerbox02 {
	  width:  100%;
	  padding: 5px 0;
	  margin: 10px auto;
	  float: none;
	  border-top: 1px solid #508150;
	  border-bottom: 1px solid #508150;
	}
	.h_top_headerbox02 .logo01{
	  width: 22%;
	  padding: 0;
	  margin: 0 0 0 6%;
	  float: left;	
	}
	.h_top_headerbox02 .logo01 img{
	  width: 100%;
	  height: auto;
	}
	.h_top_headerbox02 .text01{
	  width: 70%;
	  padding: 8px 0 0 2%;
	  margin: 0;
	  font-size: 13px;
	  line-height: 130%;
	  text-align: left;
	  float: left;	
	}

	.h_top_headerbox03 {
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  float: noe;	
	}
	
	.box_service_01 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/top_saving_bk_l.jpg), url(img/top/top_saving_bk_r.jpg);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-size: 70% auto, 70% auto;
		background-color: #eefdd4;
	}
	.box_service_01 .titbox01 {
		padding: 60px 0 10px 0;
		margin: 0 auto;
	}
	.box_service_01 .titbox01 p{
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 3px;
	}
	.box_service_01 .titbox01 h2{
		font-size: 18px;
		line-height: 40px;
	}
	.box_service_01 .titbox01 h3{
		font-size: 18px;
		line-height: 45px;
		margin: -20px 0 0 0;
	}
	.box_service_01 .titbox01 h3 strong{
		font-size: 27px;
		line-height: 45px;
	}
	.box_service_01 .titbox02in {
		padding: 0 0 60px 0;
		margin: 0 auto;
		width: 94%;
		text-align: left;
	}

	.box_service_01 .titbox02in .speechBubble {
	  position: relative;
	  display: inline-block;
	  margin-bottom: 20px;
	  padding: 15px;
	  border-radius: 10px;
	  background-color: #bfe2ff;
	  text-align: justify;
	  font-size: 15px;
	  font-weight: 500;
	  line-height: 1.4;
	}

	.box_service_01 .titbox02in .img_l{
		padding: 0;
		margin: 0 0 20px 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	.box_service_01 .titbox02in .img_r{
		padding: 0;
		margin: 0;
		width: 100%;
		float: none;
	}

	.box_service_01 .titbox02in .textbox_r{
		padding: 0;
		margin: 0;
		text-align: justify;
		width: 100%;
		float: none;
	}
	.box_service_01 .titbox02in .textbox_l{
		padding: 0;
		margin: 0;
		text-align: justify;
		width: 100%;
		float: none;
	}

	.box_service_01 .titbox02in .img_l .img01{ margin: 0 auto 20px auto; width: 80%; }
	
	.box_service_01 .titbox02in .textbox_r .img01{
		width: 35%;
		padding: 0;
		margin: -20px 0 0 0;
		float: left;
	}
	
	.box_service_01 .titbox02in p.text01{
		font-size: 15px;
		line-height: 130%;
		font-weight: 500;
		padding: 0;
		text-align: justify;
		margin: 30px 0 0 0;
	}
	.box_service_01 .titbox02in .textbox_r .box02 {
		margin: 20px 0 0 0;
	}

	.box_service_01 .titbox02in .textbox_r .box02 .img01{
		width: 20%;
		padding: 0 2px 5px 0;
		margin: 0 auto;
		float: none;
	}
	.box_service_01 .titbox02in .box02 ul {
		width: 94%;
		list-style: none;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.box_service_01 .titbox02in .box02 ul li {
		font-size: 18px;
		letter-spacing: 0;
		padding-left: 30px;
		line-height: 1.9em;
		font-weight: 600;
		background: url(img/top/icon_check.png) center 0px top 5px no-repeat;
		background-size: 26px auto;
	}
	.box_service_01 .titbox02in .box03 .text01{
		background-image: url(img/top/bk_yajirushi.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 80px auto;
		text-align: center;
		font-size: 18px;
		letter-spacing: 0;
		padding-left: 4px;
		font-weight: 600;
		margin: 0;
		padding: 30px 0 30px 0;
	}
	.box_service_01 .titbox02in .box03 .bn01 {
	  cursor: pointer;
		width: 100%;
		margin: 0 auto;
	}
	
	.box_skills_01 {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/bk_blue_top.jpg), url(img/top/bk_blue_bottom.jpg);
		background-repeat: repeat-x, repeat-x;
		background-size: auto 80px, auto 80px;
		background-position: top center, bottom center;
		background-color: #fff;
	}
	.box_skills_01 .titbox01 {
		padding: 130px 0;
		margin: 0 auto;
	}
	.box_skills_01 .titbox01 p.tit01 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 3px;
	}
	.box_skills_01 .titbox01 h2{
		font-size: 27px;
		line-height: 45px;
	}

	.box_skills_01 .titbox01 h3{
		font-size: 18px;
		line-height: 18px;
		font-weight: 500;
		letter-spacing: 0px;
		margin: 5px 0 0 0;
	}

	.box_skills_01 .titbox01 .skills_bbs {
	  align-items: center;
	  background: #e2f1c7;
	  color: #242424;
	  display: flex;
	  line-height: 50px;
	  overflow:hidden;
	  width: 100%;
	  white-space:nowrap;
	  margin: 40px 0;
	  z-index: 1;
	}
	.box_skills_01 .titbox01 .skills_bbs ul {
	  animation: flowing 80s linear infinite;
	  transform:translateX(100%);
	  margin: 0;
	  padding: 60px 0;
	}
	.box_skills_01 .titbox01 .skills_bbs ul li{
	  width: 250px;
	  display: inline-block;
	  padding-right: 20px;
	  white-space: normal;
		text-align: justify;
	}
	.box_skills_01 .titbox01 .skills_bbs ul li p{
		font-size: 15px;
		line-height: 120%;
		font-weight: 500;
		letter-spacing: 0px;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.box_skills_01 .titbox01 .bn{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	.box_contact_tel_01 .titbox01 {
		padding: 40px 0;
		margin: 0 auto;
		text-align: center;
		background-image: url(img/top/bk_icon.png);
		background-repeat: repeat;
		background-position: top center;
		background-size: 90% auto;
	}
	.box_contact_tel_01 .titbox01 img {
		width: 94%;
		height: auto;
	}
	
	.box_blog_01 .titbox01 {
		width: 96%;
		padding: 80px 0 40px 0;
		margin: 0 auto;
	}
	.box_blog_01 .titbox01 .titbox {
		padding: 0;
		margin: 0 auto;
		background-image: url(img/top/top_blog_tit_01.png);
		background-repeat:no-repeat;
		background-position: top center;
	}
	.box_blog_01 .titbox01 p.tit01 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 3px;
    }
	.box_blog_01 .titbox01 h2 {
        font-size: 27px;
        line-height: 45px;
    }
	.box_blog_01 .titbox01 h3 {
        font-size: 15px;
        line-height: 120%;
        font-weight: 500;
        letter-spacing: 0px;
        margin: 10px 0 0 0;
    }

	.box_blog_01 .titbox01 .box01{
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.box_blog_01 .titbox01 .box01in {
		width: 100%;
		padding: 25px;
		margin: 30px auto 30px auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}
	.box_blog_01 .titbox01 .box01in .img01 img {
	  width: 100%;
	  height: 230px;
	}
	.box_blog_01 .titbox01 .bn{
		width: 90%;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	
	#blog .setbox01 .setbox01_l ul,   
	#skills .setbox01 .setbox01_l ul {    
		list-style: none;
		align-items: center;
		width: 100%;
		margin: 0 0 20px -40px;
		display: flex;
	}

	#blog .setbox01 .setbox01_l ul li,
	#skills .setbox01 .setbox01_l ul li {
		width: auto;
		letter-spacing: 0;
		font-size: 14px;
		line-height: 15px;
		border: solid 2px #88cfa8;
		margin: 0 15px 0 0;
		display: block;
		padding: 5px 6px;
		text-align: justify;
		float: left;
	}
	
	#fh5co-footer { 
		padding: 30px 0 10px 0;
		clear: both;
		background-attachment: fixed;
		text-align: center;
	}
	#fh5co-footer .img01 img{ 
		width: 30%;
		height: auto;
	}
	#fh5co-footer .f-logo p.text01 {
		font-size: 14px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 1px;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 10px 0 0 0;
		margin: 0;
	}

	#fh5co-footer .f-tel { 
		width: 100%;
		margin: 30px auto 30px auto;
		padding: 10px 5%;
		border-top: 1px #242424 solid;
		border-bottom: 1px #242424 solid;
	}

	#fh5co-footer .f-tel .text01 { 
		width: 100%;
		margin: 0;
		padding: 18px 0 10px 0;
		font-size: 15px;
		line-height: 130%;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		font-weight: 600;
		text-align: center;
		float: none;
	}
	#fh5co-footer .f-tel .tel{
	  width: 100%;
	  padding:0;
	  margin: 0;
	  font-size: 30px;
	  line-height: 130%;
	  font-weight: 900;
	  text-align: center;
	  float: none;
	}
	#fh5co-footer .f-tel .tel img{ padding: 0 5px 0 0; margin: -2px 0 0 0; }
	#fh5co-footer .f-tel .text02 { 
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 30px;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		font-weight: 600;
		text-align: center;
		float: none;
	}
	#fh5co-footer .bn {
		width: 90%;
		text-align: center;
		margin: 20px auto;
	}
		
	.box_page h2.pagetitbox01 p.pagetit03 {
		font-size: 15px;
		line-height: 150%;
		font-weight: 500;
		letter-spacing: 0px;
		margin: 25px 0 0 0;
	}
	
	
	
/* =======================================
    GAINA
======================================= */
	#gaina .setbox01 .setbox01in {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0 40px 0;
	}
	#gaina .setbox01 .setbox01in .img01 {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		float: none;
	}
	#gaina .setbox01 .setbox01in .img01 img{
		width: 35%;
		height: auto;
	}

	#gaina .setbox01 .setbox01in .textbox01 {
		width: 94%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox01 .setbox01in .textbox01 p.tit01 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 140%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
	}
	#gaina .setbox01 .setbox01in .textbox01 p.text01 {
		margin: 10px 0 0 0;
		padding: 0 0 30px 0;
		font-size: 14px;
		line-height: 140%;
		font-weight: 500;
		text-align: justify;
	}

	#gaina .gainatitbox01 {
		width: 100%;
		margin: 0;
		padding: 40px 0;
		text-align: center;
		background: url(img/gaina/gaina_bk02.png) no-repeat center bottom / cover;
	}
	#gaina .gainatitbox01 p.pagetit01 {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
	}
	#gaina .gainatitbox01 p.pagetit02 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
	}
	#gaina .setbox02 .setbox02in {
		width: 92%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
	}
	#gaina .setbox02 .setbox02in p{
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 15px;
		line-height: 160%;
		font-weight: 500;
	}
	#gaina .setbox02 .setbox02in img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#gaina .setbox02 .setbox02in .img-l {
		width: 95%;
		margin: 0 auto 15px auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox02 .setbox02in .img-r {
		width: 95%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox03 .icon_bbs {
	  align-items: center;
	  display: flex;
	  overflow:hidden;
	  width: 100%;
	  white-space:nowrap;
	  margin: 0;
	  padding: 0;
	  z-index: 1;
	}
	#gaina .setbox03 .icon_bbs ul {
	  animation: flowing 80s linear infinite;
	  transform:translateX(100%);
	  margin: 0;
	  padding: 0;
	}
	#gaina .setbox03 .icon_bbs ul li{
	  width: 100px;
	  margin: 0;
	  padding: 0;
	  display: inline-block;
	  white-space: normal;
	}
	#gaina .setbox03 .icon_bbs ul li img{
	  width: 100%;
	  height: auto;
	}
	#gaina .setbox03 .setbox03in {
		width: 92%;
		margin: 0 auto;
		text-align: left;
		padding: 20px 0 30px 0;
	}
	#gaina .setbox03 .setbox03in .img-r {
		width: 94%;
		position: absolute;
		float: right;
		padding: 50px 0 0 0;
		z-index: 0;
		text-align: right;
	}
	#gaina .setbox03 .setbox03in .img-r img{
		width: 60%;
		height: auto;
	}
	#gaina .setbox03 .setbox03in .textbox01 {
		width: 65%;
		margin: 0 auto;
		padding: 0;
		float: left;
		text-align: justify;
		position: relative;
		z-index: 10;
	}
	#gaina .setbox03 .setbox03in .textbox01 p.tit01 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 130%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
	}
	#gaina .setbox03 .setbox03in .textbox01 p.text01{
		margin: 0;
		padding: 10px 0 0 0;
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
	}
	#gaina .setbox04 .setbox04in {
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	#gaina .setbox04 .setbox04in .textbox01{
		width: 96%;
		margin: 0 auto;
		text-align: justify;
		padding: 20px 0 15px 0;
		border-bottom: 3px dashed #009844;
	}
	#gaina .setbox04 .setbox04in .textbox01 p.text_q {
		margin: 0;
		padding: 3px 0 5px 35px;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: left;
		font-weight: 900;
		background: url(img/gaina/gaina_icon_q.png) no-repeat left top / 30px;
	}
	#gaina .setbox04 .setbox04in .textbox01 p.text_a {
		margin: 15px 0 0 0;
		padding: 3px 5px 10px 35px;
		font-size: 15px;
		line-height: 130%;
		font-weight: 500;
		background: url(img/gaina/gaina_icon_a.png) no-repeat left top / 30px;
	}
	#gaina .setbox04 .setbox04in p.text01 {
		margin: 60px 0 0 0;
		padding: 15px 10px;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background: #008c44;
	}
	#gaina .setbox05 .setbox05in {
		padding: 40px 0;
		margin: 0 auto;
		background-image: url(img/top/bk_icon.png);
		background-repeat: repeat;
		background-position: top center;
	}

	#gaina .setbox05 .setbox05in .setbox01 {
		width: 90%;
		padding: 20px 12px 20px 12px;
		margin: 0 auto;
		border-radius: 20px;
		background: #fff;
	}
	#gaina .setbox05 .setbox05in .setbox01 .img-l{
		width: 90%;
		padding: 20px 0 0 0;
		margin: 0 auto;
		float: none;
	}
	#gaina .setbox05 .setbox05in .setbox01 .img-l img{
		width: 100%;
		height: auto;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01{
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
		float: auto;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.tit01 {
		margin: 20px 0 10px 0;
		padding: 0;
		font-size: 19px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 900;
		color: #009844;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel {
		padding: 0 10px;
		margin: 0;
		font-size: 33px;
		line-height: 130%;
		font-weight: 900;
		color: #ea3c04;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel a{ color: #ea3c04; }
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 .tel img {
		padding: 0 7px 0 0;
		margin: -7px 0 0 0;
		width: 28px;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text01 {
		margin: 10px 0 20px 0;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 600;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 {
		margin: 10px 0 10px 0;
		padding: 0;
		font-size: 28px;
		line-height: 120%;
		letter-spacing: 0;
		text-align: center;
		font-weight: 900;
	}
	#gaina .setbox05 .setbox05in .setbox01 .textbox01 p.text02 span{
		margin: 0 17px 0 0;
		padding: 0 0 0 19px;
		font-size: 18px;
		line-height: 18px;
		font-weight: 900;
		background: url(img/gaina/gaina_icon_check.png) no-repeat left center / 18px;
	}
	
    #gaina .box_line_01 img{
        width: 100%;
        height: auto;
    }
	#gaina .setbox06 ul{
		width: 96%;
		margin: 0 auto;
		text-align: justify;
		padding: 60px 0;
		list-style: none;
	}
	#gaina .setbox06 ul li {
		width: 90%;
		float: none;
		margin: 0 auto 30px auto;
	}
	#gaina .setbox06 ul li:nth-of-type(4),
	#gaina .setbox06 ul li:nth-of-type(8){
		width: 90%;
		float: none;
		margin: 0 auto 30px auto;
	}

	 #gaina .setbox06 ul li .img02{
		width: 60%;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	 #gaina .setbox06 ul li img{
		width: 100%;
		height: auto;
		padding: 0;
	}
	#gaina .setbox06 ul li p.tit01 {
		margin: 0;
		padding: 10px 0;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 2px;
		font-weight: 600;
		 text-align: center;
		color: #fff;
		background: #6cad00;
	}
	 #gaina .setbox06 ul li p.text01 {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 15px;
		line-height: 130%;
		letter-spacing: 0;
		font-weight: 500;
	}
	 #gaina .setbox07 .setbox07in .textbox01{
		width: 90%;
		margin: 0 auto;
		text-align: justify;
		padding: 30px 0;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .img01{
		width: 30%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		float: none;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .img01 img{
		width: 100%;
		height: auto;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .setbox01{
		width: 96%;
		margin: 0;
		padding: 0;
		float: none;
		background: none;
		text-align: justify;
	}
	 #gaina .setbox07 .setbox07in .textbox01 .setbox01 p.tit01 {
		margin: 20px 0 10px 0;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0px;
		font-weight: 900;
	}
	#gaina .setbox07 .setbox07in .textbox01 .setbox01 p.text01 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 140%;
		letter-spacing: 0;
		font-weight: 500;
	}
	#gaina .setbox07 .setbox07in .textbox02{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#gaina .setbox07 .setbox07in .textbox02 p.tit01 {
		margin: 0;
		padding: 10px 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 1px;
		font-weight: 900;
		text-align: center;
		color: #fff;
		background: #6cad00;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 {
		margin: 0 0 50px 0;
		padding: 20px 0;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 1px;
		font-weight: 500;
		background: #d6e8b8;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text01 {
		width: 94%;
		margin: 0 auto 20px auto;
		padding: 0;
		text-align: justify;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img01 {
		width: 34%;
		margin: 0 8% 20px 8%;
		padding: 0;
		float: left;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img01 img{
		width: 100%;
		height: auto;
	}

	#gaina .setbox07 .setbox07in .textbox02 .setbox01 p.text02 {
		width: 94%;
		margin: 0 auto 20px auto;
		padding: 0;
		text-align: justify;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img02 {
		width: 40%;
		margin: 0 5% 20px 5%;
		padding: 0;
		float: left;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox01 .img02 img,
	#gaina .setbox07 .setbox07in .textbox02 .img03 img{
		width: 100%;
		height: auto;
	}
	#gaina .setbox07 .setbox07in .textbox02 .img03 {
		width: 50%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 .setbox02 {
		width: 94%;
		margin: 0 auto;
		padding: 10px 0 30px 0;
		float: none;
	}
	#gaina .setbox07 .setbox07in .textbox02 p.tit02 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0px;
		text-align: justify;
		font-weight: 600;
	}

	#gaina .setbox07 .setbox07in .textbox02 p.text03 {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 140%;
		text-align: justify;
		font-weight: 500;
	}
	
/* =======================================
    BLOG
======================================= */

	#blog .setbox01 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#blog .setbox01 ul.bloglist01 {
	  align-items: center;
	  width: 100%;
	  margin: 0 0 40px 0;
	  padding: 0;
	}

	#blog .setbox01 ul.bloglist01 li{
	  width: 100%;
	  margin: 0 0 20px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: none;
	}
	#blog .setbox01 ul.bloglist01 li:nth-child(2n){
	  width: 100%;
	  margin: 0 0 30px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: none;
	}

	#blog .setbox01 ul.bloglist01 li p{
		width: 100%;
		font-size: 15px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 0;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 5px 0 0 0;
		margin: 0;
	}

	#blog .setbox01 ul.bloglist01 li .img01 {
		width: 100%;
		padding: 25px;
		margin: 50px auto 0 auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}
	#blog .setbox01 ul.bloglist01 li .img01 img {
	  width: 100%;
	  height: 230px;
	  object-fit: cover;
	  transition: transform .5s ease;
	}
	#blog .setbox01 ul.bloglist01 li .img01:hover img {
	  transform: scale(1.05);
	}

	.box_blog_01 .titbox01 .box01in {
		width: 100%;
		padding: 30px;
		margin: 20px auto 0 auto;
		cursor: pointer;
		background-image: url(img/top/top_blog_imgbk_l.png), url(img/top/top_blog_imgbk_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		background-color: #fff;
	}	
/* =======================================
    SKILLS
======================================= */

	#skills .setbox01 ul li,
	#blog .setbox01 ul li{
	  width: 100%;
	  margin: 0 0 30px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}
	#skills .setbox01 ul :nth-child(3n),
	#blog .setbox01 ul :nth-child(3n){
	  width: 100%;
	  margin: 0 0 30px 0;
	  display: block;
	  padding: 0;
	  text-align: justify;
	  float: left;
	}
	
	#skills .setbox01 ul li p,
	#blog .setbox01 ul li p{
		width: 100%;
		font-size: 14px;
		line-height: 130%;
		font-weight: 600;
		letter-spacing: 0;
		color: #242424;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 10px 0 0 0;
		margin: 0;
	}

	#skills .setbox01 ul li .img01 img,
	#blog .setbox01 ul li .img01 img {
	  width: 100%;
	  height: 200px;
	  object-fit: cover;
	  transition: transform .5s ease;
	}

	#skills .setbox01 .setbox01_l,
	#blog .setbox01 .setbox01_l {
		width: 100%;
		text-align: left;
		float: left;
	}
	#skills .setbox01 .setbox01_r,
	#blog .setbox01 .setbox01_r {
		width: 100%;
		float: right;
	}

	#skills .setbox01 .setbox01_l h3,
	#blog .setbox01 .setbox01_l h3{
		font-size: 18px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 115%;
		font-weight: 900;
		margin: 0;
		padding: 0 0 15px 0;
		border-bottom: 4px solid #000;
	}

	#skills_page_navi_single a {
		display: inline-block;
		padding: 0.2em 1em;
		border: 5px #fff solid;
		background-image: linear-gradient(70deg, #008435, #83c054);
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 1px;
		cursor: pointer;
		text-decoration: none;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	
	
	
	
	
/* =======================================
    COMPANY
======================================= */

	#company .setbox01 {
		width: 94%;
		margin: 50px auto 0 auto;
		background: #fff;
	}
	#company .setbox01 img{
		width: 100%;
		height: auto;
	}
	#company .setbox01 .img01-l {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	#company .setbox01 .img01-r {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

	#company .setbox01 .textbox01 {
		width: 100%;
		margin: 0;
		padding: 8%;
	}
	#company .setbox01 .left{ float: left; }
	#company .setbox01 .right{ float: right; }

	#company .setbox01 .textbox01 p.tit01 {
		margin: 0;
		padding: 5px 0;
		font-size: 20px;
		line-height: 130%;
		text-align: left;
		font-weight: 900;
		background: url(img/company/company_img_04.png) no-repeat right center / 130px;
	}

	#company .setbox01 .textbox01 p.text01 {
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 14px;
		line-height: 140%;
		font-weight: 500;
		text-align: justify;
	}

	#company .box_company {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background-image: url(img/top/bk_blue_top.jpg);
		background-repeat: repeat-x;
		background-size: auto 80px;
		background-position: top center;
		background-color: #fff;
		padding: 60px 0 60px 0;
	}
	#company .box_company h2.pagetitbox01 p.pagetit01 {
		font-size: 27px;
		line-height: 45px;
		font-weight: 900;
		letter-spacing: 10px;
		margin: 30px 0 0 0;
		z-index: 10;
		position: relative;
	}
	#company .box_company h2.pagetitbox01 p.pagetit02 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 6px;
		font-weight: 900;
		color: transparent;
		-webkit-text-stroke: 1.5px #88cfa8;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", sans-serif;
		padding: 0;
		margin: -20px 0 0 0;
		z-index: 1;
	}

	#company .box_company table {
		width: 90%;
		margin: 0 auto;
		border-spacing: 5px;
		border-collapse: separate;
		font-size: 15px;
	}
	#company .box_company table th {
		margin: 0 auto;
		padding: 15px 2%;
		text-align: center;
		vertical-align: middle;
		font-weight: 600;
		letter-spacing: 2px;
		text-align-last: center;
		background: #9cd1b2;
	}
	#company .box_company table td {
		margin: 0;
		padding: 15px 2%;
		vertical-align: middle;
		font-weight: 600;
		text-align: left;
		line-height: 120%;
		background: #cae5d3;
	}	
	
/* =======================================
    CONTACT
======================================= */
	#contact .titbox01 p.text01 {
		width: 100%;
		margin: 0;
		padding: 40px 0 20px 0;
		float: none;
		font-size: 14px;
		line-height: 130%;
		text-align: center;
	}
	#contact .titbox01 .img01 img{
		width: 80%;
		height: auto;
	}
	#contact .telbox01 .telbox01in .tel {
		padding: 0;
		margin: 0;
		font-size: 31px;
		line-height: 31px;
		font-weight: 900;
		float: none;
		text-align: center;
	}
	#contact .telbox01 .telbox01in .tel img{ margin: -5px 5px 0 0; }
	#contact .telbox01 .telbox01in .fax img{ margin: -9px 5px 0 0; }
	#contact .telbox01 .telbox01in .fax {
		padding: 0;
		margin: 20px 0 0 0;
		font-size: 27px;
		line-height: 27px;
		font-weight: 900;
		float: none;
		text-align: center;
	}
	#contact .telbox01 .telbox01in .time {
		padding: 0;
		margin: 20px 0 0 0;
		font-size: 15px;
		line-height: 120%;
		font-weight: 500;
		text-align: center;
	}

	#contact .text01 {
		font-size: 14px;
		line-height: 130%;
		font-weight: 500;
		text-align: center;
	}
	#contact .text01 strong{
		font-size: 16px;
		line-height: 200%;
		font-weight: 600;
		text-align: center;
	}


}




