@charset "utf-8";
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
    font-size: 1.8rem; /* 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%;
}
.fix-header {
    line-height: 66px;
    top: -66px; /* 上に隠す鷹さ */
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background:rgba(255,195,60,0.8);
    padding-top: 0px;
    position: fixed;
    opacity: 0;
    z-index: 1000;
    height: 100px;
	font-family: "Bebas Neue", serif;
}
.fix-header-contents {
  width: 92%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 3%;
}
.fix-header ul {
    list-style-type: none;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 1px;
}
#fix-header-logo {
    float: left;
    width: 15%;
    padding-top: 20px;
}
#fix-header-logo img {
    width: 70%;
}
#fix-header-center {
  float: right;
  width: 83%;
  margin-left: 2%;
}
#slidemenu {
    display: none;
}
#wrap {
  overflow: hidden;
  font-family: "BIZ UDMincho", serif;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#header {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url("../sozai/back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    height: 100vh;
	 filter: blur(0px);
}
.header_box {
    width: 100%;
    float: left;
    text-align: center;
    height: 84%;
    position: relative;
    margin-top: 15%;
}
.header_box img {
    width: 20%;
}
@media (max-width: 1666px) {
.header_box img {
    width: 30%;
}
}
#toppage {
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #FFC53D;
}
#toppage_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#toppage_contents {
  width: 1000px;
  float: left;
}
.toppage_box {
    width: 100%;
    float: left;
}
.toppage_box br {
    display: none;
}
.toppage_box h1 {
    width: 100%;
    float: left;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}
.toppage_box p {
    width: 100%;
    float: left;
    margin-top: 50px;
    line-height: 3.6rem;
    text-align: center;
}
.toppage_box2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.toppage_box2 img {
    width: 23%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#system {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background-color: #002344;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg,  #104578 25%, #104578 25%, transparent 25%,
	  transparent 75%, #104578 75%, #104578 75%),
	 linear-gradient(-135deg, #104578 25%, #104578 25%, transparent 25%,
	  transparent 75%, #104578 75%, #104578 75%);
}
#system_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#system_contents {
  width: 1000px;
  float: left;
}
#system h2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    font-size: 7rem;
    line-height: 7.4rem;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0.5rem;
    margin-top: 100px;
}
#system h2::before {
	content: attr(data-en);
	display: block;
	font-size: 1.8rem;
	font-family: "BIZ UDMincho", serif;
}
#system h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.system_box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.system_box h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
}
.system_box_page {
    width: 37%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background: rgba(255,255,255,0.8);
    height: 220px;
    text-align: center;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    position: relative;
}
.system_box_page_img {
    position: absolute;
    left: -170px;
    bottom: 80px;
}
.system_box_page_img2 {
    position: absolute;
    right: -260px;
    top: 75px;
}
.system_box2 {
    width: 100%;
    float: left;
    text-align: center;
}
.system_box2 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 50px;
}
.system_box2 h4 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    color: #002344;
    font-weight: bold;
    margin-bottom: 10px;
}
.system_box2_page {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background: rgba(255,255,255,0.8);
    height: 220px;
    text-align: center;
    padding-top: 30px;
    padding-right: 3%;
    padding-left: 3%;
}
.system_box2_page ul {
    width: 100%;
    float: left;
    font-size: 2rem;
    margin-top: 10px;
}
.system_box3 {
    width: 100%;
    float: left;
    text-align: center;
}
.system_box3 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 28px;
    margin-top: 50px;
}
.system_box3 ul {
    width: 97%;
    float: left;
    font-size: 1.4rem;
    margin-top: 2px;
    background: rgba(255,255,255,0.8);
    margin-left: 2%;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #002344;
}
#menu {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, rgba(255, 195, 60, 1), rgba(175, 174, 145, 1));
    padding-top: 50px;
}
#menu_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#menu_contents {
  width: 1000px;
  float: left;
}
#menu h2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    font-size: 7rem;
    line-height: 7.4rem;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0.5rem;
    margin-top: 50px;
}
#menu h2::before {
	content: attr(data-en);
	display: block;
	font-size: 1.8rem;
	font-family: "BIZ UDMincho", serif;
}
#menu h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.menu_box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.menu_box_page {
    width: 37%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background: rgba(255,255,255,0.8);
    height: 400px;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
}
.menu_box_page div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.menu_box_page div img {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu_box_page h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #D01093;
}
.menu_box_page ul {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    margin-top: 5px;
}
.menu_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
}
.menu_box3_page {
    width: 37%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    background: rgba(255,255,255,0.8);
    height: 460px;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
}
.menu_box3_page div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.menu_box3_page div img {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu_box3_page h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #D01093;
}
.menu_box3_page ul {
    width: 98%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 2%;
    line-height: 2.4rem;
}
.menu_box3_page ul li {
    width: 50%;
    float: left;
    margin-top: 0px;
}
.menu_box_page4 {
    width: 86%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    background: rgba(255,255,255,0.8);
    height: 380px;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
}
.menu_box_page4 h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #D01093;
    text-align: left;
    margin-top: 20px;
}
.menu_box_page4 ul {
    width: 98%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 2%;
    line-height: 2.4rem;
}
.menu_box_page4 ul li {
    width: 20%;
    float: left;
    margin-top: 0px;
}
.menu_box_page5 {
    width: 86%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    background: rgba(255,255,255,0.8);
    height: 540px;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
}
.menu_box_page5 h3 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #D01093;
    text-align: left;
    margin-top: 20px;
    font-weight: bold;
}
.menu_box_page5 ul {
    width: 98%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 2%;
    line-height: 2.4rem;
}
.menu_box_page5 ul li {
    width: 20%;
    float: left;
    margin-top: 0px;
}
#topcom {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../sozai/back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}
#topcom_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#topcom_contents {
  width: 1000px;
  float: left;
}
.topcom_box {
    width: 90%;
    float: left;
    padding-top: 60px;
    padding-bottom: 50px;
    background: rgba(255,195,60,0.8);
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 10px;
    height: 390px;
}
.topcom_box_left {
    width: 35%;
    float: left;
    text-align: center;
}
.topcom_box_left div {
    width: 100%;
    float: left;
    text-align: left;
}
.topcom_box_left div img {
  width: 60%;
}
.topcom_box_left p {
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 3.6rem;
    text-align: left;
}
.topcom_box_left a {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    float: left;
    font-size: 1.4rem;
	font-family: "BIZ UDMincho", serif;
}
.topcom_box_left a:hover {
    background-color: #333;

}
.topcom_box_right {
    width: 62%;
    float: right;
    padding-top: 50px;
}
.topcom_box_right div {
    width: 100%;
    float: right;
}
#topsns {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#topsns img {
    width: 15%;
	border-radius: 10px;
}
#contact {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    background-color: #000000;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg,  #333333 25%, #333333 25%, transparent 25%,
	  transparent 75%, #333333 75%, #333333 75%),
	 linear-gradient(-135deg, #333333 25%, #333333 25%, transparent 25%,
	  transparent 75%, #333333 75%, #333333 75%);
    padding-top: 50px;
}
#contact_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#contact_contents {
  width: 1000px;
  float: left;
}
.contact_box {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
}
.contact_box a {
    background-color: #ffc53d;
    border-radius: 50px;
    color: #000;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: "BIZ UDMincho", serif;
    display: inline-block;
    margin-left: 10px;
}
#foot {
    width: 100%;
    float: left;
    background-color: #f5bb33;
    background-image:
   repeating-linear-gradient(-45deg,
   #ffc53d, #ffc53d 10px,
   transparent 0, transparent 40px),
      repeating-linear-gradient(45deg,
   #ffc53d, #ffc53d 10px,
   transparent 0, transparent 40px);
}
#foot_box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#foot_contents {
  width: 1000px;
  float: left;
}
.foot_box {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
.foot_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.foot_box img {
    width: 15%;
}
.foot_box p {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
}
.fuwa {
    display: none;
}
.des1 {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    height: 30px;
    margin-top: 45px;
    line-height: 2.6rem;
}
.des1 a {
    color: #000;
    text-decoration: none;
}
.des1_2 {
    font-size: 3rem;
    display: inline-block;
    margin-right: 10px;
    top: -5px;
    position: relative;
}
.des1_3 {
    font-size: 1.6rem;
    display: block;
    font-family: "BIZ UDMincho", serif;
    margin-top: 5px;
}
.des1_4 {
    float: left;
    width: 80%;
    text-align: left;
    line-height: 2rem;
}
.des1_4 span {
    display: block;
    font-family: "BIZ UDMincho", serif;
    font-size: 1.2rem;
}
.des1_4_2 {
    float: right;
    width: 20%;
    text-align: right;
    line-height: 2rem;
}
.des1_5 {
  float: left;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: bold;
}
.des1_5_2 {
  float: left;
  border-bottom: 1px solid #3E3A39;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: bold;
}
.des1_6 {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #000000;
    height: 30px;
    margin-top: 45px;
    line-height: 2.6rem;
    font-weight: bold;
}
.des1_6 a {
    color: #000000;
    text-decoration: none;
}
.des1_6 a:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  top: 2px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_6_2 {
    display: inline-block;
    height: 30px;
}
.des1_6_2 img {
    width: 20%;
    position: relative;
    top: 5px;
}
.des1_7 {
    width: 100%;
    float: left;
    font-size: 7rem;
    margin-top: 40px;
    font-family: "Bebas Neue", serif;
}
.des1_7_2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.des1_8 {
    width: 50%;
    float: left;
    text-align: left;
}
.des1_8_2 {
    width: 50%;
    float: right;
    font-family: "Bebas Neue", serif;
    font-size: 2.4rem;
    text-align: right;
}
.des1_8_3 {
    width: 100%;
    float: left;
    text-align: center;
}
.des1_9 {
    width: 67%;
    float: left;
    text-align: left;
    margin-left: 3%;
}
.des1_9_2 {
    width: 22%;
    float: right;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    text-align: right;
    margin-right: 5%;
}
.des1_10 {
    width: 100%;
    float: left;
    text-align: center;
    color: #3E3A39;
    margin-bottom: 10px;
}
.des2 {
  float: left;
  width: 20%;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 25px;
  height: 50px;
}
.des2_2 {
  float: left;
  width: 80%;
  border-bottom: 2px solid #3e3a39;
  padding-top: 25px;
  height: 50px;
}
.des2_2 a {
    color: #FFFFFF;
    text-decoration: none;
}
.des2_3 {
  float: left;
  width: 20%;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 25px;
  height: 75px;
}
.des2_4 {
  float: left;
  width: 80%;
  border-bottom: 2px solid #3e3a39;
  padding-top: 25px;
  height: 75px;
}
.des2_4 a {
    color: #F6F6F6;
    text-decoration: none;
}
.des2_5 {
  float: left;
  width: 20%;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 25px;
  height: 130px;
}
.des2_6 {
  float: left;
  width: 80%;
  border-bottom: 2px solid #3e3a39;
  padding-top: 25px;
  height: 130px;
}
.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;
}
a.btn_18 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    width: 300px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding: 1rem 4rem;
    font-weight: bold;
    border-radius: 10px;
    color: #D97A27;
    border: 3px solid #D97A27;
    box-shadow: 5px 5px #D97A27;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
}
a.btn_18:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #D97A27;
}
.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) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
.fix-header {
    display: none;
}
#header {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url("../photo/back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    height: 100vh;
	 filter: blur(0px);
}
.header_box {
    width: 100%;
    float: left;
    text-align: center;
    height: 49%;
    position: relative;
    margin-top: 50%;
}
.header_box img {
    width: 50%;
}
#toppage {
    width: 90%;
    float: left;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #FFC53D;
    padding-right: 5%;
    padding-left: 5%;
}
#toppage_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#toppage_contents {
  width: 100%;
  float: left;
}
.toppage_box {
    width: 100%;
    float: left;
}
.toppage_box br {
    display: inherit;
}
.toppage_box h1 {
    width: 100%;
    float: left;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 5rem;
}
.toppage_box p {
    width: 100%;
    float: left;
    margin-top: 50px;
    line-height: 3.6rem;
    text-align: center;
}
.toppage_box2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.toppage_box2 img {
    width: 46%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 20px;
}
#system {
    width: 90%;
    float: left;
    padding-bottom: 100px;
    background-color: #002344;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg,  #104578 25%, #104578 25%, transparent 25%,
	  transparent 75%, #104578 75%, #104578 75%),
	 linear-gradient(-135deg, #104578 25%, #104578 25%, transparent 25%,
	  transparent 75%, #104578 75%, #104578 75%);
    padding-right: 5%;
    padding-left: 5%;
}
#system_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#system_contents {
  width: 100%;
  float: left;
}
#system h2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    font-size: 7rem;
    line-height: 7.4rem;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0.5rem;
    margin-top: 100px;
}
#system h2::before {
	content: attr(data-en);
	display: block;
	font-size: 1.8rem;
	font-family: "BIZ UDMincho", serif;
}
#system h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.system_box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.system_box h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
}
.system_box_page {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    text-align: center;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    position: relative;
    padding-bottom: 30px;
    margin-top: 20px;
}
.system_box_page_img {
    position: absolute;
    left: -170px;
    bottom: 80px;
}
.system_box_page_img2 {
    position: absolute;
    right: -260px;
    top: 75px;
}
.system_box2 {
    width: 100%;
    float: left;
    text-align: center;
}
.system_box2 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 50px;
}
.system_box2 h4 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    color: #002344;
    font-weight: bold;
    margin-bottom: 10px;
}
.system_box2_page {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    text-align: center;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
    padding-bottom: 20px;
}
.system_box2_page ul {
    width: 100%;
    float: left;
    font-size: 2rem;
    margin-top: 10px;
}
.system_box3 {
    width: 100%;
    float: left;
    text-align: center;
}
.system_box3 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 28px;
    margin-top: 50px;
}
.system_box3 ul {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    margin-top: 2px;
    background: rgba(255,255,255,0.8);
    margin-left: 0%;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #002344;
}
#menu {
    width: 90%;
    float: left;
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, rgba(255, 195, 60, 1), rgba(175, 174, 145, 1));
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
}
#menu_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#menu_contents {
  width: 100%;
  float: left;
}
#menu h2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    font-size: 7rem;
    line-height: 7.4rem;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    letter-spacing: 0.5rem;
    margin-top: 50px;
}
#menu h2::before {
	content: attr(data-en);
	display: block;
	font-size: 1.8rem;
	font-family: "BIZ UDMincho", serif;
}
#menu h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.menu_box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.menu_box_page {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.menu_box_page div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.menu_box_page div img {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu_box_page h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #D01093;
}
.menu_box_page ul {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    margin-top: 5px;
}
.menu_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
}
.menu_box3_page {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.menu_box3_page div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.menu_box3_page div img {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu_box3_page h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #D01093;
}
.menu_box3_page ul {
    width: 98%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 2%;
    line-height: 2.4rem;
}
.menu_box3_page ul li {
    width: 50%;
    float: left;
    margin-top: 0px;
}
.menu_box_page4 {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.menu_box_page4 h3 {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #D01093;
    text-align: left;
    margin-top: 20px;
}
.menu_box_page4 ul {
    width: 98%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 2%;
    line-height: 2.4rem;
}
.menu_box_page4 ul li {
    width: 50%;
    float: left;
    margin-top: 0px;
}
.menu_box_page5 {
    width: 90%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    height: auto;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.menu_box_page5 h3 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #D01093;
    text-align: left;
    margin-top: 20px;
    font-weight: bold;
}
.menu_box_page5 ul {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    margin-left: 0%;
    line-height: 2.4rem;
}
.menu_box_page5 ul li {
    width: 50%;
    float: left;
    margin-top: 0px;
}
#topcom {
    width: 90%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../sozai/back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
}
#topcom_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#topcom_contents {
  width: 100%;
  float: left;
}
.topcom_box {
    width: 90%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255,195,60,0.8);
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 10px;
    height: auto;
}
.topcom_box_left {
    width: 100%;
    float: left;
    text-align: center;
}
.topcom_box_left div {
    width: 100%;
    float: left;
    text-align: left;
}
.topcom_box_left div img {
  width: 60%;
}
.topcom_box_left p {
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 3.6rem;
    text-align: left;
}
.topcom_box_left a {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    float: left;
    font-size: 1.4rem;
	font-family: "BIZ UDMincho", serif;
}
.topcom_box_left a:hover {
    background-color: #333;

}
.topcom_box_right {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.topcom_box_right div {
    width: 100%;
    float: right;
}
#topsns {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#topsns img {
    width: 50%;
	border-radius: 10px;
}
#contact {
    width: 90%;
    float: left;
    padding-bottom: 50px;
    background-color: #000000;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg,  #333333 25%, #333333 25%, transparent 25%,
	  transparent 75%, #333333 75%, #333333 75%),
	 linear-gradient(-135deg, #333333 25%, #333333 25%, transparent 25%,
	  transparent 75%, #333333 75%, #333333 75%);
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
}
#contact_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#contact_contents {
  width: 100%;
  float: left;
}
.contact_box {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
}
.contact_box a {
    background-color: #ffc53d;
    border-radius: 50px;
    color: #000;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 2rem;
    font-family: "BIZ UDMincho", serif;
    display: inline-block;
    margin-left: 10px;
}
#foot {
    width: 90%;
    float: left;
    background-color: #f5bb33;
    background-image: repeating-linear-gradient(-45deg,
   #ffc53d, #ffc53d 10px,
   transparent 0, transparent 40px),
      repeating-linear-gradient(45deg,
   #ffc53d, #ffc53d 10px,
   transparent 0, transparent 40px);
    padding-right: 5%;
    padding-left: 5%;
}
#foot_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#foot_contents {
  width: 100%;
  float: left;
}
.foot_box {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 100px;
    margin-top: 50px;
    text-align: center;
}
.foot_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.foot_box img {
    width: 40%;
}
.foot_box p {
    width: 100%;
    float: left;
    font-family: "Bebas Neue", serif;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
}
.fuwa {
    position: fixed;
    bottom: -119px;
    left: 0px;
    display: inherit;
    z-index: 10000;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fuwa a img {
    display: inline-block;
    width: 50%;
}
.des1_9 {
    width: 65%;
    float: left;
    text-align: left;
    margin-left: 5%;
}
.des1_9_2 {
    width: 22%;
    float: right;
    font-family: "Bebas Neue", serif;
    font-size: 2rem;
    text-align: right;
    margin-right: 5%;
}
  .pc {
    display: none !important;
  }
  .sm {
    display: inline !important;
  }
}