@charset "UTF-8";
/*==========================
Base & Reset
==========================*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

.hoge {
  display: block; }

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 10px #f19149 solid;
  border-bottom: none;
  box-sizing: border-box;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden; }

body:after,
body:before,
html:after,
html:before {
  content: "";
  background-color: #f19149;
  position: fixed;
  display: block;
  z-index: 5; }

html:after {
  width: 10px;
  top: 0;
  right: 0;
  bottom: 0; }

body:after {
  width: 10px;
  top: 0;
  bottom: 0;
  left: 0; }

img {
  max-width: 100%; }

a:hover {
  opacity: 0.7; }

/*==========================
Layout
==========================*/
.l-container {
  position: relative;
  height: 100%; }

.l-main {
  margin-bottom: 40px; }

.l-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.subpage .l-wrapper {
  width: 96%; }
  @media screen and (min-width: 1025px) {
    .subpage .l-wrapper {
      width: 100%; } }

.subpage .footer-nav.l-wrapper,
.subpage .l-header.l-wrapper {
  width: 100%; }

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

/*==========================
Header
==========================*/
.l-header {
  position: relative;
  background-color: #fff;
  color: #f19149;
  z-index: 10;
  height: 60px;
  line-height: 60px; }
  @media screen and (min-width: 1025px) {
    .l-header {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 80px;
      line-height: 80px;
      border-radius: 0 0 30px 30px; } }

.header-logo {
  float: left;
  padding-left: 3%;
  font-size: 30px;
  font-size: 3.0rem; }

.header-logo a {
  color: #f19149;
  text-decoration: none; }

.header-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .header-nav {
      float: right;
      width: 60%; } }

.header-nav li {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px #fff solid;
  border-left: none; }
  @media screen and (min-width: 768px) {
    .header-nav li {
      display: inline-block;
      width: 19%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-left: 1px #eee solid; } }

.header-nav a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .header-nav a {
      position: relative;
      width: auto;
      display: inline-block;
      color: #f19149; } }

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 768px) {
    .header-nav a::after {
      background-color: #f19149; } }

.header-nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

/*==========================
Footer
==========================*/
.l-footer {
  width: 100%;
  background-color: #f19149; }

.footer-nav {
  margin: 0 auto 40px; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      margin: 40px auto 0; } }

.footer-nav li {
  display: block;
  padding-right: 0;
  line-height: 1.6;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid; }
  @media screen and (min-width: 768px) {
    .footer-nav li {
      border: 0;
      display: inline-block;
      padding-right: 3%;
      line-height: 3.0; } }

.footer-nav li a {
  display: block;
  text-align: center;
  padding: 16px 0; }
  @media screen and (min-width: 768px) {
    .footer-nav li a {
      padding: 0; } }

.footer-wrap {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-wrap {
      text-align: left; } }

.fooer-logo a,
.footer-nav li a {
  color: #fff;
  text-decoration: none; }

.fooer-logo {
  font-size: 30px;
  font-size: 3.0rem; }

.footer-address {
  margin-bottom: 40px;
  list-style-type: none;
  color: #fff; }

.copyright {
  display: block;
  padding-bottom: 10px;
  text-align: center;
  color: #fff; }

.pagetop-btn {
  position: relative;
  width: 100%;
  background-color: #eee;
  text-align: center;
  padding: 10px 0; }

.pagetop-btn a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: -100%;
  left: 50%;
  transform: translate(-50%, 40%);
  border: 16px solid #eee;
  border-top: 16px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  width: 0;
  height: 0; }

.pagetop-btn a {
  display: block;
  color: #333;
  text-decoration: none;
  opacity: 0.7; }

/*==========================
Main
==========================*/
/********
index.html
*********/
/* index.html main-img */
.main-img {
  position: relative; }

.bxslider {
  text-align: center; }

.bxslider img {
  width: 100%;
  transform: scale(2.5, 2.5);
  -webkit-transform: scale(2.5, 2.5); }
  @media screen and (min-width: 1025px) {
    .bxslider img {
      transform: scale(1.3, 1.3);
      -webkit-transform: scale(1.3, 1.3); } }

.bxslider .main-img01 {
  animation: translate 4s;
  animation-iteration-count: infinite;
  -webkit-animation: translate 4s;
  /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
  animation-name: main-img01; }

@keyframes main-img01 {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, -100px); } }

@-webkit-keyframes main-img01 {
  from {
    -webkit-transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, -100px); } }

.bxslider .main-img02 {
  animation: translate 4s;
  animation-iteration-count: infinite;
  -webkit-animation: translate 4s;
  /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
  animation-name: main-img02; }

@keyframes main-img02 {
  from {
    transform: translate(100px, 0); }
  to {
    transform: translate(-100px, 0); } }

@-webkit-keyframes main-img02 {
  from {
    -webkit-transform: translate(100px, 0); }
  to {
    -webkit-transform: translate(-100px, 0); } }

.bx-controls-direction {
  display: none; }

.catch-copy {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .catch-copy {
      transform: translate(-50%, 0%);
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 1025px) {
    .catch-copy {
      transform: translate(-50%, -50%); } }

/* index.html news */
.news-title {
  float: none;
  margin: 0 auto 0 3%;
  width: 70px;
  padding: 0 10px 0 60px;
  background: url("/img/icon_news.png") no-repeat;
  background-position: left 10px center;
  font-size: 24px;
  color: #f19149; }
  @media screen and (min-width: 768px) {
    .news-title {
      float: left;
      border-left: 1px #eee solid;
      border-right: 1px #eee solid;
      margin: 0; } }

.news-date {
  display: block;
  float: none;
  padding: 0 3%;
  color: #4bae4f;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .news-date {
      float: left;
      padding: 0 20px; } }

.news-text {
  display: block;
  padding: 0 3%; }

#newsticker {
  border-right: 1px #eee solid; }

#newsticker ul {
  list-style-type: none; }

#newsticker ul li a {
  color: #333;
  text-decoration: none; }

/* index.html title */
.contents-title {
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center; }

.sub-title {
  text-align: center;
  padding: 0 0 40px; }

.title-line::after,
.title-line::before {
  content: '';
  position: relative;
  width: 10%;
  height: 0;
  vertical-align: middle;
  background-color: inherit;
  display: inline-block;
  border-style: solid;
  border-width: 0;
  border-color: inherit;
  border-bottom-width: 1px; }

.title-line::before {
  right: 30px; }

.title-line::after {
  left: 30px; }

/*index.html service*/
.service {
  width: 100%;
  padding: 40px 0 80px;
  background-color: #f7f7f7; }

.contents-title--service {
  color: #f19149; }

.entries {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .entries {
      width: 70%; } }
  @media screen and (min-width: 1025px) {
    .entries {
      width: 100% !important; } }

.entries a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.entry {
  position: relative;
  display: inline-block;
  width: 23.1481%;
  min-width: 250px;
  margin: 0 0.6% 20px; }

.entry a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.entry a:hover .scale img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.entry img {
  width: 100%; }

.service-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 0; }

.service-text {
  padding: 20px; }

.entry__card {
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  border: 1px transparent solid;
  overflow: hidden; }

.entry__card:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  border-width: 16px;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0; }

.entry__card.service01::before {
  border-top-color: #f19149;
  border-left-color: #f19149; }

.entry__card.service02::before {
  border-top-color: #4bae4f;
  border-left-color: #4bae4f; }

.entry__card.service03::before {
  border-top-color: #2095f2;
  border-left-color: #2095f2; }

.entry__card.service04::before {
  border-top-color: #ff4c4c;
  border-left-color: #ff4c4c; }

.entry__card a:hover:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.entry__card.service01 a:hover::after {
  border-color: #f19149; }

.entry__card.service02 a:hover::after {
  border-color: #4bae4f; }

.entry__card.service03 a:hover::after {
  border-color: #2095f2; }

.entry__card.service04 a:hover::after {
  border-color: #ff4c4c; }

/* index.html vision */
.vision {
  height: 0;
  padding-top: 500px;
  background: url("/img/vision.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }

.contents-title--vision {
  margin-top: -500px;
  padding: 60px 0 0;
  color: #2095f2; }

.vision a {
  display: block;
  width: 94%;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    .vision a {
      width: 60%; } }

.vision .button {
  border: 1px solid #fff;
  position: relative; }

.change-border::after,
.change-border::before,
.change-border__inner::after,
.change-border__inner::before {
  background-color: #2095f2;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.change-border::after,
.change-border::before {
  width: 0;
  height: 1px; }

.change-border__inner::after,
.change-border__inner::before {
  width: 1px;
  height: 0; }

/* 左上へ配置 */
.change-border::after {
  left: -1px;
  top: -1px; }

/* 右下へ配置 */
.change-border::before {
  right: -1px;
  bottom: -1px; }

/* 左下へ配置 */
.change-border__inner::after {
  left: -1px;
  bottom: -1px; }

/* 右上へ配置 */
.change-border__inner::before {
  right: -1px;
  top: -1px; }

/* hover */
.change-border:hover::after,
.change-border:hover::before {
  width: 100%;
  width: calc(100% + 1px); }

.change-border:hover .change-border__inner::after,
.change-border:hover .change-border__inner::before {
  height: 100%;
  height: calc(100% + 1px); }

.vision-text {
  padding: 20px; }

.vision-btn {
  width: 200px;
  margin: 0 auto 20px;
  display: block;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background-color: #2095f2;
  border-radius: 20px;
  border: 2px transparent solid;
  text-decoration: none; }

.vision-btn :hover {
  color: #2095f2;
  text-align: center;
  background-color: #fff;
  border: 2px #2095f2 solid;
  box-sizing: border-box; }

/* index.html CTA */
.contents-title--cta {
  padding: 60px 0 0;
  color: #4bae4f; }

.cta-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

.cta-wrap {
  margin: 40px auto;
  text-align: center;
  list-style-type: none; }

.cta-wrap li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px; }

.cta-wrap li img {
  vertical-align: middle; }

.cta-tel span {
  display: inline-block;
  padding-left: 1rem;
  font-size: 36px;
  font-size: 3.6rem;
  color: #4bae4f;
  vertical-align: middle; }

.cta-mail {
  width: 250px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-size: 1.8rem; }

.cta-mail span {
  display: inline-block;
  padding-left: 1rem; }

.cta-mail a {
  display: block;
  padding: 8px 0 8px 1rem;
  color: #4bae4f;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  border: 2px #4bae4f solid;
  text-decoration: none; }

