@media screen and (max-width: 768px) {
 
 .sp_off {
  display: none;
 }

 .body{
  min-width: initial;
 }
 
 
 /* ----------------------------------------
 main
 ---------------------------------------- */
 .main_wrap {
  width: 100%;
  padding: 70px 0 0;
  position: relative;
 }

 .main_tl {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-left: 1%;
  letter-spacing: -1px;
  overflow: hidden;
  position: absolute;
  z-index: 50;
 }

 .main_tl span {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #dc8d24;
 }

 .main_slide {
  display: flex;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
 }

 #i_slide {
  animation-play-state: running;
  animation: infinity-loop 40s infinite linear 1s both;
  display: flex;
  width: 100%;
  position: relative;
 }

 #i_slide img {
  margin-right: 20px;
 }


 :-ms-input-placeholder,
 :root .i_slide_after {
  margin-left: 1220px;
 }

 .img_line_wrap {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
  overflow: hidden;
 }

 /* 無限ループアニメーション */
 @keyframes infinity-loop {
  from {
   transform: translateX(0vw);
  }

  to {
   transform: translateX(-1220px);
  }
 }


 .top-slider {
  display: -ms-grid;
  -ms-grid-columns: min-content;
  max-width: 800px;
 }

 .top-slider-inner {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
 }

 .t-slide {
  height: 200px;
  width: 200px;
  margin: 10px;
  position: relative;
 }

 .t-slide img{
  height: 200px;
  width: 200px;
  border-radius: 10px;
 }
 
 @keyframes sliderAnimation {
  100% {
   transform: translateX(-50%);
  }
 }



 /* ----------------------------------------
 catch
 ---------------------------------------- */
 .catch_wrap {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0 60px 0;
 }

 .catch_vertical {}

 .catch_vertical p {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  /*letter-spacing: 0.1em;*/
  color: #000;
  margin: 0;
 }

 .catch_vertical p span {
  display: inline-block;
  color: #dc8d24;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 5px;
 }

 .catch_staff img {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
 }

 .catch_textbox {
 }

 .catch_textbox_tl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 22px;
  margin-top: 22px;
  color: #dc8e24;
 }

 .catch_textbox p {
  font-size: 14px;
  line-height: 1.8;
 }


.catch_textbox_boshu{
  margin-bottom:20px;
}
.catch_textbox_boshu a{
  font-size:22px;
  line-height:28px;
  margin-bottom:15px;
  display:block;
  padding:10px;
  border:2px solid red;
  border-radius:6px;
  font-weight:bold;
  text-align:center;
}
.catch_textbox_boshu a:hover{
  font-size:22px;
  line-height:28px;
  color: red;
  margin-bottom:15px;
  border:2px solid red;
  padding:10px;
}
.catch_textbox_boshu .tl{
  font-size:30px;
  line-height:38px;
  color:red;
}
.catch_textbox_boshu .link{
  font-size:22px;
  line-height:32px;
  color:red;
}

.catch_banner{
	margin-top:20px;
}
.catch_banner img{
	width:100%;
}
 /*  link_btn  */
 .link_btn {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  margin-top: 35px;
 }

 .link_btn::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: black;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
 }

 .link_btn .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
 }

 .link_btn .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
 }

 .link_btn .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
 }

 .link_btn .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
 }

 .link_btn:hover {
  color: white;
  background: black;
 }

 .link_btn:hover::before {
  width: 0.9375rem;
  background: white;
 }

 .link_btn:hover .text {
  color: white;
  padding-left: 1.5em;
 }

 .link_btn:hover .top-key {
  left: -2px;
  width: 0px;
 }

 .link_btn:hover .bottom-key-1,
 .link_btn:hover .bottom-key-2 {
  right: 0;
  width: 0;
 }


 /* ----------------------------------------
 interview
 ---------------------------------------- */
 .interview_wrap {
  width: 100%;
  background-color: #f5f2f0;
  position: relative;
  padding-bottom: 50px;
 }

 .interview_titlebox {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
 }

 .interview_tl {
  font-size: 40px;
  line-height: 52px;
  color: #dc8e24;
  font-weight: bold;
  margin: 10px 0;
 }

 .interview_titlebox h3 {
  font-size: 16px;
  line-height: 1.8;
  color: #777;
 }

 .interview_inner {
  background: #FFF;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
 }

 .interview_box {
  /*width: calc(100% - 160px);*/
  box-sizing: border-box;
  /*background: #fff;
  padding: 30px;*/
 }

 .interview_box ul {}

 .interview_box ul li {}

 .interview_box li a {
  display: block;
  position: relative;
  overflow: initial;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
  max-width: 260px;
  /*padding: 10px 20px;*/
 }

 .interview_box li a .name {
  font-size: 12px;
  line-height: 2.6;
  color: #333;
 }

 .interview_box ul li a .icon {
  font-size: 11px;
  border: 1px solid #777;
  border-radius: 4px;
  padding: 2px 10px;
  display: inline-block;
 }

 .interview_box li a .catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 0;
  height: 84px;
 }

 .interview_box li a:hover .catch {
  color: #dc8d24;
  transition: .2s;
 }

 .interview_box li a:hover {
  transition: all .3s ease;
  transform: translateY(-6px);
 }


 /* ----------------------------------------
 staff_wrap
 ---------------------------------------- */
 .staff_wrap {
  position: relative;
  margin: 0 0 30px;
 }

 .staff_titlebox {
  padding: 20px;
  margin: 0 auto;
 }

 .staff_tl {
  font-size: 40px;
  line-height: 52px;
  color: #dc8e24;
  font-weight: bold;
  margin: 10px 0;
 }

 .staff_titlebox h3 {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
 }

 .staff_slider {
  margin: 0 auto;
  width: 100%;
 }

 .staff_slider ul {}

 .staff_slider li {
  width: 160px;
  padding: 0 20px 0 0;
  overflow: hidden;
 }

 .staff_slider li img {}

 .staff_slider li a {
  display: block;
  width: 95%;
 }

 .staff_slider ul li a:hover {}


 /* ----------------------------------------
 video
 ---------------------------------------- */
 .video_wrap {
  width: 100%;
  height: auto;
  background-color: #f5f2f0;
  position: relative;
  padding-bottom: 40px;
 }

 .video_titlebox {
  margin: 0 auto;
  padding: 40px 20px 20px;
 }

 .video_tl {
  font-size: 40px;
  line-height: 42px;
  color: #dc8e24;
  font-weight: bold;
  margin: 10px 0;
 }

 .video_titlebox h3 {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
 }

 .video_box {
  width: 90%;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
 }

 .video_box_l {
 }

 .video_box_r {
  top: 240px;
  right: 0;
 }

 .video_box_r img {
  margin: 0 auto;
  text-align: center;
 }

 .video_box_r .com {
  background: #fff;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px -8px #333;
 }

 .video_box_r .com p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
 }

 .video_box_r .link {}

 /* ----------------------------------------
 zadan_wrap
 ---------------------------------------- */
 .zadan_wrap {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
 }

 .zadan_titlebox {
  padding: 20px;
  margin: 0 auto;
 }

 .zadan_tl {
  font-size: 40px;
  line-height: 42px;
  color: #dc8e24;
  font-weight: bold;
  margin: 4px 0;
 }

 .zadan_titlebox h3 {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
 }

 .zadan_video {
 }

 .zadan_video ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: 90%;
 }

 .zadan_video li {
  box-shadow: 0px 0px 12px -8px #333;
  padding: 10px;
  list-style: none;
  margin-bottom: 22px;
 }

 .zadan_video p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;

 }

 /* ----------------------------------------
 message
 ---------------------------------------- */
 .message_wrap {
  width: 92%;
  /*background-color: #f1ece1;
  background-color: #f5f2f0;
  position: relative;
  height: 360px;*/
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 8px;
 }

 .message_titlebox {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 10px;
 }

 .message_tl {
  /*background-image: url("/1/img/message_tl_bg.png");
  background-repeat: no-repeat;*/
  font-size: 40px;
  line-height: 42px;
  color: #dc8e24;
  font-weight: bold;
  margin: 4px 0;
 }

 .message_titlebox h3 {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
 }

 .message_box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
 }

 .message_top {
  position: relative;
  margin-bottom:60px;
 }

 .message_top a {
  display: block;
  box-sizing: border-box;
  width: 100%;
 }

 .message_no1 {
  font-size: 100px;
  opacity: 0.8;
  font-weight: bold;
  color: #dc8d24;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
 }

 .message_tl01 {
  background: #dc8d24;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 134px;
  right: 20px;
  height: 54px;
  width: 220px;
  box-shadow: 0px 0px 12px -8px #333;
  opacity: 0.9;
  text-align: center;
 }

 .message_tl01 p {
  font-size: 18px;
  line-height: 2.8;
  font-weight: 500;
 }

 .message_top a:hover .message_tl01 {
  background: #fff;
  color: #dc8d24;
  transition: all .3s ease;
  transform: translateY(-4px);
 }

 .message_personnel {
  position: relative;
  margin-bottom: 60px;
 }

 .message_personnel a {
  display: block;
  box-sizing: border-box;
  width: 100%;
 }

 .message_no2 {
  font-size: 100px;
  opacity: 0.8;
  font-weight: bold;
  color: #dc8d24;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
 }

 .message_tl02 {
  background: #dc8d24;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 134px;
  right: 20px;
  height: 54px;
  width: 220px;
  box-shadow: 0px 0px 12px -8px #333;
  opacity: 0.9;
  text-align: center;
 }

 .message_tl02 p {
  font-size: 18px;
  line-height: 2.8;
  font-weight: 500;
 }

 .message_personnel a:hover .message_tl02 {
  background: #fff;
  color: #dc8d24;
  transition: all .3s ease;
  transform: translateY(-4px);
 }


 /****** strong ******/
 .message_strong {
  position: relative;
  margin-bottom:60px;
 }

 .message_strong a {
  display: block;
  box-sizing: border-box;
  width: 100%;
 }

 .message_no3 {
  font-size: 100px;
  opacity: 0.8;
  font-weight: bold;
  color: #dc8d24;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
 }

 .message_tl03 {
  background: #dc8d24;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 134px;
  right: 20px;
  height: 54px;
  width: 220px;
  box-shadow: 0px 0px 12px -8px #333;
  opacity: 0.9;
  text-align: center;
 }

 .message_tl03 p {
  font-size: 18px;
  line-height: 2.8;
  font-weight: 500;
 }

 .message_strong a:hover .message_tl03 {
  background: #fff;
  color: #dc8d24;
  transition: all .3s ease;
  transform: translateY(-4px);
 }

 /****** event ******/
 .message_event {
  position: relative;
  margin-bottom:60px;
 }

 .message_event a {
  display: block;
  box-sizing: border-box;
  width: 100%;
 }

 .message_no4 {
  font-size: 100px;
  opacity: 0.8;
  font-weight: bold;
  color: #dc8d24;
  position: absolute;
  z-index: 1;
  padding-left: 20px;
 }

 .message_tl04 {
  background: #dc8d24;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 134px;
  right: 20px;
  height: 54px;
  width: 220px;
  box-shadow: 0px 0px 12px -8px #333;
  opacity: 0.9;
  text-align: center;
 }

 .message_tl04 p {
  font-size: 18px;
  line-height: 2.8;
  font-weight: 500;
 }

 .message_event a:hover .message_tl04 {
  background: #fff;
  color: #dc8d24;
  transition: all .3s ease;
  transform: translateY(-4px);
 }
 
 /* ----------------------------------------
 slick slider01
 ---------------------------------------- */
 .prev_icon {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 1;
  cursor: pointer;
 }

 .next_icon {
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 1;
  cursor: pointer;
 }



 /*==================================================
 slider
 ===================================*/
 .slider01 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
 }

 .slider01 img {
  /*width:100%;スライダー内の画像を横幅100%に*/
  height: auto;
 }

 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/

 .slider01 .slick-slide {
  margin: 0 10px;
 }

 .slider02 {
  /*横幅96%で左右に余白を持たせて中央寄せ*/
  width: 98%;
  margin: 0 auto;
 }

 .slider02 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
 }

 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/

 .slider02 .slick-slide {
  margin: 0 10px;
 }

 /*矢印の設定*/

 /*戻る、次へ矢印の位置*/
 .slick-prev,
 .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
 }

 .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
 }

 .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
 }

 /*ドットナビゲーションの設定*/

 .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
 }

 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
 }

 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
 }

 .slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
 }

 


 /***********humbugar sample************/
 main {
  height: 100%;
  position: relative;
  overflow: hidden;
 }

 .aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 200;
 }

 .aside-left {
  display: none;
  width: 40%;
  left: 0;
  background-color: #ff5964;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
 }

 .aside-right {
  width: 95%;
  right: 0;
  background-color: #38618c;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
 }

 .aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 150px;
  text-align: left;
  padding-left: 50px;
 }

 .aside-content {
  margin-top: 150px;
  padding: 0 40px;
  position: relative;
  color: white;
  text-align: center;
 }

 .aside-list li {
  margin-bottom: 20px;
 }

 .aside-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #ff5964;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
 }

 .aside-anchor::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
 }

 .aside-anchor:hover:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
 }

 .aside-anchor {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  font-weight: 500;
 }

 input[type="checkbox"] {
  display: none;
 }

 input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
 }

 input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
 }

 input[type="checkbox"]:checked ~ label .bar {
  background-color: #fff;
 }

 input[type="checkbox"]:checked ~ label .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
 }

 input[type="checkbox"]:checked ~ label .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
 }

 input[type="checkbox"]:checked ~ label .middle {
  width: 0;
 }

 .middle {
  margin: 0 auto;
 }

 label {
  top: 10px;
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3;
  position: fixed;
 }

 .bar {
  display: block;
  background-color: #38618c;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in,
   width 0.4s ease-in;
 }
/*
 h1 {
  margin: 0;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
 }

 h1 span {
  font-size: 20px;
  display: block;
 }
*/
 p {
  font-size: 30px;
 }

 .button {
  display: inline-block;
  background-image: none;
  border: none;
  background-color: transparent;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: white;
  padding: 7px 50px;
  border: 2px solid white;
 }

 @media (min-width: 992px) {
  h1 {
   font-size: 40px;
  }
  .aside-left {
   display: block;
  }

  .aside-right {
   width: 60%;
  }
 }


}

/* media screen fin */
