@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: #231815;
  line-height: 2.6rem;
  background-color: #F1F1F1;
}
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 {
  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;
  height: 100px;
}
.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: right;
  margin-top: 10px;
  font-size: 1.4rem;
}
.fix-header2 {
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-top: 0px;
    position: fixed;
    z-index: 1000;
    height: 100px;
    float: left;
}
.fix-header2-contents {
  width: 92%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 3%;
}
.fix-header2 ul {
  list-style-type: none;
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 30px;
  font-size: 1.4rem;
}
#fix-header-logo {
  float: left;
  width: 15%;
  padding-bottom: 10px;
  padding-top: 25px;
}
#fix-header-center {
    float: left;
    width: 53%;
    margin-left: 2%;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1666px) {
#fix-header-center {
    float: left;
    width: 52%;
    margin-left: 2%;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}
}
#fix-header-sns {
  float: left;
  width: 10%;
  text-align: right;
  padding-top: 35px;
}
@media (max-width: 1666px) {
#fix-header-sns {
  float: left;
  width: 13%;
  text-align: right;
  padding-top: 35px;
}
}
#fix-header-sns img {
  width: 90%;
  display: inline-block;
}
@media (max-width: 1666px) {
#fix-header-sns img {
  width: 100%;
  display: inline-block;
}
}
#fix-header-menus {
  float: right;
  text-align: right;
  width: 15%;
  color: #3e3a39;
  line-height: 2.2rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 1666px) {
#fix-header-menus {
  float: right;
  text-align: right;
  width: 13%;
  color: #3e3a39;
  line-height: 2.2rem;
  font-size: 2.2rem;
  font-weight: bold;
}
}
#fix-header-menus a {
  display: block;
  text-align: center;
  background-color: #009FE8;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2rem;
  height: 48px;
  margin-top: 15px;
  border-radius: 20px;
  padding-top: 22px;
}
@media (max-width: 1666px) {
#fix-header-menus a {
  display: block;
  text-align: center;
  background-color: #009FE8;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6rem;
  height: 48px;
  margin-top: 15px;
  border-radius: 20px;
  padding-top: 22px;
}
}
#fix-header-menus a:before {
  content: '\e158';
  font-family: 'Material Icons';
  top: 2px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
#slidemenu {
    display: none;
}
#wrap {
  overflow: hidden;
  font-family: "BIZ UDPMincho", 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;
  height: 700px;
}
#header_left {
  width: 40%;
  float: left;
  margin-top: 90px;
  margin-right: 5%;
}
.header_box {
  width: 100%;
  float: left;
  text-align: center;
}
.header_box img {
  width: 50%;
}
.header_box2 {
  width: 100%;
  float: left;
  margin-top: 70px;
  text-align: center;
}
.header_box2 img {
  width: 100%;
}
#header_sm {
    display: none;
}
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F2F2F2;
  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_right {
  width: 45%;
  float: right;
  margin-right: 5%;
  margin-top: 100px;
}
.viewer {
  margin: 0 auto;
  width: 100%;
  height: 500px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.viewer img {
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}
#topnews {
  width: 100%;
  float: left;
  height: 58px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#topnews_left {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 15px;
}
#topnews_left div {
  width: 50%;
  display: inline-block;
  background-color: #E3007F;
  color: #FFFFFF;
  border-radius: 10px;
  font-family: "Homenaje", sans-serif;
}
#topnews_right {
  width: 75%;
  float: right;
  margin-top: 15px;
}
#topnews_right p {
  width: 100%;
  float: left;
}
#topnews_right p span {
  margin-right: 15px;
  display: inline-block;
  color: #7F7F7F;
  font-family: "Homenaje", sans-serif;
}
#topnews_right p a {
  color: #231815;
  text-decoration: none;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 3.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  margin: 0;
  object-fit: cover;
}
#toppage {
  width: 100%;
  float: left;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
}
.toppage_box {
  width: 100%;
  float: left;
}
.toppage_box ul {
  width: 100%;
  float: left;
}
.toppage_box ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
#topka {
  width: 100%;
  float: left;
  padding-top: 100px;
}
#topka_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#topka_contents {
  width: 1200px;
  float: left;
}
.topka_box {
  width: 100%;
  float: left;
}
.topka_box_left {
  width: 47%;
  float: left;
  text-align: center;
  margin-top: 50px;
}
.topka_box_left img {
  width: 100%;
}
.topka_box_right {
  width: 47%;
  float: right;
  font-size: 2.6rem;
  line-height: 5rem;
}
#toptype {
  width: 84%;
  float: left;
  padding-top: 50px;
  background-color: #FFFFFF;
  border-radius: 50px;
  margin-top: 100px;
  padding-bottom: 60px;
  padding-right: 3%;
  padding-left: 3%;
  margin-right: 5%;
  margin-left: 5%;
}
#toptype h2 {
  width: 100%;
  float: left;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Homenaje", sans-serif;
}
#toptype h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
.toptype_box {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.toptype_box a {
  width: 80%;
  float: left;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  z-index: auto;
  position: relative;
  color: #231815;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 10%;
}
.toptype_box a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: normal;
}
.toptype_box_a {
  width: 100%;
  float: left;
}
.toptype_box2 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/08.jpg);
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box2:hover {
  background-image: url(../photo/08.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box3 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/01.jpg);
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box3:hover {
  background-image: url(../photo/01.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box4 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/07.jpg);
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box4:hover {
  background-image: url(../photo/07.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box5 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/21.jpg);
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box5:hover {
  background-image: url(../photo/21.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box6 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/40.jpg);
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box6:hover {
  background-image: url(../photo/40.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box7 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/14.jpg);
  margin-top: 20px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box7:hover {
  background-image: url(../photo/14.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box8 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/06.jpg);
  margin-top: 20px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box8:hover {
  background-image: url(../photo/06.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box9 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/04.jpg);
  margin-top: 20px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box9:hover {
  background-image: url(../photo/04.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box10 {
  width: 18%;
  height: 63px;
  background-image: url(../photo/34.jpg);
  margin-top: 20px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0px;
  background-size: contain;
  float: left;
  text-align: center;
  padding-top: 37px;
  overflow: hidden;
  filter: opacity(70%);
}
.toptype_box10:hover {
  background-image: url(../photo/34.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box11 {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}
#topsite {
  width: 84%;
  float: left;
  border-radius: 50px;
  margin-top: 100px;
  padding-right: 3%;
  padding-left: 3%;
  margin-right: 5%;
  margin-left: 5%;
  padding-bottom: 100px;
}
#topsite h2 {
  width: 100%;
  float: left;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Homenaje", sans-serif;
}
#topsite h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
#topsite table {
  width: 98%;
  float: left;
  margin-left: 1%;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  margin-top: 10px;
}
#topsite table td {
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  text-align: center;
}
#topsite table td a {
    color: #231815;
    text-decoration: none;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
}
#topsite table td a:hover {
    color: #FFF;
    background-color: #E3007F;
}
#topsite_sm {
    display: none;
}
.cp_iptxt {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.cp_iptxt input[type='text'] {
  width: 96%;
  color: #F6F6F6;
  border: none;
  border-bottom: 1px solid #3e3a39;
  background: transparent;
  transition: 0.3s;
  font-size: 1.7rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2%;
  padding-left: 2%;
}
.cp_iptxt .ef input[type='text']:focus {
  border-bottom: 2px solid #F4E227;
  outline: none;
  background-color: #FFFFFF;
  color: #3e3a39;
}
.cp_iptxt textarea {
  width: 96%;
  color: #F6F6F6;
  border: none;
  border-bottom: 1px solid #3e3a39;
  background: transparent;
  transition: 0.3s;
  font-size: 1.7rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2%;
  padding-left: 2%;
}
.cp_iptxt .ef textarea:focus {
  border-bottom: 2px solid #F4E227;
  outline: none;
  background-color: #FFFFFF;
  color: #3e3a39;
}
.topcon_box_right_box {
  width: 100%;
  float: right;
  text-align: right;
  margin-top: 0px;
}
.topcon_box_right_box div {
  width: 100%;
  float: left;
  margin-top: 0px;
  text-align: right;
}
.topcon_box_right_box div a {
  background-color: #F4E227;
  border-radius: 30px;
  color: #3e3a39;
  text-decoration: none;
  width: 250px;
  height: 45px;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 13px;
  letter-spacing: 3px;
}
.topcon_box_right_box div a:after {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
}
#page {
    width: 100%;
    float: left;
    margin-top: 200px;
    padding-bottom: 100px;
}
#page_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#page_contents {
  width: 1200px;
  float: left;
}
.page_box {
  width: 100%;
  float: left;
}
.page_box ul {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box ul li {
    display: inline-block;
}
.page_box ul li a {
    color: #231815;
    text-decoration: none;
    margin-right: 10px;
}
.page_box ul li a:after {
  content: '\e037';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-left: 10px;
  font-size: 2rem;
}
.page_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
}
.page_box2 h2 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
}
.page_box2 h2 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box2 h3 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
}
.page_box2 h3 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page_box3 div {
    width: 100%;
    float: left;
}
.page_box3 div img {
    width: 50%;
}
.page_box3 p {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.page_box4 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box4 ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.page_box5 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
    background-color: #009FE8;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}
.page_box5 h1 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4rem;
}
.page_box5 p {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.page_box5 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box5 div img {
    width: 50%;
}
.page_box6 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
}
.page_box6 img {
    width: 250px;
    border-radius: 50%;
    height: 250px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    object-fit: cover;
}
.page_box7 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box7 p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box7 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box7 div img {
    width: 70%;
}
.page_box8 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page_box8 h1 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
}
.page_box8 h1 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box8 h2 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
    margin-top: 50px;
}
.page_box8 h2 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box8 p {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page_box8 p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
}
.page_box8_2 {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.page_box8_2 h2 {
    width: 98%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.page_box8_2 p {
    width: 98%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box8_2 ul {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    list-style-position: inside;
    list-style-type: disc;
}
.page_box8_2 ul li {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.page_box8_2 ol {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    list-style-position: inside;
    list-style-type: decimal;
}
.page_box8_2 ol li {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.page_box8_3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
}
.page_box8_3 h2 {
    width: 100%;
    float: left;
    font-size: 4rem;
    font-weight: bold;
    line-height: 5rem;
    margin-top: 50px;
}
.page_box8_3 h2 span {
    display: block;
    margin-top: 10px;
}
.page_box8_3 h2 span img {
    width: 20%;
}
.page_box9 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box9_box {
    width: 30%;
    margin-top: 30px;
    display: inline-block;
    height: 450px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.page_box9_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_box div {
    width: 94%;
    height: 200px;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
}
.page_box9_box div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_box h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    color: #009FE8;
}
.page_box9_box h3 span {
    background-color: #DCBF56;
    margin-left: 10px;
    border-radius: 5px;
    color: #231815;
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}
.page_box9_box p {
    width: 80%;
    float: left;
    text-align: left;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.page_box9_box p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
}
.page_box9_box3 {
    width: 30%;
    margin-top: 30px;
    display: inline-block;
    height: 350px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.page_box9_box3:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_box3 div {
    width: 94%;
    height: 200px;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
}
.page_box9_box3 div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_box3 h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    color: #009FE8;
}
.page_box9_box3 h3 span {
    background-color: #DCBF56;
    margin-left: 10px;
    border-radius: 5px;
    color: #231815;
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.page_box9_box3 p {
    width: 80%;
    float: left;
    text-align: center;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.page_box9_box3 p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
}
.page_box9_2 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box9_2_box {
    width: 45%;
    float: left;
    margin-top: 30px;
    display: inline-block;
    height: 650px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.page_box9_2_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_2_box div {
    width: 94%;
    height: 300px;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
    overflow: hidden;
}
.page_box9_2_box div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_2_box h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    color: #009FE8;
}
.page_box9_2_box p {
    width: 80%;
    float: left;
    text-align: left;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.page_box9_2_box p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
}
.page_box9_3 {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.page_box9_3_box {
    width: 100%;
    float: left;
}
.page_box9_3_box a {
    color: #231815;
    text-decoration: none;
    width: 99%;
    margin-top: 10px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    border: 1px solid #9B9B9B;
}
.page_box9_3_box a:hover {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
    background-color: #009FE8;
    color: #FFFFFF;
}
.page_box9_3_box a:after {
    content: '\e5e1';
    font-family: 'Material Icons';
    top: 12px;
    position: absolute;
    font-size: 2rem;
    right: 10px;
}
.page_box10 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    color: #009FE8;
}
.page_box10 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border-radius: 10px;
}
.page_box10_2 {
    width: 80%;
    float: left;
    margin-top: 50px;
    text-align: left;
    color: #009FE8;
    margin-right: 10%;
    margin-left: 10%;
}
.page_box10_2 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
}
.page_box10_3 {
    width: 80%;
    float: left;
    margin-top: 10px;
    text-align: left;
    color: #009FE8;
    margin-right: 10%;
    margin-left: 10%;
}
.page_box10_3 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border-radius: 10px;
    width: 100px;
    text-align: center;
}
.page_box10_3 a {
    color: #231815;
    margin-left: 3px;
    margin-right: 3px;
}
.page_box10_4 {
    width: 99%;
    float: left;
    margin-top: 10px;
    text-align: left;
    color: #009FE8;
    margin-right: 0%;
    margin-left: 1%;
}
.page_box10_4 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin-bottom: 5px;
}
.page_box10_5 {
    width: 99%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 1%;
    margin-top: 5px;
}
.page_box10_5 img {
    width: 40%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 20px;
}
.page_box10_5_2 {
    width: 99%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 1%;
    margin-top: 25px;
}
.page_box10_5_2 img {
    width: 80%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box10_6 {
    width: 99%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 1%;
    margin-top: 25px;
    height: 315px;
}
.page_box10_6_left {
    width: 40%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box10_6_left img {
    width: 100%;
}
.page_box10_6_left div {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.page_box10_6_left div span {
    font-weight: bold;
}
.page_box10_6_right {
    width: 40%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box10_6_right img {
    width: 100%;
}
.page_box10_6_right div {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.page_box10_6_right div span {
    font-weight: bold;
}
.page_box10_6_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.page_box11 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11 img {
    width: 40%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    height: 400px;
    object-fit: cover;
    margin-top: 50px;
}
.page_box11_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page_box11_2_box {
    width: 50%;
    display: inline-block;
}
.page_box11_3 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_3_layout {
    width: 40%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 50px;
}
.page_box11_3_layout div {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_3_layout div img {
    width: 80%;
    height: 400px;
    object-fit: cover;
}
.page_box11_3_layout p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.page_box11_3_layout2 {
    width: 100%;
    margin-top: 30px;
    float: left;
}
.page_box11_3_layout2 h2 {
    width: 99%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
}
.page_box11_3_layout2 p {
    width: 98%;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 1.6rem;
    padding-right: 1%;
    padding-left: 1%;
}
.page_box11_4 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_4 img {
    width: 40%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    height: auto;
    object-fit: cover;
    margin-top: 50px;
}
.page_box12 {
    width: 90%;
    float: left;
    margin-top: 50px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 20px;
    padding-top: 10px;
}
.page_box12_box {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #0F0F0F;
}
.page_box12_box div {
    width: 15%;
    float: left;
    margin-top: 10px;
}
.page_box12_box div img {
    width: 90%;
}
.page_box12_box p {
    width: 85%;
    float: left;
    margin-top: 9px;
}
.page_box13 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page_box13_box {
    width: 29%;
    margin-right: 2%;
    margin-left: 2%;
    display: inline-block;
    height: 320px;
    margin-top: 50px;
    float: left;
}
.page_box13_box:hover {
  opacity: 0.9;
  cursor: pointer;
  cursor: hand;
}
.page_box13_box div {
    width: 100%;
    height: 250px;
    float: left;
}
.page_box13_box div img {
    width: 100%;
    height: 250px;
	  object-fit: cover;
	border-radius: 10px;
}
.page_box13_box p {
    width: 100%;
    height: 250px;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.page_box13_box p span {
    display: block;
    text-align: right;
    font-size: 1.2rem;
}
.page_box14 {
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
}
.page_box14 h2 {
    width: 100%;
    float: left;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 25px;
    text-align: left;
}
.page_box14 h3 {
    width: 98%;
    float: left;
    border-left: 6px solid #000000;
    padding-left: 2%;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 25px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    text-align: left;
}
.page_box14 h4 {
    width: 98%;
    float: left;
    border-left: 6px solid #000000;
    padding-left: 2%;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 25px;
    text-align: left;
}
.page_box14 p {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    margin-top: 25px;
    text-align: left;
}
.page_box14 ol {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    margin-top: 25px;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}
.page_box14 ol li {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: left;
}
.page_box14 ul {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    margin-top: 25px;
    list-style-type: disc;
    list-style-position: inside;
}
.page_box14 ul li {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: left;
}
.page_box14 img {
    width: 50%;
    display: inline-block;
    margin-top: 25px;
}
.page_box14 a {
    color: #000000;
    text-decoration: underline;
}
.page_box14 a:hover {
    text-decoration: none;
}
.page_box15 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.page_box15_layout {
    width: 100%;
    float: left;
}
.page_box15_box {
    width: 18%;
    background-color: #FFF;
    padding-top: 20px;
    margin-top: 0px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 2%;
    padding-left: 2%;
    border: 2px solid #009FE8;
    height: 720px;
}
.page_box15_box2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 630px;
}
.page_box15_box2 ul {
    width: 99%;
    float: left;
    padding-left: 1%;
    text-align: center;
}
.page_box15_box2 ul li {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.page_box15_box2 ul li span {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
}
.page_box15_box2 ul li span img {
    width: 80%;
}
.page_box15_box2 ul li a {
    text-decoration: none;
    color: #231815;
}
.page_box15_box2 ul li a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
.page_box15_box3 {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.page_box16 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box16 h2 {
    color: #231815;
    text-decoration: none;
    width: 99%;
    margin-top: 50px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    border: 1px solid #9B9B9B;
}
.page_box16 h3 {
    width: 98%;
    float: left;
    margin-top: 25px;
    text-align: left;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 1.6rem;
    font-weight: bold;
}
.page_box16 p {
    width: 98%;
    float: left;
    margin-top: 25px;
    text-align: left;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box16 ul {
    width: 99%;
    float: left;
    padding-left: 1%;
    list-style-position: inside;
    list-style-type: circle;
    margin-top: 15px;
}
.page_box16 ul li {
    float: left;
    text-align: left;
    margin-right: 10px;
}
.page_box16_2 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box16_2 h3 {
    color: #231815;
    text-decoration: none;
    width: 99%;
    margin-top: 50px;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    border: 1px solid #FFFFFF;
}
.page_box16_2_page {
    width: 98%;
    float: left;
    margin-top: 25px;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box16_2_left {
    width: 40%;
    float: left;
}
.page_box16_2_left img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.page_box16_2_right {
    width: 54%;
    float: right;
    text-align: left;
}
.page_box16_2_right h4 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
}
.page_box16_2_right p {
    width: 100%;
    float: left;
    margin-top: 15px;
}
#recruit {
    width: 100%;
    float: left;
    padding-top: 100px;
    background-color: #FFFFFF;
}
#recruit_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#recruit_contents {
  width: 1200px;
  float: left;
}
.recruit_box {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box_left {
  width: 47%;
  float: left;
}
.recruit_box_left h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box_left h3 {
    float: left;
    width: 100%;
    font-size: 3rem;
    margin-top: 40px;
    padding-bottom: 20px;
    font-weight: bold;
}
.recruit_box_left p {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
}
.recruit_box_left ul {
    float: left;
    width: 100%;
    border-top: 1px dashed #231815;
    padding-top: 10px;
}
.recruit_box_left ul li {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.recruit_box_right {
  width: 47%;
  float: right;
}
.recruit_box_right img {
  width: 100%;
  border-radius: 10px;
}
.recruit_box2 {
    width: 100%;
    float: left;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 0px;
    border-radius: 10px;
}
.recruit_box2 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
}
.recruit_box2 h3 {
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    float: left;
}
.recruit_box2_box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
}
.recruit_box2_box_p {
    width: 18%;
    height: 180px;
    background-color: #FFF;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 10px;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}
.recruit_box2_box_p:hover {
  opacity: 0.9;
  cursor: pointer;
  cursor: hand;
}
.recruit_box2_box_p h3 {
    width: 100%;
    float: left;
    color: #009FE8;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}
.recruit_box2_box_p p {
    width: 100%;
    float: left;
    color: #231815;
    margin-top: 10px;
    text-align: left;
    height: 100px;
}
.recruit_box2_box_p a {
    float: left;
    color: #009FE8;
    text-decoration: none;
    width: 100%;
    text-align: right;
}
.recruit_box2_box_p a:before {
  content: '\eaaa';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
.recruit_box3 {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box3 h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box3 h3 {
    float: left;
    width: 100%;
    font-size: 3rem;
    margin-top: 40px;
    padding-bottom: 20px;
    font-weight: bold;
}
.recruit_box3 p {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.recruit_box3 div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.recruit_box3 div img {
    display: inline-block;
    width: 20%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 10px;
    border: 3px solid #FFF000;
}
.recruit_box4 {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box4 h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box4_box {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.recruit_box4_box .close {
	display: block;
	position: relative;
	margin-top: 15px;
}
.recruit_box4_box .close h4 {
	font-size: 1.6rem;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
}
.recruit_box4_box .close h4 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    margin-right: 5px;
    font-weight: bold;
}
.recruit_box4_box .close:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-bottom: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.recruit_box4_box .close:hover {
	cursor: pointer;
    cursor: hand;
}
.recruit_box4_box .open {
        display: none;
}
.recruit_box4_box .open {
	display: block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba( 255, 255, 255, 0.55 );
	padding-left: 3%;
	padding-right: 3%;
}
.recruit_box4_box .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);
}
.recruit_box4_box .open p {
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000000;
	font-weight: normal;
}
.recruit_box4_box .open p strong {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.recruit_box4_box .open p span {
	font-size: 1.8rem;
	display: inline;
}
.recruit_box4_box .open a {
    color: #000000;
    text-decoration: underline;
    display: inline-block;
}
.recruit_box4_box .open p:hover {
	cursor: pointer;
    cursor: hand;
}
.recruit_box4_box .open ul {
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000000;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 2%;
}
.recruit_box4_box .open ul li {
	width: 100%;
}
.recruit_box5 {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 100px;
    border-radius: 10px;
    text-align: center;
}
.recruit_box5 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.recruit_box5_2 {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
}
.recruit_box5_2 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.recruit_box5_box {
    width: 25%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin-top: 80px;
    margin-right: 3%;
    margin-left: 4%;
    padding-bottom: 20px;
}
.recruit_box5_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.recruit_box5_box_left {
    width: 30%;
    position: absolute;
    top: -50px;
    left: -10px;
}
.recruit_box5_box_left img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box_right {
    width: 70%;
    float: right;
    margin-top: 20px;
    height: 40px;
    font-weight: bold;
}
.recruit_box5_box2 {
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    margin-left: 3%;
}
.recruit_box5_box2 p {
    width: 90%;
    float: left;
    margin-top: 20px;
    text-align: left;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
}
.recruit_box5_box2_left {
    width: 10%;
    float: left;
}
.recruit_box5_box2_left img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box2_right {
    width: 85%;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.recruit_box5_box3 {
    width: 96%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 3%;
}
.recruit_box5_box3_left{
    width: 85%;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.recruit_box5_box3_right {
    width: 10%;
    float: right;
}
.recruit_box5_box3_right img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box4 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.recruit_box5_box4 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 3rem;
    color: #009FE8;
    font-weight: bold;
}
.recruit_box6 {
    width: 100%;
    float: left;
}
.recruit_box6 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 3rem;
    color: #009FE8;
    font-weight: bold;
}
.recruit_box6 h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.recruit_box6_box {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.recruit_box6_box p {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.recruit_box6_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.recruit_box6_box div img {
    width: 60%;
}
.recruit_box6_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.recruit_box6_2 p {
    width: 100%;
    float: left;
    background-color: #231815;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2rem;
    text-align: center;
}
.recruit_box6_2 table {
    width: 100%;
    float: left;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.recruit_box6_2 table th {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F1F1F1;
    font-weight: normal;
}
.recruit_box6_2 table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}
#trans {
    width: 100%;
    float: left;
    padding-top: 50px;
    background-color: #FFFFFF;
}
#trans_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#trans_contents {
  width: 1200px;
  float: left;
}
.trans_box {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
}
.trans_box h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.trans_box_box {
    width: 42%;
    float: left;
    margin-top: 30px;
    margin-right: 3%;
    margin-left: 4%;
    display: inline-block;
}
.trans_box_box h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.trans_box_box2 {
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    margin-left: 3%;
}
.trans_box_box2 div {
    width: 100%;
    float: left;
}
.trans_box_box2 p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.trans_box_box2 p a {
    color: #009FE8;
    text-decoration: none;
}
.trans_box_box2 p a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: normal;
}
#footrec {
    width: 100%;
    float: left;
    padding-top: 100px;
    background-color: #FFFFFF;
    padding-bottom: 100px;
}
#footrec_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#footrec_contents {
  width: 1200px;
  float: left;
}
.footrec_box {
    width: 100%;
    float: left;
    border-radius: 20px;
    height: 200px;
    background-color: #F1F1F1;
}
.footrec_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}
.footrec_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.footrec_box3 a {
    background: #E3007F;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    max-width: 350px;
    padding: 10px 25px;
    text-decoration: none;
    color: #F1F1F1;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 350px;
}
.footrec_box3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.footrec_box3 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.footrec_box3 a:hover:after {
  right: 1.4rem;
}
#foottel {
    width: 100%;
    float: left;
    padding-top: 50px;
    background-color: #FFFFFF;
}
#foottel_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#foottel_contents {
  width: 1200px;
  float: left;
}
.foottel_box {
    width: 100%;
    float: left;
    border-radius: 20px;
    height: 290px;
    background-color: #F1F1F1;
}
.foottel_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}
.foottel_box2 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.foottel_box2 div img {
    width: 30%;
}
.foottel_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.foottel_box3 a {
    background: #E3007F;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    max-width: 350px;
    padding: 10px 25px;
    text-decoration: none;
    color: #F1F1F1;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 350px;
}
.foottel_box3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.foottel_box3 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.foottel_box3 a:hover:after {
  right: 1.4rem;
}
#footcon {
  width: 100%;
  float: left;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footcon_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#footcon_contents {
  width: 1200px;
  float: left;
}
.footcon_box {
  width: 100%;
  float: left;
  background-image: url(../photo/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  height: 290px;
  background-size: cover;
}
.footcon_box2 {
  width: 100%;
  height: 290px;
  background-color: rgba(180, 180, 140, .8);
  float: left;
  border-radius: 20px;
}
.footcon_box2_left {
  width: 27%;
  float: left;
}
.footcon_box2_left h2 {
  width: 90%;
  float: left;
  font-size: 5rem;
  line-height: 5rem;
  margin-top: 100px;
  margin-left: 10%;
  font-family: "Homenaje", sans-serif;
}
.footcon_box2_left h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
.footcon_box2_right {
  width: 67%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
.footcon_box2_right div {
  width: 45%;
  display: inline-block;
  height: 250px;
  margin-right: 2%;
  margin-left: 2%;
}
.footcon_box2_right div iframe {
  margin-top: 10px;
}
#foot {
  width: 100%;
  float: left;
  background-color: #FFF000;
}
#foot_box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#foot_contents {
  width: 1200px;
  float: left;
}
.foot_box {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.foot_box_left {
  width: 40%;
  float: left;
}
.foot_box_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.foot_box_left p span {
  font-weight: bold;
  font-size: 1.6rem;
}
.foot_box_right {
  width: 40%;
  float: right;
}
.foot_box_right_box {
  width: 100%;
  float: left;
  text-align: right;
}
.foot_box_right_box2 {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  margin-top: 40px;
  text-align: right;
}
.foot_box_right_box2 a {
  color: #231815;
  text-decoration: none;
  margin-left: 15px;
  display: inline-block;
}
.foot_box_right_box3 {
  width: 100%;
  float: left;
  margin-top: 5px;
  text-align: right;
}
.foot_box_right_box3 img {
  margin-left: 10px;
  display: inline-block;
}
.foot_box_right_box4 {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: right;
  font-family: "Homenaje", sans-serif;
}
.des1 {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 2rem;
    margin-right: 10px;
}
.des1 a {
  color: #3e3a39;
  text-decoration: none;
  text-align: center;
}
.des1_3 {
  border: 3px solid #009FE8;
}
.des1_3_2 {
  border: 3px solid #FFF000;
}
.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;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    color: #009FE8;
}
.des1_5 span {
    background-color: #DCBF56;
    margin-left: 10px;
    border-radius: 5px;
    color: #231815;
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.des1_5_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.des1_5_2 img {
    width: 20%;
}
.des2 {
    float: left;
    width: 25%;
    height: 40px;
    border-bottom: 3px solid #009FE8;
    text-align: left;
}
.des2_2 {
    float: left;
    width: 75%;
    height: 40px;
    border-bottom: 3px solid #DEDEDE;
    text-align: left;
}
.des3 {
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    float: left;
    text-align: center;
    color: #009FE8;
    line-height: 3.6rem;
}
.des3 span {
    display: block;
    margin-left: 10px;
    color: #FFF;
    background-color: #009FE8;
    font-size: 1.6rem;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2rem;
}
.button {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.button a {
  background: #E3007F;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 250px;
  padding: 10px 25px;
  text-decoration: none;
  color: #F1F1F1;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.button a:hover:after {
  right: 1.4rem;
}
.button2 {
  width: 100%;
  float: left;
}
.button2 a {
  background: #E3007F;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 250px;
  padding: 10px 25px;
  text-decoration: none;
  color: #F1F1F1;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button2 a:after {
  content: '\e5db';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: normal;
}
.button2 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.button2 a:hover:after {
  right: 1.4rem;
}
.button3 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.button3 a {
    background: #E3007F;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    text-decoration: none;
    color: #F1F1F1;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button3 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.button3 a:hover:after {
  right: 1.4rem;
}
.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;
}
.fix-header2 {
    display: none;
}
#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 : #3e3a39;
  -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,0.9 );
    text-align: center;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.6s;
    height: 100%;
    min-height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 25px;
}
nav.globalMenuSp div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
nav.globalMenuSp div img {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
nav.globalMenuSp ul {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 2rem;
}
nav.globalMenuSp ul li {
    width: 60%;
    margin-top: 10px;
    text-align: left;
    margin-left: 20%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a {
    color: #009FE8;
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 3.4rem;
	font-family: "BIZ UDPMincho", serif;
}
nav.globalMenuSp ul li a:before {
  content: '\e5e1';
  font-family: 'Material Icons';
  top: 2px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}
#header {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    float: left;
    height: auto;
    padding-bottom: 50px;
}
#header_left {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-right: 0%;
}
.header_box {
  width: 100%;
  float: left;
  text-align: center;
}
.header_box img {
  width: 80%;
}
.header_box2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  text-align: center;
}
.header_box2 img {
  width: 100%;
}
#header_right {
  width: 100%;
  float: left;
  margin-right: 0%;
  margin-top: 30px;
}
#header_sm {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    float: left;
    display: inherit;
    text-align: center;
    margin-top: 60px;
}
#header_sm img {
  width: 80%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  margin: 0;
  object-fit: cover;
}
#topka {
    width: 90%;
    float: left;
    padding-top: 100px;
    margin-right: 5%;
    margin-left: 5%;
}
#topka_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#topka_contents {
  width: 100%;
  float: left;
}
.topka_box {
  width: 100%;
  float: left;
}
.topka_box_left {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 0px;
}
.topka_box_left img {
  width: 100%;
}
.topka_box_right {
    width: 100%;
    float: left;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 50px;
}
#toptype {
    width: 84%;
    float: left;
    padding-top: 25px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 100px;
    padding-bottom: 30px;
    padding-right: 3%;
    padding-left: 3%;
    margin-right: 5%;
    margin-left: 5%;
}
#toptype h2 {
  width: 100%;
  float: left;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Homenaje", sans-serif;
}
#toptype h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
.toptype_box {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.toptype_box a {
  width: 80%;
  float: left;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  z-index: auto;
  position: relative;
  color: #231815;
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 10%;
}
.toptype_box a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: normal;
}
.toptype_box_a {
  width: 100%;
  float: left;
}
.toptype_box2 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/08.jpg);
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box2:hover {
  background-image: url(../photo/08.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box3 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/01.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box3:hover {
  background-image: url(../photo/01.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box4 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/07.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box4:hover {
  background-image: url(../photo/07.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box5 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/21.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box5:hover {
  background-image: url(../photo/21.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box6 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/40.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box6:hover {
  background-image: url(../photo/40.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box7 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/14.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box7:hover {
  background-image: url(../photo/14.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box8 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/06.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box8:hover {
  background-image: url(../photo/06.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box9 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/04.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box9:hover {
  background-image: url(../photo/04.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
.toptype_box10 {
    width: 98%;
    height: 63px;
    background-image: url(../photo/34.jpg);
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    background-size: contain;
    float: left;
    text-align: center;
    padding-top: 37px;
    overflow: hidden;
    filter: opacity(70%);
}
.toptype_box10:hover {
  background-image: url(../photo/34.jpg);
  background-size: cover;
  cursor: pointer;
  filter: opacity(100%);
  background-position: center center;
}
#topsite {
    display: none;
}
#topsite_sm {
    width: 84%;
    float: left;
    border-radius: 50px;
    margin-top: 100px;
    padding-right: 3%;
    padding-left: 3%;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 100px;
    display: inherit;
}
#topsite_sm h2 {
  width: 100%;
  float: left;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Homenaje", sans-serif;
}
#topsite_sm h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
#topsite_sm table {
  width: 98%;
  float: left;
  margin-left: 1%;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  margin-top: 10px;
}
#topsite_sm table td {
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  text-align: center;
}
#topsite_sm table td a {
    color: #231815;
    text-decoration: none;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
}
#topsite_sm table td a:hover {
    color: #FFF;
    background-color: #E3007F;
}
#page {
    width: 90%;
    float: left;
    margin-top: 30px;
    padding-bottom: 100px;
    margin-right: 5%;
    margin-left: 5%;
}
#page_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#page_contents {
  width: 100%;
  float: left;
}
.page_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page_box3 div {
    width: 100%;
    float: left;
}
.page_box3 div img {
    width: 100%;
}
.page_box3 p {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: left;
}
.page_box4 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box4 ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.page_box5 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
    background-color: #009FE8;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}
.page_box5 h1 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4rem;
}
.page_box5 p {
    width: 90%;
    float: left;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}
.page_box5 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box5 div img {
    width: 90%;
}
.page_box6 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page_box6 img {
    width: 160px;
    border-radius: 50%;
    height: 160px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    object-fit: cover;
}
.page_box7 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box7 p {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}
.page_box7 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.page_box7 div img {
    width: 100%;
}
.page_box8 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page_box8 h1 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
}
.page_box8 h1 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box8 h2 {
    width: 100%;
    float: left;
    font-family: "Homenaje", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
}
.page_box8 h2 span {
    display: block;
    font-size: 1.6rem;
	font-family: "BIZ UDPMincho", serif;
}
.page_box8 p {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: left;
}
.page_box8 p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
}
.page_box8_2 {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.page_box8_2 h2 {
    width: 98%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.page_box8_2 p {
    width: 98%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box8_2 ul {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    list-style-position: inside;
    list-style-type: disc;
}
.page_box8_2 ul li {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.page_box8_2 ol {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    list-style-position: inside;
    list-style-type: decimal;
}
.page_box8_2 ol li {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.page_box8_3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 100px;
}
.page_box8_3 h2 {
    width: 100%;
    float: left;
    font-size: 4rem;
    font-weight: bold;
    line-height: 5rem;
    margin-top: 50px;
}
.page_box8_3 h2 span {
    display: block;
    margin-top: 10px;
}
.page_box8_3 h2 span img {
    width: 60%;
}
.page_box9 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box9_box {
    width: 98%;
    float: left;
    margin-top: 30px;
    display: inline-block;
    height: 400px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.page_box9_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_box div {
    width: 94%;
    height: 200px;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
}
.page_box9_box div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_box h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0px;
    color: #009FE8;
}
.page_box9_box p {
    width: 80%;
    float: left;
    text-align: left;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.page_box9_box p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.page_box9_2 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box9_2_box {
    width: 45%;
    float: left;
    margin-top: 30px;
    display: inline-block;
    height: 650px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.page_box9_2_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_2_box div {
    width: 94%;
    height: 300px;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
    overflow: hidden;
}
.page_box9_2_box div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_2_box h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    color: #009FE8;
}
.page_box9_2_box p {
    width: 80%;
    float: left;
    text-align: left;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.page_box9_2_box p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
}
.page_box9_box3 {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 20px;
}
.page_box9_box3:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.page_box9_box3 div {
    width: 94%;
    height: auto;
    object-fit: cover;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
    float: left;
}
.page_box9_box3 div img {
    width: 100%;
	border-radius: 10px;
}
.page_box9_box3 h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    color: #009FE8;
}
.page_box9_box3 h3 span {
    background-color: #DCBF56;
    margin-left: 10px;
    border-radius: 5px;
    color: #231815;
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.page_box9_box3 p {
    width: 80%;
    float: left;
    text-align: center;
    margin-top: 15px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.page_box9_box3 p span {
    color: #009FE8;
    font-weight: bold;
    display: block;
    text-align: center;
}
.page_box10 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: left;
    color: #009FE8;
}
.page_box10 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border-radius: 10px;
}
.page_box10 br {
    display: none;
}
.page_box10_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: left;
    color: #009FE8;
    margin-right: 0%;
    margin-left: 0%;
}
.page_box10_2 span {
    display: block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}
.page_box10_3 {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: left;
    color: #009FE8;
    margin-right: 0%;
    margin-left: 0%;
}
.page_box10_3 span {
    display: block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}
.page_box10_4 {
    width: 98%;
    float: left;
    margin-top: 10px;
    text-align: left;
    color: #009FE8;
    margin-right: 0%;
    margin-left: 2%;
}
.page_box10_4 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}
.page_box10_5 {
    width: 98%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 2%;
    margin-top: 25px;
}
.page_box10_5 img {
    width: 80%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box10_5_2 {
    width: 98%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 2%;
    margin-top: 25px;
}
.page_box10_5_2 img {
    width: 80%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
}
.page_box10_6 {
    width: 98%;
    float: left;
    text-align: center;
    margin-right: 0%;
    margin-left: 2%;
    margin-top: 25px;
    height: auto;
}
.page_box10_6_left {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 25px;
}
.page_box10_6_left img {
    width: 80%;
}
.page_box10_6_left div {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.page_box10_6_left div span {
    font-weight: bold;
}
.page_box10_6_right {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 25px;
}
.page_box10_6_right img {
    width: 80%;
}
.page_box10_6_right div {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.page_box10_6_right div span {
    font-weight: bold;
}
.page_box10_6_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.page_box11 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11 img {
    width: 90%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    height: 400px;
    object-fit: cover;
    margin-top: 50px;
}
.page_box11_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page_box11_2_box {
    width: 100%;
    display: inline-block;
}
.page_box11_3 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_3_layout {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 50px;
}
.page_box11_3_layout div {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_3_layout div img {
    width: 80%;
    height: 400px;
    object-fit: cover;
}
.page_box11_3_layout p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.page_box11_3_layout2 h2 {
    width: 96%;
    float: left;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 2%;
}
.page_box11_4 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box11_4 img {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    height: auto;
    object-fit: cover;
    margin-top: 50px;
}
.page_box13 {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}
.page_box13_box {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    display: inline-block;
    height: 320px;
    margin-top: 50px;
    float: left;
}
.page_box13_box:hover {
  opacity: 0.9;
  cursor: pointer;
  cursor: hand;
}
.page_box13_box div {
    width: 100%;
    height: 250px;
    float: left;
}
.page_box13_box div img {
    width: 100%;
    height: 250px;
	  object-fit: cover;
	border-radius: 10px;
}
.page_box13_box p {
    width: 100%;
    height: 250px;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.page_box13_box p span {
    display: block;
    text-align: right;
    font-size: 1.2rem;
}
.page_box15 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page_box15_layout {
    width: 100%;
    float: left;
}
.page_box15_box {
    width: 93%;
    background-color: #FFF;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 2%;
    padding-left: 2%;
    border: 2px solid #009FE8;
    height: auto;
    padding-bottom: 20px;
}
.page_box15_box2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: auto;
}
.page_box15_box2 ul {
    width: 99%;
    float: left;
    padding-left: 1%;
    text-align: center;
}
.page_box15_box2 ul li {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.page_box15_box2 ul li span {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
}
.page_box15_box2 ul li span img {
    width: 80%;
}
.page_box15_box2 ul li a {
    text-decoration: none;
    color: #231815;
}
.page_box15_box2 ul li a:before {
  content: '\e5c8';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
.page_box15_box3 {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.page_box16 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box16 h2 {
    color: #231815;
    text-decoration: none;
    width: 98%;
    margin-top: 50px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    border: 1px solid #9B9B9B;
}
.page_box16 h3 {
    width: 96%;
    float: left;
    margin-top: 25px;
    text-align: left;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 1.6rem;
    font-weight: bold;
}
.page_box16 p {
    width: 96%;
    float: left;
    margin-top: 25px;
    text-align: left;
    margin-right: 2%;
    margin-left: 2%;
}
.page_box16 ul {
    width: 98%;
    float: left;
    padding-left: 2%;
    list-style-position: inside;
    list-style-type: circle;
    margin-top: 15px;
}
.page_box16 ul li {
    float: left;
    text-align: left;
    margin-right: 10px;
}
.page_box16_2 {
    width: 100%;
    float: left;
    text-align: center;
}
.page_box16_2 h3 {
    color: #231815;
    text-decoration: none;
    width: 98%;
    margin-top: 50px;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    border: 1px solid #FFFFFF;
}
.page_box16_2_page {
    width: 96%;
    float: left;
    margin-top: 25px;
    margin-right: 2%;
    margin-left: 2%;
}
.page_box16_2_left {
    width: 100%;
    float: left;
}
.page_box16_2_left img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.page_box16_2_right {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.page_box16_2_right h4 {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
}
.page_box16_2_right p {
    width: 100%;
    float: left;
    margin-top: 15px;
}
#recruit {
    width: 90%;
    float: left;
    padding-top: 100px;
    background-color: #FFFFFF;
    margin-right: 5%;
    margin-left: 5%;
}
#recruit_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#recruit_contents {
  width: 100%;
  float: left;
}
.recruit_box {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box_left {
  width: 100%;
  float: left;
}
.recruit_box_left h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box_left h3 {
    float: left;
    width: 100%;
    font-size: 2rem;
    margin-top: 40px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 3rem;
}
.recruit_box_left p {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
}
.recruit_box_left ul {
    float: left;
    width: 100%;
    border-top: 1px dashed #231815;
    padding-top: 10px;
}
.recruit_box_left ul li {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.recruit_box_right {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.recruit_box_right img {
  width: 100%;
  border-radius: 10px;
}
.recruit_box2 {
    width: 100%;
    float: left;
    background-color: #009FE8;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 0px;
    border-radius: 10px;
}
.recruit_box2 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
}
.recruit_box2 h3 {
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    float: left;
}
.recruit_box2_box {
    width: 90%;
    float: left;
    text-align: center;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
}
.recruit_box2_box_p {
    width: 90%;
    height: 180px;
    background-color: #FFF;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 10px;
    display: inline-block;
    float: left;
    margin-left: 0%;
    margin-top: 20px;
}
.recruit_box2_box_p:hover {
  opacity: 0.9;
  cursor: pointer;
  cursor: hand;
}
.recruit_box2_box_p h3 {
    width: 100%;
    float: left;
    color: #009FE8;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}
.recruit_box2_box_p p {
    width: 100%;
    float: left;
    color: #231815;
    margin-top: 10px;
    text-align: left;
    height: 100px;
}
.recruit_box2_box_p a {
    float: left;
    color: #009FE8;
    text-decoration: none;
    width: 100%;
    text-align: right;
}
.recruit_box2_box_p a:before {
  content: '\eaaa';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 10px;
  font-size: 2rem;
}
.recruit_box3 {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box3 h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box3 h3 {
    float: left;
    width: 100%;
    font-size: 2rem;
    margin-top: 40px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 3rem;
}
.recruit_box3 p {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.recruit_box3 div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.recruit_box3 div img {
    display: inline-block;
    width: 42%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 10px;
    border: 3px solid #FFF000;
    margin-bottom: 10px;
}
.recruit_box4 {
    width: 100%;
    float: left;
    margin-top: 100px;
}
.recruit_box4 h2 {
    position: relative;
    padding: 11px;
    border-top-left-radius: 20px;
    border: 2px dashed;
    box-shadow: 0 0 0 5px var(--accent-color);
    background-color: var(--accent-color);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
}
.recruit_box4_box {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.recruit_box4_box .close {
	display: block;
	position: relative;
	margin-top: 15px;
}
.recruit_box4_box .close h4 {
	font-size: 1.6rem;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
}
.recruit_box4_box .close h4 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    margin-right: 5px;
    font-weight: bold;
}
.recruit_box4_box .close:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-bottom: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.recruit_box4_box .close:hover {
	cursor: pointer;
    cursor: hand;
}
.recruit_box4_box .open {
        display: none;
}
.recruit_box4_box .open {
	display: block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba( 255, 255, 255, 0.55 );
	padding-left: 3%;
	padding-right: 3%;
}
.recruit_box4_box .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);
}
.recruit_box4_box .open p {
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000000;
	font-weight: normal;
}
.recruit_box4_box .open p strong {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.recruit_box4_box .open p span {
	font-size: 1.8rem;
	display: inline;
}
.recruit_box4_box .open a {
    color: #000000;
    text-decoration: underline;
    display: inline-block;
}
.recruit_box4_box .open p:hover {
	cursor: pointer;
    cursor: hand;
}
.recruit_box4_box .open ul {
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000000;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 2%;
}
.recruit_box4_box .open ul li {
	width: 100%;
}
.recruit_box5 {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 100px;
    border-radius: 10px;
    text-align: center;
}
.recruit_box5 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.recruit_box5_2 {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
}
.recruit_box5_2 h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.recruit_box5_box {
    width: 25%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin-top: 80px;
    margin-right: 3%;
    margin-left: 4%;
    padding-bottom: 20px;
}
.recruit_box5_box:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}
.recruit_box5_box_left {
    width: 30%;
    position: absolute;
    top: -50px;
    left: -10px;
}
.recruit_box5_box_left img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box_right {
    width: 70%;
    float: right;
    margin-top: 20px;
    height: 40px;
    font-weight: bold;
}
.recruit_box5_box2 {
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    margin-left: 3%;
}
.recruit_box5_box2 p {
    width: 90%;
    float: left;
    margin-top: 20px;
    text-align: left;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
}
.recruit_box5_box2_left {
    width: 10%;
    float: left;
}
.recruit_box5_box2_left img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box2_right {
    width: 85%;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.recruit_box5_box3 {
    width: 96%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 3%;
}
.recruit_box5_box3_left{
    width: 85%;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.recruit_box5_box3_right {
    width: 10%;
    float: right;
}
.recruit_box5_box3_right img {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  margin: 0;
  object-fit: cover;
}
.recruit_box5_box4 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.recruit_box5_box4 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 3rem;
    color: #009FE8;
    font-weight: bold;
}
.recruit_box6 {
    width: 90%;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
}
.recruit_box6 h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 2.6rem;
    color: #009FE8;
    font-weight: bold;
    line-height: 3.6rem;
}
.recruit_box6 h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.recruit_box6_box {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.recruit_box6_box p {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.recruit_box6_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.recruit_box6_box div img {
    width: 100%;
}
.recruit_box6_2 {
    width: 90%;
    float: left;
    margin-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
}
.recruit_box6_2 p {
    width: 100%;
    float: left;
    background-color: #231815;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2rem;
    text-align: center;
}
.recruit_box6_2 table {
    width: 100%;
    float: left;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.recruit_box6_2 table th {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F1F1F1;
    font-weight: normal;
}
.recruit_box6_2 table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}
#trans {
    width: 90%;
    float: left;
    padding-top: 50px;
    background-color: #FFFFFF;
    padding-right: 5%;
    padding-left: 5%;
}
#trans_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#trans_contents {
  width: 100%;
  float: left;
}
.trans_box {
    width: 100%;
    float: left;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
}
.trans_box h2 {
    font-weight: bold;
    font-size: 2rem;
    width: 97%;
    float: left;
    margin-left: 3%;
    text-align: left;
}
.trans_box_box {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-right: 0%;
    margin-left: 0%;
    display: inline-block;
}
.trans_box_box h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.trans_box_box2 {
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    margin-left: 3%;
}
.trans_box_box2 div {
    width: 100%;
    float: left;
}
.trans_box_box2 p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.trans_box_box2 p a {
    color: #009FE8;
    text-decoration: none;
}
.trans_box_box2 p a:after {
  content: '\e89e';
  font-family: 'Material Icons';
  top: 3px;
  position: relative;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: normal;
}
#footrec {
    width: 90%;
    float: left;
    padding-top: 100px;
    background-color: #FFFFFF;
    padding-bottom: 100px;
    padding-right: 5%;
    padding-left: 5%;
}
#footrec_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#footrec_contents {
  width: 100%;
  float: left;
}
.footrec_box {
    width: 90%;
    float: left;
    border-radius: 20px;
    height: auto;
    background-color: #F1F1F1;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 20px;
}
.footrec_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
}
.footrec_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.footrec_box3 a {
    background: #E3007F;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    max-width: 350px;
    padding: 10px 25px;
    text-decoration: none;
    color: #F1F1F1;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 250px;
}
.footrec_box3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.footrec_box3 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.footrec_box3 a:hover:after {
  right: 1.4rem;
}
#foottel {
    width: 90%;
    float: left;
    padding-top: 50px;
    background-color: #FFFFFF;
    padding-right: 5%;
    padding-left: 5%;
}
#foottel_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#foottel_contents {
  width: 100%;
  float: left;
}
.foottel_box {
    width: 90%;
    float: left;
    border-radius: 20px;
    height: auto;
    background-color: #F1F1F1;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10px;
}
.foottel_box2 {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}
.foottel_box2 div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.foottel_box2 div img {
    width: 80%;
}
.foottel_box3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.foottel_box3 a {
    background: #E3007F;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 350px;
    padding: 10px 25px;
    text-decoration: none;
    color: #F1F1F1;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 250px;
}
.foottel_box3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.foottel_box3 a:hover {
  background: #009FE8;
  color: #F1F1F1;
}
.foottel_box3 a:hover:after {
  right: 1.4rem;
}
#footcon {
    width: 90%;
    float: left;
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 5%;
    margin-left: 5%;
}
#footcon_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#footcon_contents {
  width: 100%;
  float: left;
}
.footcon_box {
    width: 100%;
    float: left;
    background-image: url(../photo/top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    height: 750px;
    background-size: cover;
    padding-bottom: 0px;
}
.footcon_box2 {
  width: 100%;
  height: 750px;
  background-color: rgba(180, 180, 140, .8);
  float: left;
  border-radius: 20px;
}
.footcon_box2_left {
  width: 100%;
  float: left;
}
.footcon_box2_left h2 {
    width: 90%;
    float: left;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 50px;
    margin-left: 10%;
    font-family: "Homenaje", sans-serif;
}
.footcon_box2_left h2 span {
  font-size: 2rem;
  display: block;
  font-family: "BIZ UDPMincho", serif;
}
.footcon_box2_right {
    width: 100%;
    float: left;
    text-align: center;
}
.footcon_box2_right div {
    width: 90%;
    display: inline-block;
    height: 250px;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 20px;
}
.footcon_box2_right div iframe {
  margin-top: 10px;
}
#foot {
    width: 90%;
    float: left;
    background-color: #FFF000;
    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: 50px;
    margin-top: 10px;
}
.foot_box_left {
  width: 100%;
  float: left;
}
.foot_box_left p {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.foot_box_left p span {
  font-weight: bold;
  font-size: 1.6rem;
}
.foot_box_right {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.foot_box_right_box {
  width: 100%;
  float: left;
  text-align: right;
}
.foot_box_right_box2 {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  margin-top: 40px;
  text-align: right;
}
.foot_box_right_box2 a {
  color: #231815;
  text-decoration: none;
  margin-left: 15px;
  display: inline-block;
}
.foot_box_right_box3 {
  width: 100%;
  float: left;
  margin-top: 5px;
  text-align: right;
}
.foot_box_right_box3 img {
  margin-left: 10px;
  display: inline-block;
}
.foot_box_right_box4 {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: right;
  font-family: "Homenaje", sans-serif;
}
.des1_5_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.des1_5_2 img {
    width: 60%;
}
.des2 {
    float: left;
    width: 35%;
    height: 65px;
    border-bottom: 3px solid #009FE8;
    text-align: left;
}
.des2_2 {
    float: left;
    width: 65%;
    height: 65px;
    border-bottom: 3px solid #DEDEDE;
    text-align: left;
}
  .pc {
    display: none !important;
  }
  .sm {
    display: inline !important;
  }
}