@charset "utf-8";

* {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

figure {
  line-height: 0;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #wrapper {
    width: 1200px;
    position: relative;
    overflow-x: scroll;
  }
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

#page-top a {
  text-decoration: none;
  width: 90px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #0098d8;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

#page-top a:hover {
  text-decoration: none;
  width: 90px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #00c9ff;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

#page-top a i {
  font-size: 16px;
}

/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header {
  width: 100%;
  background: #ffffff;
  background-size: cover;
  background-position: 100% 60%;
}

#head_inner {
  width: 1024px;
  margin: 0px auto 0px;
  position: relative;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

#header_logo {
  margin: 0px 20px 0 0;
  width: 332px;
}

#header_logo a {
  /*transition: 0.5s ease-in-out;*/
  display: block;
  line-height: 0;
}

#header_logo a:hover {
  opacity: 0.5;
  /*transition: 0.5s ease-in-out;*/
}

#header_logo a img {
  /*width: 100%;*/
}

h1 {
  font-size: 10px;
  margin: 0px 20px 0 0 !important;
  font-weight: normal;
  color: #222;
  width: 310px;
}

#head_inner>.right {
  /* margin: 0px 0 0 auto; */
  display: flex;
  align-items: center;
  width: 488px;
}

nav#main_nav01 {
  margin: 0px 0 0 0;
}

nav#main_nav01 ul {
  display: flex;
}

nav#main_nav01 ul li {
  margin: 0 20px 0 0px;
}

nav#main_nav01 ul li a {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}

nav#main_nav01 ul li a:hover {
  border-bottom: 2px #0098d8 solid;
}

nav#main_nav01 ul li a i {
  color: #222;
}

nav#main_nav02 {
  margin: 0 0px 0 auto;
  /* position:  absolute; */
}

nav#main_nav02 ul {
  display: flex;
}

nav#main_nav02 ul li {
  background: #0098d8;
  /* transition: 0.5s ease-in-out; */
  position: relative;
  padding: 10px 0 10px 0px;
  width: 145px;
}

nav#main_nav02 ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

nav#main_nav02 ul li:hover {
  transition: 0.5s ease-in-out;
  background: #00c9ff;
}

nav#main_nav02 ul li a i {}

/*ドロワーメニュー*/
#modal {
  display: none;
}

/*ドロワーメニュー*/
/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　*/
/*グローバルナビ*/
#globalNavi {
  background: #f5f5f5;
  /* box-shadow: 0px 1px 1px #a29b8c; */
  border-bottom: 1px #e2e2e2 solid;
  border-top: 1px #e2e2e2 solid;
}

#globalNavi ul {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

#globalNavi ul li:first-child {
  border-left: 1px #e2e2e2 solid;
}

#globalNavi ul li {
  flex: 1 1 auto;
  border-right: 1px #e2e2e2 solid;
  box-sizing: border-box;
}

#globalNavi ul li:last-child {}

#globalNavi ul li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 12px 0;
  transition: 0.5s ease-in-out;
}

#globalNavi ul li a:hover {
  background: #bfbfbf;
  color: #333;
  transition: 0.5s ease-in-out;
}

/*グローバルナビ*/
main.top {}

/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/
/*メイン画像　基本スライダー　背景ベース*/
.mainImage_area01 {
  position: relative;
}

.mainImage_area01>.inner {
  position: absolute;
  top: 62%;
  right: 0;
  left: 0;
  width: 1024px;
  margin: 0 auto;
  z-index: 10;
}

.mainImage_area01>.inner>span.catch01 {
  color: #fff;
  font-size: 29px;
  line-height: 1.5em;
  display: block;
  margin: 0 0 10px 40px;
  text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d;
  /* background: rgba(3, 7, 26, 0.95); */
  background-blend-mode: multiply;
  position: relative;
  width: 400px;
  padding: 0px 0 0px 20px;
}

.mainImage_area01>.inner>span.catch01::before {
  display: block;
  text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d;
  background: rgba(0, 152, 216, 0.3);
  content: '';
  height: 140px;
  margin: 0px 0 0 0;
  position: absolute;
  top: -35%;
  left: 0.5%;
  width: 100%;
  z-index: -1;
  transform: rotate(-5deg);
}

/*メイン画像　基本スライダー*/
.mainImage_area_sp {
  background-color: #F6F6F6;
  display: none;
}

/*共通ボタン*/
.bt01 {
  display: block;
  width: 200px;
  margin: 0;
  /*transform: skewX(-35deg);*/
  background: #0098d8;
  box-shadow: 0px 1px 5px #4a4a4a;
  transition: 0.5s ease-in-out;
}

.bt01 a {
  color: #ffffff;
  display: block;
  padding: 8px 16px;
  text-align: center;
  /* border: 1px #fff solid; */
  transition: 0.5s ease-in-out;
  /* transform: skewX(35deg); */
}

.bt01:hover {
  background: #00c9ff;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.bt01:hover a {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.bt01 a i {}

/*共通ボタン*/
/*新着情報ヘッドライン*/
#news_headline {
  background: #1b1b1b;
}

#news_headline>.inner {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  padding: 10px 20px;
  align-items: center;
}

#news_headline>.inner>h2 {
  color: #0081d8;
  font-size: 1.2em;
  border-right: 1px #fff solid;
  padding: 0 20px 0 0;
  width: 210px;
}

#news_headline>.inner>.right {
  padding: 0px 0px 0 0px;
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  overflow: hidden;
  height: 20px;
}

#news_headline>.inner>.right>a {
  color: #fff;
}

/*新着情報ヘッドラインここまで*/
/*製品情報*/
.top_product {
  background: #016d9a;
  padding: 0 0 20px 0;
}

.top_product>.inner {
  display: flex;
  flex-wrap: wrap;
  width: 1024px;
  margin: 0 auto;
  background: #fff;
}

.top_product>.inner>section {
  background: #fff;
  display: flex;
  overflow: hidden;
  width: 50%;
  border-right: 1px #016d9a solid;
  border-bottom: 1px #016d9a solid;
  /* height: 270px; */
  position: relative;
}

.top_product>.inner>section:nth-child(2n+1) {
  border-right: none;
}

.top_product>.inner>section:nth-child(3) {}

.top_product>.inner>section:nth-child(3) .left {
  padding: 20px;
  width: 50%;
}

.top_product>.inner>section:nth-child(3) figure {
  margin: 10px;
  line-height: 0;
  overflow: hidden;
  width: 50%;
}

.top_product>.inner>section:nth-child(3) figure img {
  width: 100%;
}

.top_product>.inner>section>.left {
  padding: 20px;
  width: 50%;
}

.top_product>.inner>section>.left .bt01 {
  position: absolute;
  top: auto;
  bottom: 20px;
}

.top_product>.bt01 {
  margin: 20px auto 0px;
  padding: 0 0 0px 0;
  position: relative;
  width: 510px;
}

.top_product>.inner>section>figure {
  margin: 10px;
  line-height: 0;
  overflow: hidden;
  width: 50%;
}

.top_product>.inner>section>figure img {
  width: 100%;
}

.top_product>.inner>section>.left>h3 {
  color: #016d9a;
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4em;
}

.top_product>.inner>section>.left>h3 br {
  line-height: initial;
}

/*.top_product > .inner > section:not(:first-child) > .left > h3{
color: #016d9a;
margin: 0 0 10px 0;
font-size: 24px;
width: 200px;
line-height: 1.4em;
}*/
.top_product>.inner>section>.left>.sentence {
  color: #222;
  margin: 0 0 20px 0;
  line-height: 1.3em;
  font-size: 15px;
}

.top_product>.inner>section:nth-child(1) {
  flex: 1 1 100%;
  border-bottom: 1px #016d9a solid;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.top_product>.inner>section:nth-child(1) figure {
  flex: 1 1 50%;
  position: relative;
  margin: 10px 10px 10px 0px;
}

.top_product>.inner>section:nth-child(1) figure>img {
  width: 100%;
}

/*製品情報ここまで*/
/*新着情報*/
.top_news_topics {}

.top_news_topics>.inner {
  width: 1024px;
  margin: 60px auto;
}

.top_news_topics>.inner>h2 {
  text-align: center;
  position: relative;
}

.top_news_topics>.inner>h2>div {
  text-align: center;
  position: relative;
  border-bottom: 2px #016d9a solid;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.3em;
}

.top_news_topics>.inner>h2>div span {
  letter-spacing: 0.3em;
}

.top_news_topics>.inner>h2>span.bt01 {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: none;
  box-shadow: none;
}

.top_news_topics>.inner>h2>span.bt01>a {
  border-radius: 50px;
  color: #016d9a;
  display: block;
  border: 1px #016d9a solid;
  font-size: 14px;
  padding: 2px 40px;
}

.top_news_topics>.inner>h2>span.bt01>a:hover {
  color: #fff;
  border: 1px #00c9ff solid;
  background: #00c9ff;
}

.top_news_topics>.inner>.inner {
  display: flex;
  margin: 30px 0 0 0;
  flex-wrap: wrap;
}

.top_news_topics>.inner>.inner>article {
  margin: 0 0% 30px 0;
  width: 100%;
  border-bottom: 1px #0098d8 solid;
  display: flex;
  padding: 0 0 30px 0;
}

.top_news_topics>.inner>.inner>article:last-child {
  margin-right: 0;
}

.top_news_topics>.inner>.inner>article>.icon_box {
  display: flex;
  align-items: center;
  margin: 0 0 0px 0;
  width: 220px;
}

.top_news_topics>.inner>.inner>article>.icon_box>.icon01 {
  font-size: 12px;
  background: #51a75f;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
  width: 90px;
}

.top_news_topics>.inner>.inner>article>.icon_box>.date {
  display: block;
  color: #222;
  margin: 0 10px 0 0;
  line-height: 1;
  width: 120px;
}

.top_news_topics>.inner>.inner>article>.icon_box>.icon02 {
  font-size: 12px;
  background: #3857ac;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
  width: 90px;
}

.top_news_topics>.inner>.inner>article>.icon_box>.icon03 {
  font-size: 12px;
  background: #e5006e;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
  width: 90px;
}

.top_news_topics>.inner>.inner>article>.text_area01 .title {
  font-weight: bold;
  /*color: #016d9a;*/
}

.top_news_topics>.inner>.inner>article>.text_area01 {
  font-size: 16px;
  width: 804px;
}

/*新着情報*/
/*会社情報*/
.top_company {
  background: #016d9a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.top_company>.inner {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

.top_company>.inner>h2 {
  color: #fff;
  margin: 0 0 40px 0;
}

.top_company>.inner>.inner>.sentence {
  color: #fff;
  position: relative;
  z-index: 10;
}

.top_company>.inner>.inner>ul {
  margin: 20px 0 20px 0px;
}

.top_company>.inner>.inner>ul li {
  color: #fff;
  display: flex;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.top_company>.inner>.inner>ul li>span.number {
  color: #016d9a;
  background: #fff;
  display: block;
  padding: 0px 10px 0px 10px;
  width: 30px;
  font-weight: bold;
}

.top_company>.inner>.inner>ul li>span.message {
  color: #fff;
  display: block;
  padding: 0px 10px 0px 10px;
  width: auto;
  font-weight: bold;
}

.top_company>.inner>.inner>.bt01 {
  border: 1px #fff solid;
  position: absolute;
  top: 45%;
  left: auto;
  right: 0%;
  width: 200px;
}

.top_company>.inner>.inner>.bt01>a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 24px 16px;
  transition: 0.5s ease-in-out;
}

.top_company>.inner>.inner>.bt01>a:hover {
  color: #016d9a;
  display: block;
  background: #fff;
  transition: 0.5s ease-in-out;
}

.top_company>.inner>.inner>.bt01>a>i {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.top_company>.inner>.inner>.bt01>a:hover>i {
  color: #016d9a;
  transition: 0.5s ease-in-out;
}

/*.top_company > .inner > .inner > .photo{
position: absolute;
top: 15%;
left: auto;
right: -28%;
width: 800px;
opacity: 0.2;
z-index: 0;
}
.top_company > .inner > .inner > .photo > img{width: 100%;}*/
/*会社情報ここまで*/
/*トップグーグルマップ*/
.top_google_map {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.top_google_map iframe,
.top_google_map object,
.top_google_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*トップグーグルマップここまで*/
/*　　　　　　　　　　　　--トップここまで--　　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　--下層共通--　　　　　　　　　　　　　　　*/
/*下層メイン画像*/
#mainImage02 {
  width: 100%;
  background: url(../img/bg_slider.jpg);
}

#mainImage02>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}

#mainImage02>.inner>h2 {
  font-size: 32px;
  position: absolute;
  top: 60%;
  left: 4.5%;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d;
}

#mainImage02>.inner>h2.rec_title {}

#mainImage02>.inner>img {
  width: 100%;
}

#mainImage03 {
  width: 100%;
  background: linear-gradient(90deg, #f0f9f6, #e8eff7);
  box-shadow: 1px 1px 6px #6e9aad;
}

#mainImage03>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}

#mainImage03>.inner>h1 {
  font-size: 32px;
  position: absolute;
  top: 60%;
  left: 4.5%;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d;
}

#mainImage03>.inner>h1.marugo {
  position: absolute;
  top: 15px;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 1024px;
  margin: 0 auto;
  height: 43px;
}

#mainImage03>.inner>h1.marugo span {
  position: absolute;
  top: 0px;
  left: 0%;
  right: 0%;
  bottom: 0;
  width: 295px;
}

#mainImage03>.inner>h1.marugo span img {}

#mainImage03>.inner>img {
  width: 2000px;
  margin: 0 0 0 -470px;
  /* box-shadow: 1px 1px 6px #6e9aad; */
}

/*下層メイン画像　ここまで*/
/*タイトル装飾*/
h2.title01 {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

h2.title01 .block01 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 530px;
  text-align: center;
}

h2.title01 img {
  width: 2000px;
  margin: 0 0 0 -33.5%;
  display: block;
  z-index: 0;
}

h3.title01 {
  font-size: 24px;
  border-bottom: 4px #86dbff solid;
  padding: 0px 0 10px 0px;
  margin: 0px auto 10px;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: normal;
  color: #333;
  position: relative;
}

h3.title01 span {
  font-size: 16px;
  margin: 0 0 0 0px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

h3.title01::before {
  content: "";
  border: 5px #0098d8 solid;
  width: 100%;
  height: auto;
  margin: 0px 15px 0 0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 0px 0 0px 0;
}

h3.title02 {
  font-size: 20px;
  border-bottom: 4px #0098d8 solid;
  padding: 0px 0 5px 0px;
  margin: 0px auto 20px;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #005a80;
}

h3.title03 {
  font-size: 20px;
  border-bottom: 4px #1b2952 solid;
  padding: 10px 0 10px 20px;
  margin: 0px auto 10px;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  background: #3857ac;
}

h3.title04 {
  font-size: 20px;
  border-bottom: 4px #3857ac solid;
  padding: 10px 0 10px 20px;
  margin: 0px auto 10px;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  background: #1b2952;
}

h3.title05 {
  font-size: 24px;
  border-bottom: 4px #00b4ff solid;
  padding: 10px 0 10px 30px;
  margin: 0px auto 20px;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #005b82;
  background: linear-gradient(90deg, #c5eeff, #00b4ff);
  position: relative;
}

h3.title05::before {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 30px solid #00b4ff;
  content: "";
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}

h4.title01 {
  font-size: 20px;
  /* border-bottom: 1px #3857ac solid; */
  padding: 8px 0 8px 24px;
  /* margin: 0px auto 10px; */
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  background: #0098d8;
}

h4.title02 {
  font-size: 20px;
  /* border-bottom: 1px #3857ac solid; */
  padding: 8px 0 8px 24px;
  /* margin: 0px auto 10px; */
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  letter-spacing: 0.8pt;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  background: #00b4ff;
}

/*タイトル装飾ここまで*/
/*パンくず*/
ul.breadcrums {
  width: 1024px;
  margin: 10px auto 10px;
  display: flex;
}

ul.breadcrums li {
  font-size: 12px;
  margin: 0 12px 0 0;
}

ul.breadcrums li a {
  font-size: 12px;
}

ul.breadcrums li a:hover {
  border-bottom: 1px #0783d2 solid;
}

/*パンくずここまで*/
nav.side_navi01 {
  margin: 0px 30px 0px 0;
}

nav.side_navi01>ul {
  padding: 5px 0 5px 0;
  margin: 0px auto;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
}

nav.side_navi01>ul>li {
  list-style-type: none;
  background: #eee;
  width: 100%;
  border: 1px #3857ac solid;
  margin: 0 0px 0 0;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
  cursor: pointer;
}

nav.side_navi01>ul>li:hover {
  background: #3857ac;
}

nav.side_navi01>ul>li:last-child {
  margin-right: 0;
}

nav.side_navi01>ul>li>a {
  display: block;
  color: #3857ac;
  position: relative;
  padding: 8px;
  font-size: 14px;
}

nav.side_navi01>ul>li>a>i {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 8px;
}

nav.side_navi01>ul>li:hover>a {
  display: block;
  color: #fff;
}

nav.side_navi01>ul>li.on {
  background: #3857ac;
}

nav.side_navi01>ul>li.on>a {
  color: #fff;
}

/*　　　　　　　　　　　　--下層共通ここまで--　　　　　　　　　　　　　　　*/
/*会社案内*/
main.company {
  width: 100%;
}

main.company .content01 {
  width: 100%;
  margin: 0px 0 0 0;
}

main.company .content01>.inner {
  width: 1024px;
  margin: 40px auto;
}

main.company .content01>.inner>.inner {
  margin: 30px auto 0 auto;
  display: flex;
  width: 96%;
}

main.company .content01>.inner>.inner>.sentence {
  width: 690px;
}

main.company .content01>.inner>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.company .content01>.inner>.inner>.photo {
  width: 480px;
  margin: 0 0 0 30px;
}

main.company .content01>.inner>.inner>.photo img {
  width: 100%;
}

main.company .content01>.inner>.inner>.photo>dl.president_name {
  width: 126px;
  margin: 0 0 0 auto;
}

main.company .content01>.inner>.inner>.photo>dl.president_name dt {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align-last: justify;
}

main.company .content01>.inner>.inner>.photo>dl.president_name dd {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align-last: justify;
}

main.company .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
}

main.company .content02>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.company .content02>.inner>.inner {
  margin: 30px 0 0px 0;
  position: relative;
}

main.company .content02>.inner>.inner>dl {
  display: flex;
  /* border: 1px #333 solid; */
  border-top: none;
  position: relative;
  width: 770px;
  margin: 0 auto;
}

main.company .content02>.inner>.inner>dl:nth-child(1) {
  border-top: 1px #eee solid;
}

main.company .content02>.inner>.inner>dl>dt {
  color: #333;
  background: #eee;
  width: 190px;
  padding: 16px 24px 0px 24px;
  /* padding: 15px 0 0 0px; */
  border-bottom: 1px #fff solid;
  text-align: center;
  text-align-last: justify;
}

main.company .content02>.inner>.inner>dl>dd {
  width: 640px;
  padding: 16px 16px 16px 32px;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
}

main.company .content02>.inner>.inner>dl:nth-child(even)>dd {
  /*background: linear-gradient(15deg, #ffffff, #dce5ff);*/
}

main.company .content02>.inner>.inner>dl>dd>dl {
  display: flex;
  border-bottom: 1px #e3e6ef solid;
}

main.company .content02>.inner>.inner>dl>dd>dl>dt {
  color: #3857ac;
  /*font-weight: bold;*/
  width: 125px;
}

/*main.company .content02 > .inner > .inner > dl > dd > dl > dt:first-of-type{

}*/
main.company .content02>.inner>.inner>dl>dd>dl>dd {
  padding: 0 0 0 85px;
}

main.company .content02>.inner>#map_area {
  margin: 40px 0 0 0;
}

main.company .content02>.inner>#map_area>.inner {
  padding: 0 0 20px 0;
  border-bottom: 1px #444 dashed;
  margin: 20px auto 0 auto;
  display: flex;
  width: 96%;
  flex-direction: column;
}

main.company .content02>.inner>#map_area>.inner>.address_area {
  margin: 20px 0px 10px 0;
}

main.company .content02>.inner>#map_area>.inner>.address_area>dl {
  display: flex;
  /* justify-content: center; */
  width: 700px;
  margin: 0 auto;
}

main.company .content02>.inner>#map_area>.inner>.address_area>dl dt {
  color: #013669;
  margin: 0 40px 0 10px;
  font-weight: bold;
  text-align-last: justify;
  font-size: 24px;
}

main.company .content02>.inner>#map_area>.inner>.address_area>dl dd {}

main.company .content02>.inner>#map_area>.inner>.address_area>div {
  margin: 0 0 20px 0;
}

main.company .content02>.inner>#map_area>.inner>.address_area>figure.photo {
  line-height: 0;
}

main.company .content02>.inner>#map_area>.inner>.address_area>figure.photo>img {
  width: 100%;
}

main.company .content02>.inner>#map_area>.inner>.map01 {
  width: 700px;
  height: 250px;
  margin: 0px auto 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

#map_area iframe,
#map_area object,
#map_area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.img_company01 {
  width: 480px;
  position: absolute;
  top: 84px;
  left: auto;
  right: 0;
}

figure.img_company01 img {
  width: 100%;
}

/*会社案内ここまで*/
/*私たちの取り組み*/
main.torikumi .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.torikumi .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.torikumi .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.torikumi .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.torikumi .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.torikumi .content01>.inner>.inner {
  margin: 20px auto 60px;
  width: 96%;
  position: relative;
}

main.torikumi .content01>.inner>.inner>.inner {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 20px 0 0;
}

main.torikumi .content01>.inner>.inner>.inner>.left {
  width: 51%;
  margin: 0 0% 0 0;
  padding: 20px;
  background: linear-gradient(90deg, #cff1ff, #ffffff);
}

main.torikumi .content01>.inner>.inner>.inner>.right {
  width: 49%;
}

main.torikumi .content01>.inner>.inner>.inner>.left>.sentence:first-of-type {
  width: 100%;
  margin: 0px 0 20px;
}

main.torikumi .content01>.inner>.inner>.inner>.left>ul {
  width: 100%;
  margin: 20px 0 20px;
}

main.torikumi .content01>.inner>.inner>.inner>.left>ul li {}

main.torikumi .content01>.inner>.inner>.inner>.left>.sentence {
  width: 100%;
  margin: 20px 0 20px;
  text-align: justify;
  letter-spacing: 0.01em;
}

/*main.torikumi .content01 > .inner > .inner > .inner > .left > table{
	border-collapse: collapse;
	border: 1px #333 solid;
	margin: 0px 0 0px 0;
	width: 100%;
}

main.torikumi .content01 > .inner > .inner > .inner > .left > table tr{

}

main.torikumi .content01 > .inner > .inner > .inner > .left > table tr th{
border: 1px #808080 solid;
font-size: 16px;
font-weight: bold;
background: #f2f2f2;
padding: 8px;
color: #333;
}

main.torikumi .content01 > .inner > .inner > .inner > .left > table tr td{
	border: 1px #808080 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	color: #333;
	text-align: center;
}*/
main.torikumi .content01>.inner>.inner>.inner>.left>.photo_box01 {
  width: 100%;
}

main.torikumi .content01>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(1) {
  width: 65%;
  margin: 0px 10px 0px 0;
}

main.torikumi .content01>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(2) {
  width: 65%;
  margin: 0px 10px 0px auto;
}

main.torikumi .content01>.inner>.inner>.inner>.left>.photo_box01 figure img {
  width: 100%;
}

main.torikumi .content01>.inner>.inner>.inner>.left>figure {
  width: 80%;
  display: block;
  margin: 0 auto;
}

main.torikumi .content01>.inner>.inner>.inner>.left>figure img {
  width: 100%;
}

main.torikumi .content01>.inner>.inner>.inner>.right>figure {
  width: 100%;
  margin: 0 0 0 0;
  /* border: solid 1px #333; */
}

main.torikumi .content01>.inner>.inner>.inner>.right>figure img {
  width: 100%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.torikumi .content01>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.torikumi .content01>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.torikumi .content01>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.torikumi .content01>.inner>.inner>.photo_box01>figure img {
  width: 100%;
  border: 1px #87dbff solid;
}

main.torikumi .content01>.inner>.inner>.photo_box02 {
  width: 50%;
  /* max-height: 300px; */
  /* display: flex; */
  margin: 20px auto;
}

main.torikumi .content01>.inner>.inner>.photo_box02>figure {
  margin: 0 20px 0 0;
}

main.torikumi .content01>.inner>.inner>.photo_box02>figure:last-child {
  margin-right: 0;
}

main.torikumi .content01>.inner>.inner>.photo_box02>figure img {
  width: 100%;
}

main.torikumi .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.torikumi .content02::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.torikumi .content02>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.torikumi .content02>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.torikumi .content02>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.torikumi .content02>.inner>.inner {
  margin: 20px auto 60px;
  width: 96%;
  position: relative;
}

main.torikumi .content02>.inner>.inner>.inner {
  /*display: flex;*/
  /* flex-wrap: wrap; */
  margin: 20px 0 0;
}

main.torikumi .content02>.inner>.inner>.inner>.left {
  /*width: 37%;
	margin: 0 2% 0 0;*/
}

main.torikumi .content02>.inner>.inner>.inner>.right {
  /*width: 61%;*/
}

main.torikumi .content02>.inner>.inner>.inner>.left>.sentence:first-of-type {
  width: 100%;
  margin: 0px 0 20px;
}

main.torikumi .content02>.inner>.inner>.inner>.left>ul {
  width: 100%;
  margin: 20px 0 20px;
}

main.torikumi .content02>.inner>.inner>.inner>.left>ul li {}

main.torikumi .content02>.inner>.inner>.inner>.left>.sentence {
  width: 100%;
  margin: 20px 0 20px;
  text-align: justify;
  letter-spacing: 0.01em;
}

/*main.torikumi .content02 > .inner > .inner > .inner > .left > table{
	border-collapse: collapse;
	border: 1px #333 solid;
	margin: 0px 0 0px 0;
	width: 100%;
}

main.torikumi .content02 > .inner > .inner > .inner > .left > table tr{

}

main.torikumi .content02 > .inner > .inner > .inner > .left > table tr th{
border: 1px #808080 solid;
font-size: 16px;
font-weight: bold;
background: #f2f2f2;
padding: 8px;
color: #333;
}

main.torikumi .content02 > .inner > .inner > .inner > .left > table tr td{
	border: 1px #808080 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	color: #333;
	text-align: center;
}*/
main.torikumi .content02>.inner>.inner>.inner>.left>.photo_box01 {
  width: 100%;
  /*display: flex;*/
}

main.torikumi .content02>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(1) {
  margin: 0px 10px 0px 0;
}

main.torikumi .content02>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(2) {
  margin: 0px 10px 0px auto;
}

main.torikumi .content02>.inner>.inner>.inner>.left>.photo_box01 figure img {
  width: 100%;
}

main.torikumi .content02>.inner>.inner>.inner>.left>figure {
  width: 80%;
  display: block;
  margin: 0 auto;
}

main.torikumi .content02>.inner>.inner>.inner>.left>figure img {
  width: 100%;
}

main.torikumi .content02>.inner>.inner>.inner>.right>figure {
  width: 100%;
  margin: 0 0 0 0;
  /* border: solid 1px #333; */
}

main.torikumi .content02>.inner>.inner>.inner>.right>figure img {
  width: 100%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.torikumi .content02>.inner>.inner>.inner>.right>.photo_box01 {
  width: 100%;
  /*display: flex;*/
}

main.torikumi .content02>.inner>.inner>.inner>.right>.photo_box01 figure:nth-child(1) {}

main.torikumi .content02>.inner>.inner>.inner>.right>.photo_box01 figure:nth-child(2) {}

main.torikumi .content02>.inner>.inner>.inner>.right>.photo_box01 figure img {
  width: 100%;
}

main.torikumi .content02>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.torikumi .content02>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.torikumi .content02>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.torikumi .content02>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

/*私たちの取り組みエンド*/
/*納入実績*/
main.work {
  width: 100%;
}

.note_hand01 {
  display: none;
}

main.work .content01 {
  width: 100%;
  margin: 0px 0 0 0;
}

main.work .content01>.inner {
  width: 1024px;
  margin: 40px auto;
}

main.work .content01>.inner>.inner {
  margin: 30px auto 0 auto;
  display: flex;
  width: 96%;
  flex-wrap: wrap;
}

main.work .content01>.inner>.inner>table {
  border-collapse: collapse;
  border: 1px #333 solid;
  margin: 0px 0 0px 0;
  width: 100%;
}

main.work .content01>.inner>.inner>table tr {}

main.work .content01>.inner>.inner>table tr th {
  border: 1px #808080 solid;
  font-size: 16px;
  font-weight: bold;
  background: #f2f2f2;
  padding: 10px 20px 10px 20px;
  color: #333;
}

main.work .content01>.inner>.inner>table tr td {
  border: 1px #808080 solid;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  color: #333;
}

main.work .content01>.inner>.inner>table tr td:nth-child(1) {
  width: 400px;
  padding: 8px 8px 8px 24px;
  text-align: left;
}

main.work .content01>.inner>.inner>table tr td:nth-child(2) {
  width: 140px;
  text-align: center;
}

main.work .content01>.inner>.inner>table tr td:nth-child(3) {
  width: 370px;
  text-align: left;
  padding: 8px 8px 8px 24px;
}

main.work .content01>.inner>.inner>table tr td:nth-child(4) {
  text-align: center;
}

main.work .content01>.inner>.inner>.photo {
  width: 480px;
  margin: 0 0 0 30px;
}

main.work .content01>.inner>.inner>.photo img {
  width: 100%;
}

/*納入実績エンド*/
/*業務案内*/
main.business .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

main.business .content01::before {
  content: "";
  background: linear-gradient(90deg, #86dbff, #ececec);
  width: 100%;
  height: 200px;
  position: absolute;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  top: 320px;
}

main.business .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.business .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.business .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.business .content01>.inner>.inner {
  margin: 30px auto 60px;
  width: 96%;
  position: relative;
  height: 660px;
}

main.business .content01:last-child>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
  height: auto !important;
}

main.business .content01>.inner>.inner>figure:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

main.business .content01>.inner>.inner>figure:nth-child(2) {
  position: absolute;
  top: 80px;
  left: auto;
  right: 0;
  bottom: 0;
  width: 45%;
}

main.business .content01>.inner>.inner>figure:nth-child(3) {
  position: absolute;
  top: 340px;
  left: 125px;
  right: 0px;
  bottom: 0;
  width: 40%;
}

main.business .content01>.inner>.inner>figure img {
  width: 100%;
  box-shadow: 4px 4px 8px #6e9aad;
}

main.business .content01>.inner>.inner>.bt_business {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 110px;
  width: 50%;
}

main.business .content01:last-child>.inner>.inner>.bt_business {
  position: relative;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 20px auto;
}

main.business .content01:last-child>.inner>.inner>.bt_business a {
  /* background: linear-gradient(15deg, #0098d8, #6bd3ff); */
  background: #0098d8;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
  /* margin: 5px 0 0; */
  font-size: 16px;
  position: relative;
}

main.business .content01:last-child>.inner>.inner>.bt_business a i {
  margin: 0 0px 0 0;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
}

main.business .content01>.inner>.inner>.bt_business a {
  /*background: linear-gradient(15deg, #0098d8, #6bd3ff);*/
  background: #0098d8;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
  /* margin: 5px 0 0; */
  font-size: 20px;
  position: relative;
  box-shadow: 0px 0px 12px #0071a0;
}

main.business .content01>.inner>.inner>.bt_business a i {
  margin: 0 0px 0 0;
  font-size: 18px;
  position: absolute;
  top: 27px;
  left: 16px;
}

main.business .content01>.inner>.inner>.bt_business a:hover {
  background: #07d8bb;
  transition: 0.3s ease-in-out;
}

/*業務案内エンド*/
/*業務案内 乳業プラントの設計施工及びプラントエンジニアリング*/
main.business_detail01 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.business_detail01 .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.business_detail01 .content01>.inner {
  width: 1024px;
  margin: 0 auto 40px;
  position: relative;
}

main.business_detail01 .content01>.inner:last-child {
  margin: 0 auto 0px;
}

main.business_detail01 .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.business_detail01 .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.business_detail01 .content01>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
}

main.business_detail01 .content01:last-child>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
}

main.business_detail01 .content01>.inner>.inner>figure {
  width: 32%;
  margin: 0px 2% 30px 0;
}

main.business_detail01 .content01>.inner>.inner>figure:nth-child(3n) {
  margin-right: 0;
}

main.business_detail01 .content01>.inner>.inner>figure img {
  width: 100%;
  box-shadow: 4px 4px 8px #6e9aad;
}

main.business_detail01 .content01>.inner>.inner>figure figcaption {
  margin: 5px 0 0px 0;
}

main.business_detail01 .content01>.inner>.inner>.bt_business {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 110px;
  width: 50%;
}

main.business_detail01 .content01:last-child>.inner>.inner>.bt_business {
  position: relative;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 20px auto;
}

main.business_detail01 .content01:last-child>.inner>.inner>.bt_business a {
  /* background: linear-gradient(15deg, #0098d8, #6bd3ff); */
  background: #0098d8;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
  /* margin: 5px 0 0; */
  font-size: 16px;
  position: relative;
}

main.business_detail01 .content01:last-child>.inner>.inner>.bt_business a i {
  margin: 0 0px 0 0;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
}

main.business_detail01 .content01>.inner>.inner>.bt_business a {
  /*background: linear-gradient(15deg, #0098d8, #6bd3ff);*/
  background: #0098d8;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
  /* margin: 5px 0 0; */
  font-size: 20px;
  position: relative;
  box-shadow: 0px 0px 12px #0071a0;
}

main.business_detail01 .content01>.inner>.inner>.bt_business a i {
  margin: 0 0px 0 0;
  font-size: 18px;
  position: absolute;
  top: 27px;
  left: 16px;
}

main.business_detail01 .content01>.inner>.inner>.bt_business a:hover {
  background: #07d8bb;
  transition: 0.3s ease-in-out;
}

/*業務案内 乳業プラントの設計施工及びプラントエンジニアリング エンド*/
/*業務案内 乳業、各種食品向けステンレスタンク設計製造*/
main.business_detail02 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.business_detail02 .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.business_detail02 .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.business_detail02 .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.business_detail02 .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.business_detail02 .content01>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
}

main.business_detail02 .content01>.inner>.inner>.inner {
  display: flex;
  flex-wrap: wrap;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main.business_detail02 .content01>.inner>.inner>.inner>.sentence {
  width: 100%;
  margin: 20px 0 20px;
}

main.business_detail02 .content01>.inner>.inner>.inner>figure {
  width: 32%;
  margin: 0 2% 0 0;
  border: solid 1px #333;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: center;
}

main.business_detail02 .content01>.inner>.inner>.inner>figure img {
  width: 80%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.business_detail02 .content01>.inner>.inner>.inner>figure:nth-of-type(3n) {
  margin-right: 0;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(1) {
  width: auto;
  justify-content: center;
  border: none;
  padding: 0px;
  margin: 0 0% 0px 0;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(1) img {
  width: 100%;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(2) {
  width: auto;
  margin: 0 0% 0 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(2) img {
  width: 90%;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(3) {
  width: auto;
  margin-right: 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.business_detail02 .content01>.inner>.inner:last-of-type>.inner>figure:nth-of-type(3) img {
  width: 90%;
}

main.business_detail02 .content01>.inner>.inner>.inner>figure figcaption:nth-of-type(1) {
  margin: 20px 0 0 0;
  font-weight: bold;
}

main.business_detail02 .content01>.inner>.inner>.inner>figure figcaption:nth-of-type(2) {
  margin: 10px 0 0 0;
}

/*業務案内 乳業、各種食品向けステンレスタンク設計製造 エンド*/
/*業務案内 充填機、包装機、コンベアラインなど省力機械の製造販売*/
main.business_detail03 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.business_detail03 .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.business_detail03 .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.business_detail03 .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.business_detail03 .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.business_detail03 .content01>.inner>.inner {
  margin: 20px auto 60px;
  width: 96%;
  position: relative;
}

main.business_detail03 .content01>.inner>.inner>.inner {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 20px 0 0;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left {
  width: 49%;
  margin: 0 2% 0 0;
}

main.business_detail03 .content01>.inner>.inner>.inner>.right {
  width: 49%;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>.sentence:first-of-type {
  width: 100%;
  margin: 0px 0 20px;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>.sentence {
  width: 100%;
  margin: 20px 0 20px;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>table {
  border-collapse: collapse;
  border: 1px #333 solid;
  margin: 0px 0 0px 0;
  width: 100%;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>table tr {}

main.business_detail03 .content01>.inner>.inner>.inner>.left>table tr th {
  border: 1px #808080 solid;
  font-size: 16px;
  font-weight: bold;
  background: #f2f2f2;
  padding: 8px;
  color: #333;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>table tr td {
  border: 1px #808080 solid;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
  color: #333;
  text-align: center;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>figure {
  width: 80%;
  display: block;
  margin: 0 auto;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>figure figcaption {
  margin: 5px 0 0px 0;
}

main.business_detail03 .content01>.inner>.inner>.inner>.left>figure img {
  width: 100%;
}

main.business_detail03 .content01>.inner>.inner>.inner>.right>figure {
  width: 100%;
  margin: 0 0 0 0;
  /* border: solid 1px #333; */
}

main.business_detail03 .content01>.inner>.inner>.inner>.right>figure img {
  width: 100%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.business_detail03 .content01>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.business_detail03 .content01>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.business_detail03 .content01>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.business_detail03 .content01>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

main.business_detail03 .content01>.inner>.inner>.photo_box02 {
  width: 50%;
  /* max-height: 300px; */
  /* display: flex; */
  margin: 20px auto;
}

main.business_detail03 .content01>.inner>.inner>.photo_box02>figure {
  margin: 0 20px 0 0;
}

main.business_detail03 .content01>.inner>.inner>.photo_box02>figure:last-child {
  margin-right: 0;
}

main.business_detail03 .content01>.inner>.inner>.photo_box02>figure img {
  width: 100%;
}

/*業務案内 充填機、包装機、コンベアラインなど省力機械の製造販売 エンド*/
/*業務案内 容器、フィルムなどの包装資材及び乳酸菌の販売*/
main.business_detail04 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.business_detail04 .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.business_detail04 .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.business_detail04 .content01>.inner>.inner>.inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

main.business_detail04 .content01>.inner>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.business_detail04 .content01>.inner>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.business_detail04 .content01>.inner>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.business_detail04 .content01>.inner>.inner>.inner>.photo_box01>figure figcaption {
  font-size: 14px;
  margin: 5px 0 0;
}

main.business_detail04 .content01>.inner>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

main.business_detail04 .content01>.inner>.inner>.inner>.bn_marugo01 {
  max-width: 100%;
  margin: 20px auto;
  box-shadow: 8px 8px 1px #12b9cc;
}

main.business_detail04 .content01>.inner>.inner>.inner>.bn_marugo01 a {
  display: block;
  background: #a3fff1;
  line-height: 0;
}

main.business_detail04 .content01>.inner>.inner>.inner>.bn_marugo01 img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

main.business_detail04 .content01>.inner>.inner>.inner>.bn_marugo01:hover img {
  width: 100%;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/*業務案内 容器、フィルムなどの包装資材及び乳酸菌の販売 エンド*/
/*マルゴ*/
main.marugo .content01 {
  width: 100%;
  margin: 0px 0 0 0;
}

main.marugo .content01>.inner {
  width: 1024px;
  margin: 40px auto;
}

main.marugo .content01>.inner>.inner {
  margin: 30px auto 0 auto;
  display: flex;
  width: 96%;
}

main.marugo .content01>.inner>.inner>.sentence {
  width: 690px;
}

main.marugo .content01>.inner>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.marugo .content01>.inner>.inner>.photo {
  width: 480px;
  margin: 0 0 0 30px;
}

main.marugo .content01>.inner>.inner>.photo img {
  width: 100%;
}

main.marugo .content01>.inner>.inner>.photo>dl.president_name {
  width: 126px;
  margin: 15px 0 0 auto;
}

main.marugo .content01>.inner>.inner>.photo>dl.president_name dt {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align-last: justify;
}

main.marugo .content01>.inner>.inner>.photo>dl.president_name dd {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align-last: justify;
}

main.marugo .content02 {
  width: 100%;
  margin: 80px 0 40px 0;
}

main.marugo .content02>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.marugo .content02>.inner .bt01 {
  display: block;
  width: 400px;
  /* transform: skewX(-35deg); */
  background: #ff8a00;
  box-shadow: 0px 1px 5px #4a4a4a;
  transition: 0.5s ease-in-out;
  margin: 40px auto;
}

main.marugo .content02>.inner .bt01:hover {
  background: #ffd233;
  transition: 0.5s ease-in-out;
}

main.marugo .content02>.inner .bt01 a {
  color: #ffffff;
  display: block;
  padding: 16px 16px;
  text-align: center;
  /* border: 1px #fff solid; */
  transition: 0.5s ease-in-out;
  /* transform: skewX(35deg); */
}

main.marugo .content02>.inner>.inner {
  margin: 30px 0 0px 0;
  position: relative;
}

main.marugo .content02>.inner>.inner>dl {
  display: flex;
  /* border: 1px #333 solid; */
  border-top: none;
  position: relative;
  width: 770px;
  margin: 0 auto;
}

main.marugo .content02>.inner>.inner>dl:nth-child(1) {
  border-top: 1px #eee solid;
}

main.marugo .content02>.inner>.inner>dl>dt {
  color: #333;
  background: #eee;
  width: 200px;
  padding: 16px 0 0 24px;
  /* padding: 15px 0 0 0px; */
  border-bottom: 1px #fff solid;
  /* text-align: center; */
}

main.marugo .content02>.inner>.inner>dl>dd {
  width: 640px;
  padding: 16px 16px 16px 32px;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
}

main.marugo .content02>.inner>.inner>dl:nth-child(even)>dd {
  /*background: linear-gradient(15deg, #ffffff, #dce5ff);*/
}

main.marugo .content02>.inner>.inner>dl>dd>dl {
  display: flex;
  border-bottom: 1px #e3e6ef solid;
}

main.marugo .content02>.inner>.inner>dl>dd>dl>dt {
  color: #3857ac;
  /*font-weight: bold;*/
  width: 125px;
}

/*main.marugo .content02 > .inner > .inner > dl > dd > dl > dt:first-of-type{

}*/
main.marugo .content02>.inner>.inner>dl>dd>dl>dd {
  padding: 0 0 0 85px;
}

main.marugo .content02>.inner>.inner>.inner {}

main.marugo .content02>.inner>.inner>.inner .photo_box01 {}

main.marugo .content02>.inner>.inner>.inner .photo_box01 figure {}

main.marugo .content02>.inner>.inner>.inner .photo_box01 figure img {
  width: 100%;
}

main.marugo .content02>.inner>.inner>.inner .photo_box01 figure figcaption {}

main.marugo .content02>.inner>.inner02 {
  margin: 30px 0 0px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

main.marugo .content02>.inner>.inner02>.inner {
  margin: 0px 2% 0px 0;
  position: relative;
}

main.marugo .content02>.inner>.inner02>.inner:nth-child(2n) {
  margin-right: 0;
}

main.marugo .content02>.inner>.inner02>.inner {}

main.marugo .content02>.inner>.inner02>.inner .photo_box01 {}

main.marugo .content02>.inner>.inner02>.inner .photo_box01 figure {}

main.marugo .content02>.inner>.inner02>.inner .photo_box01 figure img {
  width: 100%;
}

main.marugo .content02>.inner>.inner02>.inner .photo_box01 figure figcaption {}

main.marugo .content02>.inner>#map_area {
  margin: 40px 0 0 0;
}

main.marugo .content02>.inner>#map_area>.inner {
  padding: 0 0 20px 0;
  border-bottom: 1px #444 dashed;
  margin: 20px auto 0 auto;
  display: flex;
  width: 96%;
  flex-direction: column;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area {
  margin: 20px 0px 10px 0;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area>dl {
  display: flex;
  /* justify-content: center; */
  width: 700px;
  margin: 0 auto;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area>dl dt {
  color: #013669;
  margin: 0 40px 0 10px;
  font-weight: bold;
  text-align-last: justify;
  font-size: 24px;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area>dl dd {}

main.marugo .content02>.inner>#map_area>.inner>.address_area>div {
  margin: 0 0 20px 0;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area>figure.photo {
  line-height: 0;
}

main.marugo .content02>.inner>#map_area>.inner>.address_area>figure.photo>img {
  width: 100%;
}

main.marugo .content02>.inner>#map_area>.inner>.map01 {
  width: 700px;
  height: 250px;
  margin: 0px auto 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

#map_area iframe,
#map_area object,
#map_area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.img_company01 {
  width: 480px;
  position: absolute;
  top: 84px;
  left: auto;
  right: 0;
}

figure.img_company01 img {
  width: 100%;
}

main.marugo .content03>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.marugo .content03>.inner>.inner>.inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

main.marugo .content03>.inner>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.marugo .content03>.inner>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.marugo .content03>.inner>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.marugo .content03>.inner>.inner>.inner>.photo_box01>figure figcaption {
  font-size: 14px;
}

main.marugo .content03>.inner>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

main.marugo .content03>.inner>.inner>.inner>.bn_marugo01 {
  max-width: 100%;
  margin: 20px auto;
  box-shadow: 8px 8px 1px #12b9cc;
}

main.marugo .content03>.inner>.inner>.inner>.bn_marugo01 a {
  display: block;
  background: #a3fff1;
  line-height: 0;
}

main.marugo .content03>.inner>.inner>.inner>.bn_marugo01 img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

main.marugo .content03>.inner>.inner>.inner>.bn_marugo01:hover img {
  width: 100%;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/*マルゴ エンド*/
/*機器紹介*/
main.machine .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
}

main.machine .content01>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.machine .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.machine .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.machine .content01>.inner>.inner {
  margin: 30px auto 60px;
  width: 96%;
}

main.machine .content01>.inner>.inner>dl {
  display: flex;
  /*border: 1px #333 solid;*/
  border-top: none;
  position: relative;
}

main.machine .content01>.inner>.inner>dl>dt {
  color: #333;
  background: #eee;
  width: 500px;
  padding: 8px 25px;
  border: 1px #d8d8d8 solid;
}

main.machine .content01>.inner>.inner>dl>dd {
  width: 484px;
  padding: 8px 16px 8px 16px;
  border: 1px #86dbff solid;
}

main.machine .content01>.inner>.inner>dl>dd a {
  /* background: linear-gradient(15deg, #0098d8, #6bd3ff); */
  background: #0098d8;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transition: 0.3s ease-in-out;
  /* margin: 5px 0 0; */
  font-size: 20px;
  position: relative;
}

main.machine .content01>.inner>.inner>dl>dd a i {
  margin: 0 0px 0 0;
  font-size: 18px;
  position: absolute;
  top: 18px;
  left: 16px;
}

main.machine .content01>.inner>.inner>dl>dd a:hover {
  background: #07d8bb;
  transition: 0.3s ease-in-out;
}

main.machine .content01>.inner>.inner>dl>dd>dl {
  display: flex;
  border-bottom: 1px #cfd8f3 solid;
}

main.machine .content01>.inner>.inner>dl>dd>dl>dt {
  color: #3857ac;
  font-weight: bold;
  width: 125px;
}

/*main.machine .content01 > .inner > .inner > dl > dd > dl > dt:first-of-type{

}*/
main.machine .content01>.inner>.inner>dl>dd>dl>dd {
  padding: 0 0 0 85px;
}

main.machine .content01>.inner>.inner ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  /* justify-content: center; */
  background: linear-gradient(15deg, #ffffff, #b9eaff);
  /* box-shadow: 1px 1px 4px #9eb8c3; */
  border: 1px #86dbff solid;
}

main.machine .content01>.inner>.inner ul::before {
  /*content: "";
	width: 60%;
	height: 100px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #0098d8;*/
}

main.machine .content01>.inner>.inner ul::after {
  /*content: "";
	width: 60%;
	height: 100px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: -1;
	background: #0098d8;*/
}

main.machine .content01>.inner>.inner ul li {
  color: #333;
  width: 320px;
  /*padding: 8px 25px;*/
  /* border: 1px #d8d8d8 solid; */
  /*background: linear-gradient(15deg, #ffffff, #b9eaff);*/
  margin: 0px 0px 0px 0;
}

main.machine .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
}

main.machine .content02>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.machine .content02>.inner>.inner {
  display: flex;
  position: relative;
  /*margin: 20px 0 0 0;*/
  margin: 20px auto 40px;
  font-size: 16px;
  width: 96%;
}

main.machine .content02>.inner>.inner>dl {
  margin: 0 2% 0px 0;
  font-size: 16px;
  width: 58%;
}

main.machine .content02>.inner>.inner>dl>dt {
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #3753a4;
  background: #eaf2ff;
  padding: 10px;
}

main.machine .content02>.inner>.inner>dl>dd {}

main.machine .content02>.inner>.inner>figure {
  width: 40%;
}

main.machine .content02>.inner>.inner>figure img {
  width: 100%;
}

/*機器紹介エンド*/
/*機器紹介02*/
main.machine02 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

main.machine02 .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.machine02 .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.machine02 .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.machine02 .content01>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
}

main.machine02 .content01>.inner>.inner>.inner {
  display: flex;
  flex-wrap: wrap;
}

main.machine02 .content01>.inner>.inner>.inner>.sentence {
  width: 100%;
  margin: 20px 0 20px;
}

main.machine02 .content01>.inner>.inner>.inner>figure {
  margin-bottom: 40px;
}

main.machine02 .content01>.inner>.inner>.inner>figure img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(1) {
  width: 49%;
  justify-content: center;
  border: none;
  padding: 0px;
  margin-right: 2%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(1) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(2) {
  width: 49%;
  margin-bottom: 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(2) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(3) {
  width: 49%;
  justify-content: center;
  border: none;
  padding: 0px;
  margin-right: 2%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(3) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(4) {
  width: 49%;
  margin-right: 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(4) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(5) {
  width: 49%;
  justify-content: center;
  border: none;
  padding: 0px;
  margin-right: 2%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(5) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(6) {
  width: 49%;
  margin-right: 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.machine02 .content01>.inner>.inner>.inner>figure:nth-of-type(6) img {
  width: 100%;
}

main.machine02 .content01>.inner>.inner>.inner>figure figcaption:nth-of-type(1) {
  margin: 5px 0 0 0;
  font-weight: bold;
}

main.machine02 .content01>.inner>.inner>.inner>figure figcaption:nth-of-type(2) {
  margin: 10px 0 0 0;
}

main.machine02 .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

main.machine02 .content02>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.machine02 .content02>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.machine02 .content02>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.machine02 .content02>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
  position: relative;
}

main.machine02 .content02>.inner>.inner>.inner {
  display: flex;
  flex-wrap: wrap;
}

main.machine02 .content02>.inner>.inner>.inner>.sentence {
  width: 100%;
  margin: 20px 0 20px;
}

main.machine02 .content02>.inner>.inner>.inner>figure {
  margin-bottom: 70px;
}

main.machine02 .content02>.inner>.inner>.inner>figure img {
  width: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(1) {
  width: 49%;
  justify-content: center;
  border: none;
  padding: 0px;
  margin-right: 2%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(1) img {
  width: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) {
  width: 49%;
  margin-bottom: 0;
  justify-content: center;
  border: none;
  padding: 0px;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) ul {
  width: 100%;
  justify-content: center;
  border: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) ul li {}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) ul li:nth-child(1) {
  width: 49%;
  margin-right: 2%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) ul li:nth-child(2) {
  width: 49%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(2) ul li img {
  width: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) {
  width: 100%;
  justify-content: center;
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) img {
  width: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) ul {
  display: flex;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) ul li:nth-child(1) {
  width: 49%;
  margin-right: 2%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) ul li:nth-child(1) video {
  width: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) ul li:nth-child(1) iframe {
  width: 100%;
  height: 100%;
}

main.machine02 .content02>.inner>.inner>.inner>figure:nth-of-type(3) ul li:nth-child(2) {
  width: 49%;
  line-height: 0;
}

main.machine02 .content02>.inner>.inner>.inner>figure figcaption:nth-of-type(1) {
  margin: 5px 0 0 0;
  font-weight: bold;
}

main.machine02 .content02>.inner>.inner>.inner>figure figcaption:nth-of-type(2) {
  margin: 10px 0 0 0;
}

/*機器紹介02*/
/*その他機器紹介エンド*/
main.machine03 .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.machine03 .content01::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.machine03 .content01>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.machine03 .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.machine03 .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.machine03 .content01>.inner>.inner {
  margin: 20px auto 60px;
  width: 96%;
  position: relative;
}

main.machine03 .content01>.inner>.inner>.inner {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 20px 0 0;
}

main.machine03 .content01>.inner>.inner>.inner>.left {
  width: 49%;
  margin: 0 2% 0 0;
}

main.machine03 .content01>.inner>.inner>.inner>.right {
  width: 49%;
}

main.machine03 .content01>.inner>.inner>.inner>.left>.sentence:first-of-type {
  width: 100%;
  margin: 0px 0 20px;
}

main.machine03 .content01>.inner>.inner>.inner>.left>ul {
  width: 100%;
  margin: 20px 0 20px;
}

main.machine03 .content01>.inner>.inner>.inner>.left>ul li {}

main.machine03 .content01>.inner>.inner>.inner>.left>.sentence {
  width: 100%;
  margin: 20px 0 20px;
  text-align: justify;
  letter-spacing: 0.01em;
}

/*main.machine03 .content01 > .inner > .inner > .inner > .left > table{
	border-collapse: collapse;
	border: 1px #333 solid;
	margin: 0px 0 0px 0;
	width: 100%;
}

main.machine03 .content01 > .inner > .inner > .inner > .left > table tr{

}

main.machine03 .content01 > .inner > .inner > .inner > .left > table tr th{
border: 1px #808080 solid;
font-size: 16px;
font-weight: bold;
background: #f2f2f2;
padding: 8px;
color: #333;
}

main.machine03 .content01 > .inner > .inner > .inner > .left > table tr td{
	border: 1px #808080 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	color: #333;
	text-align: center;
}*/
main.machine03 .content01>.inner>.inner>.inner>.left>.photo_box01 {
  width: 100%;
}

main.machine03 .content01>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(1) {
  width: 65%;
  margin: 0px 10px 0px 0;
}

main.machine03 .content01>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(2) {
  width: 65%;
  margin: 0px 10px 0px auto;
}

main.machine03 .content01>.inner>.inner>.inner>.left>.photo_box01 figure img {
  width: 100%;
}

main.machine03 .content01>.inner>.inner>.inner>.left>figure {
  width: 80%;
  display: block;
  margin: 0 auto;
}

main.machine03 .content01>.inner>.inner>.inner>.left>figure img {
  width: 100%;
}

main.machine03 .content01>.inner>.inner>.inner>.right>figure {
  width: 100%;
  margin: 0 0 0 0;
  /* border: solid 1px #333; */
}

main.machine03 .content01>.inner>.inner>.inner>.right>figure img {
  width: 100%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.machine03 .content01>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.machine03 .content01>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.machine03 .content01>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.machine03 .content01>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

main.machine03 .content01>.inner>.inner>.photo_box02 {
  width: 50%;
  /* max-height: 300px; */
  /* display: flex; */
  margin: 20px auto;
}

main.machine03 .content01>.inner>.inner>.photo_box02>figure {
  margin: 0 20px 0 0;
}

main.machine03 .content01>.inner>.inner>.photo_box02>figure:last-child {
  margin-right: 0;
}

main.machine03 .content01>.inner>.inner>.photo_box02>figure img {
  width: 100%;
}

main.machine03 .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
  position: relative;
}

/*main.machine03 .content02::before{
	content: "";
	    background: linear-gradient(90deg,#86dbff,#ececec);
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    display: block;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-x: center;
	    background-position-y: center;
	    top: 320px;
}*/
main.machine03 .content02>.inner {
  width: 1024px;
  margin: 0 auto 100px;
  position: relative;
}

main.machine03 .content02>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.machine03 .content02>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.machine03 .content02>.inner>.inner {
  margin: 20px auto 60px;
  width: 96%;
  position: relative;
}

main.machine03 .content02>.inner>.inner>.inner {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 20px 0 0;
}

main.machine03 .content02>.inner>.inner>.inner>.left {
  width: 66%;
  margin: 0 2% 0 0;
}

main.machine03 .content02>.inner>.inner>.inner>.right {
  width: 33%;
}

main.machine03 .content02>.inner>.inner>.inner>.left>.sentence:first-of-type {
  width: 100%;
  margin: 0px 0 20px;
}

main.machine03 .content02>.inner>.inner>.inner>.left>ul {
  width: 100%;
  margin: 20px 0 20px;
}

main.machine03 .content02>.inner>.inner>.inner>.left>ul li {}

main.machine03 .content02>.inner>.inner>.inner>.left>.sentence {
  width: 100%;
  margin: 20px 0 20px;
  text-align: justify;
  letter-spacing: 0.01em;
}

/*main.machine03 .content02 > .inner > .inner > .inner > .left > table{
	border-collapse: collapse;
	border: 1px #333 solid;
	margin: 0px 0 0px 0;
	width: 100%;
}

main.machine03 .content02 > .inner > .inner > .inner > .left > table tr{

}

main.machine03 .content02 > .inner > .inner > .inner > .left > table tr th{
border: 1px #808080 solid;
font-size: 16px;
font-weight: bold;
background: #f2f2f2;
padding: 8px;
color: #333;
}

main.machine03 .content02 > .inner > .inner > .inner > .left > table tr td{
	border: 1px #808080 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	color: #333;
	text-align: center;
}*/
main.machine03 .content02>.inner>.inner>.inner>.left>.photo_box01 {
  width: 100%;
  display: flex;
}

main.machine03 .content02>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(1) {
  margin: 0px 10px 0px 0;
}

main.machine03 .content02>.inner>.inner>.inner>.left>.photo_box01 figure:nth-child(2) {
  margin: 0px 10px 0px auto;
}

main.machine03 .content02>.inner>.inner>.inner>.left>.photo_box01 figure img {
  width: 100%;
}

main.machine03 .content02>.inner>.inner>.inner>.left>figure {
  width: 80%;
  display: block;
  margin: 0 auto;
}

main.machine03 .content02>.inner>.inner>.inner>.left>figure img {
  width: 100%;
}

main.machine03 .content02>.inner>.inner>.inner>.right>figure {
  width: 100%;
  margin: 0 0 0 0;
  /* border: solid 1px #333; */
}

main.machine03 .content02>.inner>.inner>.inner>.right>figure img {
  width: 100%;
  /* max-height: 300px; */
  display: block;
  margin: 0 auto;
}

main.machine03 .content02>.inner>.inner>.photo_box01 {
  width: 100%;
  /* max-height: 300px; */
  display: flex;
  margin: 20px auto;
}

main.machine03 .content02>.inner>.inner>.photo_box01>figure {
  margin: 0 20px 0 0;
}

main.machine03 .content02>.inner>.inner>.photo_box01>figure:last-child {
  margin-right: 0;
}

main.machine03 .content02>.inner>.inner>.photo_box01>figure img {
  width: 100%;
}

main.machine03 .content02>.inner>.inner>.photo_box02 {
  width: 50%;
  /* max-height: 300px; */
  /* display: flex; */
  margin: 20px auto;
}

main.machine03 .content02>.inner>.inner>.photo_box02>figure {
  margin: 0 20px 0 0;
}

main.machine03 .content02>.inner>.inner>.photo_box02>figure:last-child {
  margin-right: 0;
}

main.machine03 .content02>.inner>.inner>.photo_box02>figure img {
  width: 100%;
}

/*その他機器紹介エンド*/
/*再生品乳機器*/
main.recycle {
  width: 100%;
}

main.recycle .content01 {
  width: 100%;
  margin: 0px 0 0 0;
}

main.recycle .content01>.inner {
  width: 1024px;
  margin: 40px auto;
}

main.recycle .content01>.inner>.inner {
  margin: 30px auto 0 auto;
  display: flex;
  width: 96%;
  flex-wrap: wrap;
}

main.recycle .content01>.inner>.inner>table {
  border-collapse: collapse;
  border: 1px #333 solid;
  margin: 0px 0 0px 0;
  width: 100%;
}

main.recycle .content01>.inner>.inner>table tr {}

main.recycle .content01>.inner>.inner>table tr th {
  border: 1px #808080 solid;
  font-size: 16px;
  font-weight: bold;
  background: #f2f2f2;
  padding: 8px;
  color: #333;
}

main.recycle .content01>.inner>.inner>table tr td {
  border: 1px #808080 solid;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
  color: #333;
  text-align: center;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(1) {
  width: 190px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(2) {
  width: 130px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(3) {
  width: 130px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(4) {
  width: 60px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(5) {
  width: 120px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(6) {
  width: 100px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(7) {
  width: 150px;
}

main.recycle .content01>.inner>.inner>table tr td:nth-child(8) {
  width: 110px;
}

main.recycle .content01>.inner>.inner>.photo {
  width: 480px;
  margin: 0 0 0 30px;
}

main.recycle .content01>.inner>.inner>.photo img {
  width: 100%;
}

/*再生品乳機器エンド*/
/*リクルート*/
main.recruit .content01 {
  width: 100%;
  margin: 40px 0 40px 0;
}

main.recruit .content01>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.recruit .content01>.inner>.sentence {
  margin: 0 0 40px 0;
  font-size: 16px;
  margin: 30px auto 30px auto;
  width: 96%;
}

main.recruit .content01>.inner>.sentence>p {
  margin: 0px 0px 20px 0;
}

main.recruit .content01>.inner>.inner {
  margin: 20px auto 40px;
  width: 96%;
}

main.recruit .content01>.inner>.inner>dl {
  display: flex;
  /*border: 1px #333 solid;*/
  border-top: none;
  position: relative;
}

main.recruit .content01>.inner>.inner>dl>dt {
  color: #333;
  background: #eee;
  width: 240px;
  padding: 8px 25px;
  border-bottom: 1px #fff solid;
}

main.recruit .content01>.inner>.inner>dl>dd {
  width: 960px;
  padding: 8px 16px 8px 30px;
  border-right: 1px #eee solid;
}

main.recruit .content01>.inner>.inner>dl:nth-child(even)>dd {
  background: linear-gradient(15deg, #ffffff, #dce5ff);
}

main.recruit .content01>.inner>.inner>dl>dd>dl {
  display: flex;
  border-bottom: 1px #cfd8f3 solid;
}

main.recruit .content01>.inner>.inner>dl>dd>dl>dt {
  color: #3857ac;
  font-weight: bold;
  width: 125px;
}

/*main.recruit .content01 > .inner > .inner > dl > dd > dl > dt:first-of-type{

}*/
main.recruit .content01>.inner>.inner>dl>dd>dl>dd {
  padding: 0 0 0 85px;
}

main.recruit .content02 {
  width: 100%;
  margin: 40px 0 40px 0;
}

main.recruit .content02>.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

main.recruit .content02>.inner>.inner {
  display: flex;
  position: relative;
  /*margin: 20px 0 0 0;*/
  margin: 20px auto 40px;
  font-size: 16px;
  width: 96%;
}

main.recruit .content02>.inner>.inner>dl {
  margin: 0 2% 0px 0;
  font-size: 16px;
  width: 58%;
}

main.recruit .content02>.inner>.inner>dl>dt {
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #3753a4;
  background: #eaf2ff;
  padding: 10px;
}

main.recruit .content02>.inner>.inner>dl>dd {}

main.recruit .content02>.inner>.inner>figure {
  width: 40%;
}

main.recruit .content02>.inner>.inner>figure img {
  width: 100%;
}

/*リクルート*/
/*新着情報*/
main.news_list {
  width: 100%;
}

main.news_list .content01 {
  width: 100%;
  margin: 0px 0 0 0;
}

main.news_list .content01>.inner {
  width: 1024px;
  margin: 0 auto;
}

main.news_list .content01>.inner>ul.inner {
  margin: 40px 0 80px 0;
}

main.news_list .content01>.inner>ul.inner>li {
  display: flex;
  margin: 40px 0 40px 0;
  border-bottom: 1px #969696 solid;
}

main.news_list .content01>.inner>ul.inner>li .left {
  margin: 0 20px 0 0;
  width: 234px;
}

main.news_list .content01>.inner>ul.inner .icon_box {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

main.news_list .content01>.inner>ul.inner .icon_box>.icon01 {
  font-size: 14px;
  background: #51a75f;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
}

main.news_list .content01>.inner>ul.inner .icon_box>.icon02 {
  font-size: 14px;
  background: #3857ac;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
}

main.news_list .content01>.inner>ul.inner .icon_box>.icon03 {
  font-size: 14px;
  background: #e5006e;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 20px 0 0;
}

main.news_list .content01>.inner>ul.inner .icon_box>.date {
  display: block;
  color: #222;
}

main.news_list .content01>.inner>ul.inner>li figure {
  display: block;
  color: #222;
  width: 245px;
  line-height: 0;
}

main.news_list .content01>.inner>ul.inner>li figure img {
  width: 100%;
}

main.news_list .content01>.inner>ul.inner>li .right {
  width: 770px;
}

main.news_list .content01>.inner>ul.inner>li .right>.sentence {
  font-size: 14px;
  width: 100%;
  margin: 0 auto 40px;
}

main.news_list .content01>.inner>ul.inner>li .right>.bt {
  margin: 20px 0 0 0;
}

main.news_list .content01>.inner>ul.inner>li .right>.bt a {
  background: #ffffff;
  border: 2px #3857ac solid;
  color: #3857ac;
  padding: 5px 0 5px 0px;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
  width: 200px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

main.news_list .content01>.inner>ul.inner>li .right>.bt a:hover {
  background: #3857ac;
  border: 2px #3857ac solid;
  color: #fff;
  transition: 0.5s ease-in-out;
}

main.news_list .content01>.inner>ul.inner>li .right>.bt>a>i {
  color: #3857ac;
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
  transition: 0.5s ease-in-out;
}

main.news_list .content01>.inner>ul.inner>li .right>.bt>a:hover>i {
  color: #fff;
}

/*新着情報ここまで*/
/*製品紹介*/
main.product {
  width: 1024px;
  display: flex;
  margin: 40px auto 0;
}

main.product>.right {
  width: 890px;
  display: flex;
  flex-wrap: wrap;
}

main.product .content01 {
  margin: 0px 30px 60px 0;
  width: 430px;
}

main.product .content01:nth-child(2n) {
  margin-right: 0;
}

main.product .content01 {
  margin: 0px 30px 60px 0;
  width: 430px;
}

main.product .content01>.inner {
  margin: 0px auto;
  display: flex;
}

main.product .content01>.inner>figure {
  width: 500px;
}

main.product .content01>.inner>figure img {
  width: 100%;
}

main.product .content01>.inner>figure>figcaption:nth-of-type(1) {
  margin: 10px 0 10px 0;
}

/*製品紹介*/
/*製品一覧*/
main.product_list {
  width: 1024px;
  display: flex;
  margin: 60px auto 0;
}

main.product_list>.right {
  width: 890px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

main.product_list .content01 {
  margin: 0px 30px 60px 0;
  width: 100%;
  background: linear-gradient(#FFF, #e3e3e3);
  padding: 20px;
  border: 1px #e3e3e3 solid;
}

main.product_list .content01>.inner {
  margin: 0px auto;
  display: flex;
}

main.product_list .content01>.inner>figure {
  width: 250px;
  margin: 0 20px 0 0;
}

main.product_list .content01>.inner>.sentence {
  font-size: 16px;
  width: 620px;
}

main.product_list .content01>.inner>figure img {
  width: 100%;
  padding: 5px;
  box-shadow: 1px 1px 1px #2222;
  border: 1px solid #CCC;
}

/*製品一覧*/
/*製品詳細*/
main.product_detail {
  width: 1024px;
  display: flex;
  margin: 60px auto 0;
}

main.product_detail>.right {
  width: 890px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

main.product_detail .content01 {
  margin: 0px 30px 60px 0;
  width: 100%;
  background: linear-gradient(#FFF, #e3e3e3, #fff);
  padding: 20px;
  border: 1px #e3e3e3 solid;
}

main.product_detail .content01>.inner {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}

main.product_detail .content01>.inner>.photo {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}

main.product_detail .content01>.inner>.photo>figure {
  width: 49.5%;
  margin: 0 1% 0 0;
}

main.product_detail .content01>.inner>.photo>figure:nth-child(2n) {
  margin-right: 0;
}

main.product_detail .content01>.inner>.photo>figure>img {
  width: 100%;
  box-shadow: 0px 1px 6px #919cb7;
}

main.product_detail .content01>.inner>.sentence {
  font-size: 16px;
  width: 95%;
  margin: 20px auto 0;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

main.product_detail .content01>.inner>figure img {
  width: 100%;
  padding: 5px;
  box-shadow: 1px 1px 1px #2222;
  border: 1px solid #CCC;
}

/*製品詳細ここまで*/
/*お問い合わせ*/
main.contact {}

main.contact>.content01 {
  display: flex;
  width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
}

main.contact>.content01 .privacy_box {
  border: 1px #d2d2d2 solid;
  margin: 20px 0 0 0;
  padding: 20px;
  width: 100%;
}

main.contact>.content01 .privacy_box .sentence {}

main.contact>.content01 .privacy_box .sentence p {
  font-size: 16px;
}

main.contact>.content01 .privacy_box .sentence p a {
  color: #0098d8;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 .privacy_box .sentence p a:hover {
  color: #28c2f2;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 .privacy_box .sentence #check_area {}

main.contact>.content01 .privacy_box .sentence #check_area #check {}

main.contact>.content01 .privacy_box .sentence #check_area label {}

main.contact>.content01 form.inner {
  margin: 20px auto 0;
  width: 60%;
}

main.contact>.content01 form.inner dl {
  display: flex;
  border-top: 1px #d2d2d2 dashed;
  align-items: center;
  padding: 20px 0 20px;
}

main.contact>.content01 form.inner dl:nth-child(even) {
  /*background: linear-gradient(15deg, #ffffff, #eff3ff);*/
}

main.contact>.content01 form.inner dl:last-of-type {
  border-bottom: 1px #d2d2d2 dashed;
}

main.contact>.content01 form.inner dl dt {
  width: 220px;
  padding: 0px 0 0px 0;
  margin: 0 0 0 auto;
}

/*main.contact > .content01 form.inner dl dt::before{
	content: "任意";
	padding: 2px;
	color: #D01C01;
	font-size: 12px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 0px 0 0px 0;
	border: 1px #D01C01 solid;
	box-sizing: border-box;
	font-weight: bold;
	background: #fff;
	}*/
main.contact>.content01 form.inner dl dt.required::before {
  content: "必須" !important;
  color: #fff !important;
  background: #0098d8 !important;
  padding: 2px;
  font-size: 12px;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0px 0 0px 0;
  border: 1px #0098d8 solid;
  box-sizing: border-box;
  font-weight: bold;
}

main.contact>.content01 form.inner dl dd {
  margin: 0 auto 0 0;
  width: 460px;
  padding: 0;
}

main.contact>.content01 form.inner dl>dd>input[type="text"] {
  width: 100%;
  padding: 0 0 0 10px;
  font-size: 16px;
}

main.contact>.content01 form.inner dl:nth-child(5)>dd>input[type="text"] {
  width: 55%;
}

main.contact>.content01 form.inner dl>dd>textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

main.contact>.content01 form.inner dl:nth-child(1) dd {
  display: flex;
}

main.contact>.content01 form.inner dl dd>div {}

main.contact>.content01 form.inner dl dd>div:nth-child(1) {
  margin: 0 40px 0 0;
}

main.contact>.content01 form.inner dl dd>div:nth-child(2) {}

main.contact>.content01 form.inner dl dd>div>input {}

main.contact>.content01 form.inner dl dd>div>label {}

#check_area {
  margin: 20px 0 0 40px;
}

#check_area #check {
  margin: 0 20px 0 0;
  vertical-align: middle;
}

#check_area label {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

#check_area label:hover {
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

#check_send[disabled] {
  opacity: 0.3 !important;
  pointer-events: none;
  position: relative;
}

/*入力内容確認*/
main.contact>.content02 {
  width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
}

main.contact>.content02 form.inner {
  margin: 20px auto 0;
  width: 60%;
}

main.contact>.content02 form.inner dl {
  display: flex;
  border-top: 1px #d2d2d2 dashed;
  align-items: center;
  padding: 20px 0 20px;
}

main.contact>.content02 form.inner dl:last-of-type {
  border-bottom: 1px #d2d2d2 dashed;
}

main.contact>.content02 form.inner dl dt {
  width: 350px;
  padding: 0px 0 0px 0;
  margin: 0 0 0 20px;
}

/*main.contact > .content02 form.inner dl dt::before{
	content: "任意";
	padding: 2px;
	color: #D01C01;
	font-size: 12px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 0px 0 0px 0;
	border: 1px #D01C01 solid;
	box-sizing: border-box;
	font-weight: bold;
	background: #fff;
}

main.contact > .content02 form.inner dl dt.required::before{
content: "必須"!important;
color: #fff!important;
background: #D01C01!important;
}*/
main.contact>.content02 form.inner dl dd {
  margin: 0 auto 0 0;
  width: 800px;
  padding: 0;
}

main.contact>.content02 form.inner dl>dd>input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

main.contact>.content02 form.inner dl:nth-child(6)>dd>input[type="text"] {
  width: 15%;
}

main.contact>.content02 form.inner dl>dd>textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

main.contact>.content02 form.inner dl:nth-child(1) dd {
  display: flex;
}

main.contact>.content02 form.inner dl dd>div {}

main.contact>.content02 form.inner dl dd>div:nth-child(1) {
  margin: 0 40px 0 0;
}

main.contact>.content02 form.inner dl dd>div:nth-child(2) {}

main.contact>.content02 form.inner dl dd>div>input {}

main.contact>.content02 form.inner dl dd>div>label {}

/*入力内容確認ここまで*/
/*ボタンエリア*/
main.contact>.content01 form.inner .bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: flex;
}

main.contact>.content01 form.inner .bt_area input {
  width: 500px;
  margin: 40px auto 80px;
  display: flex;
}

main.contact>.content01 form.inner .bt_area input#reset {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #0098d8 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0098d8;
  color: #0098d8;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content01 form.inner .bt_area input#reset:hover {
  color: #fff;
  background: #0098d8;
  transition: 0.5s ease-in-out;
}

main.contact>.content01 form.inner .bt_area input#check_send {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #0098d8 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0098d8;
  color: #0098d8;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content01 form.inner .bt_area input#check_send:hover {
  color: #fff;
  background: #0098d8;
  transition: 0.5s ease-in-out;
}

/*入力内容確認ボタン*/
main.contact>.content02 form.inner .bt_area {
  width: 500px;
  margin: 40px auto 80px;
  display: flex;
}

main.contact>.content02 form.inner .bt_area input {
  width: 500px;
  margin: 40px auto 80px;
  display: flex;
}

main.contact>.content02 form.inner .bt_area input#back {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #0098d8 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0098d8;
  color: #0098d8;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content02 form.inner .bt_area input#back:hover {
  color: #fff;
  background: #0098d8;
  transition: 0.5s ease-in-out;
}

main.contact>.content02 form.inner .bt_area input#send {
  width: 240px;
  margin: 0px 20px 0 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #0098d8 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0098d8;
  color: #0098d8;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content02 form.inner .bt_area input#send:hover {
  color: #fff;
  background: #0098d8;
  transition: 0.5s ease-in-out;
}

/*入力内容確認ボタンここまで*/
/*ボタンエリアここまで*/
/*送信完了*/
main.contact>.content03 {
  width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
}

main.contact>.content03>.inner {
  margin: 40px auto 40px;
  width: 800px;
}

main.contact>.content03>.inner figure {
  margin: 20px auto;
  width: 130px;
}

main.contact>.content03>.inner figure img {
  margin: 0 auto;
  width: 100%;
}

main.contact>.content03>.inner figcaption {
  text-align: center;
  color: #0098d8;
}

main.contact>.content03>.inner .sentence {
  margin: 0 auto;
  width: 57%;
}

main.contact>.content03>.inner .bt_pagetop {}

main.contact>.content03>.inner .bt_pagetop a {
  width: 240px;
  margin: 20px auto 0px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px #0098d8 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0098d8;
  color: #0098d8;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
  background: #fff;
}

main.contact>.content03>.inner .bt_pagetop a:hover {
  color: #fff;
  background: #0098d8;
  transition: 0.5s ease-in-out;
}

/*送信完了ここまで*/
/*お問い合せここまで*/
/*サイトマップ*/
main.sitemap {}

main.sitemap>.content01>ul {
  width: 700px;
  margin: 40px auto 40px;
  position: relative;
}

main.sitemap>.content01>ul::before {
  width: 700px;
  content: "";
  background: url(../img/bg_sitemap01.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: 350px;
  position: absolute;
  height: 500px;
}

main.sitemap>.content01>ul::after {
  width: 700px;
  content: "";
  background: url(../img/bg_sitemap02.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: 350px;
  position: absolute;
  height: 455px;
  top: auto;
  bottom: 0;
  z-index: -1;
}

main.sitemap>.content01>ul>li {
  /* border-bottom: 2px #0098d8 solid; */
  position: relative;
  margin: 0 0 10px 0;
}

main.sitemap>.content01>ul>li>a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 16px 0 16px 40px;
  transition: 1s ease-in-out;
  background: rgba(0, 179, 255, 0.8);
  border-bottom: 1px #eee solid;
}

main.sitemap>.content01>ul>li:hover>a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 16px 0 16px 75px;
  transition: 0.3s ease-in-out;
}

main.sitemap>.content01>ul>li:hover>a::before {
  content: "・";
  /* background: #0098d8; */
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 16px 0 0px;
  position: absolute;
  /* top: 20px; */
  left: 0;
  color: #0098d8;
  font-size: 35px;
}

main.sitemap>.content01>ul>li>a::before {
  content: "・";
  /* background: #0098d8; */
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 16px 0 0px;
  position: absolute;
  /* top: 20px; */
  left: 0;
  color: #ffffff;
  font-size: 35px;
}

main.sitemap>.content01>ul>li>ul {
  padding: 0px 0 0px 50px;
  /* border-top: 2px #0098d8 solid; */
}

main.sitemap>.content01>ul>li>ul>li {
  /* border-bottom: 2px #0098d8 solid; */
  position: relative;
  background: rgba(216, 243, 255, 0.41);
  border-bottom: 1px #8cd0ed solid;
}

main.sitemap>.content01>ul>li>ul>li>a {
  color: #0098d8;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0 16px 40px;
  display: block;
  transition: 1s ease-in-out;
}

main.sitemap>.content01>ul>li>ul>li>a::before {
  content: "・";
  /* background: #0098d8; */
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 16px 0 0px;
  position: absolute;
  /* top: 20px; */
  left: 0;
  color: #0098d8;
  font-size: 35px;
}

main.sitemap>.content01>ul>li>ul>li:hover>a {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0 16px 75px;
  transition: 0.3s ease-in-out;
}

main.sitemap>.content01>ul>li>ul>li:hover>a::before {
  content: "・";
  /* background: #0098d8; */
  width: 35px;
  height: auto;
  display: inline-block;
  margin: 0 16px 0 0px;
  position: absolute;
  /* top: 20px; */
  left: 0;
  color: #0098d8;
  font-size: 35px;
}

/*サイトマップエンド*/
/*プライバシーポリシー*/
.privacy {}

.privacy>.content01 {}

.privacy>.content01>.inner {
  margin: 40px auto;
  position: relative;
  width: 1024px;
}

.privacy>.content01>.inner>.inner {
  width: 96%;
  margin: 0 auto;
}

.privacy>.content01>.inner>.inner article {
  margin: 40px auto;
  position: relative;
  width: 1024px;
}

.privacy>.content01>.inner>.inner .sentence {
  margin: 20px 0 0 0;
}

.privacy>.content01>.inner>.inner dl {
  margin: 20px 0 0 0;
}

.privacy>.content01>.inner>.inner dl dt {
  font-weight: bold;
}

.privacy>.content01>.inner>.inner dl dd {}

.privacy>.content01>.inner>.inner ul {
  margin: 20px 0 0 0;
}

.privacy>.content01>.inner>.inner ul li {
  margin: 20px 0 0 0;
}

/*プライバシーポリシーここまで*/
/*404エラー*/
main.page_noto_found {}

main.page_noto_found>.content01 {}

main.page_noto_found>.content01>.inner {
  width: 1024px;
  margin: 40px auto 40px;
  position: relative;
}

main.page_noto_found>.content01>.inner h3 {}

main.page_noto_found>.content01>.inner .sentence {}

main.page_noto_found .bt01 {
  width: 300px;
  margin: 40px auto;
}

main.page_noto_found .bt01 a {
  display: block;
}

/*404エラー エンド*/
/*フッター*/
footer {
  width: 100%;
  margin: 120px 0 0px 0 !important;
  position: relative;
}

#footer_top {
  width: 100%;
  margin: 0px 0 0px 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 40px 0 40px 0; */
  position: relative;
  background: #ffffff;
  box-shadow: 1px 1px 10px #333333;
}

#footer_top>.inner {
  display: flex;
  border-top: none;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}

#footer_top>.bt_area01 {
  display: flex;
  border-top: none;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #d7f1ff;
  margin: 20px auto;
  padding: 20px;
}

#footer_top>.bt_area01 .bn_suetsugu01 {
  line-height: 0;
  margin: 0 20px 0 0;
}

#footer_top>.bt_area01 .bn_suetsugu01 a {
  line-height: 0;
  display: block;
}

#footer_top>.bt_area01 .bn_suetsugu01 img {
  transition: 0.5s ease-in-out;
}

#footer_top>.bt_area01 .bn_suetsugu01 img:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.5;
}

#footer_top>.bt_area01 .bt01 {
  width: 350px;
  background: #ff8a00;
}

#footer_top>.bt_area01 .bt01 a {
  color: #ffffff;
  display: block;
  padding: 36px 16px;
  text-align: center;
  /* border: 1px #fff solid; */
  transition: 0.5s ease-in-out;
  /* transform: skewX(35deg); */
}

#footer_top>.inner>figure {
  width: 45%;
  line-height: 0;
}

#footer_top>.inner>figure img:nth-child(1) {
  width: 292px;
  display: block;
}

#footer_top>.inner>figure img:nth-child(2) {
  width: 60%;
  display: block;
  margin: 10px auto 0;
}

#footer_top>.inner>ul {
  margin: 0 auto;
  padding: 30px 0 30px 0;
  position: relative;
  width: 55%;
  /*display: flex;*/
  flex-wrap: wrap;
}

#footer_top>.inner>ul li {}

#footer_top>.inner>ul li:nth-child(1) {
  font-size: 21px;
  font-weight: bold;
  color: #222222;
  /*width: 200px;*/
}

#footer_top>.inner>ul li:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  /*width: 570px;*/
  margin: 0 0 20px 0;
}

#footer_top>.inner>ul li:nth-child(3) {
  font-size: 21px;
  font-weight: bold;
  color: #222222;
  /*width: 200px;*/
}

#footer_top>.inner>ul li:nth-child(4) {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  /*width: 570px;*/
  margin: 0 0 20px 0;
}

#footer_top>.inner>ul li:nth-child(5) {
  font-size: 21px;
  font-weight: bold;
  color: #222222;
  /*width: 570px;*/
}

#footer_top>.inner>ul li:nth-child(6) {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  /*width: 570px;*/
}

#footer_top ul.footer_bt_area {
  display: none;
}

#footer_middle {
  background: #333;
}

nav#footer_nav {
  display: flex;
  padding: 20px 0 20px 0;
  width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
}

nav#footer_nav>section {
  width: 20%;
  border-right: 1px #fff solid;
  box-sizing: border-box;
}

nav#footer_nav>section:nth-child(1) {
  border-left: 1px #fff solid;
}

nav#footer_nav>section:nth-child(2) {}

nav#footer_nav>section:nth-child(3) {}

nav#footer_nav>section:nth-child(4) {}

nav#footer_nav>section:nth-child(5) {}

nav#footer_nav>section:nth-child(6) {
  border-left: 1px #fff solid;
}

nav#footer_nav>section:nth-child(7) {}

nav#footer_nav>section:nth-child(8) {}

nav#footer_nav>section:nth-child(9) {}

nav#footer_nav>section:nth-child(10) {}

nav#footer_nav>section:nth-child(11) {
  border-left: 1px #fff solid;
}

nav#footer_nav>section:nth-child(12) {}

/*大メニュー*/
nav#footer_nav>section>h2 {
  padding: 0px 0 0px 0px;
  border-bottom: 1px #5d5d5d dashed;
  width: 85%;
  margin: 0 auto;
}

nav#footer_nav>section>h2>a {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

nav#footer_nav>section>h2>a:hover {
  border-bottom: 2px #fff solid;
  box-sizing: border-box;
}

/*小メニュー*/
nav#footer_nav>section>ul {
  margin: 20px 0 0 20px;
}

nav#footer_nav>section>ul>li {}

nav#footer_nav>section>ul>li>a {
  font-size: 12px;
  color: #fff;
}

nav#footer_nav>section>ul>li>a:hover {
  border-bottom: 1px #fff solid;
  box-sizing: border-box;
}

#footer_bottom {
  background: #111;
}

#footer_bottom_inner {
  display: flex;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  align-items: center;
}

#footer_bottom_inner .footer_logo {
  margin: 0 20px 0 0;
  width: 391px;
}

#footer_bottom_inner .footer_logo a {}

#footer_bottom_inner .footer_logo a:hover {
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

#footer_bottom_inner .footer_logo a img {}

#footer_bottom_inner .footer_address {
  font-size: 14px;
  margin: 0 40px 0 0;
  width: 390px;
}

#footer_bottom_inner .footer_address br {
  display: none;
}

#footer_bottom_inner p#copyright {
  font-size: 10px;
  text-align: center;
  width: 100%;
  background: #111;
  color: #fff;
}

/*フッターここまで*/

/*ページネイション*/
.pagination {
  margin: 0px auto 0px;
  /*width: 1024px;*/
  width: 100%;
  padding: 15px 0;
}

.pagination_inner {
  display: flex;
  justify-content: center;
}

.pagination_inner li {
  margin: 0 8px 0 0;
}

.pagination_inner li:last-child {
  margin-right: 0;
}

.pagination_inner li a {
  color: #fff;
  background: #bbbbbb;
  display: block;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.pagination_inner li:hover a {
  background: #0098d8;
  transition: 0.3s ease-in-out;
}

.pagination_inner li a.pagination_on {
  background: #0098d8;
}

/*ページネイション*/
/*----------------フロートクリア-------------------*/
.clearfix:after {
  content: "";
  clear: both !important;
  display: block;
}

/*----------------フロートクリア-------------------*/


/*------------- 採用情報 ---------------*/
html:has(main.recruit) {
  scroll-behavior: smooth;
}

#greeting {}

#guidelines {}

main.recruit section+section {
  margin: 100px 0
}

.rec_inner {
  max-width: 1024px;
  margin: auto;
}

main.recruit * {
  font-family: 'Noto Sans JP', sans-serif;
}

.rec_title_wrap {
  display: flex;
  align-items: baseline;
}

.rec_text_wrap {
  max-width: 800px;
  margin: auto;
}

.rec_text_wrap p {
  /* padding-left: 1em; */
  text-indent: 1em;
}

.rec_title_wrap h3 {
  color: #0098d8;
  border-bottom: solid 2px #0098d8;
  width: 100%;
  font-size: 40px;
  line-height: 1.3;
}

.rec_title_wrap h4 {
  font-family: "Century Gothic";
  font-size: 115px;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #0098d8;
  letter-spacing: -0.03em;
}

ul.rec_navi {
  display: flex;
  justify-content: space-between;
}

ul.rec_navi li {
  width: 23%;
  background: #0098d8;
  /* padding: 30px 10px; */
  border-radius: 4px;
  transition: 0.1s;
}

ul.rec_navi li:hover {
  background: #006d9a;
  filter: drop-shadow(1px 4px 8px rgba(0, 0, 0, .2));
}

ul.rec_navi li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 10px;
}

ul.rec_navi li a::after {
  content: '';
  transform: rotate(135deg);
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  margin: auto;
}

.rec_middle_title_wrap {
  /* margin-bottom: 25px; */
  max-width: 1024px;
  margin: 0 auto 25px;
  margin-top: 100px;
}

.rec_middle_title_wrap h5 {
  text-align: center;
  background: #0098d8;
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
  padding: 8px;
}

.table_inner {}

.nothing {
  background: #999;
  padding: 50px 0px;
}

.nothing p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .3));
}

.table_inner dl {
  display: flex;
}

.table_inner dt {
  width: 30%;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  padding: 8px 16px;
  background: #f2f2f2;
  display: grid;
  place-items: center;
}

.table_inner dl:last-of-type dt {
  border-bottom: solid 1px #999;
}

.table_inner dd {
  width: 70%;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  padding: 8px 16px;
}

.table_inner dl:last-of-type dd {
  border-bottom: solid 1px #999;
}

#submission {
  background: #0098d8;
  padding: 25px 0 50px 0;
}

.submission_inner {
  /* background: #fff; */
  max-width: 1024px;
  border-radius: 4px;
  margin: auto;
}

.submission_inner h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
}

.submission_main {
  background: #fff;
  padding: 50px;
}

.submission_main p {
  font-size: 21px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}

.submission_main p span {
  margin-left: 8.4em;
}

.submission_main p.sub_cortion {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-top: 25px;
}

.submission_inner a {
  background: #f15a24;
  display: flex;
  width: 360px;
  margin: 25px auto 0;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 21px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  transition: 0.1s;
}

.submission_inner a:hover {
  background: #b24017;
  filter: drop-shadow(1px 4px 8px rgba(0, 0, 0, .2));
}

.recruit_bnr {
  width: 100%;
  max-width: 1024px;
  margin: 100px auto;
}

.recruit_bnr a {
}

.recruit_bnr a img {
  display: block;
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,.3));
  transition: 0.2s;
  /* filter: contrast(1.1); */
}

.recruit_bnr a img:hover {
  filter: contrast(1.1) drop-shadow(0px 4px 9px rgba(0,0,0,.3));
}

.pc {
  display: block!important;
}

.sp {
  display: none!important;
}

/*------------- 採用情報 ここまで ---------------*/