@charset "utf-8";

/*@media screen and (max-width: 1210px)*/
@media screen and (max-width: 1340px) {
  /* ----------------------------------------------- header */
  header h1,
  header p.title {
    /*width: 400px;*/
    width: 360px;
  }
  header h1 img,
  header p.title img {
    margin: 0 17px 0 20px;
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  /* ----------------------------------------------- font */
  /* ----------------------------------------------- */
  * {
    line-height: 160%;
  }
  html {}
  body {
    font-size: 1.6rem;
    border-top: none;
  }
  /* ----------------------------------------------- link */
  a {}
  a img {}
  a:hover {}
  a:hover img {}
  /* ----------------------------------------------- animation */
  .animated {}
  /* ----------------------------------------------- color */
  .red {}
  /* ----------------------------------------------- float */
  .content .f_left,
  .content .f_right{
    float: none;
    margin: 15px;
  }
  .clear {}
  /* ----------------------------------------------- position */
  .center {}
  .left {}
  .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 {}
  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 {}
  /* ----------------------------------------------- hr */
  hr.clear {}
  /* ----------------------------------------------- wrapper */
  #wrapper {
    min-width: 320px;
  }
  /* -------------------------------------------------- toggle */
  .toggle * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
    pointer-events: auto;/**/
  }
  .toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100010 !important;
    display: block;
    padding: 0;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    pointer-events: auto;/**/
  }
  .toggle span {
    display: block;
    height: 3px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #009b64;
    border-radius: 60px;
    left: 25px;
  }
  .toggle .bar01 {
    width: 37px;
    top: 30%;
  }
  .toggle .bar02 {
    width: 27px;
    top: 60%;
  }
  /**/
  .toggle.active span {
    width: 35px;
    left: 30px;
  }
  .toggle.active .bar01 {
    transform: rotate(0.7853981633974483rad) translateY(-50%);
  }
  .toggle.active .bar02 {
    transform: rotate(-0.7853981633974483rad) translateY(-50%);
  }
  /**/
  .toggle.active .menu_text {
    display: none;
  }
  /**/
  .toggle_open{
    display: none;
  }
  /* ----------------------------------------------- header */
  header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-bottom: none;
    z-index: 100000 !important;
  }
  /*logo*/
  header h1,
  header p.title {
    width: 100%;
  }
  header h1 img,
  header p.title img {
    width: 70%;
    max-width: 400px;
    height: auto;
    margin: 0 0 5px 20px;
  }
  header h1 img a:hover,
  header h1 img a:hover img,
  header p.title img a:hover,
  header p.title img a:hover img {}

  /*toggle_nav*/
  header .toggle_nav {
    display: none !important;
  }
  header .active {
    display: block !important;
    padding-bottom: 150px;
  }
  /* ----------------------------------------------- スマホ用メニュー */
  header .toggle_nav {
    position: fixed;
    left: 0;
    top: 99px;
    z-index: 100000 !important;
    background-color: #fff;
    pointer-events: auto;/**/
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
  /*right*/
  header .header_right {
    padding: 10px 40px;
  }
  /*right > 検索*/
  header .header_right .search {
    display: none;
  }
  /*right > リンクボタン*/
  header .header_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .header_right ul li {
    margin: 0;
    padding: 0;
  }
  header .header_right ul li.m_search a {
    display: block;
    text-align: center;
    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 {
    display: none;
  }
  /*right > 言語切替（251204追加）*/
  header .header_right ul.list_language {
    display: none;
  }
  /* nav */
  nav {
    margin: 10px 40px;
    padding: 10px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #009b64 0%, #0d895d 50%, #095f41 100%);
  }
  nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav ul li {
    margin: 0;
    padding: 0;
  }
  nav ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #80cdb2;
    font-size: 1.6rem;
  }
  nav ul li:last-child a {
    border-bottom: none;
  }
  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 {
    margin: 20px 40px;
  }
  .toggle_contact a {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .toggle_contact a:link,
  .toggle_contact a:active,
  .toggle_contact a:visited,
  .toggle_contact a:hover {
    text-decoration: none;
  }
  .toggle_contact a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #095f41;
    border-right: 1px solid #095f41;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*toggle_search*/
  .toggle_search {
    margin: 0 40px;
  }
  .toggle_search div {
    display: inline-block;
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px;
  }
  .toggle_search input[type=text] {
    width: auto;
    max-width: 190px;
    background-color: transparent;
    outline: 0;
    border: none;
    font-size: 1.7rem;
  }
  .toggle_search input[type=text]:focus {
    outline: 0;
  }
  .toggle_search input[type=text]:focus {
  }
  .toggle_search .btn {
    background: url("../img/icon_search.svg") no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -1000px;
    border: none;
  }
  /*toggle_language（251204追加）*/
  .toggle_language {
    display: inline-block;
    margin: 30px 40px 20px 40px;
  }
  .toggle_language ul.list_language {
    display: flex;
    position: relative;
    top: auto;
    margin: 0;
    padding: 8px;
    border: 1px solid #555;
    border-radius: 100vh;
  }
  .toggle_language ul.list_language li {}
  .toggle_language ul.list_language li a {
    display: block;
    padding: 10px 20px;
    border-radius: 100vh;
    color: #555;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 1;
  }
  @media (any-hover: hover) {
    .toggle_language ul.list_language li a:hover {
      opacity: 0.6;
    }
  }
  .toggle_language ul.list_language li.on {}
  .toggle_language ul.list_language li.on a {
    background: #555;
    color: #fff;
    opacity: 1;
  }
  /* -------------------------------------------------- main */
  main {
    padding-top: 100px;
  }
  /* ----------------------------------------------- banner */
  .banner {
    padding: 40px 10px;
  }
  .banner ul {}
  .banner ul li {
    padding: 5px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 750px) {
    .banner ul li {
      width: 32%;
    }
  }
  @media screen and (max-width: 500px) {
    .banner ul li {
      width: 49%;
    }
  }
  .banner ul li img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  .banner ul li img:hover {}
  /* ----------------------------------------------- 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 {
    padding: 30px 20px;
  }
  footer .inner {
    display: -webkit-block;
    display: block;
  }
  /* address */
  footer .footer_info {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer_info img {
    width: 80%;
    max-width: 385px;
    height: auto;
  }
  footer .footer_info address {}
  /**/
  footer .footer_navi {
    display: none;
  }
  footer .footer_navi ul {}
  footer .footer_navi ul li {}
  footer .footer_navi ul li a {}
  footer .footer_navi ul li a::before {}
  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 {}
  footer .copyright {
    padding-top: 30px;
    font-size: 1.2rem;
    text-align: center;
  }

}