@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 700;
  font-size: 104%;
  color: #73B9FF;
}

.fixed {
  position: fixed;
  z-index: 100;
  background: #000;
  width: 100%;
  top: 0px;
  left: 0px;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_8 {
  margin-top: 8px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}
mt_60{
	margin-top:60px;
}
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none;
}

.map__block_sp {
  display: none;
}

.center {
  text-align: center;
}

.fixd {
  position: fixed;
  z-index: 3;
  background: #FFF;
  width: 100%;
  left: 0px;
  top: 0px;
}

#map_canvas {
  width: 100%;
  height: 500px;
}

.content_block {
  padding: 50px 0px 0px;
}

.sub__wrap {
  max-width: 800px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 90%;
  padding: 0px 20px;
}

.common_btn {
  background: #000;
  width: 290px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

header {
  width: 100%;
  background: #000;
}

header .tel {
  position: absolute;
  top: 0px;
  right: 0px;
}

header .tagline {
  width: 100%;
}

header .tagline .logo {
  width: 292px;
  float: left;
  padding-top: 20px;
}

header .nav {
  padding-bottom: 20px;
  padding-top: 50px;
  float: right;
  max-width: 700px;
  width: 80%;
}

header .nav .pc_dropdown {
  display: none;
  height: auto;
  position: absolute;
  left: 0px;
  top: 99px;
  width: 100%;
  margin-left: 0px;
  z-index: 1000;
  background: rgba(0, 109, 217, 0.7);
  color: #FFF;
}

header .nav .pc_dropdown .sub_nav_lineup_block {
  padding-top: 15px;
  width: 96%;
  margin: 0px auto;
}

header .nav .pc_dropdown .sub_nav_lineup_block .w30 li {
  width: 30%;
}

header .nav .pc_dropdown .sub_nav_lineup_block .w40 li {
  width: 45%;
}

header .nav .pc_dropdown .sub_nav_lineup_block .w40 li img {
  width: 100%;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec a {
  color: #FFF;
  text-decoration: none;
  border-left: none;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec a:after {
  display: none;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li {
  transition: .5s all;
  border: none;
  width: 22%;
  margin-right: 4%;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li:nth-child(4n) {
  margin-right: 0%;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li:hover {
  opacity: 0.7;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li .sub_ttl {
  padding: 10px 0px;
  text-align: left;
}

header .nav .pc_dropdown .sub_nav_lineup_block ul.category_sec li img {
  width: 100%;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .nav ul .active:after {
  width: 100%;
}

header .nav ul li {
  font-size: 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s all;
}

header .nav ul li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
  padding: 5px 0px;
  position: relative;
  color: #FFF;
}

header .nav ul li a:after {
  background-color: #73B9FF;
  bottom: -5px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header .nav ul li a:hover:after {
  width: 100%;
}

.news_box {
  box-sizing: border-box;
  margin-bottom: 30px;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #CCC;
}

.news_box dl dt {
  padding: 20px 20px;
  box-sizing: border-box;
  width: 20%;
  color: #73B9FF;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt .blue {
  background: #BFDFFF;
}

.news_box dl dt .orange {
  background: #FFD24D;
}

.news_box dl dt .green {
  background: #AFEA00;
}

.news_box dl dt .purple {
  background: #C4C4FF;
}

.news_box dl dt span {
  display: inline-block;
  padding: 4px 0px;
  width: 140px;
  text-align: center;
  color: #5B5C5E;
  font-size: 84%;
}

.news_box dl dd {
  color: #73B9FF;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 22px 20px;
  color: #5B5C5E;
}

.news_box dl dd span {
  display: inline-block;
  padding-left: 25px;
}

.news_box dl dd a {
  text-decoration: none;
}

.product__sub {
  margin: 50px 0px;
}

.product__sub ul {
  display: flex;
  flex-wrap: nowrap;
}

.product__sub ul .bg {
  background: #f7f7f7;
}

.product__sub ul li {
  width: 50%;
  padding: 0px 40px;
  box-sizing: border-box;
  min-height: 450px;
}

.product__sub ul li:first-child {
  background: url(../img/product_sub.jpg) no-repeat bottom center;
  background-size: cover;
}

.product__sub ul li .inner {
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__sub ul li .inner p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 100%;
}

.product__sub ul li .inner p:last-child {
  margin-bottom: 0px;
}

.product__main {
  width: 100%;
}

.product__main .list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product__main .list li {
  width: 48%;
}

.product__main .list li p {
  text-align: center;
  padding-top: 20px;
}

.product__main .outer {
  position: relative;
  width: 100%;
  padding-top: 500px;
}

.product__main .outer:before {
  content: "";
  background: url("../img/product_l_1.jpg") no-repeat 0px 0px;
  background-size: cover;
  width: 50%;
  height: 660px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.product__main .outer:after {
  content: "";
  background: url("../img/product_l_2.jpg") no-repeat 0px 0px;
  background-size: cover;
  width: 50%;
  height: 660px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.product__main .outer .inner {
  background: #FFF;
  box-sizing: border-box;
  padding: 50px 50px 0px 50px;
  width: 100%;
}

.strength .group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.strength .group:last-child {
  margin-bottom: 0px;
}

.strength .group .left {
  border: 1px solid #CCC;
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 1;
  background: #FFF;
}

.strength .group .left .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.strength .group .left .inner .no {
  color: #9a9d9f;
  font-size: 184%;
  font-family: arial, sans-serif;
  margin-bottom: 20px;
}

.strength .group .left .inner .sub_ttl {
  font-size: 114%;
  margin-bottom: 15px;
}

.strength .group .right {
  width: 80%;
  max-width: 800px;
  padding-top: 10px;
}

.strength .group .right .inner {
  position: relative;
  margin-left: -70px;
  padding-right: 30px;
}

.strength .group .right .inner .lead {
  line-height: 1.8;
  font-size: 114%;
  padding-top: 100px;
}
.lead {
    line-height: 1.8;
	font-size: 114%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.strength .group .right .inner .list {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 40px;
  justify-content: space-between;
}

.strength .group .right .inner .list li {
  width: 48%;
}

.strength .group .right .inner:before {
  content: "";
  background: #f5f4f3;
  position: absolute;
  left: -200px;
  width: calc(100% + 200px);
  height: 300px;
  top: 70px;
  z-index: -1;
}

.top__news {
  max-width: 2000px;
  width: 100%;
  min-height: 423px;
  margin: 80px auto 0px;
  padding-top: 45px;
  box-sizing: border-box;
  background: url("../img/news_bg.jpg") no-repeat 0px 0px;
}

.top__news .box {
  max-width: 1020px;
  width: 90%;
  margin: 0px auto 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 50px;
  background: #FFF;
}

.top__news .box .txt {
  font-size: 84%;
  text-align: right;
  margin-bottom: 20px;
}

.top__news .box .txt .blue {
  color: #BFDFFF;
}

.top__news .box .txt .orange {
  color: #FFD24D;
}

.top__news .box .txt .green {
  color: #AFEA00;
}

.top__news .box .txt .purple {
  color: #C4C4FF;
}

.top__rec {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 50px auto 0px;
  height: 366px;
  background: url("../img/rec.jpg") no-repeat 0px 0px;
  background-size: cover;
  box-sizing: border-box;
}

.top__rec .ttl_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top__rec .ttl_box .sub_ttl {
  color: #000;
  text-align: center;
  font-size: 114%;
  margin-top: -10px;
}

.top__rec .ttl_box .sub_ttl:after {
  content: url(../img/link.png);
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-left: 6px;
}

.top__rec .ttl_box .sub_ttl a {
  color: #000;
}

.top__domain ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #CCC;
}

.top__domain ul li {
  width: calc(100% / 3);
  height: 550px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .5s all;
}

.top__domain ul li a {
  display: block;
  position: relative;
  z-index: 4;
  height: 100%;
}

.top__domain ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: .5s all;
}

.top__domain ul li:hover:after {
  opacity: 1;
}

.top__domain ul li:hover:first-child {
  background-position: top 0px left 0px;
}

.top__domain ul li:hover:nth-child(2n) {
  background-position: top 0px left 0px;
}

.top__domain ul li:hover:last-child {
  background-position: top 0px left 0px;
}

.top__domain ul li .last {
  border-right: none !important;
}

.top__domain ul li:hover .text {
  opacity: 1;
}

.top__domain ul li .inner {
  position: absolute;
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
}

.top__domain ul li .inner .sub_ttl {
  line-height: 1.5;
  font-size: 114%;
  color: #868686;
  z-index: 2;
  transition: .5s all;
  position: relative;
}

.top__domain ul li .inner .sub_ttl span {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 244%;
  transition: .5s all;
}

.top__domain ul li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  width: 80%;
  z-index: 2;
  opacity: 0;
  transition: .5s all;
  line-height: 1.5;
}

.top__domain ul li:hover .sub_ttl {
  color: #FFF !important;
}

.top__domain ul li:hover .sub_ttl span {
  color: #FFF !important;
}

.top__domain ul li:first-child {
  background: url("../img/domain_1.jpg") no-repeat 0px 0px #FFF;
  background-position: 0px 141px;
  background-size: cover;
}

.top__domain ul li:nth-child(2n) {
  background: url("../img/domain_2.jpg") no-repeat 0px 0px #FFF;
  background-position: 0px 141px;
  background-size: cover;
}

.top__domain ul li:last-child {
  background: url("../img/domain_3.jpg") no-repeat 0px 0px #FFF;
  background-position: 0px 141px;
  border-right: none;
  background-size: cover;
}

.top__mission {
  padding-top: 30px;
}

.top__mission .btn {
  background: #000;
  max-width: 240px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 17px 0px 17px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.top__mission .btn:before {
  content: "";
  position: absolute;
  top: 24px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.top__mission .btn:hover:before {
  left: -20px;
}

.top__mission .btn:hover {
  opacity: 0.7;
}

.top__mission ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__mission ul .left {
  max-width: 420px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__mission ul .left .copy {
  padding-top: 40px;
  font-size: 114%;
  margin-bottom: 30px;
  line-height: 1.5;
}

.top__mission ul .left p {
  margin-bottom: 30px;
}

.top__mission ul .left .sub_ttl {
  font-size: 324%;
  position: relative;
  color: #000;
  z-index: 3;
  font-family: arial, sans-serif;
  font-style: italic;
}

.top__mission ul .left .sub_ttl:before {
  content: "";
  height: 10px;
  width: 200px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  background: #73B9FF;
}

.top__mission ul .left .sub_ttl span {
  font-size: 60%;
  display: inline-block;
  margin-left: 15px;
}

.top__mission ul .right {
  width: 58%;
}

.slide_wrapper {
  width: 100%;
  margin: 99px auto 0px;
  position: relative;
}

.slide_wrapper .sub_ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #FFF;
  text-shadow: 1px 2px 3px #000000;
}

.slide_wrapper .sub_ttl h1 {
  font-size: 324%;
  letter-spacing: 0.1em;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}

.slide_wrapper .sub_ttl p span {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  font-size: 134%;
  padding-bottom: 5px;
}

.wrapper, .main_wrapper {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.ttl__white {
  font-size: 324%;
  position: relative;
  color: #FFF;
  z-index: 3;
  font-family: arial, sans-serif;
  font-style: italic;
  margin-bottom: 50px;
  text-align: center;
}

.ttl__white:before {
  content: "";
  height: 10px;
  width: 200px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #FFF;
}

.ttl__white span {
  font-size: 60%;
  display: inline-block;
  margin-left: 15px;
}

.ttl {
  font-size: 324%;
  position: relative;
  color: #000;
  z-index: 3;
  font-family: arial, sans-serif;
  font-style: italic;
  margin-bottom: 50px;
  text-align: center;
}

.ttl:before {
  content: "";
  height: 10px;
  width: 200px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #73B9FF;
}

.ttl span {
  font-size: 54%;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 134%;
  padding-bottom: 20px;
}

.middle_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #73B9FF;
  z-index: 2;
}

.middle_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #CCC;
  z-index: 1;
}

.processing_facility_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 94%;
}

.processing_facility_tbl tr {
  width: 100%;
}

.processing_facility_tbl th, .processing_facility_tbl td {
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #CCC;
  font-size: 94%;
}

.processing_facility_tbl th {
  text-align: left;
}

.processing_facility_tbl .pink {
  background: #FFF0F7;
}

.processing_facility_tbl .blue {
  background: #F0FBFF;
}

.processing_facility_tbl .green {
  background: #FBFFF0;
}

.processing_facility_tbl .orange {
  background: #F6E1B2;
}

.business .slide__block {
  background: #000;
  padding: 50px 0px 10px;
  margin: 40px 0px;
}

.business .lead {
  color: #73B9FF;
}

.business table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.business table tr {
  width: 100%;
}

.business table th, .business table td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.business table th {
  background: #73B9FF;
  color: #FFF;
  text-align: left;
  width: 20%;
}

.business .list__block {
  margin-bottom: 30px;
}

.business .list__block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business .list__block ul li {
  width: 22%;
  margin-bottom: 25px;
}

.business .list__block ul li img {
  width: 100%;
}

.business .list__block ul li .sub_ttl {
  color: #73B9FF;
  margin-bottom: 8px;
  font-size: 108%;
  font-weight: 700;
  padding-top: 8px;
}

.business .detail__slider {
  max-width: 800px;
  width: 80%;
  margin: 0px auto;
}

.business .detail__slider img {
  width: 100%;
}

.business .img {
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.business article {
  margin-bottom: 25px;
}

.business article ul {
  display: flex;
  flex-wrap: nowrap;
}

.business article ul .packing {
  background: url("../img/packing.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 350px;
}

.business article ul .supply {
  background: url("../img/supply.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 350px;
}

.business article ul .facility {
  background: url("../img/facility.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 350px;
}

.business article ul .oem {
  background: url("../img/oem.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 350px;
}

.business article ul .left {
  width: 50%;
}

.business article ul .left img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
}

.business article ul .right {
  width: 50%;
}

.business article ul li {
  box-sizing: border-box;
}

.business article ul li .inner {
  text-align: left;
  padding: 0 6.875%;
  box-sizing: border-box;
}

.business article ul li .inner .sub_ttl {
  font-size: 160%;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #105aa5;
  padding: 10px;
  border-left: 3px solid #105aa5;
}

.business article ul li .inner p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 110%;
}

.recruit .main {
  background: #EEEEEE;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.recruit .main section:first-of-type {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.recruit .main .sub_ttl {
  font-size: 114%;
  margin-bottom: 10px;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.pagetop_icon {
  text-align: center;
  padding: 15px 0px;
  position: relative;
  z-index: 2;
}

.pagetop_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.pagetop_icon .txt {
  font-family: Arial,sans-serif;
  padding: 10px 0px;
  color: #000;
}

/*/////////// footer ////////////*/
footer {
  background: url("../img/footer__bg.jpg") no-repeat 0px 0px;
  background-size: cover;
  padding-top: 310px;
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  margin: 0px auto;
}

footer .copy {
  padding: 25px 0px;
  color: #FFF;
  text-align: center;
}

footer .inner {
  background: url("../img/arch.png") no-repeat center 0px;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  padding: 130px 0px 20px 0px;
}

footer .inner nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
}

footer .inner .box {
  width: 20%;
  box-sizing: border-box;
  padding-left: 30px;
}

footer .inner .box .sub_ttl {
  font-size: 114%;
  color: #FFF;
  border-left: 6px solid #73B9FF;
  padding-left: 10px;
  margin-bottom: 20px;
}

footer .inner .box .sub_ttl a {
  color: #FFF;
}

footer .inner .box ul {
  padding-left: 10px;
}

footer .inner .box ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

footer .inner .box ul li a {
  color: #FFF;
  font-size: 94%;
}

footer .inner .box ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFF;
}

.map {
  height: 400px;
}

.pro_bg {
  background: url("../img/second_bg2.jpg") no-repeat center !important;
}

.contact_bg {
  background: url("../img/contact_bg.jpg") no-repeat center !important;
}

.second_main_img {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  background: url("../img/second_bg.jpg") no-repeat center;
  background-size: cover;
  height: 180px;
  margin: 99px auto 0px;
}

.second_main_img .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 3;
  width: 100%;
}

.second_main_img .outer h2 {
  font-size: 200%;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.second_main_img .outer h2 span {
  color: #73B9FF;
  font-size: 74%;
  text-shadow: none;
}

.access__block .map_img {
  text-align: center;
}

.access__block .map_img img[usemap] {
  max-width: 100%;
  height: auto;
}

.access__block .lead {
  text-align: center;
  font-size: 114%;
  padding: 20px 0px;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  width: calc(100% / 3);
  font-size: 94%;
  margin-bottom: 10px;
}

.sitemap ul li span {
  color: #73B9FF;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.sub__wrap {
  max-width: 760px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}

.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.policy article ul li:first-child {
  min-width: 240px;
}

.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 30px;
  background: #73B9FF;
  z-index: -1;
  max-height: 355px;
}

.message ul .pic {
  width: 350px;
  position: relative;
}

.message ul .pic img {
  width: 100%;
}

.message ul .txt {
  width: 74%;
  padding-left: 70px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.message ul .txt .name {
  text-align: right;
  font-size: 184%;
}

.message ul .txt .name span {
  font-size: 54%;
}

.company .access section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.company .access section .left {
  width: 35%;
  position: relative;
}

.company .access section .left .inner p {
  margin-bottom: 15px;
}

.company .access section .right {
  width: 63%;
}

.company .main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.company .main .left {
  width: 40%;
}

.company .main .left figure {
  margin-bottom: 20px;
}

.company .main .left figure figcaption {
  text-align: center;
  margin-bottom: 8px;
  background: #73B9FF;
  padding: 8px;
  color: #FFF;
  font-size: 114%;
}

.company .main .right {
  width: 58%;
}

.company_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.company_tbl tr {
  width: 100%;
}

.company_tbl th, .company_tbl td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.company_tbl tbody {
  text-align: left;
}

.company_tbl tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 30%;
}

.company_tbl tbody td {
  background: white;
  line-height: 1.7;
}

.company_tbl tbody td p {
  margin-bottom: 15px;
}

.alert {
  margin-bottom: 30px;
}

.alert li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FF0000;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #73B9FF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #73B9FF;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.production .box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.production .box .outer {
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
}

.production .box .outer .lead {
  text-align: center;
  font-size: 100%;
  margin-top: 20px;
}

.production .box .outer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-bottom:20px;
}

.production .box .outer ul li {
  width: 49%;
}

.production .box .outer ul li img {
  width: 100%;
}

.production .box .outer ul li .sub_ttl {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background: #FFF;
  font-size: 100%;
  margin-top: 20px;
}

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

.image__pro__list_ttl ul li {
  width: 32%;
  margin-bottom: 25px;
}

.image__pro__list_ttl ul li img {
  width: 100%;
}

.image__pro__list_ttl ul li .sub_ttl {
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background: #FFF;
  font-size: 108%;
}

.image__list_ttl ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}

.image__list_ttl ul li {
  width: 22%;
  margin-bottom: 25px;
  position: relative;
  margin-right: 3%;
}

.image__list_ttl ul li a {
  display: block;
}

.image__list_ttl ul li:nth-child(4n) {
  margin-right: 0px;
}

.image__list_ttl ul li img {
  width: 100%;
}

.image__list_ttl ul li .sub_ttl {
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #FFF;
}

.fac__bg_1 {
  background: url("../img/fac_1_l.jpg") no-repeat 0px 0px;
}

.fac__bg_2 {
  background: url("../img/fac_2_l.jpg") no-repeat 0px 0px;
}

.fac__bg_3 {
  background: url("../img/fac_3_l.jpg") no-repeat 0px 0px;
}

.fac__bg_4 {
  background: url("../img/fac_4_l.jpg") no-repeat 0px 0px;
}

.fac__bg_6 {
  background: url("/wordpress/wp-content/uploads/2022/02/fac_6_l-1.jpg") no-repeat 0px 0px;
}

.fac__bg_1_2 {
  background: url("../img/fac_1_2_l.jpg") no-repeat center 0px;
}

.fac__bg_2_2 {
  background: url("../img/fac_2_2_l.jpg") no-repeat center 0px;
}

.fac__bg_3_2 {
  background: url("../img/fac_3_2_l.jpg") no-repeat center 0px;
}

.fac__bg_4_2 {
  background: url("../img/fac_4_2_l.jpg") no-repeat center 0px;
}

.fac__bg_1_3 {
  background: url("../img/fac_1_3_l.png") no-repeat right 0px;
}

.fac__bg_2_3 {
  background: url("../img/fac_2_3_l.png") no-repeat right 0px;
}

.fac__bg_3_3 {
  background: url("../img/fac_3_3_l.png") no-repeat right 0px;
}

.fac__bg_4_3 {
  background: url("../img/fac_4_3_l.png") no-repeat right 0px;
}

.facility__sub__l {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  height: 450px;
  display: flex;
  flex-wrap: nowrap;
}

.facility__sub__l .outer {
  width: 50%;
  background-size: cover;
}

.facility__sub__l .outer .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  max-width: 300px;
  width: 40%;
  left: 0px;
}

.facility__sub__l .outer .box p {
  display: block;
  background: #00000075;
  padding: 10px;
  line-height: 1.5;
  color: #FFF;
}

.facility__sub {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  height: 450px;
  position: relative;
}

.facility__sub p {
  line-height: 1.5;
}

.facility__sub p span {
  display: block;
  background: #00000075;
  padding: 10px;
  color: #FFF;
}

.facility__sub .left {
  position: absolute;
  top: 230px;
  max-width: 400px;
  width: 40%;
  left: 0px;
}

.facility__sub .right {
  position: absolute;
  top: 230px;
  max-width: 400px;
  width: 30%;
  right: 0px;
}

.facility__main {
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 50px;
}

.facility__main .wrap {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: relative;
}

.facility__main .outer {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #FFF;
  z-index: 3;
  width: 400px;
  padding: 15px 0px;
}


.facility__main .outer h2 {
  font-size: 200%;
  text-align: center;
  position: relative;
  line-height: 1.2;
}

.facility__main .outer1 {
  position: absolute;
  bottom: 100px;
  left: 70%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: rgba(255,255,255,0.77);
  z-index: 4;
  width: 400px;
	padding: 15px 15px;
}


.facility__main .outer1 h2 {
  font-size: 144%;
  text-align: center;
  position: relative;
  line-height: 1.5;
}

.facility__main .outer h2 span {
  font-family: "Arial Black", Arial;
  font-size: 64%;
  color: #4DA6FF;
}
h2.yumincho_alc {
    text-align: center;
}

p.expansion {
    font-size: 124%;
    margin-bottom: 15px;
	font-weight:bold;
}
table.company_tbl {
    margin-bottom: 50px;
}


@media screen and (max-width: 1200px) {
  .strength .group .left {
    width: 250px;
    height: 250px;
  }
  .strength .group .right {
    width: 65%;
    max-width: 800px;
    padding-top: 10px;
  }
  .strength .group .right .inner {
    margin-left: -70px;
    padding-right: 50px;
  }
  .strength .group .right .inner .lead {
    line-height: 1.8;
    font-size: 154%;
    padding-top: 100px;
  }
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .slide_wrapper {
    width: 100%;
    margin: 98px auto 0px;
  }
  .second_main_img {
    width: 100%;
    margin: 98px auto 0px;
  }
  header {
    width: 100%;
    background: #000;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 292px;
    float: left;
    padding-top: 20px;
  }
  header .nav {
    padding-bottom: 20px;
    padding-top: 50px;
    max-width: 560px;
    width: 80%;
  }
  header .nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  header .nav ul .active:after {
    width: 100%;
  }
  header .nav ul li {
    font-size: 94%;
  }
  /*/////////// footer ////////////*/
  footer {
    background: url("../img/footer__bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    padding-top: 200px;
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    margin: 0px auto;
  }
  footer .copy {
    padding: 25px 0px;
    color: #FFF;
    text-align: center;
  }
  footer .inner {
    padding: 80px 0px 20px 0px;
  }
  footer .inner nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  footer .inner .box {
    width: 20%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  footer .inner .box .sub_ttl {
    font-size: 114%;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  footer .inner .box ul {
    padding-left: 10px;
  }
  footer .inner .box ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .inner .box ul li a {
    color: #FFF;
    font-size: 94%;
  }
  footer .inner .box ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
  }
}
