*{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body{
    overflow-x: hidden!important;
}

h1{
  color:#fff;
  font-weight: lighter;
  line-height: 2em;
}
  /* ------------------------------------------------ drawer menu */
  .drawer-menu {
  	box-sizing: border-box;
  	position: fixed;
  	top: 0;
  	right: 0;
  	width: 300px;
  	height: 100%;
  	padding: 120px 0;
  	background: #222;
  	-webkit-transition-property: all;
  	transition-property: all;
  	-webkit-transition-duration: .5s;
  	transition-duration: .5s;
  	-webkit-transition-delay: 0s;
  	transition-delay: 0s;
  	-webkit-transform-origin: right center;
  	-ms-transform-origin: right center;
  	transform-origin: right center;
  	-webkit-transform: perspective(500px) rotateY(-90deg);
  	transform: perspective(500px) rotateY(-90deg);
  	opacity: 0;
    list-style: none;
  }

  .drawer-menu li {
  	text-align: center;
    list-style: none;
  }

  .drawer-menu li a {
  	display: block;
  	height: 50px;
  	line-height: 50px;
  	font-size: 14px;
  	color: #fff;
  	-webkit-transition: all .8s;
  	transition: all .8s;
  }

  .drawer-menu li a:hover {
  	color: #1a1e24;
  	background: #fff;
  }

  /* ------------------------------------------------ checkbox */
  .check {
  	display: none;
  }

  /* ------------------------------------------------ menu button */
  .menu-btn {
  	position: fixed;
  	display: block;
  	top: 40px;
  	right: -100px;
  	display: block;
  	width: 40px;
  	height: 40px;
  	font-size: 10px;
  	text-align: center;
  	cursor: pointer;
  	z-index: 3;
  }

  .bar {
  	position: absolute;
  	top: 0;
  	left: 0;
  	display: block;
  	width: 40px;
  	height: 1px;
  	background: #fff;
  	-webkit-transition: all .5s;
  	transition: all .5s;
  	-webkit-transform-origin: left top;
  	-ms-transform-origin: left top;
  	transform-origin: left top;
  }

  .bar.middle {
  	top: 15px;
  	opacity: 1;
  }

  .bar.bottom {
  	top: 30px;
  	-webkit-transform-origin: left bottom;
  	-ms-transform-origin: left bottom;
  	transform-origin: left bottom;
  }

  .menu-btn__text {
  	position: absolute;
  	bottom: -15px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	color: #fff;
  	-webkit-transition: all .5s;
  	transition: all .5s;
  	display: block;
  	visibility: visible;
  	opacity: 1;
  }

  .menu-btn:hover .bar {
  	background: #999;
  }

  .menu-btn:hover .menu-btn__text {
  	color: #999;
  }

  .close-menu {
  	position: fixed;
  	top: 0;
  	right: 300px;
  	width: 100%;
  	height: 100vh;
  	background: rgba(0,0,0,0);
  	-webkit-transition-property: all;
  	transition-property: all;
  	-webkit-transition-duration: .3s;
  	transition-duration: .3s;
  	-webkit-transition-delay: 0s;
  	transition-delay: 0s;
  	visibility: hidden;
  	opacity: 0;
  }

  /* ------------------------------------------------ checked */
  .check:checked ~ .drawer-menu {
  	-webkit-transition-delay: .3s;
  	transition-delay: .3s;
  	-webkit-transform: none;
  	-ms-transform: none;
  	transform: none;
  	opacity: 1;
  	z-index: 2;
  }

  .check:checked ~ .contents {
  	-webkit-transition-delay: 0s;
  	transition-delay: 0s;
  	-webkit-transform: translateX(-300px);
  	-ms-transform: translateX(-300px);
  	transform: translateX(-300px);
  }

  .check:checked ~ .menu-btn .menu-btn__text {
  	visibility: hidden;
  	opacity: 0;
  }

  .check:checked ~ .menu-btn .bar.top {
  	width: 56px;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  }

  .check:checked ~ .menu-btn .bar.middle {
  	opacity: 0;
  }

  .check:checked ~ .menu-btn .bar.bottom {
  	width: 56px;
  	top: 40px;
  	-webkit-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }

  .check:checked ~ .close-menu {
  	-webkit-transition-duration: 1s;
  	transition-duration: 1s;
  	-webkit-transition-delay: .3s;
  	transition-delay: .3s;
  	background: rgba(0,0,0,.5);
  	visibility: visible;
  	opacity: 1;
  	z-index: 3;
  }

  /*subMenu*/


/*loading*/

.loading{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}



.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/*loading*/




/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    height: 80px;
    margin: 100px auto 0;
    padding: 20px 0 0px;
    line-height: 1;
    z-index: 999;
    background: #fff;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    margin-left: 30px;
    margin-top: 5px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 0.9em;
    margin-right: 10px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
  text-decoration: none;
  color:#000;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
}
#global-nav ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
#global-nav ul li a:hover::after {
  width: 100%;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 36px;
    color: #333;
  padding-top: 15px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;

}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



::-webkit-scrollbar { /*スクロールバー*/
  width: 5px;
}


::-webkit-scrollbar-track {
  background-color:#F0F0F0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#D1264B;
}/*スクロールバー終わり*/



a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


.logo img{
  width: 150px;
}
h2{
  font-size: 45px;
}
h3{
  font-size: 22px;
}
/*---------------------------------------------------------------------*/
.topimg{
  width: 100%;
  display:block;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 0px;
}
.topimg img{
  width: 100%;
}
/*---------------------------------------------------*/
.box1-link{
  margin:30px auto 60px;
  max-width: 1000px;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.box1-link ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box1-link ul li{
  list-style: none;
  text-align: center;
  width: 50%;
}
.box1-link ul li {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.box1-link ul li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}

.box1-link ul li a{
  text-decoration: none;
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  transition: .3s;

}

.box1-link ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.box1-link ul li a:hover::after {
  width: 100%;
}

/*-------------------------------------------------------------------*/
.box3{
  width: 100%;
  display:block;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box3-sub{
  width: 80%;
  max-width: 1000px;
  margin: 80px auto;
  display: block;
}

.box3-txt{
  margin: 50px 0;
}
.box3-txt p{
  margin:20px 0;
  font-size: 20px;

}
.box3-in{
  margin: 50px 0;
}
.box3-mini2{
  width: 100%;
  display: block;
  justify-content: space-between;
  margin-bottom: 100px;
}
.b3m-1{
  width:59%;
  margin: 20px 0;
  font-size: 18px;
  line-height: 2em;
}
.b3m-2{
  width: 39%;
  margin: 20px 0;
}
.b3m-2 img{
  width: 100%;
}
.b3m-3{
  width: 100%;
  margin: 20px 0;
  line-height: 2em;
  font-size: 18px;
}
.b3m-3 a{
  text-decoration: none;
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  transition: .3s;

}

.b3m-3 a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.b3m-3 a:hover::after {
  width: 100%;
}
.b3m-3-in{
  width: 100%;margin-bottom: 20px;
}
.b3m-3-in h4{
  font-size: 18px;
}
.b3m-3 ul{
padding: 0px 0px 0px 10px;
margin: 20px auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.b3m-3 ul li{
  margin: 10px 0px;
  list-style: none;
}
.b3m-mini p{
  margin: 10px 0;
}
.b3m-4{
  width: 100%;
  display:flex;
  justify-content: space-between;
  margin: 20px 0;
  line-height: 2em;
  font-size: 18px;
}
.b3m-4-in{
  width: 45%;
  display: block;
  text-align: left;
}
.b3m-4-in img{
  width: 100%;
}
.b3m-4-in p{
}
.b3m-4-in p a{
  text-decoration: none;
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.b3m-4-in p a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.b3m-4-in p a:hover::after {
  width: 100%;
}

.b3m-5{
  width: 100%;
  margin: 20px 0;
  line-height: 2em;
  font-size: 18px;
}
.b3m-5 a{
  text-decoration: none;
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  transition: .3s;
border-bottom:1px solid #000;
}
.eventbg{
  /*
  background: url(../img/event-back.jpg) center center no-repeat;
background-size: cover;*/
}
/*---------------------------------------------------------------------*/
.footer{
  width: 100%;
  display: flex;
  justify-content: center;
  background: #313131;
  color: #fff;
}
.footer-in{
  width: 80%;
  max-width: 1000px;
  margin: 20px auto 0px;
  display: block;
}
.boxf-1{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align:center;
  margin: 50px auto;
}
.boxf-1 a img{
  width: 100%;
  max-width: 180px;
}
.boxf-2{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 50px auto 0px;
}
.boxf-2 p{
  margin: 30px 0;
  text-align: center;
}
.boxf-2 p a{
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s;
}

.boxf-2 p a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.boxf-2 p a:hover::after {
  width: 100%;
}
.boxf-3{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.boxf-3 ul li{
  list-style: none;
  margin: 30px auto;
}
.boxf-3 ul li a{
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s;
}


.boxf-3 ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.boxf-3 ul li a:hover::after {
  width: 100%;
}
.boxf-4{
  margin: 20px auto;
  text-align: center;
}

.boxf-5{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
    border-bottom: 1px solid #fff;
}
.boxf-5 ul{
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
display: flex;
justify-content: space-around;
}
.boxf-5 ul li{
  list-style: none;
  margin: 30px auto;
}
.boxf-5 ul li a{
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s;
}


.boxf-5 ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.boxf-5 ul li a:hover::after {
  width: 100%;
}
/*---------------------------------------------------------------------*/
@media (max-width:768px){ /*mobile用始まり*/

  body{
    width: 100%;

    background:#fff;
  }

#contents{
  width: 100%;

}
  #mobile-head {
position: fixed;
top: 0;
right: 0;
     width: 100%;
      height: 60px;
      margin: 0;
      padding: 10px 0 0px;
      line-height: 1;
      z-index: 999;
      background: #fff;
  }

    /* ------------------------------------------------ drawer menu */
    .drawer-menu {
      box-sizing: border-box;
      position: fixed;
      top: 0;
      right: 0;
      width: 300px;
      height: 100%;
      padding: 80px 0 0;
      background: #fff;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: perspective(500px) rotateY(-90deg);
      transform: perspective(500px) rotateY(-90deg);
      opacity: 0;
      list-style: none;
    }

    .drawer-menu li {
      text-align: center;
      list-style: none;
    }

    .drawer-menu li a {
      text-decoration: none;
      color: #000;
      display: block;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      -webkit-transition: all .8s;
      transition: all .8s;
    }

    .drawer-menu li a:hover {
      color: #fff;
      background: #313131;
    }

    /* ------------------------------------------------ checkbox */
    .check {
      display: none;
    }

    /* ------------------------------------------------ menu button */
    .menu-btn {
      position: fixed;
      display: block;
      top: 12px;
      right:15px;
      display: block;
      width: 30px;
      height: 27px;
      font-size: 10px;
      text-align: center;
      cursor: pointer;
      z-index: 3;
    }

    .bar {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 3px;
      background: #000;
      -webkit-transition: all .5s;
      transition: all .5s;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
    }

    .bar.middle {
      top: 10px;
      opacity: 1;
    }

    .bar.bottom {
      top: 20px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
    }

    .menu-btn__text {
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      margin: auto;
      color: #000;
      -webkit-transition: all .5s;
      transition: all .5s;
      display: block;
      visibility: visible;
      text-align: center;
      opacity: 1;
    }

    .menu-btn:hover .bar {
      background: #5a5a5a;
    }

    .menu-btn:hover .menu-btn__text {
      color: #5a5a5a;
    }

    .close-menu {
      position: fixed;
      top: 0;
      right: 300px;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0);
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      visibility: hidden;
      opacity: 0;
    }

    /* ------------------------------------------------ checked */
    .check:checked ~ .drawer-menu {
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1;
      z-index: 2;
    }

    .check:checked ~ .contents {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
    }

    .check:checked ~ .menu-btn .menu-btn__text {
      visibility: hidden;
      opacity: 0;
    }

    .check:checked ~ .menu-btn .bar.top {
      width: 35px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #222;
    }

    .check:checked ~ .menu-btn .bar.middle {
      opacity: 0;      background: #222;

    }

    .check:checked ~ .menu-btn .bar.bottom {
      width: 35px;
      top: 24px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);      background: #222;

    }

    .check:checked ~ .close-menu {
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      background: rgba(0,0,0,.5);
      visibility: visible;
      opacity: 1;
      z-index: 3;
    }

    /*subMenu*/



  #wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  }



  .inner {
      width: 100%;
      margin: 0 auto;
  }
  .inner:after {
      content: "";
      clear: both;
      display: block;
  }
  /*loading*/

  /* header */
  #top-head {
      top: -120px;
      position: fixed;
      width: 100%;
      height: 60px;
      margin: 110px auto 0;
      padding: 30px 0 0;
      line-height: 1;
      z-index: 999;
  }

  #top-head .inner {
      position: relative;
  }

  #global-nav ul {
      list-style: none;
      position: absolute;
      right: 0;
      bottom: 2px;
      font-size: 0.9em;
      margin-right: -1000px;
  }
  #global-nav ul li {
      float: left;
  }
  #global-nav ul li a {
      padding: 0 20px;
  }

  #top-head.fixed {
      margin-top: 0;
      top: -100px;
      position: fixed;
      padding-top: 5px;
      height: 60px;
      background: #fff;
      background: rgba(255,255,255,.7);
      transition: top 0.65s ease-in;
      -webkit-transition: top 0.65s ease-in;
      -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
      font-size: 36px;
      color: #333;
          margin-top: 5px;
    padding-top: 0px;
  }
  #top-head.fixed #global-nav ul li a {
      color: #333;
  }
    #top-head .logo{
      margin-left: 10px;
    }
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



.logo {
  width: 150px;
   float: left;
   font-size: 36px;
   margin-left: 10px;
   margin-top: 0px;
}
.logo-img{
 width: 100%;
 max-width: 150px;
}


a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


h2{
  font-size: 30px;
}
h3{
  font-size: 20px;
}
/*---------------------------------------------------------------------*/
.topimg{
  padding-top: 60px;
}
.box1-link{
  margin: 30px auto 0px;
  max-width: 1000px;
  width: 80%;
  display:block;
  justify-content: center;
}
.box1-link ul{
  width: 100%;
  display:block;
  justify-content: flex-start;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;

}
.box1-link ul li{
  list-style: none;
  text-align: left;
  width: 100%;
  padding: 10px 0px;
}
.box1-link ul li {
border: none;
}
.box1-link ul li+ li {
  border: none;
}

.box1-link ul li a{
  text-decoration: none;
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  transition: .3s;
  font-size: 15px;

}

.box1-link ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.box1-link ul li a:hover::after {
  width: 100%;
}
/*-------------------------------------------------------------------*/
.box3{
  margin: 20px auto 0px;

  padding-top:10px;
}
.box3-sub{
  margin: 50px auto -50px;
  display: block;
}

.box3-txt{
  margin: 50px 0;
}
.box3-txt p{
  margin:20px 0;
  font-size: 15px;

}
.box3-in{
  margin: 20px 0 20px;
}
.box3-mini2{
  margin-bottom: 40px;
}
.box3-mini{
  width: 100%;
  display: block;
  justify-content: center;
}
.b3m-1{
  width:100%;
  margin: 20px 0;
  font-size: 15px;
}
.b3m-2{
  width:100%;
  margin: 20px 0;
}
.b3m-2 img{
  width: 100%;
}

.b3m-3{
  font-size: 15px;

}
.b3m-3-in h4{
  font-size: 15px;
}

.b3m-5{
  font-size: 15px;
}
/*-------------------------------------------------------------------*/
.b3m-4{
  display:block;
  justify-content: center;
  margin: 20px 0;
  font-size: 15px;
}
.b3m-4-in{
  width: 100%;
  margin: 0px 0 60px;

}
.b3m-4-in img{
}
.b3m-4-in p{
}
.b3m-4-in p a{

}
.b3m-4-in p a::after {

}
.b3m-4-in p a:hover::after {

}

/*---------------------------------------------------------------------*/
.footer{

}
.footer-in{
  margin: 50px auto 0px;
}
.boxf-1{
  margin: 30px auto;
}
.boxf-1 img{
  max-width: 150px;
}
.boxf-2{
  margin: 50px auto 0px;
}
.boxf-2 p{
  margin: 30px 0;
  font-size: 15px;
}
.boxf-2 p a{
}

.boxf-2 p a::after {

}
.boxf-2 p a:hover::after {

}
.boxf-3{
}
.boxf-3 ul{
}
.boxf-3 ul li{
  margin: 20px auto;
}
.boxf-3 ul li a{
}


.boxf-3 ul li a::after {
}
.boxf-3 ul li a:hover::after {
  width: 100%;
}
.boxf-4{
  margin: 20px auto;
  font-size: 12px;
}

.boxf-5{
  border-bottom: 1px solid #fff;
}
.boxf-5 ul{
  display:block;
  justify-content: center;
}
.boxf-5 ul li{
  margin: 20px auto;
}


}/*mobile用終わり*/
@media (max-width:450px){

  /*-------------------------------------------------------------------*/

  .box3{
    padding-top:10px;
  }
  .boxf-3 ul li a{
font-size: 0.9em;
  }

  ::-webkit-scrollbar { /*スクロールバー*/
    width: 3px;
  }


  ::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }/*スクロールバー終わり*/

}

/* 求人情報テーブルのスタイル */
.recruit-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.recruit-image img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.recruit-table th {
  background: #D1264B;
  color: #fff;
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  width: 30%;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.recruit-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
  vertical-align: top;
}

.recruit-table tr:last-child th,
.recruit-table tr:last-child td {
  border-bottom: none;
}

.recruit-table tr:hover {
  background: #f9f9f9;
}

.recruit-table .note {
  font-size: 0.9em;
  color: #666;
}

.recruit-table strong {
  color: #D1264B;
  font-weight: 600;
}

.recruit-note {
  background: #f5f5f5;
  padding: 15px 20px;
  border-left: 4px solid #D1264B;
  margin: 20px 0;
  border-radius: 4px;
}

.recruit-note p {
  margin: 0;
  color: #333;
  font-size: 15px;
}

.recruit-link {
  text-align: center;
  margin: 30px 0;
}

.recruit-link a {
  display: inline-block;
  padding: 15px 40px;
  background: #D1264B;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(209, 38, 75, 0.3);
}

.recruit-link a:hover {
  background: #a91e3c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(209, 38, 75, 0.4);
}

.recruit-link a i {
  margin-right: 8px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .recruit-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .recruit-table th {
    width: 100px;
    min-width: 100px;
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .recruit-table td {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media (max-width: 600px) {
  .recruit-table {
    font-size: 13px;
  }
  
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }
  
  .recruit-table th {
    background: #D1264B;
    color: #fff;
    padding: 10px 15px;
    border-bottom: none;
  }
  
  .recruit-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  
  .recruit-table tr {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .recruit-link a {
    padding: 12px 30px;
    font-size: 14px;
  }
}