﻿@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #2e2e2e;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #header_inner {
    width: 100%;
    height: 63px;
    position: fixed;
    z-index: 110;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .fixedmenu {
    background-color: rgba(46, 46, 46, 1);
  }
  /*-------------
menu
-------------*/
  div#menu {
    position: absolute;
    top: 10px;
    right: 7%;
    z-index: 101;
    color: #fff;
  }
  /*nav*/
  div#menu-nav {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #menu-nav li {
    float: left;
  }
  #menu-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    display: block;
    padding: 0 8px 0 8px;
    margin: 0 5px;
  }
  #menu-nav li a:hover {
    color: #ff8605;
  }
  #menu-nav li:last-child {
    font-family: 'Oswald';
    font-size: 37px;
    color: #fff;
    line-height: 26px;
    margin: 3px 0 0 10px;
  }
  #menu-nav li:last-child img {
    width: 45px;
    margin: 0 7px 0 0;
  }
  #menu-nav li ul.drop {
    width: 80px;
    position: absolute;
    z-index: 100;
    top: 30px;
    padding: 7px 4px 10px 10px;
    margin: 0 0 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    line-height: 15px;
    text-align: left;
  }
  #menu-nav li ul.drop li {
    font-size: 12px;
    opacity: 1.0;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
    position: static;
    width: 100%;
    float: none;
  }
  #menu-nav li ul.drop li a {
    font-family: auto;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #menu-nav li ul.drop li a:link {
    text-decoration: none;
    color: #fff;
  }
  #menu-nav li ul.drop li a:hover {
    text-decoration: underline;
    border: none;
    color: #fff;
    text-decoration-color: #fff;
  }
  /*-------------
menu_hum
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    transform: translateX(-300px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #828282;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.8s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 0;
    transition: all .8s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  .drower-menu a.sp {
    display: none;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    height: 675px;
    background-color: #3f4047;
    text-align: center;
  }
  .topmain video {
    width: 1200px;
    margin: 0 auto;
  }
  .topmain p {
    position: absolute;
    width: 755px;
    top: 210px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
  }
  .topmain p span {
    display: block;
    font-size: 54px;
    font-weight: 800;
  }
  .topmain img {
    display: block;
    width: 250px;
    margin: -35px 0 0 auto;
  }
  .scrolldown2 {
    position: absolute;
    bottom: 5%;
    left: 50%;
  }
  .scrolldown2 span {
    position: absolute;
    left: -14px;
    bottom: 110px;
    font-family: "Oswald", sans-serif;
    color: #eee;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove {
    0% {
      bottom: 125px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .scrolldown2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100px;
    background: #eee;
  }
  ul#side_menu {
    width: 60px;
    position: fixed;
    top: 100px;
    right: 0;
  }
  ul#side_menu li {
    margin: 0 0 10px 0;
  }
  ul#side_menu li:hover {
    opacity: 0.8;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 1000px;
    margin: 35px auto 0 auto;
  }
  .topbox1_banner {
    width: 735px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox1_banner li {
    float: left;
    width: 350px;
  }
  .topbox1_banner li:nth-child(1) {
    margin: 0 35px 0 0;
  }
  .topbox1.clearfix h2 {
    float: left;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    margin: 57px 0 0 20px;
  }
  .topbox1.clearfix h2 span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 400;
  }
  ul.topnewslist.clearfix {
    float: left;
    width: 800px;
    background: #e8e8e1;
    height: 80px;
    border-radius: 12px;
    padding: 10px 0;
    margin: 40px 0 0 0;
  }
  ul.topnewslist.clearfix li {
    width: 90%;
    font-size: 15px;
    line-height: 25px;
    border-bottom: solid 1px #b0b0a1;
    padding: 6px 0 5px 0;
    margin: 0 0 0 20px;
  }
  ul.topnewslist.clearfix li span {
    display: inline-block;
    width: 160px;
    font-weight: 600;
  }
  ul.topnewslist.clearfix li img {
    width: 40px;
    margin: 4px 0 0 10px;
  }
  .topbox1.clearfix a {
    clear: both;
    display: block;
    width: 125px;
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    margin: 0 65px 0 auto;
  }
  .topbox1.clearfix a:hover {
    text-decoration: underline;
  }
  .topbox2.clearfix {
    width: 100%;
    background-color: #e8e8e1;
    padding: 40px 0 60px 0;
    margin: 30px 0 0 0;
  }
  .topbanner {
    width: 100%;
    max-width: 800px;
    height: 60px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
  }
  .topbanner img {
    position: absolute;
    top: -17px;
    left: 26%;
  }
  .topbanner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2e2e2e;
  }
  .topbox2_inner1.clearfix {
    width: 540px;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 40px 0 20px 0;
    margin: 60px auto 0 auto;
  }
  .topbox2_inner2.clearfix {
    width: 796px;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 40px 0 20px 0;
    margin: 50px auto 0 auto;
  }
  .topbox2_inner3_over.clearfix {
    width: 800px;
    margin: 0 auto;
  }
  .topbox2_inner3.clearfix {
    width: 250px;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 40px 0 20px 0;
    margin: 50px 0 0 0;
    float: left;
  }
  div#topbox2_inner3_center {
    margin: 50px 20px 0;
  }
  .topbox2_inner1.clearfix h3, .topbox2_inner2.clearfix h3 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 50px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2_inner3.clearfix h3 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 50px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: left;
    width: 250px;
    text-align: center;
    overflow: hidden;
  }
  .topbox2.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox2.clearfix ul li p a {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .topbox2.clearfix ul li p a img {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .topbox2.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix ul li:nth-child(2), .topbox2.clearfix ul li:nth-child(3) {
    border-left: dashed 2px #2e2e2e;
  }
  .topbox3.clearfix {
    width: 100%;
    background-color: #ff8605;
    padding: 40px 0 50px 0;
  }
  .topbox3_inner.clearfix {
    width: 800px;
    margin: 0 auto;
  }
  .topbox3_inner2_over.clearfix {
    width: 585px;
    margin: 0 auto;
  }
  .topbox3_inner2.clearfix {
    width: 276px;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 10px 0 20px 0;
    margin: 55px 0 0 0;
    float: left;
  }
  div#topbox3_inner2_center {
    margin-left: 26px;
  }
  .topbox3.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: left;
    width: 260px;
    text-align: center;
    margin: 0 0 0 5px;
    overflow: hidden;
  }
  img#topbox3_img {
    margin: 15px 0 6px 0;
  }
  .topbox3.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox3.clearfix ul li p a {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .topbox3.clearfix ul li p a img {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .topbox3.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox4.clearfix {
    width: 100%;
    background: linear-gradient(90deg, #e8e8e1 0%, #e8e8e1 50%, #009454 50%, #009454 100%);
    padding: 25px 0 40px 0;
  }
  .topbox4_inner.clearfix {
    width: 800px;
    margin: 0 auto;
  }
  .topbox4_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
  }
  .topbox4_inner.clearfix ul li {
    float: left;
    width: 400px;
  }
  .topbox4_inner.clearfix ul li:nth-child(1) {
    margin: 18px 0 0 0;
  }
  .topbox4_inner.clearfix ul li:nth-child(2) {
    text-align: right;
  }
  .topbox4_inner.clearfix ul li a:hover {
    opacity: 0.7;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 380px;
    right: 85px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    color: #fff;
  }
  .ft_middle {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 10px 0;
  }
  .ft_middle h2 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .ft_middle h2 span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .footer_left {
    width: 310px;
    float: left;
    margin: 20px 0 0 10px;
    overflow: hidden;
  }
  .footer_left li {
    float: left;
  }
  .footer_left li:nth-child(odd) {
    width: 38px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 20px 0 0;
  }
  .footer_left li:nth-child(even) {
    width: 235px;
  }
  .footer_left li:nth-child(1) {
    font-size: 15px;
    line-height: 16px;
    margin: 7px 0 10px 0;
  }
  .footer_left li:nth-child(2) {
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 20px;
  }
  .footer_left li:nth-child(4), .footer_left li:nth-child(6), .footer_left li:nth-child(8) {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px 0;
  }
  .ft_right {
    width: 660px;
    height: 270px;
    float: right;
    background-color: #e8e8e1;
    color: #2e2e2e;
    border-radius: 10px;
    margin: -30px 0 0 0;
  }
  ul.ft_right_list1.clearfix {
    width: 150px;
    float: left;
    margin: 20px 0 0 25px;
  }
  ul.ft_right_list1.clearfix li:nth-child(1) {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
  }
  ul.ft_right_list1.clearfix li a {
    font-size: 13px;
    line-height: 25px;
  }
  ul.ft_right_list2.clearfix {
    width: 185px;
    float: left;
    margin: 20px 0 0 25px;
  }
  ul.ft_right_list2.clearfix li:nth-child(1) {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
  }
  ul.ft_right_list2.clearfix li a {
    font-size: 13px;
    line-height: 25px;
  }
  ul.ft_right_list3.clearfix {
    width: 165px;
    float: left;
    margin: 20px 0 0 25px;
  }
  ul.ft_right_list3.clearfix li a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
  }
  .ft_right a:hover {
    text-decoration: underline;
  }
  .ft_bottom {
    clear: both;
    line-height: 25px;
    font-size: 12px;
    font-weight: 300;
    padding: 15px 0 0 30px;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #2e2e2e;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 110;
  }
  h1.toplogo_left.clearfix {
    margin: 3px 0 0 1%;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .fixedmenu {
    background-color: rgba(46, 46, 46, 1);
  }
  /*-------------
menu_hum
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    transform: translateX(-260px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
  }
  .drower-menu a:hover {
    background: #828282;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label { /*タイトル*/
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
  }
  .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.8s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    padding: 0;
    transition: all .8s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  .drower-menu a.pc {
    display: none;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .topmain p {
    position: absolute;
    width: 100%;
    top: 200px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
  }
  .topmain p span {
    display: block;
    font-size: 30px;
    font-weight: 800;
  }
  .topmain img {
    display: block;
    width: 150px;
    margin: -10px 0 0 auto;
  }
  .scrolldown2 {
    position: absolute;
    bottom: -10%;
    left: 50%;
  }
  .scrolldown2 span {
    position: absolute;
    left: -12px;
    bottom: 75px;
    font-family: "Oswald", sans-serif;
    color: #eee;
    font-size: 12px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove {
    0% {
      bottom: 70px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .scrolldown2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5px;
    height: 70px;
    background: #eee;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 95%;
    margin: 15px auto 0 auto;
  }
  .topbox1_banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox1_banner li {
    float: none;
    max-width: 350px;
    margin: 0 auto 15px auto;
  }
  .topbox1.clearfix h2 {
    float: none;
    width: 150px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  .topbox1.clearfix h2 span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 400;
  }
  ul.topnewslist.clearfix {
    float: none;
    max-width: 800px;
    background: #e8e8e1;
    height: auto;
    border-radius: 12px;
    padding: 10px;
    margin: 0 0 0 0;
  }
  ul.topnewslist.clearfix li {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    border-bottom: solid 1px #b0b0a1;
    padding: 6px 0 5px 0;
    margin: 0 0 0 0;
  }
  ul.topnewslist.clearfix li span {
    display: block;
    width: 160px;
    font-weight: 600;
    padding: 2px 0 0 0;
    margin: 0 0 5px 0;
  }
  ul.topnewslist.clearfix li img {
    width: 37px;
    margin: 0 0 0 5px;
  }
  .topbox1.clearfix a {
    clear: both;
    display: block;
    width: 110px;
    font-size: 13px;
    font-weight: 600;
    color: #282828;
    margin: 0 10px 0 auto;
  }
  .topbox1.clearfix a:hover {
    text-decoration: underline;
  }
  .topbox2.clearfix {
    width: 100%;
    background-color: #e8e8e1;
    padding: 40px 0 60px 0;
    margin: 30px 0 0 0;
  }
  .topbanner {
    width: 95%;
    max-width: 800px;
    height: 50px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
  }
  .topbanner img {
    position: absolute;
    width: 45px;
    top: -20%;
    left: 10%;
  }
  .topbanner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2e2e2e;
  }
  .topbox2_inner1.clearfix {
    max-width: 540px;
    width: 90%;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 40px 0 0 0;
    margin: 60px auto 0 auto;
  }
  .topbox2_inner2.clearfix {
    max-width: 796px;
    width: 90%;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 25px 0 0 0;
    margin: 50px auto 0 auto;
  }
  .topbox2_inner3_over.clearfix {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
  }
  .topbox2_inner3.clearfix {
    max-width: 250px;
    width: 32%;
    height: 145px;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 15px 0 0 0;
    margin: 40px 0 0 0;
    float: left;
  }
  div#topbox2_inner3_center {
    margin: 40px 5px 0 5px;
  }
  .topbox2_inner3.clearfix ul li {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  .topbox2_inner1.clearfix h3, .topbox2_inner2.clearfix h3 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 90%;
    height: 40px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2_inner3.clearfix h3 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    width: 100%;
    height: 30px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: left;
    max-width: 250px;
    width: 46%;
    text-align: center;
    margin: 0 5px 20px 5px;
    overflow: hidden;
  }
  .topbox2.clearfix ul li img {
    max-width: 106px;
    width: 100%;
  }
  .topbox2.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox2.clearfix ul li p a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .topbox2.clearfix ul li p a img {
    width: 18px;
    margin: 4px 5px 0 0;
  }
  .topbox2.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix ul li:nth-child(2) {
    border-left: dashed 2px #2e2e2e;
    padding: 0 0 0 5px;
  }
  .topbox2.clearfix ul li:nth-child(3) {
    border-left: dashed 2px #2e2e2e;
    padding: 0 0 0 5px;
  }
  .topbox2_inner2.clearfix ul li {
    width: 29%;
  }
  .topbox3.clearfix {
    width: 100%;
    background-color: #ff8605;
    padding: 40px 0 50px 0;
  }
  .topbox3_inner.clearfix {
    max-width: 800px;
    margin: 0 auto;
  }
  img#top_img10 {
    width: 55px;
  }
  .topbox3_inner2_over.clearfix {
    max-width: 585px;
    width: 95%;
    margin: 0 auto;
  }
  .topbox3_inner2.clearfix {
    max-width: 276px;
    width: 46%;
    height: 185px;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 10px 0 20px 0;
    margin: 30px 5px 0 5px;
    float: left;
  }
  div#topbox3_inner2_center {
    /*margin-left: 26px;*/
  }
  .topbox3.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: none;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
  }
  img#top_img12 {
    width: 112px;
  }
  img#topbox3_img {
    width: 59px;
    margin: 15px 0 6px 0;
  }
  .topbox3.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox3.clearfix ul li p a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .topbox3.clearfix ul li p a img {
    width: 18px;
    margin: 0 5px 0 0;
  }
  .topbox3.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox4.clearfix {
    width: 100%;
    background: linear-gradient(180deg, #e8e8e1 0%, #e8e8e1 50%, #009454 50%, #009454 100%);
  }
  .topbox4_inner.clearfix {
    max-width: 800px;
    margin: 0 auto;
  }
  .topbox4_inner.clearfix ul {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox4_inner.clearfix ul li {
    float: none;
    max-width: 400px;
    height: 120px;
  }
  .topbox4_inner.clearfix ul li:nth-child(1) {
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .topbox4_inner.clearfix ul li:nth-child(1) img {
    width: 270px;
    margin: 25px 0 0 0;
  }
  .topbox4_inner.clearfix ul li:nth-child(2) {
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .topbox4_inner.clearfix ul li:nth-child(2) img {
    width: 270px;
    margin: 10px 0 0 0;
  }
  .topbox4_inner.clearfix ul li a:hover {
    opacity: 0.7;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    color: #fff;
  }
  .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .ft_middle h2 {
    width: 280px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 auto;
  }
  .ft_middle h2 span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .footer_left {
    width: 280px;
    float: none;
    margin: 10px auto 0 auto;
    overflow: hidden;
  }
  .footer_left li {
    float: left;
  }
  .footer_left li:nth-child(odd) {
    width: 40px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 10px 0 0;
  }
  .footer_left li:nth-child(even) {
    width: 220px;
  }
  .footer_left li:nth-child(1) {
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0 10px 0;
  }
  .footer_left li:nth-child(2) {
    font-family: 'Oswald';
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 10px 10px;
  }
  .footer_left li:nth-child(4), .footer_left li:nth-child(6), .footer_left li:nth-child(8) {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 15px 0;
  }
  .ft_bottom {
    clear: both;
    line-height: 17px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .ft_bottom {
    clear: both;
    line-height: 17px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .ft_bottom_menu.sp {
    width: 100%;
  }
  .ft_bottom_menu.sp ul {
    width: 100%;
    overflow: hidden;
  }
  .ft_bottom_menu.sp ul li {
    width: 50%;
    max-width: 350px;
    float: left;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #2e2e2e;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 110;
  }
  h1.toplogo_left.clearfix {
    margin: 3px 0 0 1%;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .fixedmenu {
    background-color: rgba(46, 46, 46, 1);
  }
  /*-------------
menu_hum
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    transform: translateX(-260px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
  }
  .drower-menu a:hover {
    background: #828282;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
  }
  .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.8s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    padding: 0;
    transition: all .8s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  .drower-menu a.pc {
    display: none;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .topmain p {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
  }
  .topmain p span {
    display: block;
    font-size: 22px;
    font-weight: 800;
  }
  .topmain img {
    display: block;
    width: 150px;
    margin: -10px 0 0 auto;
  }
  .scrolldown2 {
    position: absolute;
    bottom: 28%;
    left: 50%;
  }
  .scrolldown2 span {
    position: absolute;
    left: -12px;
    bottom: 75px;
    font-family: "Oswald", sans-serif;
    color: #eee;
    font-size: 12px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove {
    0% {
      bottom: 70px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .scrolldown2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5px;
    height: 70px;
    background: #eee;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 95%;
    margin: 15px auto 0 auto;
  }
  .topbox1_banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox1_banner li {
    float: none;
    max-width: 350px;
    margin: 0 auto 15px auto;
  }
  .topbox1.clearfix h2 {
    float: none;
    width: 150px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  .topbox1.clearfix h2 span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 400;
  }
  ul.topnewslist.clearfix {
    float: none;
    max-width: 800px;
    background: #e8e8e1;
    height: auto;
    border-radius: 12px;
    padding: 10px;
    margin: 0 0 0 0;
  }
  ul.topnewslist.clearfix li {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    border-bottom: solid 1px #b0b0a1;
    padding: 6px 0 5px 0;
    margin: 0 0 0 0;
  }
  ul.topnewslist.clearfix li span {
    display: block;
    width: 160px;
    font-weight: 600;
    padding: 2px 0 0 0;
    margin: 0 0 5px 0;
  }
  ul.topnewslist.clearfix li img {
    width: 37px;
    margin: 0 0 0 5px;
  }
  .topbox1.clearfix a {
    clear: both;
    display: block;
    width: 110px;
    font-size: 13px;
    font-weight: 600;
    color: #282828;
    margin: 0 10px 0 auto;
  }
  .topbox1.clearfix a:hover {
    text-decoration: underline;
  }
  .topbox2.clearfix {
    width: 100%;
    background-color: #e8e8e1;
    padding: 40px 0 60px 0;
    margin: 30px 0 0 0;
  }
  .topbanner {
    width: 95%;
    max-width: 800px;
    height: 50px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
  }
  .topbanner img {
    position: absolute;
    width: 45px;
    top: -20%;
    left: 10%;
  }
  .topbanner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2e2e2e;
  }
  .topbox2_inner1.clearfix {
    max-width: 540px;
    width: 90%;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 40px 0 0 0;
    margin: 60px auto 0 auto;
  }
  .topbox2_inner2.clearfix {
    max-width: 796px;
    width: 90%;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 25px 0 0 0;
    margin: 50px auto 0 auto;
  }
  .topbox2_inner3_over.clearfix {
    max-width: 800px;
    margin: 0 auto;
  }
  .topbox2_inner3.clearfix {
    max-width: 250px;
    width: 32%;
    height: 135px;
    position: relative;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 15px 0 0 0;
    margin: 40px 0 0 0;
    float: left;
  }
  div#topbox2_inner3_center {
    margin: 40px 5px 0 5px;
  }
  .topbox2_inner3.clearfix ul li {
    width: 90% !important;
    margin: 0 0 0 5px !important;
  }
  .topbox2_inner1.clearfix h3, .topbox2_inner2.clearfix h3 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 90%;
    height: 40px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2_inner3.clearfix h3 {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    width: 100%;
    height: 30px;
    background-color: #ffb76a;
    border: solid 2px #2e2e2e;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
  }
  .topbox2.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: left;
    max-width: 250px;
    width: 46%;
    text-align: center;
    margin: 0 5px 20px 5px;
    overflow: hidden;
  }
  .topbox2.clearfix ul li img {
    max-width: 106px;
    width: 100%;
  }
  .topbox2.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox2.clearfix ul li p a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .topbox2.clearfix ul li p a img {
    width: 18px;
    margin: 4px 5px 0 0;
  }
  .topbox2.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix ul li:nth-child(2) {
    border-left: dashed 2px #2e2e2e;
    padding: 0 0 0 5px;
  }
  .topbox2.clearfix ul li:nth-child(3) {
    border-left: dashed 2px #2e2e2e;
    padding: 0 0 0 5px;
  }
  .topbox2_inner2.clearfix ul li {
    width: 29%;
  }
  .topbox3.clearfix {
    width: 100%;
    background-color: #ff8605;
    padding: 40px 0 50px 0;
  }
  .topbox3_inner.clearfix {
    max-width: 800px;
    margin: 0 auto;
  }
  img#top_img10 {
    width: 55px;
  }
  .topbox3_inner2_over.clearfix {
    max-width: 585px;
    margin: 0 auto;
  }
  .topbox3_inner2.clearfix {
    max-width: 276px;
    width: 46%;
    height: 185px;
    background-color: #fff;
    border: solid 2px #2e2e2e;
    border-radius: 25px;
    padding: 10px 0 20px 0;
    margin: 30px 5px 0 5px;
    float: left;
  }
  div#topbox3_inner2_center {
  }
  .topbox3.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: none;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
  }
  img#top_img12 {
    width: 112px;
  }
  img#topbox3_img {
    width: 59px;
    margin: 15px 0 6px 0;
  }
  .topbox3.clearfix ul li p {
    margin: 10px 0 0 0;
  }
  .topbox3.clearfix ul li p a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .topbox3.clearfix ul li p a img {
    width: 18px;
    margin: 0 5px 0 0;
  }
  .topbox3.clearfix ul li p a:hover {
    opacity: 0.7;
  }
  .topbox4.clearfix {
    width: 100%;
    background: linear-gradient(180deg, #e8e8e1 0%, #e8e8e1 50%, #009454 50%, #009454 100%);
  }
  .topbox4_inner.clearfix {
    max-width: 800px;
    margin: 0 auto;
  }
  .topbox4_inner.clearfix ul {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox4_inner.clearfix ul li {
    float: none;
    max-width: 400px;
    height: 120px;
  }
  .topbox4_inner.clearfix ul li:nth-child(1) {
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .topbox4_inner.clearfix ul li:nth-child(1) img {
    width: 270px;
    margin: 25px 0 0 0;
  }
  .topbox4_inner.clearfix ul li:nth-child(2) {
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .topbox4_inner.clearfix ul li:nth-child(2) img {
    width: 270px;
    margin: 10px 0 0 0;
  }
  .topbox4_inner.clearfix ul li a:hover {
    opacity: 0.7;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    color: #fff;
  }
  .ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .ft_middle h2 {
    width: 280px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 auto;
  }
  .ft_middle h2 span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 0 5px;
  }
  .footer_left {
    width: 280px;
    float: none;
    margin: 10px auto 0 auto;
    overflow: hidden;
  }
  .footer_left li {
    float: left;
  }
  .footer_left li:nth-child(odd) {
    width: 40px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 10px 0 0;
  }
  .footer_left li:nth-child(even) {
    width: 220px;
  }
  .footer_left li:nth-child(1) {
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0 10px 0;
  }
  .footer_left li:nth-child(2) {
    font-family: 'Oswald';
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 10px 10px;
  }
  .footer_left li:nth-child(4), .footer_left li:nth-child(6), .footer_left li:nth-child(8) {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 15px 0;
  }
  .ft_bottom {
    clear: both;
    line-height: 17px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .ft_bottom_menu.sp {
    width: 100%;
  }
  .ft_bottom_menu.sp ul {
    width: 100%;
    overflow: hidden;
  }
  .ft_bottom_menu.sp ul li {
    width: 50%;
    max-width: 350px;
    float: left;
  }
}