@charset "utf-8";
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
  font-size: 1.6rem; /* 16px */
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "M PLUS Rounded 1c", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: 0px;
  width: 100%;
  color: #3E3A39;
  line-height: 2.6rem;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0px;
}
p {
  margin: 0px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a img {
  border-style: none;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
#start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  float: left;
}
#start div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
  text-align: center;
}
#start div img {
  width: 80%;
}
#slidemenu {
  display: none;
}
.fix-header {
  background-color: #FFFFFF;
  line-height: 66px;
  top: -66px; /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 0px;
  position: fixed;
  opacity: 0;
  z-index: 1000;
  border-bottom: 1px solid #EFEFEF;
  height: 80px;
  font-family: "Sawarabi Gothic", serif;
}
.fix-header-contents {
  width: 92%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 3%;
}
@media (max-width: 1666px) {
  .fix-header-contents {
    width: 97%;
    margin: 0 auto;
    padding-right: 0%;
    padding-left: 3%;
  }
}
#fix-header-logo {
  float: left;
  width: 18%;
  padding-bottom: 5px;
  padding-top: 20px;
}
@media (max-width: 1666px) {
  #fix-header-logo {
    float: left;
    width: 21%;
    padding-bottom: 5px;
    padding-top: 25px;
  }
}
#fix-header-center {
  float: left;
  width: 53%;
  margin-left: 2%;
  padding-top: 0px;
}
@media (max-width: 1666px) {
  #fix-header-center {
    float: left;
    width: 50%;
    margin-left: 2%;
    padding-top: 0px;
  }
}
.menu {
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    float: left;
    font-family: "Sawarabi Gothic", serif;
}
.menu > li {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 1.5rem;
}
@media (max-width: 1666px) {
.menu > li {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 1.4rem;
}
}
.menu > li a {
    display: block;
    color: #3E3A39;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 30px;
}
.menu > li a:hover {
  color: #3E3A39;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin-top: 30px;
}
ul.menu__second-level a {
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #EDEDED;
    text-align: center;
    line-height: 2rem;
}
.menu__second-level li a:hover {
  background: rgba(248, 198, 100, 1);
}
.menu__third-level li {
  border-top: 1px solid #FFF;
}
.menu__third-level li a:hover {
  background: rgba(248, 198, 100, 1);
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -8px;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 0;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__multi {
  position: relative;
}
li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li:hover {
  background: rgba(255, 255, 255, 0.9);
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background: rgba(255, 255, 255, 0.8);
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #2a1f1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
  visibility: visible;
  opacity: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
#fix-header-sns {
  float: left;
  width: 12%;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 1666px) {
  #fix-header-sns {
    float: left;
    width: 12%;
    text-align: center;
    padding-top: 30px;
  }
}
#fix-header-sns img {
  width: 15%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1666px) {
  #fix-header-sns img {
    width: 20%;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
  }
}
#fix-header-en {
  float: left;
  width: 8%;
  text-align: center;
  padding-top: 20px;
  font-size: 1.4rem;
}
@media (max-width: 1666px) {
  #fix-header-en {
    float: left;
    width: 8%;
    text-align: center;
    padding-top: 20px;
    font-size: 1.4rem;
  }
}
#fix-header-en2 {
  float: left;
  width: 10%;
  text-align: center;
  padding-top: 30px;
  font-size: 1.4rem;
}
@media (max-width: 1666px) {
  #fix-header-en2 {
    float: left;
    width: 8%;
    text-align: center;
    padding-top: 30px;
    font-size: 1.4rem;
  }
}
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.selectbox select {
  appearance: none;
  min-width: 100px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: none;
  border-bottom: 2px solid #d0d0d0;
  background-color: #fff;
  color: #333333;
  font-size: 1.2rem;
  cursor: pointer;
}
.selectbox select:focus {
  outline: none;
}
#fix-header-menus {
  float: right;
  text-align: center;
  width: 20%;
  line-height: 2.2rem;
  padding-top: 28px;
  background-color: #F6AC19;
  height: 52px;
}
@media (max-width: 1666px) {
  #fix-header-menus {
    float: right;
    text-align: center;
    width: 15%;
    line-height: 2.2rem;
    padding-top: 18px;
    font-family: "Sawarabi Gothic", serif;
    font-size: 2rem;
    background-color: #F6AC19;
    height: 62px;
  }
}
#fix-header-menus a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Sawarabi Gothic", serif;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 1666px) {
  #fix-header-menus a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Sawarabi Gothic", serif;
    font-size: 2.0rem;
    font-weight: bold;
  }
}
#fix-header-menus a:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  top: 0px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
#fix-header-menus a span {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.6rem;
  top: -3px;
  position: relative;
}
#honyaku {
    display: none;
}
#wrap {
  overflow: hidden;
  font-family: "Sawarabi Gothic", serif;
}
.size-button {
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 11px;
  text-align: center;
  width: 40px;
}
#headmenu {
  height: 80px;
  width: 100%;
  float: left;
}
#headmenu-contents {
  width: 92%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 3%;
}
#headmenu-logo {
  float: left;
  width: 18%;
  padding-bottom: 5px;
  padding-top: 20px;
}
@media (max-width: 166px) {
  #headmenu-logo {
    float: left;
    width: 25%;
    padding-bottom: 5px;
    padding-top: 20px;
  }
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#header {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
    background-image: radial-gradient(#FFF 20%, transparent 0), radial-gradient(#FFF 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}
.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-top: 0px;
}
.background-video video {
    min-width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    line-height: 100%;
}
@media (max-width: 1666px) {
.background-video video {
    min-width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    line-height: 100%;
    margin-top: -50px;
}
}
video {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    float: left;
    vertical-align: top;
    top: 0px;
}
.background-video_sm {
  display: none;
}
#header_left {
  width: 20%;
  float: left;
  margin-top: 70px;
  height: 220px;
  margin-left: 5%;
  position: relative;
  z-index: 100;
  margin-right: 80%;
}
@media (max-width: 1666px) {
  #header_left {
    width: 30%;
    float: left;
    margin-top: 70px;
    height: 220px;
    margin-left: 5%;
    position: relative;
    z-index: 100;
    margin-right: 70%;
  }
}
#header_right {
  width: 50%;
  float: left;
  height: 290px;
  position: relative;
  z-index: 100;
  margin-left: 5%;
}
@media (max-width: 1666px) {
  #header_right {
    width: 70%;
    float: left;
    height: 290px;
    position: relative;
    z-index: 100;
    margin-left: 5%;
  }
}
.header_box {
  width: 100%;
  float: left;
}
.header_box img {
  width: 100%;
}
.header_box2 {
  width: 100%;
  float: left;
  margin-top: 90px;
  text-align: left;
}
.header_box2 img {
  width: 80%;
}
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  50% {
    transform: translateX(0%);
    opacity: 0.9;
  }
  100% {
    transform: translateX(100%);
  }
}
.header_box3 {
  width: 99%;
  float: left;
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: left;
  margin-left: 1%;
}
.header_box4 {
  width: 99%;
  float: left;
  margin-top: 15px;
  font-size: 5rem;
  font-weight: bold;
  text-align: left;
  margin-left: 1%;
  line-height: 5rem;
}
#topmain {
  width: 80%;
  float: left;
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-right: 10%;
  padding-left: 10%;
}
@media (max-width: 1666px) {
  #topmain {
    width: 90%;
    float: left;
    padding-top: 80px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #FFFFFF;
  }
}
#topmain h2 {
  width: 100%;
  float: left;
}
#topmain h2 img {
  width: 20%;
}
.topmain_box {
  width: 100%;
  float: left;
  border-radius: 3px;
  margin-top: 10px;
  height: 60px;
}
.topmain_box ul {
  width: 100%;
  float: left;
}
.topmain_box2 {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 10px;
}
.topmain_box2 a {
  color: #3E3A39;
  text-decoration: none;
}
.topmain_box2 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
#topus {
  width: 80%;
  float: left;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-right: 10%;
  padding-left: 10%;
}
@media (max-width: 1666px) {
  #topus {
    width: 90%;
    float: left;
    padding-bottom: 20px;
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.topus_box {
  width: 90%;
  float: left;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../photo/top3.jpg);
  background-color: rgba(246, 246, 246, 0.9);
  background-blend-mode: lighten;
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
}
.topus_box_center {
  width: 100%;
  float: left;
  color: #3E3A39;
}
.topus_box_center h2 {
  width: 100%;
  float: left;
  font-size: 3.2rem;
}
.topus_box_center table {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.topus_box_center th {
  background-color: #D5D5D5;
  padding-top: 6px;
  padding-bottom: 6px;
}
.topus_box_center td {
    background-color: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
}
.topus_box_center td a {
    color: #3E3A39;
    text-decoration: none;
}
.topus_box_center td a:hover {
    color: #605D5D;
}
.topus_box_left {
  width: 35%;
  float: left;
  color: #3E3A39;
  margin-top: 20px;
}
.topus_box_left ul {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.topus_box_right {
  width: 63%;
  float: right;
  color: #3E3A39;
  margin-top: 0px;
}
#topus_sm {
  display: none;
}
#topcom {
  width: 80%;
  float: left;
  background-color: #3e3a39;
  padding-top: 140px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 236, 200, 1));
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 300px;
}
@media (max-width: 1666px) {
  #topcom {
    width: 90%;
    float: left;
    background-color: #3e3a39;
    padding-top: 140px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 236, 200, 1));
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 200px;
  }
}
.topcom_box {
  width: 100%;
  float: left;
  text-align: center;
}
.topcom_box2 {
    width: 16%;
    margin-right: 2%;
    margin-left: 2%;
    grid-template-rows: subgrid;
    grid-row: span 4;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
    text-align: center;
    display: inline-block;
    padding-bottom: 30px;
    vertical-align: top;
    padding-right: 2%;
    padding-left: 2%;
}
@media (max-width: 1666px) {
  .topcom_box2 {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    grid-template-rows: subgrid;
    grid-row: span 4;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
    text-align: center;
    display: inline-block;
    padding-bottom: 30px;
    vertical-align: top;
    padding-right: 2%;
    padding-left: 2%;
  }
}
.topcom_box2:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}
.topcom_box2 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 30px;
}
.topcom_box2 h2 span {
  font-size: 1.6rem;
  display: block;
}
.topcom_box2 p {
  width: 90%;
  float: left;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 15px;
  margin-right: 5%;
  margin-left: 5%;
  line-height: 2.2rem;
}
#topstaff {
  width: 90%;
  float: left;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  background-color: #FFFFFF;
  padding-bottom: 100px;
}
#topstaff img {
  width: 40%;
  display: inline-block;
  object-fit: contain;
  height: 300px;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
  position: relative;
  top: -150px;
}
#topcon {
  width: 90%;
  float: left;
  padding-right: 5%;
  padding-left: 5%;
  height: 220px;
  background-color: #FFFFFF;
  padding-top: 150px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1666px) {
  #topcon {
    width: 90%;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
    height: 270px;
    background-color: #FFFFFF;
  }
}
.topcon_box {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  top: -100px;
}
.topcon_box_left {
  width: 30%;
  float: left;
  position: absolute;
  top: 20px;
  left: 1%;
}
.topcon_box_left img {
  width: 40%;
  box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
}
.topcon_box_right {
  width: 75%;
  position: absolute;
  right: 10%;
  height: 270px;
  z-index: -10;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  top: 10px;
}
@media (max-width: 1666px) {
  .topcon_box_right {
    width: 80%;
    position: absolute;
    right: 5%;
    height: 270px;
    z-index: -10;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    top: 10px;
  }
}
.topcon_box_right h3 {
  width: 85%;
  float: left;
  font-size: 3.2rem;
  margin-top: 50px;
  margin-left: 15%;
  text-align: left;
}
.topcon_box_right p {
  width: 75%;
  float: left;
  margin-top: 20px;
  margin-left: 15%;
  text-align: left;
  margin-right: 10%;
}
.topcon_box_right div {
  width: 90%;
  float: left;
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-right: 5%;
  margin-left: 5%;
  line-height: 2.2rem;
}
.topcon_box_right div a {
  color: #3E3A39;
  text-decoration: none;
}
.topcon_box_right div a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
#topb {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 20px;
}
#topb img {
    width: 30%;
}
#page {
  width: 80%;
  float: left;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 100px;
}
@media (max-width: 1666px) {
  #page {
    width: 90%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 100px;
  }
}
.page_box {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.page_box ul {
  width: 100%;
  float: left;
}
.page_box ul li {
  display: inline-block;
  margin-right: 5px;
}
.page_box ul li a {
  color: #F6AC19;
  text-decoration: none;
}
.page_box ul li a:after {
  content: '\e5e1';
  font-family: 'Material Icons';
  top: 1px;
  position: relative;
  margin-left: 5px;
  font-size: 1.4rem;
}
.page_box2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 100px;
}
.page_box2_center {
  width: 100%;
  float: left;
  font-size: 2rem;
  line-height: 3.6rem;
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
}
.page_box2_left {
  width: 20%;
  float: left;
}
.page_box2_left img {
  width: 80%;
  box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
}
.page_box2_left div {
  width: 80%;
  float: left;
  margin-top: 20px;
  margin-left: 10%;
  text-align: left;
}
.page_box2_right {
  width: 75%;
  float: right;
}
.page_box2_right h3 {
  width: 100%;
  float: left;
  font-size: 3.2rem;
  margin-top: 0px;
  text-align: left;
}
.page_box2_right p {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: left;
}
.page_box3 {
  width: 90%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../photo/top3.jpg);
  background-color: rgba(246, 246, 246, 0.9);
  background-blend-mode: lighten;
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
  margin-top: 100px;
}
.page_box3_left {
  width: 25%;
  float: left;
  color: #3E3A39;
}
.page_box3_left h2 {
  width: 100%;
  float: left;
  font-size: 3.2rem;
  height: 50px;
}
.page_box3_left ul {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.page_box3_right {
  width: 73%;
  float: right;
  color: #3E3A39;
  margin-top: 60px;
}
.page_box3_right table {
  width: 100%;
  float: left;
}
.page_box3_right th {
  background-color: #D5D5D5;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page_box3_right td {
  background-color: #FFF;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page_box3_right td a {
    color: #3E3A39;
    text-decoration: none;
}
.page_box3_right td a:hover {
    color: #6E6968;
}
.page_box4 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box4 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
}
.page_box4 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box4_box {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box4_box h3 {
  width: 100%;
  float: left;
  color: #F6AC19;
  font-size: 2rem;
  font-weight: bold;
}
.page_box4_box h3 span {
  margin-left: 5px;
  font-size: 1.6rem;
}
.page_box4_box p {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.page_box4_box_left {
  width: 36%;
  float: left;
  margin-right: 20px;
  border: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  height: 170px;
}
@media (max-width: 1666px) {
  .page_box4_box_left {
    width: 36%;
    float: left;
    margin-right: 20px;
    border: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    height: 200px;
  }
}
.page_box4_box_right {
  width: 53%;
  float: left;
  border: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  height: 170px;
}
@media (max-width: 1666px) {
  .page_box4_box_right {
    width: 53%;
    float: left;
    border: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    height: 200px;
  }
}
.page_box4_2_box {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box4_2_box h3 {
  width: 100%;
  float: left;
  color: #F6AC19;
  font-size: 2rem;
  font-weight: bold;
}
.page_box4_2_box h3 span {
  margin-left: 5px;
  font-size: 1.6rem;
}
.page_box4_2_box h4 {
  float: left;
  width: 98%;
  background-color: #EDEDED;
  padding-left: 2%;
  line-height: 4rem;
  margin-top: 10px;
}
.page_box4_2_box p {
  width: 96%;
  float: left;
  margin-top: 10px;
  margin-right: 2%;
  margin-left: 2%;
}
.page_box4_2_box p span {
  display: inline-block;
  margin-right: 10px;
}
.page_box4_2_box p span:before {
  content: '\e5ca';
  font-family: 'Material Icons';
  top: 2px;
  position: relative;
  margin-right: 5px;
  font-size: 1.6rem;
}
.page_box4_2_box_left {
  width: 36%;
  float: left;
  margin-right: 20px;
  border: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  height: 340px;
}
@media (max-width: 1666px) {
  .page_box4_2_box_left {
    width: 36%;
    float: left;
    margin-right: 20px;
    border: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    height: 370px;
  }
}
.page_box4_2_box_right {
  width: 53%;
  float: left;
  border: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  height: 340px;
}
@media (max-width: 1666px) {
  .page_box4_2_box_right {
    width: 53%;
    float: left;
    border: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    height: 370px;
  }
}
.page_box4_3 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box4_3 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
}
.page_box4_3 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box5 {
  width: 90%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 3px;
  margin-top: 100px;
  background-color: #FEF8ED;
}
.page_box5 h2 {
  width: 100%;
  float: left;
  font-size: 3.2rem;
  height: 50px;
}
.page_box5 h3 {
  width: 100%;
  float: left;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
}
.page_box5 div {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #3E3A39;
}
.page_box5 div a {
  margin-left: 10px;
  text-decoration: none;
}
.page_box5 div a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  font-size: 1.6rem;
  margin-left: 3px;
}
.page_box6 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box6 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
}
.page_box6 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box6_box {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 20px;
}
.page_box6_box a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box6_box a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  font-size: 1.6rem;
  margin-left: 3px;
}
.page_box6_box2 {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-bottom: 15px;
}
.page_box6_box2 h3 {
  font-size: 1.6rem;
  width: 98%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 1%;
  font-weight: bold;
  background-color: #EDEDED;
}
.page_box6_box2 ul {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.page_box6_box2 ul li {
  width: 30%;
  float: left;
  margin-right: 3%;
  text-align: center;
}
.page_box6_box2 ul li img {
  width: 90%;
}
.page_box6_box3 {
  width: 30%;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.page_box6_box3 h3 {
  font-size: 1.6rem;
  width: 96%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 3%;
  font-weight: bold;
  text-align: left;
  background-color: #EDEDED;
}
.page_box6_box3 div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box6_box3 img {
  width: 90%;
}
.page_box6_box3_2 {
  width: 30%;
  float: left;
  margin-top: 10px;
  text-align: center;
  margin-left: 3%;
}
.page_box6_box3_2 h3 {
  font-size: 1.6rem;
  width: 96%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 3%;
  font-weight: bold;
  text-align: left;
  background-color: #EDEDED;
}
.page_box6_box3_2 div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.page_box6_box3_2 img {
  width: 90%;
}
.page_box7 {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Sawarabi Gothic", serif;
}
.page_box7 span {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #EDEDED;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7 span:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_2 {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
}
.page_box7_2 span {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #EDEDED;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_2 span:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_2 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_2 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_3 {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
  font-family: "Sawarabi Gothic", serif;
}
.page_box7_3 span {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #EDEDED;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_3 span:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_3 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_3 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_4 {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
  font-family: "Sawarabi Gothic", serif;
}
.page_box7_4 span {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #EDEDED;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_4 span:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box7_4 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box7_4 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box8 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box8 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
}
.page_box8 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box8_box {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box8_box h3 {
  font-size: 1.6rem;
  width: 98%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 1%;
  font-weight: bold;
  background-color: #EDEDED;
}
.page_box8_box p {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 10px;
}
.page_box8_box p span {
  color: #F6AC19;
  font-weight: bold;
}
.page_box8_box2 {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.page_box8_box2 table {
  width: 98%;
  float: left;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 10px;
}
.page_box8_box2 th {
  background-color: #FEF8ED;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.page_box8_box2 td {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.page_box8_box2 p {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 10px;
  text-align: right;
}
.page_box9 {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.page_box9_box {
  width: 100%;
  float: left;
}
.page_box9_box p {
  width: 100%;
  float: left;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
}
.page_box9_box2 {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
}
.page_box9_box2_box {
  width: 22%;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  height: 360px;
}
.page_box9_box2_box:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}
.page_box9_box3 {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 100px;
}
.page_box9_box3_box {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 10px;
}
.page_box9_box3_box_left {
  width: 47%;
  float: left;
}
.page_box9_box3_box_left p {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 20px;
}
.page_box9_box3_box2 {
  width: 100%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 10px;
}
.page_box9_box3_box2_left {
  width: 48%;
  float: left;
}
.page_box9_box3_box2_right {
  width: 48%;
  float: right;
}
.page_box9_box3_box2_page {
  width: 62%;
  float: left;
}
.page_box9_box3_box2_page p {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 20px;
}
.page_box9_box3_box3 {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 10px;
}
.page_box9_box3_box3_left {
  width: 78%;
  float: left;
}
.page_box9_box3_box3_left p {
  width: 98%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  margin-top: 20px;
}
.page_box9_box4 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box9_box4 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #F8C664;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 5px;
  width: 18%;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
}
.page_box9_box4 a:before {
  content: '\e5db';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box10 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box10 h1 {
  width: 100%;
  float: left;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
}
.page_box10 h1 span {
  display: block;
  font-size: 2rem;
}
.page_box10 p {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.page_box11 {
  width: 70%;
  float: left;
  margin-top: 50px;
  margin-right: 15%;
  margin-left: 15%;
  padding-bottom: 50px;
  border-bottom: 1px dashed #CCCCCC;
}
.page_box11_left {
  width: 15%;
  float: left;
  height: 150px;
  text-align: center;
}
.page_box11_left img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.page_box11_right {
  width: 80%;
  float: right;
}
.page_box11_right h2 {
  float: left;
  width: 99%;
  background-color: #EDEDED;
  padding-left: 1%;
  line-height: 4rem;
  margin-top: 10px;
  font-size: 2rem;
}
.page_box11_right_box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.page_box11_right_box ul {
  float: left;
  width: 99%;
  padding-left: 1%;
  line-height: 2.6rem;
  margin-top: 5px;
}
.page_box11_right_box ul li {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.page_box11_right_box2 {
  width: 100%;
  float: left;
}
.page_box11_right_box2 ul {
  float: left;
  width: 99%;
  padding-left: 1%;
  line-height: 2.6rem;
  margin-top: 5px;
  list-style-type: disc;
  list-style-position: inside;
}
.page_box11_right_box2 ul li {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.page_box12 {
  width: 70%;
  float: left;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-right: 15%;
  margin-left: 15%;
}
.page_box12_left {
  width: 30%;
  float: left;
  text-align: center;
  position: relative;
}
.page_box12_left:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}
.page_box12_left_arrow {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page_box12_left_arrow img {
  width: 100%;
}
.page_box12_left img {
  width: 100px;
  object-fit: contain;
  height: 100px;
}
.page_box12_center {
  width: 30%;
  float: left;
  margin-left: 5%;
  text-align: center;
  margin-top: 50px;
}
.page_box12_center a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page_box12_center a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box12_right {
  width: 30%;
  float: right;
  position: relative;
  text-align: center;
}
.page_box12_right:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}
.page_box12_right_arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page_box12_right_arrow img {
  width: 100%;
}
.page_box12_right img {
  width: 100px;
  object-fit: contain;
  height: 100px;
}
.page_box13 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box13 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
}
.page_box13 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box13 h3 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box13 h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box13 p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box13 ul {
  width: 100%;
  float: left;
  margin-top: 20px;
  list-style-position: inside;
  list-style-type: disc;
}
.page_box13 ul li {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.page_box14 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box14 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 10px;
}
.page_box14 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box14 h3 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 10px;
}
.page_box14 h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box14_box {
  width: 100%;
  float: left;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
}
.page_box14_box2 {
  width: 100%;
  float: left;
}
.page_box14_box2 p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box2 p span {
  display: block;
  text-align: right;
}
.page_box14_box2 ul {
  width: 99%;
  float: left;
  margin-top: 20px;
  list-style-position: inside;
  list-style-type: circle;
  margin-left: 1%;
}
.page_box14_box2 ul li {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.page_box14_box2 div {
  width: 99%;
  float: left;
  margin-top: 20px;
  margin-left: 1%;
}
.page_box14_box2 div img {
  width: 30%;
}
.page_box14_box3 {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box4 {
  width: 100%;
  float: left;
}
.page_box14_box4 p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box4_center {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.page_box14_box4_left {
  width: 48%;
  float: left;
}
.page_box14_box4_left h4 {
  float: left;
  width: 98%;
  background-color: #EDEDED;
  line-height: 4rem;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 5px;
}
.page_box14_box4_left ul {
  float: left;
  width: 98%;
  margin-top: 15px;
  margin-right: 1%;
  margin-left: 1%;
  list-style-position: inside;
  list-style-type: circle;
}
.page_box14_box4_left ul li {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.page_box14_box4_right {
  width: 50%;
  float: right;
}
.page_box14_box4_right img {
  width: 100%;
}
.page_box14_box4_2 {
  width: 100%;
  float: left;
}
.page_box14_box4_2 h4 {
  float: left;
  width: 90%;
  margin-top: 20px;
  color: #F6AC19;
  font-weight: bold;
  font-size: 2rem;
  border-left: 5px solid #F6AC19;
  padding-left: 10px;
}
.page_box14_box5 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box14_box5 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #F8C664;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 5px;
  width: 18%;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
  float: left;
}
@media (max-width: 1666px) {
  .page_box14_box5 a {
    color: #3E3A39;
    text-decoration: none;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #F8C664;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 23%;
    line-height: 2rem;
    margin-top: 10px;
    text-align: center;
    float: left;
  }
}
.page_box14_box5 a:before {
  content: '\e5db';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box14_box6 {
  width: 100%;
  float: left;
}
.page_box14_box6_left {
  width: 70%;
  float: left;
}
.page_box14_box6_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box6_right {
  width: 25%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
.page_box14_box6_right img {
  width: 194px;
  object-fit: contain;
  height: 194px;
}
.page_box14_box6_2 {
  width: 100%;
  float: left;
}
.page_box14_box6_2_left {
  width: 65%;
  float: left;
}
.page_box14_box6_2_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box6_2_right {
  width: 27%;
  float: right;
  text-align: center;
  margin-top: 20px;
  margin-right: 3%;
}
.page_box14_box6_2_right img {
  width: 400px;
  object-fit: contain;
  height: 220px;
}
.page_box14_box7 {
  width: 50%;
  float: left;
  border: 5px solid #F8C664;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
  margin-top: 20px;
}
.page_box14_box7 div {
  width: 100%;
  float: left;
  text-align: left;
}
.page_box14_box7 div img {
  width: 40%;
}
.page_box14_box7 div p {
  width: 100%;
  float: left;
}
.page_box14_box8 {
  width: 100%;
  float: left;
  margin-bottom: 150px;
}
.page_box14_box8 h4 {
  float: left;
  width: 90%;
  margin-top: 20px;
  color: #F6AC19;
  font-weight: bold;
  font-size: 2rem;
  border-left: 5px solid #F6AC19;
  padding-left: 10px;
}
.page_box14_box8_left {
  width: 72%;
  float: left;
}
.page_box14_box8_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box14_box8_right {
  width: 22%;
  float: right;
  margin-top: 20px;
}
.page_box14_box8_right img {
  width: 100%;
}
.page_box14_box8_right div {
  text-align: right;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.page_box15 {
  width: 60%;
  float: left;
  margin-top: 100px;
  margin-right: 20%;
  margin-left: 20%;
  padding-bottom: 100px;
}
.page_box15_box {
  width: 97%;
  float: left;
  border: 5px solid #F8C664;
  padding-top: 35px;
  padding-bottom: 35px;
}
.page_box15_box div {
  width: 100%;
  float: left;
  text-align: center;
}
.page_box15_box div img {
  width: 50%;
}
.page_box15_box2 {
  width: 100%;
  float: left;
}
.page_box15_box2 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box15_box2 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box15_box2 h3 {
  float: left;
  width: 98%;
  background-color: #EDEDED;
  font-size: 1.6rem;
  line-height: 4rem;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 20px;
}
.page_box15_box2 ul {
  float: left;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 0px;
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page_box15_box3 {
  width: 100%;
  float: left;
}
.page_box15_box3 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box15_box3 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box15_box3 ul {
  float: left;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 5px;
  list-style-position: inside;
  list-style-type: circle;
}
.page_box15_box3 ul li {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.page_box16 {
  width: 100%;
  float: left;
  margin-top: 50px;
  padding-bottom: 100px;
}
.page_box16 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 10px;
}
.page_box16 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box16 h3 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 10px;
}
.page_box16 h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box16_box {
  width: 100%;
  float: left;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
}
.page_box16_box2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box16_box2 div {
  width: 100%;
  float: left;
}
.page_box16_box2 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #F8C664;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 5px;
  width: 18%;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
}
.page_box16_box2 a:after {
  content: '\e415';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
}
.page_box16_box2 p {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.page_box16_box3 {
  width: 100%;
  float: left;
}
.page_box16_box3 p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box16_box3 ul {
  float: left;
  width: 98%;
  margin-top: 15px;
  margin-right: 1%;
  margin-left: 1%;
  list-style-position: inside;
  list-style-type: circle;
}
.page_box16_box3 ul li {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.page_box16_box4 {
  width: 100%;
  float: left;
}
.page_box16_box4_left {
  width: 70%;
  float: left;
}
.page_box16_box4_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page_box16_box4_right {
  width: 25%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
.page_box16_box4_right img {
  width: 194px;
  object-fit: contain;
  height: 194px;
}
.page_box16_box5 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box16_box5 div {
  width: 100%;
  float: left;
}
.page_box16_box5 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #F8C664;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 5px;
  width: 18%;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1666px) {
  .page_box16_box5 a {
    color: #3E3A39;
    text-decoration: none;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #F8C664;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 25%;
    line-height: 2rem;
    margin-top: 10px;
    text-align: center;
  }
}
.page_box16_box5 a:after {
  content: '\e415';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
}
.page_box16_box5 p {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.page_box17 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box17_box {
  width: 100%;
  float: left;
  border-radius: 3px;
  margin-top: 10px;
  height: 60px;
}
.page_box17_box ul {
  width: 100%;
  float: left;
}
.page_box17_box2 {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
}
.page_box17_box2 span {
  display: inline-block;
  background-color: #F8C664;
  color: #3E3A39;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
}
.page_box17_box2 a {
  display: inline-block;
  background-color: #EDEDED;
  color: #3E3A39;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
  text-decoration: none;
}
.page_box18 {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.page_box18 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box18 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box18_box {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.page_box18_box a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #F8C664;
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 5px;
  width: 18%;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
}
.page_box18_box a:before {
  content: '\e5db';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page_box18_box2 {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.page_box18_box2 .close {
  display: block;
  position: relative;
  margin-top: 25px;
}
.page_box18_box2 .close h4 {
  font-size: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.page_box18_box2 .close h4 span {
  font-size: 2.2rem;
  margin-right: 10px;
  font-weight: bold;
  color: #F6AC19;
}
.page_box18_box2 .close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-bottom: solid 2px #3E3A39;
  border-right: solid 2px #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_box18_box2 .close:hover {
  cursor: pointer;
  cursor: hand;
}
.page_box18_box2 .open {
  display: none;
}
.page_box18_box2 .open {
  display: block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.55);
  padding-left: 2%;
  padding-right: 2%;
}
.page_box18_box2 .open:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #EDEDED;
  border-left: solid 2px #EDEDED;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_box18_box2 .open h4 {
  float: left;
  width: 98%;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 5px solid #CCCCCC;
  padding-left: 10px;
  margin-bottom: 15px;
}
.page_box18_box2 .open p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3E3A39;
  font-weight: normal;
  margin-top: 20px;
  width: 98%;
}
.page_box18_box2 .open p strong {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
.page_box18_box2 .open p span {
  font-size: 1.8rem;
  display: inline;
}
.page_box18_box2 .open a {
  color: #F6AC19;
  text-decoration: underline;
  display: inline-block;
}
.page_box18_box2 .open p:hover {
  cursor: pointer;
  cursor: hand;
}
.page_box18_box2 .open ul {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3E3A39;
  font-weight: normal;
  list-style-type: disc;
  list-style-position: inside;
}
.page_box18_box2 .open ul li {
  width: 100%;
}
.page_box18_box2 .open ol {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3E3A39;
  font-weight: normal;
  list-style-type: decimal;
  list-style-position: inside;
}
.page_box18_box2 .open ol li {
  width: 100%;
}
.page_box19 {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box19 h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box18 h2::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.page_box19 p {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.page_box19 p a {
  color: #F6AC19;
  text-decoration: none;
}
#footsns {
  width: 50%;
  float: left;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  padding-right: 25%;
  padding-left: 25%;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
@media (max-width: 1666px) {
  #footsns {
    width: 60%;
    float: left;
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
    padding-right: 25%;
    padding-left: 25%;
    position: relative;
    top: -200px;
    margin-bottom: -200px;
  }
}
#footsns2 {
  width: 40%;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
  padding-right: 30%;
  padding-left: 30%;
  margin-top: 100px;
}
@media (max-width: 1666px) {
  #footsns2 {
    width: 60%;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    padding-right: 20%;
    padding-left: 20%;
    margin-top: 100px;
  }
}
.footsns_box {
  width: 100%;
  float: left;
  text-align: center;
}
.footsns_box img {
  width: 30%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#footbanner {
  width: 40%;
  float: left;
  background-color: #FFFFFF;
  padding-right: 30%;
  padding-left: 30%;
  padding-bottom: 100px;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  margin-top: 20px;
}
@media (max-width: 1666px) {
  #footbanner {
    width: 60%;
    float: left;
    background-color: #FFFFFF;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 100px;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    margin-top: 20px;
  }
}
#footbanner2 {
  width: 40%;
  float: left;
  background-color: #FFFFFF;
  padding-right: 30%;
  padding-left: 30%;
  padding-bottom: 100px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1666px) {
  #footbanner2 {
    width: 60%;
    float: left;
    background-color: #FFFFFF;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 100px;
    position: relative;
    margin-top: 50px;
  }
}
.footbanner_box {
  width: 100%;
  float: left;
}
.footbanner_box img {
  width: 100%;
}
.footbanner_box_left {
  width: 48%;
  float: left;
}
.footbanner_box_right {
  width: 48%;
  float: right;
}
#footmenu {
  width: 90%;
  float: left;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 1px solid #ABA6A5;
  border-bottom: 1px solid #ABA6A5;
  text-align: center;
  height: 50px;
  background-color: #FFFFFF;
  font-family: "Sawarabi Gothic", serif;
}
.footmenu_box {
  width: 18%;
  border-left: 1px solid #ABA6A5;
  border-right: 1px solid #ABA6A5;
  height: 40px;
  display: inline-block;
  padding-top: 10px;
}
.footmenu_box2 {
  width: 18%;
  border-right: 1px solid #ABA6A5;
  height: 40px;
  display: inline-block;
  padding-top: 10px;
}
#foot {
  width: 80%;
  float: left;
  background: linear-gradient(0deg, #CCCCCC 0%, #CCCCCC 56%, #EDEDED 100%);
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 30px;
  font-family: "Sawarabi Gothic", serif;
}
@media (max-width: 1666px) {
  #foot {
    width: 90%;
    float: left;
    background: linear-gradient(0deg, #CCCCCC 0%, #CCCCCC 56%, #EDEDED 100%);
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 30px;
    font-family: "Sawarabi Gothic", serif;
  }
}
.foot_box {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.foot_box_left {
  width: 21%;
  float: left;
  margin-top: 15px;
}
@media (max-width: 1666px) {
  .foot_box_left {
    width: 23%;
    float: left;
    margin-top: 25px;
  }
}
.foot_box_right {
  width: 79%;
  float: right;
  padding-top: 40px;
  text-align: right;
}
@media (max-width: 1666px) {
  .foot_box_right {
    width: 77%;
    float: right;
    padding-top: 40px;
    text-align: right;
  }
}
.foot_box_right_box {
  width: 18%;
  border-left: 1px solid #ABA6A5;
  display: inline-block;
  text-align: left;
  padding-top: 5px;
  vertical-align: top;
}
.foot_box_right_box ul {
  width: 95%;
  float: left;
  margin-left: 5%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.foot_box_right_box a {
  color: #3E3A39;
  text-decoration: none;
}
.foot_box2 {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: 1px solid #ABA6A5;
  padding-top: 20px;
}
.foot_box2 div {
  width: 100%;
  float: left;
  text-align: center;
  color: #A2A2A2;
  font-size: 1.4rem;
  margin-top: 0px;
}
.foot_box2 div img {
  width: 7%;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1666px) {
  .foot_box2 div img {
    width: 9%;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.fuwa {
  position: fixed;
  bottom: -100px;
  right: 10px;
  text-align: right;
  padding-bottom: 30px;
}
.fuwa a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.fuwa a img {
  width: 25%;
}
.des1 {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  line-height: 2rem;
}
.des1 a {
  color: #3e3a39;
  text-decoration: none;
  text-align: center;
}
.des1_2 {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  line-height: 2rem;
}
.des1_2 a {
  color: #3e3a39;
  text-decoration: none;
  text-align: center;
}
.des1_2 a:before {
  content: '\e158';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_3 {
  float: left;
  width: 98%;
  background-color: #529CEB;
  padding-left: 2%;
  line-height: 4rem;
  color: #FFFFFF;
}
.des1_3_2 {
  float: left;
  width: 98%;
  padding-left: 2%;
  margin-top: 5px;
  line-height: 2.6rem;
}
.des1_3_3 {
  float: left;
  width: 98%;
  background-color: #F46F71;
  padding-left: 2%;
  line-height: 4rem;
  color: #FFFFFF;
}
.des1_4 {
  font-size: 1.2rem;
  float: left;
  margin-top: 30px;
  line-height: 2rem;
  text-align: left;
}
.des1_4_2 {
  font-size: 1.2rem;
  float: left;
  text-align: right;
  width: 80%;
  margin-right: 20%;
}
.des1_5 {
  width: 100%;
  float: left;
  text-align: center;
}
.des1_5 img {
  width: 90%;
}
.des1_5_2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.des1_5_2 a {
  color: #F6AC19;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
.des1_5_2 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_6 {
  float: left;
  width: 20%;
  height: 44px;
  padding-top: 16px;
  background-color: #F8C664;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  text-align: center;
}
.des1_6_2 {
  float: left;
  width: 77%;
  height: 44px;
  padding-top: 16px;
  background-color: #EDEDED;
  padding-left: 3%;
}
.des1_6_2 a {
  color: #3E3A39;
  text-decoration: underline;
}
.des1_6_3 a:before {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_7 {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.des1_8 {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.des1_8 a {
  color: #3E3A39;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #F8C664;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1666px) {
  .des1_8 a {
    color: #3E3A39;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #F8C664;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.des1_8 a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_8_2 {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.des1_8_2 img {
  width: 70%;
}
@media (max-width: 1666px) {
  .des1_8_2 img {
    width: 90%;
  }
}
.des1_9 {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.des1_9 img {
  width: 100%;
  float: left;
}
.des1_9_2 {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.des1_9_2 img {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.des1_10 {
  width: 100%;
  float: left;
  font-weight: bold;
}
.des1_10_2 {
  width: 100%;
  float: left;
}
.des1_11 {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  border-left: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  color: #3E3A39;
  text-decoration: none;
}
.des1_11_2 {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
  color: #3E3A39;
  text-decoration: none;
}
.des1_12 {
  padding-top: 20px;
}
.des13 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
.des13::after {
  content: '';
  position: relative;
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 2.5rem;
  background-color: currentColor !important;
  /*Lightning見出しデザイン設定のCSS対策*/
  border: unset;
  top: unset;
  left: unset;
  bottom: unset;
}
.des13::after {
  margin-left: auto;
  margin-right: auto;
}
.des13_2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
.des13_2::after {
  content: '';
  position: relative;
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 2.5rem;
  background-color: currentColor !important;
  /*Lightning見出しデザイン設定のCSS対策*/
  border: unset;
  top: unset;
  left: unset;
  bottom: unset;
}
.des13_2::after {
  margin-left: auto;
  margin-right: auto;
}
.des13_3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.des2 {
  width: 100%;
  text-align: center;
  float: left;
  color: #3E3A39;
  text-decoration: none;
}
.des2:before {
  content: '\e307';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
  color: #F6AC19;
}
.des2_2 {
  width: 100%;
  text-align: center;
  float: left;
  color: #3E3A39;
  text-decoration: none;
}
.des2_2:before {
  content: '\e873';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
  color: #F6AC19;
}
.des2_3 {
  width: 100%;
  text-align: center;
  float: left;
  color: #3E3A39;
  text-decoration: none;
}
.des2_3:before {
  content: '\e0cf';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
  color: #F6AC19;
}
.des2_4 {
  width: 100%;
  text-align: center;
  float: left;
  color: #3E3A39;
  text-decoration: none;
}
.des2_4:before {
  content: '\f1c0';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
  color: #F6AC19;
}
.des2_5 {
  width: 100%;
  text-align: center;
  float: left;
  color: #3E3A39;
  text-decoration: none;
}
.des2_5:before {
  content: '\e851';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
  color: #F6AC19;
}
.des3 {
  float: left;
  width: 20%;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 25px;
  height: 50px;
}
.des3_2 {
  float: left;
  width: 80%;
  border-bottom: 2px solid #554F4E;
  padding-top: 25px;
  height: 50px;
}
.des3_3 {
  float: left;
  width: 20%;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 25px;
  height: 75px;
}
.des3_4 {
  float: left;
  width: 80%;
  border-bottom: 2px solid #554F4E;
  padding-top: 25px;
  height: 75px;
}
.des4 {
  width: 100%;
  float: left;
  height: 150px;
  text-align: center;
}
.des4 img {
  width: 100%;
  object-fit: contain;
  height: 150px;
}
.des4_2 {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.des4_3 {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.des4_4 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 100px;
}
.des4_4::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.des4_5 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  border-bottom: 3px solid #EDEDED;
  width: 100%;
  float: left;
  margin-top: 0px;
}
.des4_5::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #F6AC19;
}
.des4_6 {
  width: 47%;
  float: right;
  margin-top: 50px;
}
.des4_6 img {
  width: 100%;
}
.des4_7 {
  width: 47%;
  float: right;
  margin-top: 20px;
}
.des4_7 img {
  width: 100%;
}
.des4_7_2 {
  width: 30%;
  float: right;
  margin-top: 25px;
}
.des4_7_2 img {
  width: 100%;
}
.des4_7_3 {
  width: 20%;
  float: right;
  margin-top: 20px;
  text-align: center;
}
.des4_7_3 img {
  width: 75%;
}
.des4_8 {
  font-size: 1.6rem;
  width: 98%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 1%;
  font-weight: bold;
  text-align: left;
  background-color: #EDEDED;
}
.des4_8_2 {
  font-size: 1.6rem;
  width: 98%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 1%;
  font-weight: bold;
  text-align: left;
  background-color: #EDEDED;
  margin-top: 50px;
}
.des4_8_3 {
  font-size: 1.6rem;
  width: 97%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  padding-left: 2%;
  font-weight: bold;
  text-align: left;
  background-color: #EDEDED;
  margin-top: 50px;
}
.des4_9 {
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: center;
}
.des5 {
  width: 30%;
  float: left;
}
.des5_2 {
  width: 65%;
  float: left;
  margin-left: 5%;
}
.des5_3 {
  float: left;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 10px;
  text-align: left;
}
.des5_3 span {
  color: #F6AC19;
  font-weight: bold;
}
.des5_4 {
  float: left;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 10px;
  text-align: right;
}
.des5_5 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1666px) {
  .des5_5 {
    width: 80%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.des5_6 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.des5_6 span {
  background-color: #F8C664;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 10px;
}
.pc {
  display: inline !important;
}
.sm {
  display: none !important;
}
@media screen and (min-width : 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width:479px) {
  .fix-header {
    display: none;
  }
  #fix-header-en2 {
    position: fixed;
    right: 100px;
    display: inherit;
    z-index: 100;
  }
  #slidemenu {
    display: inherit;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3000;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    width: 80%;
    transform: translateX(-100%);
    transition: all 0.6s;
    height: 100vh;
    min-height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 25px;
    padding-right: 10%;
    padding-left: 10%;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
  .acMenu {
    display: inherit;
  }
  .acMenu {
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0px;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Noto Serif JP', serif;
  }
  .acMenu li {
    padding: 0px;
    color: #1E1E1E;
  }
  .acMenu li img {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .acMenu a {
    color: #1E1E1E;
    display: block;
  }
  .acMenu li ul {
    padding: 0px;
  }
  .menu-ttl {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 25px;
    font-size: 2rem;
    padding-top: 25px;
  }
  .menu-ttl a {
    color: #1E1E1E;
    text-decoration: none;
  }
  .sub-menu-ttl {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #EDEDED;
    margin: 0px;
  }
  .sub-menu-ttl2 {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #EDEDED;
    margin: 0px;
  }
  dd {
    margin: 0px;
  }
  .acMenu2 li {
    text-align: center;
    font-size: 2rem;
    background-color: #F1F1F1;
  }
  .acMenu2 a {
    color: #1E1E1E;
    text-decoration: none;
  }
  .acMenu3 {
    text-align: center;
    font-size: 2rem;
  }
  .acMenu3 span {
    font-size: 2rem;
    display: block;
  }
  .acMenu3 li, .menu-link li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  .acMenu4 li {
    text-align: center;
    font-size: 2rem;
    background-color: #F2F2F2;
  }
  .acMenu4 a {
    color: #1E1E1E;
    text-decoration: none;
  }
  /*
.acMenu dt:after {
    content: "\02228";
    font-family: fontAwesome;
    margin-left: 20px;
    font-size: 1.2rem;
}
.acMenu dt .open:after {
	content:"\02227";
    font-family:fontAwesome;
	margin-left:20px;
    font-size: 1.2rem;
}
*/
  .sub-menu-ttl:after {
    content: "\02228";
    font-family: fontAwesome;
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .sub-menu-ttl.openAcd:after {
    content: "\02227";
    font-family: fontAwesome;
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .slidemenu_box {
    width: 80%;
    float: left;
    margin-top: 25px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin-left: 10%;
  }
  .slidemenu_box img {
    width: 20%;
    display: inline-block;
    margin-right: 4%;
    margin-left: 4%;
  }
  body {
    font-size: 2rem; /* 16px */
    font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "M PLUS Rounded 1c", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    margin: 0px;
    width: 100%;
    color: #3E3A39;
    line-height: 3rem;
  }
#honyaku {
    width: 50%;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    display: inherit;
    position: absolute;
    z-index: 100;
}
  #header {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
    background-image: radial-gradient(#FFF 20%, transparent 0), radial-gradient(#FFF 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
  }
  .background-video {
    display: none;
  }
  .background-video_sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    display: inherit;
    text-align: center;
  }
  .background-video_sm video {
    width: 100%;
    align-items: flex-start;
    position: relative;
    top: -40px;
    height: 100%;
  }
  .background-video_sm source {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
video {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    float: left;
    vertical-align: top;
    top: 0px;
}
  #header_left {
    width: 95%;
    float: left;
    margin-top: 100px;
    height: auto;
    margin-left: 5%;
    position: relative;
    z-index: 100;
    margin-right: 80%;
  }
  #header_right {
    width: 90%;
    float: left;
    height: auto;
    position: relative;
    z-index: 100;
    margin-left: 5%;
    margin-right: 5%;
  }
  .header_box {
    width: 100%;
    float: left;
  }
  .header_box img {
    width: 90%;
  }
  .header_box2 {
    width: 100%;
    float: left;
    margin-top: 300px;
    text-align: left;
  }
  .header_box2 img {
    width: 100%;
  }
  .header_box4 {
    width: 99%;
    float: left;
    margin-top: 15px;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    margin-left: 1%;
    line-height: 4rem;
  }
  #topmain {
    width: 90%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-right: 5%;
    padding-left: 5%;
  }
  #topmain h2 {
    width: 100%;
    float: left;
  }
  #topmain h2 img {
    width: 80%;
  }
  .topmain_box {
    width: 100%;
    float: left;
    border-radius: 3px;
    margin-top: 20px;
    height: auto;
  }
  .topmain_box ul {
    width: 100%;
    float: left;
  }
  .topmain_box2 {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 10px;
  }
  .topmain_box2 a {
    color: #3E3A39;
    text-decoration: none;
  }
  .topmain_box2 a:before {
    content: '\e5c8';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
  }
  #topcon {
    width: 90%;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
    height: auto;
    background-color: #FFFFFF;
    padding-top: 50px;
    position: static;
    z-index: 10;
  }
  .topcon_box {
    width: 100%;
    float: left;
    text-align: center;
    position: static;
    top: 0px;
  }
  .topcon_box_left {
    width: 100%;
    float: left;
    position: static;
    top: 20px;
    left: 0%;
  }
  .topcon_box_left img {
    width: 50%;
    box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
  }
  .topcon_box_right {
    width: 100%;
    position: static;
    right: 0%;
    height: auto;
    z-index: -10;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    top: 10px;
  }
  .topcon_box_right h3 {
    width: 100%;
    float: left;
    font-size: 3.2rem;
    margin-top: 50px;
    margin-left: 0%;
    text-align: left;
  }
  .topcon_box_right p {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-left: 0%;
    text-align: left;
    margin-right: 0%;
  }
  .topcon_box_right div {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 2rem;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0%;
    line-height: 2.2rem;
  }
  .topcon_box_right div a {
    color: #3E3A39;
    text-decoration: none;
  }
  .topcon_box_right div a:before {
    content: '\e5c8';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
  }
  #topus {
    display: none;
  }
  #topus_sm {
    width: 90%;
    float: left;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
    display: inherit;
  }
  .topus_sm_box {
    width: 90%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    padding-left: 5%;
    background-image: url(../photo/top3.jpg);
    background-color: rgba(246, 246, 246, 0.9);
    background-blend-mode: lighten;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
  }
  .topus_sm_box_center {
    width: 100%;
    float: left;
    color: #3E3A39;
  }
  .topus_sm_box_center h2 {
    width: 100%;
    float: left;
    font-size: 3.2rem;
  }
  .topus_sm_box_center table {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .topus_sm_box_center th {
    background-color: #D5D5D5;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .topus_sm_box_center td {
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
.topus_sm_box_center td a {
    color: #3E3A39;
    text-decoration: none;
}
.topus_sm_box_center td a:hover {
    color: #605D5D;
}
  .topus_sm_box_left {
    width: 100%;
    float: left;
    color: #3E3A39;
    margin-top: 20px;
  }
  .topus_sm_box_left ul {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .topus_sm_box_right {
    width: 100%;
    float: left;
    color: #3E3A39;
    margin-top: 20px;
  }
  #topcom {
    width: 90%;
    float: left;
    background-color: #3e3a39;
    padding-top: 30px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 236, 200, 1));
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 250px;
  }
  .topcom_box {
    width: 100%;
    float: left;
    text-align: center;
  }
  .topcom_box2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    grid-template-rows: subgrid;
    grid-row: span 4;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
    text-align: center;
    display: inline-block;
    padding-bottom: 30px;
    vertical-align: top;
    margin-top: 20px;
  }
  .topcom_box2:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
  }
  .topcom_box2 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .topcom_box2 h2 span {
    font-size: 2rem;
    display: block;
  }
  .topcom_box2 p {
    width: 90%;
    float: left;
    text-align: left;
    font-size: 2rem;
    margin-top: 15px;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 3rem;
  }
#topb {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 20px;
}
#topb img {
    width: 80%;
}
  #topstaff {
    width: 90%;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 100px;
  }
  #topstaff img {
    width: 100%;
    display: inline-block;
    object-fit: contain;
    height: 170px;
    margin-right: 0%;
    margin-left: 0%;
    border-radius: 10px;
    position: relative;
    top: -100px;
    margin-bottom: 20px;
  }
  #footsns {
    width: 90%;
    float: left;
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
    padding-right: 5%;
    padding-left: 5%;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
  }
  #footsns2 {
    width: 40%;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    padding-right: 30%;
    padding-left: 30%;
    margin-top: 100px;
  }
  .footsns_box {
    width: 100%;
    float: left;
    text-align: center;
  }
  .footsns_box img {
    width: 45%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #footmenu {
    width: 90%;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
    border-top: 1px solid #ABA6A5;
    border-bottom: 1px solid #ABA6A5;
    text-align: center;
    height: auto;
    background-color: #FFFFFF;
    font-family: "Sawarabi Gothic", serif;
    font-size: 1.8rem;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .footmenu_box {
    width: 49%;
    border-left: none;
    border-right: none;
    height: auto;
    display: inline-block;
    padding-top: 5px;
    text-align: left;
  }
  .footmenu_box2 {
    width: 49%;
    border-right: none;
    height: auto;
    display: inline-block;
    padding-top: 5px;
    text-align: left;
    float: left;
  }
  #foot {
    width: 90%;
    float: left;
    background: linear-gradient(0deg, #CCCCCC 0%, #CCCCCC 56%, #EDEDED 100%);
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 30px;
    font-family: "Sawarabi Gothic", serif;
  }
  .foot_box {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .foot_box_left {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  .foot_box_right {
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: left;
  }
  .foot_box_right_box {
    width: 100%;
    border-left: 1px solid #ABA6A5;
    display: inline-block;
    text-align: left;
    padding-top: 5px;
  }
  .foot_box_right_box ul {
    width: 95%;
    float: left;
    margin-left: 5%;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .foot_box_right_box a {
    color: #3E3A39;
    text-decoration: none;
  }
  .foot_box2 {
    width: 100%;
    float: left;
    margin-top: 20px;
    border-top: 1px solid #ABA6A5;
    padding-top: 20px;
  }
  .foot_box2 div {
    width: 100%;
    float: left;
    text-align: center;
    color: #A2A2A2;
    font-size: 1.8rem;
    margin-top: 0px;
  }
  .foot_box2 div img {
    width: 7%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .fuwa {
    position: fixed;
    bottom: -130px;
    right: 10px;
    text-align: right;
    padding-bottom: 10px;
  }
  .fuwa a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .fuwa a img {
    width: 20%;
  }
  .des1_3_2 {
    float: left;
    width: 98%;
    padding-left: 2%;
    margin-top: 10px;
    line-height: 2.6rem;
    padding-bottom: 5px;
  }
  .des1_5 {
    width: 100%;
    float: left;
    text-align: center;
  }
  .des1_5 img {
    width: 50%;
  }
  .des1_5_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
  }
  .des1_5_2 a {
    color: #F6AC19;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
  }
  .des1_5_2 a:before {
    content: '\e5c8';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
  }
  .des1_6 {
    float: left;
    width: 35%;
    height: auto;
    padding-top: 0px;
    background-color: #F8C664;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 3%;
  }
  .des1_6_2 {
    float: left;
    width: 94%;
    height: auto;
    padding-top: 15px;
    background-color: #EDEDED;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
  }
  .des1_6_2 a {
    color: #3E3A39;
    text-decoration: underline;
  }
  .des1_7 {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .des1_8 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: left;
  }
  .des1_8 a {
    color: #3E3A39;
    text-decoration: none;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background-color: #F8C664;
    padding-right: 0px;
    padding-left: 3%;
    padding-top: 8px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 97%;
    font-size: 2rem;
  }
  .des1_8 a:before {
    content: '\e5c8';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
  }
  .des1_8_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
  }
  .des1_8_2 img {
    width: 100%;
  }
  .des1_10 {
    width: 100%;
    float: left;
    font-weight: bold;
    margin-top: 10px;
    line-height: 3rem;
  }
  .des1_10_2 {
    width: 100%;
    float: left;
    line-height: 3rem;
  }
  .des2 {
    width: 100%;
    text-align: left;
    float: left;
    color: #3E3A39;
    text-decoration: none;
  }
  .des2:before {
    content: '\e307';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F6AC19;
  }
  .des2_2 {
    width: 100%;
    text-align: left;
    float: left;
    color: #3E3A39;
    text-decoration: none;
  }
  .des2_2:before {
    content: '\e873';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F6AC19;
  }
  .des2_3 {
    width: 100%;
    text-align: left;
    float: left;
    color: #3E3A39;
    text-decoration: none;
  }
  .des2_3:before {
    content: '\e0cf';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F6AC19;
  }
  .des2_4 {
    width: 100%;
    text-align: left;
    float: left;
    color: #3E3A39;
    text-decoration: none;
  }
  .des2_4:before {
    content: '\f1c0';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F6AC19;
  }
  .des2_5 {
    width: 100%;
    text-align: left;
    float: left;
    color: #3E3A39;
    text-decoration: none;
  }
  .des2_5:before {
    content: '\e851';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F6AC19;
  }
  .pc {
    display: none !important;
  }
  .sm {
    display: inline !important;
  }
}