@charset "utf-8";
@import url("destyle.css");
@import url("fluid.css");

/* ----------------------------------------------- font */
/*Noto Sans（日本語）*/
@font-face {
  font-family: 'NotoSans_JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format('woff2'), url("../font/NotoSansJP-Regular.woff") format('woff');
}
/*ZenKakuGothic（日本語）*/
@font-face {
  font-family: 'ZenKakuGothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/ZenKakuGothicAntique-Medium.woff2") format('woff2'), url("../font/ZenKakuGothicAntique-Medium.woff") format('woff');
}
/*OpenSans（英語）*/
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/OpenSans-Regular.woff2") format('woff2'), url("../font/OpenSans-Regular.woff") format('woff');
}

/* ----------------------------------------------- */
* {
  line-height: 180%;
  color: #181a17;
  box-sizing: border-box;
  font-family: 'NotoSans_JP',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border-top: 3px solid #009b64;
}

/* ----------------------------------------------- link */
a {
  color: #006c46;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
a img {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #19a573;
}
a:hover img {
  opacity: 0.8;
}

/* ----------------------------------------------- animation */
.animated {
  opacity: 0;
}

/* ----------------------------------------------- color */
.red {
  color: #FF0000;
}

/* ----------------------------------------------- float */
.content .f_left {
  float: left;
  margin: 30px 40px 30px 0px;
}
.content .f_right {
  float: right;
  margin: 30px 0px 30px 40px;
}
.clear {
  clear: both;
}

/* ----------------------------------------------- position */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

/* ----------------------------------------------- file */
a[href$=".pdf"]::after, a[href$=".doc"]::after, a[href$=".docx"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after, a[href$=".ppt"]::after, a[href$=".pptx"]::after {
  display: inline-block;
  content: "　";
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px auto;
}
a[href$=".pdf"]::after {
  background-image: url(../img/pdf.svg);
}
a[href$=".doc"]::after, a[href$=".docx"]::after {
  background-image: url(../img/doc.svg);
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  background-image: url(../img/xls.svg);
}
a[href$=".ppt"]::after, a[href$=".pptx"]::after {
  background-image: url(../img/pp.svg);
}

/* ----------------------------------------------- hr */
hr.clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #fff;
}
/* ----------------------------------------------- wrapper */
#wrapper {
  min-width: 1100px;
}
/* -------------------------------------------------- toggle */
.toggle {
  display: none;
}
/* ----------------------------------------------- header */
header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #009b64;
}
/*logo*/
header h1,
header p.title {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 500px;
  vertical-align: middle;
}
header h1 img,
header p.title img {
  margin: 0 37px 0 20px;
  vertical-align: middle;
}
header h1 a:hover img,
header p.title a:hover img {
  opacity: 1;
}
@media screen and (min-width: 1101px), print {
  /*toggle_nav*/
  header .toggle_nav {
  }
  /*right*/
  header .header_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #ddd;
    padding: 20px 10px 20px 25px;;
  }
  /*right > 検索*/
  header .header_right .search {
    flex-grow: 1;
  }
  header .header_right .search div {
    display: inline-block;
    padding-right: 5px;
    border-bottom: 1px solid #333;
  }
  header .header_right .search input[type=text] {
    width: 250px;
    background-color: transparent;
    outline: 0;
    border: none;
    font-size: 1.7rem;
  }
  @media screen and (max-width: 1400px) {
    header .header_right .search input[type=text] {
      width: 180px;
    }
  }
  @media screen and (max-width: 1200px) {
    header .header_right .search input[type=text] {
      width: 140px;
    }
  }
  header .header_right .search input[type=text]:focus {
    outline: 0;
  }
  header .header_right .search .btn {
    background: url("../img/icon_search.svg") no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -1000px;
    border: none;
  }
  /*right > リンクボタン*/
  header .header_right ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
  }
  header .header_right ul li {
    margin: 0;
    padding: 0;
  }
  header .header_right ul li.m_search a {
    margin-right: 10px;
    padding: 9px 33px 11px 29px;
    border-radius: 50px;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #009b64 0%, #0d895d 50%, #095f41 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  header .header_right ul li.m_search a:link,
  header .header_right ul li.m_search a:active,
  header .header_right ul li.m_search a:visited,
  header .header_right ul li.m_search a:hover,
  header .header_right ul li.m_search a:link span,
  header .header_right ul li.m_search a:active span,
  header .header_right ul li.m_search a:visited span,
  header .header_right ul li.m_search a:hover span {
    color: #fff;
    text-decoration: none;
  }
  header .header_right ul li.m_search a:hover {
    background-position: 99% 50%;
  }
  header .header_right ul li.m_search a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  header .header_right ul li.m_search a span::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../img/m_search.svg") no-repeat;
  }
  header .header_right ul li.contact a {
    padding: 10px 20px 13px;
    border-radius: 50px;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #e9e9e9 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  header .header_right ul li.contact a:link,
  header .header_right ul li.contact a:active,
  header .header_right ul li.contact a:visited,
  header .header_right ul li.contact a:hover {
    color: #181a17;
    text-decoration: none;
  }
  header .header_right ul li.contact a:hover {
    background-position: 99% 50%;
  }
  /*right > 言語切替（251204追加）*/
  header .header_right ul.list_language {
    display: flex;
    position: relative;
    top: 6px;
    margin: -12px 0 0 20px;
    padding: 8px;
    border: 1px solid #555;
    border-radius: 100vh;
  }
  header .header_right ul.list_language li {}
  header .header_right ul.list_language li a {
    display: block;
    padding: 6px 12px;
    border-radius: 100vh;
    color: #555;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 1;
  }
  @media (any-hover: hover) {
    header .header_right ul.list_language li a:hover {
      opacity: 0.6;
    }
  }
  header .header_right ul.list_language li.on {}
  header .header_right ul.list_language li.on a {
    background: #555;
    color: #fff;
    opacity: 1;
  }
  /* nav */
  nav {
    background-color: #009b64;
  }
  nav ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav ul li {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  nav ul li::after {
    position: absolute;
    content: "";
    background-color: #80cdb2;
    height: 30px;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  nav ul li:last-child::after {
    width: 0;
  }
  nav ul li a {
    position: relative;
    display: inline-block;
    padding: 27px 0;
    font-size: 1.6rem;
  }
  /*now*/
  nav ul li.now a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: -1px;
    transform: scale(1, 1);
    transform-origin: center top;
  }
  nav ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  nav ul li a:link,
  nav ul li a:active,
  nav ul li a:visited,
  nav ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  /*toggle_contact*/
  .toggle_contact {
    display: none;
  }
  /*toggle_search*/
  .toggle_search {
    display: none;
  }
  /*toggle_language（251204追加）*/
  .toggle_language {
    display: none;
  }
}
/* ----------------------------------------------- banner */
.banner {
  text-align: center;
  padding: 50px;
}
/*-------------------------*/
.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner ul li {
  display: inline-block;
  margin: 0;
  padding: 20px;
}
.banner ul li img {
  border: 1px solid #7f7f7f;
  transition: all .4s;
}
.banner ul li img:hover {
  border: 1px solid #e6e6e6;
}
/* ----------------------------------------------- foot_block（バナーがない場合のみ使用）*/
.foot_block {}
/* ----------------------------------------------- pagetop */
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  margin: 0;
  padding: 0;
  z-index: 30;
}
.pagetop a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.7);
}
.pagetop a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #009b64;
  border-left: 3px solid #009b64;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}
/* ----------------------------------------------- footer */
footer {
  background-color: #009b64;
  padding: 80px 50px 50px 50px;
  text-align: center;
}
footer .inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  text-align: left;
}
/* address */
footer .footer_info {
  width: 450px;
}
footer .footer_info address {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 20px 0;
  font-size: 1.5rem;
  font-style: normal;
  border-top: 1px solid #80cdb2;
}
/**/
footer .footer_navi {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 0 0 50px;
  border-radius: 2px;
  background-color: #3aa781;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
footer .footer_navi ul {
  margin: 0;
  padding: 25px 40px;
  list-style: none;
}
footer .footer_navi ul li {
  margin: 0;
  padding: 5px;
  display: inline-block;
  width: 30%;
  font-size: 1.4rem;
}
footer .footer_navi ul li a {
  position: relative;
  padding-left: 20px;
}
footer .footer_navi ul li a::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .footer_navi ul li a:link,
footer .footer_navi ul li a:active,
footer .footer_navi ul li a:visited,
footer .footer_navi ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  font-size: 1.3rem;
}
