﻿img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
  height: 350px;
}
/* PC */
@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: #333;
    outline: none;
    text-decoration: none;
  }
  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: 1rem;
    line-height: 2.2;
    color: #333;
    background-color: #f7f7f7;
    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: 100px;
    background-color: #f7f7f7;
    position: fixed;
    z-index: 110;
    right: 0;
    left: 0;
    margin: auto;
  }
  #header_inner h1.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  div#header_menu {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .toplogo_left.clearfix {
    width: 15%;
    margin: 25px 0 0 0;
    float: left;
  }
  .toplogo_left.clearfix img {
    width: 85%;
  }
  .toplogo_left.clearfix a {
    display: block;
  }
  /*-------------
menu
-------------*/
  div#header_inner ul {
    display: flex;
    justify-content: center;
    width: 85%;
    float: right;
    margin: 40px auto 0 0;
  }
  div#header_inner ul li {
    padding: 0 2%;
    text-align: center;
    float: left;
    border-left: solid 1px #dbdbdb;
  }
  div#header_inner ul li a {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    margin: 0;
  }
  @media screen and (max-width: 1100px) {
    div#header_inner ul li a {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 960px) {
    div#header_inner ul li {
      padding: 0 10px;
    }
    div#header_inner ul li a {
      font-size: 12px;
    }
  }
  div#header_inner ul li:last-child {
    border-right: solid 1px #dbdbdb;
  }
  div#header_inner ul li a:hover {
    color: #EA5506;
    border-bottom: solid 4px #EA5506;
  }
  input#nav-tgl {
    display: none;
  }
  .drower-menu {
    display: none;
  }
  @media screen and (max-width: 1170px) {
    h1.toplogo_left.clearfix {}
    ul#side {
      display: block !important;
    }
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
  }
  .topmain .main_video {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 0 0 0;
  }
  /*.topmain video {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 0 0;
  }*/
  #side {
    width: 125px;
    height: 140px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
  }
  #side a {
    display: block;
    padding: 0 15px 0 0;
  }
  #side a:hover {
    opacity: 0.8;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 60px 0 30px 0;
    overflow: hidden;
  }
  #main_inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox1.clearfix {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding: 0 0 5px 0;
  }
  .topbox1.clearfix ul {
    width: 48%;
    float: left;
    margin: 24px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 24px;
    line-height: 65px;
    font-weight: 500;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    font-size: 15px;
    line-height: 33px;
    margin: 30px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 45px 0 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(3) a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox1.clearfix ul li:nth-child(3) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox1.clearfix ul li:nth-child(3) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox1.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .main_img {
    display: block;
    float: right;
    max-width: 48%;
    vertical-align: middle;
  }
  .topbox1.clearfix img {
    max-width: 500px;
  }
  .topbox2.clearfix {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding: 0 0 5px 0;
  }
  .topbox2.clearfix ul {
    width: 48%;
    margin: 0;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 24px;
    line-height: 65px;
    font-weight: 500;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(2) {
    font-size: 15px;
    line-height: 33px;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 45px 0 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3) a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox2.clearfix ul li:nth-child(3) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox2.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .topbox2.clearfix img {
    display: block;
    float: left;
  }
  ul#topbox1_list {
    margin: 0;
  }
  .topbox3.clearfix {
    width: 100%;
    overflow: hidden;
    background-color: #f1eee9;
    margin: 100px 0 0 0;
    padding: 80px 0;
  }
  .topbox3_inner.clearfix {
    max-width: 1000px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox3.clearfix ul {
    width: 48%;
    float: left;
    margin: 0;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 24px;
    line-height: 65px;
    font-weight: 500;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  .topbox3.clearfix ul li:nth-child(n+2) {
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
  .topbox3.clearfix ul li:nth-child(n+2) span {
    display: block;
    color: #1853b5;
    font-size: 17px;
    line-height: 33px;
    margin: 0 0 3px 0;
  }
  .access_box_right {
    width: 50%;
    float: right;
    margin: 25px 0 0 0;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    border-top: solid 1px #1853b5;
    border-bottom: solid 1px #1853b5;
    margin: 0 auto 30px auto;
    padding: 45px 0 70px 0;
  }
  .ft_middle {
    max-width: 1000px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  img.footer_logo {
    width: 200px;
  }
  ul.footer_list.clearfix {
    float: left;
    width: 35%;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 0 30px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    margin: 15px 0 20px 0;
  }
  ul.footer_list2.clearfix {
    width: 35%;
    float: left;
    margin: 58px 0 0 0;
  }
  ul.footer_list2.clearfix li {
    float: left;
    width: 90px;
    font-size: 15px;
    line-height: 33px;
    margin: 0 60px 5px 0;
  }
  ul.footer_list2.clearfix li a {
    display: block;
    font-size: 15px;
    color: #333;
  }
  ul.footer_list2.clearfix li a:hover {
    text-decoration: underline;
  }
  .logo_ayase {
    display: block;
    margin: 65px 0 0 0;
  }
  .logo_ayase img {
    width: 152px;
  }
}
/* 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: #333;
    outline: none;
    text-decoration: none;
    font-size: 1rem;
  }
  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: 1rem;
    line-height: 2.2;
    color: #333;
    background-color: #f7f7f7;
    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: 500;
    background-color: #f7f7f7;
  }
  #header_inner h1.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 120px;
  }
  .toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    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: 2px solid #333;
    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(0px);
  }
  #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;
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateY(50px);
  }
  .drower-menu {
    z-index: 400;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    transform: translateY(-500px);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: #333;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .drower-menu a:hover {
    color: #EA5506;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: translateY(50px);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    position: relative;
  }
  /*.topmain .main_video {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }*/
  .topmain video {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  #side {
    width: 90px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 233;
    /*background-color: #ea5506;*/
  }
  /*#side a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 15px 0 0;
  }*/
  /*#side a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/
  /*#side a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }*/
  /*#side a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }*/
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 40px 0 0 0;
    overflow: hidden;
  }
  #main_inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  #main_inner ul li img {
    max-width: 500px;
  }
  .topbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 0 5px 0;
  }
  .topbox1.clearfix ul {
    width: 90%;
    margin: 24px auto 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    width: 70%;
    margin: 30px auto 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 30px;
    margin: 50px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 40px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox1.clearfix ul li:nth-child(4) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox1.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .topbox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 30px 0 30px 0;
  }
  .topbox2.clearfix ul {
    width: 90%;
    margin: 24px auto 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(2) {
    width: 70%;
    margin: 30px auto 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 30px;
    margin: 50px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 40px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox2.clearfix ul li:nth-child(4) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox2.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .topbox3.clearfix {
    width: 100%;
    overflow: hidden;
    background-color: #f1eee9;
    margin: 100px 0 0 0;
    padding: 60px 0;
  }
  .topbox3_inner.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox3.clearfix ul {
    width: 95%;
    float: none;
    margin: 0;
  }
  .topbox3.clearfix ul li:nth-child(1) {
    margin: 0 0 35px 0;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox3.clearfix ul li:nth-child(n+3) {
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
  .topbox3.clearfix ul li:nth-child(n+3) span {
    display: block;
    color: #1853b5;
    font-size: 17px;
    line-height: 33px;
    margin: 0 0 3px 0;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    border-top: solid 1px #1853b5;
    border-bottom: solid 1px #1853b5;
    margin: 0 auto 30px auto;
    padding: 40px 0 30px 0;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  img.footer_logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  ul.footer_list2.clearfix {
    width: 195px;
    margin: 30px auto 0 auto;
  }
  ul.footer_list2.clearfix li {
    font-size: 15px;
    line-height: 33px;
    margin: 0 0 5px 0;
  }
  ul.footer_list2.clearfix li a {
    display: block;
    font-size: 15px;
    color: #333;
  }
  ul.footer_list2.clearfix li a:hover {
    color: #ea5506;
    text-decoration: underline;
  }
  .logo_ayase {
    display: block;
    width: 195px;
    margin: 30px auto 0 auto;
  }
  .logo_ayase img {
    display: block;
    width: 152px;
  }
}
/* 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: #333;
    outline: none;
    text-decoration: none;
    font-size: 1rem;
  }
  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: 1rem;
    line-height: 2.2;
    color: #333;
    background-color: #f7f7f7;
    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: 500;
    background-color: #f7f7f7;
  }
  #header_inner h1.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 120px;
  }
  .toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    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: 2px solid #333;
    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(0px);
  }
  #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;
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateY(50px);
  }
  .drower-menu {
    z-index: 400;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    transform: translateY(-500px);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: #333;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .drower-menu a:hover {
    color: #ea5506;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: translateY(50px);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    position: relative;
  }
  /*.topmain .main_video {
    display: block;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }*/
  .topmain video {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  #side {
    width: 80px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 233;
    /*background-color: #ea5506;*/
  }
  /*#side a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 15px 0 0;
  }
  #side a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #side a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  #side a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }*/
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 40px 0 0 0;
    overflow: hidden;
  }
  #main_inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 0 5px 0;
  }
  .topbox1.clearfix ul {
    max-width: 500px;
    width: 100%;
    margin: 24px auto 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox1.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    width: 70%;
    margin: 30px auto 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 30px;
    margin: 50px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 40px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox1.clearfix ul li:nth-child(4) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox1.clearfix ul li:nth-child(4) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox1.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .topbox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 30px 0 30px 0;
  }
  .topbox2.clearfix ul {
    max-width: 500px;
    width: 100%;
    margin: 24px auto 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox2.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(2) {
    width: 70%;
    margin: 30px auto 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 30px;
    margin: 50px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 40px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(4) a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 47%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topbox2.clearfix ul li:nth-child(4) a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .topbox2.clearfix ul li:nth-child(3) a:hover:after {
    border-top: 0.2em solid #ea5506;
    border-right: 0.2em solid #ea5506;
  }
  .topbox3.clearfix {
    width: 100%;
    overflow: hidden;
    background-color: #f1eee9;
    margin: 100px 0 0 0;
    padding: 60px 0;
  }
  .topbox3_inner.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox3.clearfix ul {
    width: 500px;
    float: none;
    margin: 0 0 0 0;
  }
  .topbox3.clearfix ul li:nth-child(1) {
    margin: 0 0 35px 0;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 {
    color: #1853b5;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
  }
  .topbox3.clearfix ul li:nth-child(1) h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .topbox3.clearfix ul li:nth-child(n+3) {
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 0 0;
  }
  .topbox3.clearfix ul li:nth-child(n+3) span {
    display: block;
    color: #1853b5;
    font-size: 17px;
    line-height: 33px;
    margin: 0 0 3px 0;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    border-top: solid 1px #1853b5;
    border-bottom: solid 1px #1853b5;
    margin: 0 auto 30px auto;
    padding: 40px 0 30px 0;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  img.footer_logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  ul.footer_list2.clearfix {
    width: 195px;
    margin: 30px auto 0 auto;
  }
  ul.footer_list2.clearfix li {
    font-size: 15px;
    line-height: 33px;
    margin: 0 0 5px 0;
  }
  ul.footer_list2.clearfix li a {
    display: block;
    font-size: 15px;
    color: #333;
  }
  ul.footer_list2.clearfix li a:hover {
    color: #ea5506;
    text-decoration: underline;
  }
  .logo_ayase {
    display: block;
    width: 195px;
    margin: 30px auto 0 auto;
  }
  .logo_ayase img {
    display: block;
    width: 152px;
  }
}