@charset "UTF-8";



/*==================================================
swiper
===================================*/
.swiper-container {
	height: calc(90vh - 60px);
	z-index: 20;
}
.swiper-container .swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	/*background: rgb(0 0 0 / 30%);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.swiper-container .slide-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (max-width: 640px) {

	.swiper-container {
		height: calc(88vh - 60px);
	}


}


/*-----------------------------------

	main_area

-----------------------------------*/
#main_area{
  position: relative;
}
#main_area img.main_copy{
  position: absolute;
  left: 8%;
  top: 50%;
  bottom: 50%;
  transform: translate(0,-60%);
  width: 25vw;
  z-index: 999;
}

.main_copy_box{
  position: absolute;
  left: 8%;
  top: 45%;
  bottom: 50%;
  transform: translate(0,-60%);
  width: 420px;
  z-index: 999;
}
.main_copy_01{
  width: 300px;
}
.main_copy_02{
  width: 400px;
}
/*anime_01*/
.anime_01{
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.anime_01::after{
  content: "";
  position: absolute;
  left: -10px;
	width: 0;
  top: -10px;
	height: 65px;
	background: #fff;
	animation: anime_01 1.2s forwards;
  z-index: -1;
}
/*anime_02*/
.anime_02{
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.anime_02::after{
  content: "";
  position: absolute;
  left: -10px;
	width: 0;
  top: -5px;
	height: 65px;
	background: #fff;
	animation: anime_02 1s forwards;
  z-index: -1;
  animation-delay: 0.5s;
}

@keyframes anime_01 {
	0%{
		width: 0;
	}
	100%{
		width: 115%;
	}
}
@keyframes anime_02 {
	0%{
		width: 0;
	}
	100%{
		width: 110%;
	}
}

#main_area img.daily-lunch_icon{
  width: 12vw;
  min-width: 130px;
	max-width: 150px;
  position: absolute;
  right: 155px;
  bottom: 3%;
  z-index: 30;
}
#main_area img.paypay{
	width: 11vw;
  min-width: 100px;
	max-width: 120px;
  position: absolute;
	right: 20px;
  bottom: 3.5%;
  z-index: 30;
}

@media screen and (max-width: 840px) {

  .main_copy_box{
    max-width: 265px;
  }

  .main_copy_01{
    width: 200px;
  }
  .anime_01::after{
    height: 55px;
  }
  .main_copy_02{
    width: 300px;
    max-width: 100%;
  }
  .anime_02::after{
    height: 55px;
  }

}

@media screen and (max-width: 1000px) {

  #main_area img.daily-lunch_icon{
    left: 5%;
  }
	#main_area img.paypay{
		left: calc(5% + 140px);
	}

}

@media screen and (max-width: 640px) {

  #main_area img.daily-lunch_icon{
    width: 28vw;
    left: 5%;
  }
	#main_area img.paypay{
		right: 3%;
		bottom: 3%;
		left: auto;
		width: 80px;
		min-width: 80px;
	}

}

@media screen and (max-width: 400px) {

  .main_copy_box{
		top: 40%;
  }

	#main_area img.daily-lunch_icon{
		bottom: 7%;
	}
	#main_area img.paypay{
		bottom: 7%;
	}



}


/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block{
  padding: 120px 0;
  background-image: url("../img/index/paper_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#intro_block h2 img{
  width: 635px;
  display: block;
  margin: 0 auto;
}
#intro_block .intro_box{
  margin-top: 80px;
}
#intro_block .intro_text_box{
  width: 55%;
}
#intro_block .intro_text_box h3{
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 220%;
}
#intro_block .intro_text_box p{
  font-size: 18px;
  line-height: 240%;
  text-align: justify;
  padding: 1.5em 0 2.5em;
}
/*intro_link_btn*/
#intro_block .intro_text_box a.intro_link_btn{
  font-size: 18px;
  display: block;
  width: 500px;
  max-width: 100%;
  text-align: center;
  border-radius: 40px;
  border: solid 2px #182f60;
  padding: 3% 10% 3.3% 6%;
  color: #182f60;
  position: relative;
}
#intro_block .intro_text_box a.intro_link_btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #182f60;
  border-right: 2px solid #182f60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
#intro_block .intro_text_box a.intro_link_btn:hover::after{
  right: 25px;
}
#intro_block .intro_text_box a.intro_link_btn img{
  padding-right: 15px;
}
#intro_block ul.intro_link_box li{
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {


  #intro_block .intro_box{
    margin-top: 60px;
  }


  #intro_block .intro_text_box{
    width: 100%;


  }


  #intro_block ul.intro_link_box{
    width: 100%;
    margin-top: 7%;

    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }
  #intro_block .intro_text_box h3,#intro_block .intro_text_box p{
    text-align: center;
  }
  #intro_block ul.intro_link_box li{
    width: 31%;
  }
  #intro_block .intro_text_box a.intro_link_btn{
    margin: 0 auto;
  }


}

@media screen and (max-width: 840px) {


  #intro_block .intro_text_box h3{
    font-size: 20px;
  }
  #intro_block .intro_text_box p{
    font-size: 14px;
  }

}

@media screen and (max-width: 640px) {

  #intro_block{
    padding: 60px 0;
  }
  #intro_block .intro_box{
    margin-top: 40px;
  }


  #intro_block ul.intro_link_box{
    margin-top: 10%;
  }
  #intro_block ul.intro_link_box li{
    width: 100%;
  }
  #intro_block ul.intro_link_box li img{
    display: block;
    margin: 0 auto;
		width: 348px;
		max-width: 100%;
  }

  #intro_block h2 img{
    width: 400px;
  }

  /*intro_link_btn*/
  #intro_block .intro_text_box a.intro_link_btn{
    font-size: 16px;
    padding: 5% 10% 5% 6%;
    border-radius: 30px;
  }
  #intro_block .intro_text_box a.intro_link_btn img{
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }



}

@media screen and (max-width: 500px) {

  #intro_block .intro_text_box h3{
    font-size: 4.5vw;
    text-align: left;
  }
  #intro_block .intro_text_box p{
    text-align: left;
  }


}

/*-----------------------------------
	oderonline_block
	お弁当WEB注文
-----------------------------------*/
#oderonline_block{
margin-top: 40px;
}
#oderonline_block img{
	width: 100%;
}

/*-----------------------------------

	bento_block

-----------------------------------*/
#bento_block .contents_inner{
  width: 90%;
  max-width: 1300px;
}
#bento_block .bento_title_box{
  height: 250px;
  padding: 20px;
  background-image: url("../img/index/top_bento_title_bg.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;

  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {

  #bento_block .bento_title_box{
    height: 200px;
  }


}




/*共通パーツ
-------------------------------*/
#bento_block .bento_box{
  padding: 80px 0 40px;
}
#bento_block #kaigi.bento_box > .row_box{
  flex-direction: row-reverse;
}

/*bento_mainimg*/
#bento_block .bento_mainimg{
  position: relative;
  margin-top: -10%;
  margin-bottom: 8%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vw;
}
      #daily .bento_mainimg{
        /*日替わり*/
        /*background-image: url("../img/index/bento_mainimg_dammy.png");*/
      }
      #kaigi .bento_mainimg{
        /*会議・仕出し*/
        /*background-image: url("../img/index/bento_mainimg_dammy.png");*/
      }
      #event .bento_mainimg{
        /*季節・オードブル*/
        /*background-image: url("../img/index/bento_mainimg_dammy.png");*/
      }

#bento_block .bento_mainimg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 2%;
  top: 3%;
  z-index: -1;
}
      #daily .bento_mainimg::after{
        /*日替わり*/
        background: #ec8016;
      }
      #kaigi .bento_mainimg::after{
        /*会議弁当・仕出し弁当*/
        background: #80aa3c;
      }
      #event .bento_mainimg::after{
        /*季節商品・オードブル*/
        background: #e47f7f;
      }

#bento_block .bento_mainimg p{
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #282422;
  font-size: 13.5px;
  letter-spacing: 0.1em;
  line-height: 100%;
}

/*bento_detail_box*/
#bento_block .bento_detail_box{
  width: 53%;
}
#bento_block .bento_detail_box h2{
  position: relative;
  z-index: 1;
  left: -20px;
}
#bento_block .bento_detail_box p{
  text-align: justify;
}
#bento_block .bento_detail_box p.bento_point_text{
  background: #fbe6d0;
  border-radius: 10px;
  padding: 1em 1.3em;
  margin-top: 2em;
}


/* pickup_box */
#bento_block .pickup_box{
  position: relative;
  width: 40%;
  border: solid 2px #000;
  padding: 3%;
  border-radius: 20px;
  max-width: 500px;
}
      #daily .pickup_box{
        /*日替わり*/
        border-color: #ec8016;
      }
      #kaigi .pickup_box{
        /*会議弁当・仕出し弁当*/
        border-color: #80aa3c;
      }
      #event .pickup_box{
        /*季節商品・オードブル*/
        border-color: #e47f7f;
      }

#bento_block .pickup_icon{
  position: absolute;
  left: -5%;
  top: -3%;
  width: 10vw;
  max-width: 120px;
  min-width: 70px;
}
#bento_block ul.pickup_list{
  margin-bottom: 10%;
}
#bento_block ul.pickup_list .row_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#bento_block ul.pickup_list .row_box .img_box{
	max-width: 150px;
}
#bento_block ul.pickup_list .row_box .text_box{
	max-width: calc(100% - 150px);
}
#bento_block ul.pickup_list li{
  margin-top: 10%;
}
#bento_block ul.pickup_list li:nth-child(2n+1) .row_box .text_box{
  padding-left: 7%;
}
#bento_block ul.pickup_list li:nth-child(2n) .row_box .text_box{
  padding-right: 7%;
  text-align: right;
}
#bento_block ul.pickup_list li:nth-child(2n) .row_box{
  flex-direction: row-reverse;
}


#bento_block .pickup_box h3{
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 4px #5b2c22;
  color: #5b2c22;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#bento_block .pickup_box h3 span{
  display: block;
}
#bento_block .pickup_box h4{
  line-height: 140%;
  border-bottom: solid 2px #e8dfda;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-width: 160px;
}
#bento_block .pickup_box p.price{
  line-height: 100%;
}
#bento_block .pickup_box p.price span{
  font-size: 1.2em;
}


@media screen and (max-width: 1100px) {

  #bento_block .bento_detail_box{
    width: 45%;
  }
  #bento_block .pickup_box{
    width: 50%;
    max-width: 100%;
  }

  .pickup_list .img_box{
    width: 37%;
  }
  .pickup_list .img_box img{
    width: 100%;
		display: block;
		margin: 0 auto;
  }
  .pickup_list .text_box{
    width: 55%;
  }
  #bento_block .pickup_box h4{
    min-width: auto;
  }

}

@media screen and (max-width: 840px) {

	#bento_block ul.pickup_list .row_box .img_box{
		max-width: 40%;
	}
	#bento_block ul.pickup_list .row_box .text_box{
		max-width: 60%;
		width: 60%;
	}

}

@media screen and (max-width: 640px) {


  #bento_block .bento_box{
    padding: 40px 0 20px;
  }
  #bento_block .bento_mainimg{
    min-height: 300px;
  }

  #bento_block .bento_detail_box{
    width: 100%;
    margin-bottom: 10%;
  }
  #bento_block .bento_detail_box h2{
    left: -3%;
  }
  #bento_block .bento_detail_box h2 img{
    width: 360px;
  }
  #bento_block .pickup_box{
    width: 100%;
    padding: 7%;
  }
	#bento_block .pickup_box h3{
		font-size: 22px;
		padding-bottom: 0.8em;
		margin-bottom: 0.8em;
	}
  #bento_block .pickup_icon{
    left: -2%;
    top: -1%;
  }

	.pickup_list .img_box img{
    width: 200px;
	}
}

@media screen and (max-width: 400px) {

  /*bento_mainimg*/
  #bento_block .bento_mainimg{
    min-height: 250px;
  }

	#bento_block ul.pickup_list .row_box .img_box{
		width: 100%;
		max-width: 100%;
    margin-bottom: 6%;
	}
	#bento_block ul.pickup_list .row_box .text_box{
		max-width: 100%;
		width: 100%;
	}

  #bento_block .pickup_box{
    padding: 10% 7%;
  }
  #bento_block ul.pickup_list li{
    margin-top: 10%;
  }
  #bento_block ul.pickup_list li:nth-child(2n+1) .row_box .text_box{
    padding-left: 0;
    text-align: center;
  }
  #bento_block ul.pickup_list li:nth-child(2n) .row_box .text_box{
    padding-right: 0;
    text-align: center;
  }



}



/*-----------------------------------

	ご注文・宅配エリア
	onlineshop_banner

-----------------------------------*/
.onlineshop_banner{
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 100px 0;
}
.onlineshop_banner img{
  width: 100%;
}


@media screen and (max-width: 1199px) {

  .onlineshop_banner{
    padding: 60px 0;
  }


}




/*-----------------------------------

	order_area_block

-----------------------------------*/
#order_area_block{
  padding: 80px 0;
  background-image: url(../img/common/back_img.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
#order_area_block h2 img{
  width: 308px;
  display: block;
  margin: 0 auto;
}

/*切り替えタブ*/
/*タブ全体のスタイル*/
#order_area_block .tabs {
}

/*タブのスタイル*/
#order_area_block .tab_item {
  position: relative;
  width: calc(98% / 3);
  padding: 15px 5px 30px;
	margin-right: 1%;
  opacity: 0.5;
  height: 80px;
  line-height: 50px;
  text-align: center;
	cursor: pointer;
  color: #fff;
	font-size: 22px;
  line-height: 120%;
	font-weight: 400;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.15s ease;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#order_area_block .tab_item::after{
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 8px);
  -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
  transform: rotate(45deg);
}
#order_area_block .tab_item.last{
	margin-right: 0;
}
#order_area_block .tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
#order_area_block input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
#order_area_block .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
	border: solid 3px #c7c7c7;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_01:checked ~ #tab_01_content,
#tab_02:checked ~ #tab_02_content,
#tab_03:checked ~ #tab_03_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
#order_area_block .tabs input:checked + .tab_item {
  opacity: 1;
  font-size: 26px;
}

/* タブ中身のスタイル */
#order_area_block ul.tab_inner{
  background: #fff;
}
#order_area_block ul.tab_inner li{
  width: 50%;
  padding: 2.5%;
}
#order_area_block ul.tab_inner li h4{
  background: #182f60;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#order_area_block ul.tab_inner li h4.red{
  background: #db4444;
}
/*order_box ご注文*/
#order_area_block ul.tab_inner li.order_box{
  border-right: solid 2px #c7c7c7;
  text-align: center;
}
#order_area_block ul.tab_inner .tel_fax_box h5{
  position: relative;
}
#order_area_block ul.tab_inner .tel_fax_box h5 a img{
  width: 85%;
  margin: 0 auto;
  padding: 2.5% 0;
}
#order_area_block ul.tab_inner .tel_fax_box a.fax-download{
  width: 100%;
  line-height: 120%;
  color: #182f60;
  padding: 0.7em;
  margin: 0.5em 0 0;
  display: block;
  border: solid 1px #000;
}
#order_area_block ul.tab_inner .tel_fax_box a.fax-download:hover{
  background: #182f60;
  color: #fff;
}
#order_area_block ul.tab_inner .attention_box{
  margin-top: 20px;
}
#order_area_block ul.tab_inner .attention_box p.attention_title{
  color: #db4444;
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
  line-height: 140%;
  margin-bottom: 1em;
}
#order_area_block ul.tab_inner .attention_text{
  background: #efece4;
  padding: 13px;
}
#order_area_block ul.tab_inner .attention_text p{
  text-align: left;
  font-size: 13px;
  line-height: 160%;
	text-align: justify;
}
#order_area_block ul.tab_inner .attention_text p a{
  text-decoration: underline;
  color: #182f60;
}
#order_area_block ul.tab_inner .attention_text a.contact_form{
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  padding: 10px 10px 13px;
  line-height: 100%;
  border: solid 1px #000;
  background: #fff;
}

/*area_box 宅配エリア*/
#order_area_block ul.tab_inner .area_box h5{
  font-size: 1.5em;
  line-height: 120%;
  margin: 1em 0;
  text-align: center;
}
#order_area_block ul.tab_inner .area_box p{
  line-height: 160%;
}
#order_area_block ul.tab_inner .area_box img{
  width: 100%;
  margin-top: 5%;
}

@media screen and (max-width: 860px) {

  #order_area_block{
    padding: 60px 0;
  }
  /*タブのスタイル*/
  #order_area_block .tab_item {
    font-size: 2.6vw;
		letter-spacing: 0;
  }
  /*選択されているタブのスタイルを変える*/
  #order_area_block .tabs input:checked + .tab_item {
		font-size: 2.6vw;
    /*font-size: 2.7vw;*/
		/*letter-spacing: 0;*/
  }

}

@media screen and (max-width: 700px) {

  /* タブ中身のスタイル */
  #order_area_block ul.tab_inner li{
    width: 100%;
  }
  /*order_box ご注文*/
  #order_area_block ul.tab_inner .tel_fax_box h5 a img{
    width: 300px;
  }

}



@media screen and (max-width: 640px) {

  #order_area_block h2 img{
    width: 240px;
  }

  /*タブのスタイル*/
  #order_area_block .tab_item {
    height: 12vw;
  }
  #order_area_block .tab_item::after{
    bottom: 8px;
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
  }

  #order_area_block ul.tab_inner li{
    padding: 4%;
  }

}

@media screen and (max-width: 500px) {

  /*タブのスタイル*/
  #order_area_block .tab_item {
    padding: 10px 5px 20px;
		height: 11vw;
  }
  /*order_box ご注文*/
  #order_area_block ul.tab_inner .tel_fax_box h5 a img{
    width: 240px;
  }

}

/*-----------------------------------

	info_block

-----------------------------------*/
#info_block{
  padding: 80px 0;
}
/* news_box お知らせ
------------------------------*/
#news_box .left_box{
  width: 35%;
  background: #182f60;
  padding: 20px;
}
#news_box .left_box{
  display: flex;
  align-items: center;
}
#news_box .left_box h2{
  text-align: center;
  width: 100%;
  color: #fff;
}
#news_box .left_box a.news_more{
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-ms-border-radius: 25px;
		-o-border-radius: 25px;

  color: #fff;
  text-align: center;
  border: solid 1px #fff;
}
#news_box .left_box a.news_more::before,
#news_box .left_box a.news_more::after{
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#news_box .left_box a.news_more::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#news_box .left_box a.news_more:hover{
  background: #fff;
  color: #182f60;
}
#news_box .left_box a.news_more:hover::before,#news_box .left_box a.news_more:hover::after{
  border-color: #182f60;
}
#news_box .right_box{
  width: 65%;
  background: #fff;
  padding: 20px;
  border: solid 1px #182f60;
}
#news_box .right_box li:hover p{
  color: #c32e34;
}
#news_box .right_box li:not(:last-child) p{
  border-bottom: dotted 1px #182f60;
}
#news_box .right_box p{
  line-height: 120%;
  padding: 15px 0;
}
#news_box .right_box p span{
  width: 135px;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
}
#news_box .right_box p span::before,#news_box .right_box p span::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
#news_box .right_box p span::before{
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #182f60;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#news_box .right_box p span::after{
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #182f60;
  border-right: 2px solid #182f60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 840px) {

  #info_block{
    padding: 60px 0;
  }

  #news_box .left_box{
    width: 45%;
    padding: 15px;
  }
  #news_box .right_box{
    width: 55%;
    padding: 5px 20px;
  }
  #news_box .right_box p span{
    display: block;
    margin-bottom: 1em;
    font-size: 0.9em;
  }

}

@media screen and (max-width: 640px) {

  #news_box .left_box{
    width: 100%;
  }
  #news_box .left_box a.news_more{
    width: 220px;
    font-size: 1.2rem;
    padding: 2px;
  }
  #news_box .left_box a.news_more::before, #news_box .left_box a.news_more::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 9px;
    height: 9px;
  }
  #news_box .right_box{
    width: 100%;
  }


}



/* company_box 企業情報
------------------------------*/
#company_box {
  padding-top: 60px;
}
#company_box .left_box{
  width: 380px;
  margin: 0 auto;
}
#company_box .left_box dl{
  margin: 30px 0;
  font-size: 16px;
}
#company_box .left_box dl dt,#company_box .left_box dl dd{
  line-height: 140%;
}
#company_box .left_box dl dt{
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
#company_box .left_box dl dt::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #182f60;
  left: 0;
  top: 50%;
}
#company_box .left_box dl dd{
  padding-left: 40px;
  margin-bottom: 1em;
}

#company_box .right_box{
  width: 50%;
}
#company_box .right_box iframe{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {

  #company_box .left_box{
    width: 42%;
  }


}

@media screen and (max-width: 840px) {

  #company_box .left_box dl{
    font-size: 1em;
  }

}

@media screen and (max-width: 640px) {

  #company_box .right_box{
    width: 100%;
    margin-top: 30px;
    height: 350px;
  }
  #company_box .left_box{
    width: 100%;
  }
  #company_box .left_box img{
    width: 260px;
  }
  #company_box .left_box dl dt{
    float: left;
    width: 100px;
  }
  #company_box .left_box dl{
    margin: 20px 0;
  }

}

@media screen and (max-width: 400px) {

  #company_box .left_box dl dt{
    float: none;
  }
  #company_box .left_box dl dt::before{
    width: 20px;
  }
  #company_box .left_box dl dt{
    padding-left: 30px;
  }
  #company_box .left_box dl dd{
    padding-left: 30px;
  }

}
