@charset "utf-8";

/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.clear {
  clear: both
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both
}

.clearfix {
  *zoom: 1
}

ul,
ol {
  list-style: none;
}

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

body * {
  max-height: 99999em
}

body img {
  max-height: none;
  height: auto;
}

/*===== COMMON =====*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
    /* PostScript Name = localの正式な指定方法 */
    local("Yu Gothic Medium"),
    /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
    local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
    /* PostScript Name = localの正式な指定方法 */
    local("Yu Gothic");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #FFF;
  font-size: 14px;
  line-height: 1.4;
  font-family: "MyYuGothicM", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  color: #333;
}

.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

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

.trans {
  opacity: 1;
}

.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}

.container {
  width: 100%;
  min-width: 1000px;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*===== HEADER =====*/
header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #00A500;
}

.header-bar a {
  display: block;
  width: 100%;
  color: #fff;
  transition: opacity 0.2s linear 0.1s;
}

.header-bar a:hover {
  opacity: .7;
}

.logo-header {
  display: block;
  padding: 20px 0 18px;
}

.phone {
  position: absolute;
  top: 30px;
  right: 0;
}

.phone>img {
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
}

.phone a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.phone img:last-child {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

/*===== NAVIGATION =====*/
.navigation {
  width: 1000px;
  margin: 0 auto;
}

.ul-navbar {
  width: 100%;
}

.navigation li {
  float: left;
  width: 20%;
  border-left: 1px solid #ccc;
}

.navigation li:last-child {
  border-right: 1px solid #ccc;
}

.navigation a {
  display: block;
  padding: 10px 0 8px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s linear 0.1s;
}

.navigation a:hover {
  opacity: .7;
}

.clearfix {
  zoom: 1;
}

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

/*===== FOOTER =====*/
footer {
  position: relative;
}

.back-top {
  /*display: none;*/
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 50px;
  min-width: 50px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0.2s;
}

.back-top.visibility {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear 0.2s;
}

.back-top:hover {
  opacity: 0.8;
}

.footer-sitemap {
  padding: 37px 20px 25px;
  background-color: #00A500;
  color: #fff;
  overflow: hidden;
}

.sitemap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.sitemap .col01 {
  width: 280px;
}

.sitemap .col02 {
  width: 260px;
}

.sitemap .col03 {
  width: 225px;
}

.sitemap .col04 {
  width: 185px;
}

.sitemap .col05 {
  width: 235px;
}

@media only screen and (max-width: 1240px) {
  .sitemap {
    width: 100%;
  }

  /* .sitemap .col01 {
    width: 260px;
  }
  .sitemap .col02 {
    width: 230px;
  }
  .sitemap .col03 {
    width: 220px;
  }
  .sitemap .col04 {
    width: 180px;
  }
  .sitemap .col05 {
    width: 230px;
  } */
}

/*.sitemap .col02 {
  padding-right: 38px;
}*/
/*.sitemap .col03,
.sitemap .col04 {
  padding-right: 36px;
}*/
.sitemap .col05 {
  padding-right: 30px;
}

.sitemap .col04,
.sitemap .col05,
.sitemap .col06 {
  padding-top: 34px;
}

.sitemap li {
  padding-bottom: 15px;
}

.sitemap li a {
  color: #fff;
  transition: opacity 0.2s linear 0.1s;
}

.sitemap li a:hover {
  opacity: .7;
}

.footer-about {
  padding: 32px 0 32px;
}

.about-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.logo-footer {
  padding: 0 0 8px 1px;
}

.about-left p {
  line-height: 1.7;
}

.copyright {
  font-family: Arial;
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  right: 0;
}

/*===== MAIN =====*/
.body {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
  font-size: 16px;
}

.main {
  float: left;
  width: 720px;
}

.main .headline02 {
  padding-bottom: 10px;
  border-bottom: 2px solid #00A500;
  overflow: hidden;
}

.main .headline02 .jp {
  float: left;
  font-size: 32px;
}

.main .headline02 .en {
  float: right;
  margin-top: 5px;
  color: #00A500;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}

.sidebar {
  float: right;
  width: 240px;
}

.sidebar .sidebar-title {
  padding: 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  background-color: #00A500;
}

.sidebar .sidebar-title span.en {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
}

.sidebar .sidebar-title>img {
  display: block;
}

.sidebar-list {
  padding-bottom: 40px;
}

.sidebar-list>ul {
  margin-top: -1px;
}

.sidebar-list>ul>li {
  border-bottom: 1px solid #ccc;
}

.sidebar-list a {
  display: block;
  padding: 16px 10px 16px;
  color: #333;
}

.sidebar-list>ul>li>a:before {
  content: "";
  display: inline-block;
  margin: 0 10px 2px 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #00A500;
}

.sidebar-list a:hover {
  opacity: .7;
}

.sidebar-list .sub {
  margin-top: -6px;
  padding-bottom: 9px;
}

.sidebar-list .sub a {
  padding: 7px 10px 7px 25px;
}

.sidebar-list .sub a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  margin: 0 6px 5px 0;
  background-color: #00A500;
}

.side_bnr_list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.side_bnr_list li {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 0;
}

.side_bnr_list li img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.side_bnr_list li a:hover {
  opacity: .7;
}

.commercial {
  padding: 31px 0 17px;
  background-color: #d9eefb;
  text-align: center;
}

.commercial .title {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.commercial p {
  font-size: 13px;
}

.commercial img {
  width: 172px;
}

a:hover .commercial {
  opacity: .7;
}

/*===== BREADCRUMB =====*/
.breadcrumb {
  padding-bottom: 32px;
}

.breadcrumb li {
  float: left;
  padding-right: 5px;
  font-size: 14px;
}

.breadcrumb li a {
  margin-right: 4px;
  color: #00A500;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*===== KEYVISUAL =====*/
.keyvisual {
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.keyvisual .keyvisual-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  text-align: center;
}

/* 
*=============================================*/
/* wow css */
.animated {
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*===== commin_sp =====*/
@media all and (min-width: 1200px) {
  .menu {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}
/*===== COMMON =====*/
body.fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
}

@media all and (max-width: 1200px) {

  /*===== HEADER =====*/
  header {
    width: auto;
    margin: 0;
    padding: 15px;
  }

  .header-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #00A500;
  }

  .header-bar a {
    display: block;
    width: 100%;
    color: #fff;
  }

  .header-bar a:hover {
    opacity: 1;
  }

  .logo-header {
    padding: 0;
    width: 200px;
  }

  .phone {
    display: none;
  }
  /*===== NAVIGATION =====*/
  .menu {
    width: 54px;
    height: 54px;
    display: block;
    position: fixed;
    right: 2px;
    top: 2px;
    background: #fff;
    z-index: 9999;
  }

  .menu span {
    display: block;
    width: 50%;
    height: 3px;
    position: absolute;
    left: 15px;
    background-color: #00A500;
    border-radius: 3px;
    transition: all .4s;
  }

  .menu span:nth-child(1) {
    top: 20px;
  }

  .menu.on span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }

  .menu span:nth-child(2) {
    bottom: 20px;
  }

  .menu.on span:nth-child(2) {
    transform: translateY(-5px) rotate(45deg);
  }

  .navigation {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: auto;
    background: white;
  }

  .ul-navbar {
    margin: 70px 15px 0;
    width: auto;
  }

  .navigation li {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #ccc;
  }

  .navigation li:last-child {
    border-right: none;
  }

  .navigation a {
    padding: 10px;
  }

  .navigation a:hover {
    opacity: 1;
  }

  .navigation .sponly {
    display: block;
    font-size: 18px;
  }

  .navigation .sponly .en {
    display: block;
    color: #00A500;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
  }

  .navigation .sp-tel {
    margin: 30px 15px 70px;
    text-align: center;
    font-size: 18px;
  }

  .navigation .sp-tel .num {
    color: #00A500;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {


  .trans {
    opacity: 1;
  }

  .trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .container {
    width: 100%;
    min-width: inherit;
  }

  .wrapper {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  img {
    max-width: 100%;
    vertical-align: top;
  }

  .pconly {
    display: none !important;
  }

  /*===== FOOTER =====*/
  .back-top {
    bottom: 0px;
    right: 0px;
    height: 60px;
    min-width: 60px;
    z-index: 100;
  }

  .back-top.fixed {
    bottom: 110px;
  }

  /*===== MAIN =====*/
  .body {
    width: auto;
    margin: 0 15px;
    font-size: 14px;
  }

  .main {
    margin-bottom: 40px;
    float: none;
    width: auto;
  }

  .main .headline02 {
    padding-bottom: 0;
    border-bottom: 2px solid #00A500;
  }

  .main .headline02 .jp {
    float: left;
    font-size: 20px;
  }

  .main .headline02 .en {
    float: right;
    margin-top: 5px;
    color: #00A500;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
  }

  .sidebar {
    float: none;
    width: auto;
  }

  .sidebar {
    float: none;
    width: auto;
  }

  .sidebar .sidebar-title {
    padding: 15px;
    font-size: 20px;
  }

  .sidebar .sidebar-title span.en {
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
  }

  .sidebar-list a:hover {
    opacity: 1;
  }

  .side_bnr_list {
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .side_bnr_list li {
    margin: 0 0 4% 0;
    padding: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
  }

  .side_bnr_list li a:hover {
    opacity: 1;
  }

  a:hover .commercial {
    opacity: 1;
  }

  /*===== BREADCRUMB =====*/
  .breadcrumb {
    padding-bottom: 20px;
  }

  /*===== KEYVISUAL =====*/
  .keyvisual .keyvisual-inner {
    width: auto;
    margin: 0;
    padding-top: 70px;
  }

  .keyvisual .keyvisual-inner h1 img {
    /* width: 150px; */
    width: auto;
    height: 50px;
  }
}