@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
Theme Name: yuasa-mechatronic
Description: yuasa-mechatronic
Version: 1.0
Author: yuasa-mechatronic
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}

body, html {
  /* important */
    height: 100%;
}

body.mce-content-body.wp-autoresize {
  padding: 20px !important;
}

a {
    color: #305dc4;
    text-decoration: none;
}

a:hover {
    color: #1c80d4;
    transition: all 0.1s ease-out;
}

a:hover img {
	opacity: 0.6;
    transition: opacity 0.2s ease-out;
}

/* -------------------------------- 

Modules

-------------------------------- */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.container_1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.container_940 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width:1200px) {

.container {
    width: inherit;
    margin: 0 15px;
}

}

/* -------------------------------- 

ps / sp

-------------------------------- */

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width:1200px) {

.pc {
    display: none;
}

.sp {
    display: block;
}

}

/* -------------------------------- 

post

-------------------------------- */

p {
    font-size: 18px;
    line-height: 1.8;
}

.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 30px 20px;
}

.aligncenter {
    padding: 20px 0 20px 0;
    text-align: center;
}

img.aligncenter {
    padding: 20px 0 20px 0;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:1200px) {

.alignleft {
    float: none;
}

.alignright {
    float: none;
}

}

/* -------------------------------- 

header

-------------------------------- */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
}

#header_pc {
    width: 100%;
    max-width: 1200px;
    height: 85px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

#header_pc h1 {
    width: 405px;
    height: 39px;
    position: relative;
    z-index: 12;
    top: 20px;
    float: left;
}

#header_pc h1 a {
    display: block;
    width: 405px;
    height: 39px;
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat 0;
}

#header_pc {
    display: block;
}

#header_sp {
    display: none;
}

.site-header {
    background: rgb(255 255 255);
    padding: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    height: 85px;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

@media only screen and (max-width:1200px) {

#header_pc {
    display: none;
}

#header_sp {
    display: block;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 110;
    background: #fff;
}

#header_pc h1 {
    width: 535px;
    height: 44px;
    position: relative;
    z-index: 12;
    top: 20px;
    float: left;
}

#header_sp h1 {
    padding: 7px 0 0 13px;
}

#header_sp h1 a {
    display: block;
    width: 280px;
}

#header_sp h1 img {
    width: 280px;
    height: auto;
}

.site-header {
    display: none;
    height: 65px;
}

}

/* -------------------------------- 

nav PC

-------------------------------- */

#header_nav {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(378px);
    height: 85px;
}

nav {
	color:#000;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 300px;
}

nav ul ul {
	display: block;
}

nav ul li {
	position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 2px 0 0;
    transition: all .3s;
    line-height: 81px;
    border-bottom: 2px solid #fff;
	font-size: 16px;
    font-weight: 500;
}

nav ul li a:hover {
    border-bottom: 2px solid #1c80d4;
}

nav ul li li a {
	padding:10px 43px;
}

nav ul li a:hover {
	color:#000;	
}

nav li.has-child ul {
    position: absolute;
    left: 50%;
    top: 85px;
    z-index: 4;
    background: #ffffffc9;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding: 16px 0 21px;
    transform: translateX(-50%);
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
    color: #000;
    line-height: 16px;
    font-size: 14px;
    border-bottom: none;
}

nav li.has-child ul li:last-child a {
	border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	color: #1c80d4;
}

@media only screen and (max-width:1200px) {

#header_nav {
    display: none;
}

}

/* -------------------------------- 

header_contact

-------------------------------- */

#header_contact {
    position: absolute;
    z-index: 12;
    top: 30px;
    left: 50%;
    transform: translateX(430px);
}

#header_contact a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 19px;
    border: 1px solid #000;
}

#header_contact a:hover {
    background: #ccc;
}

@media only screen and (max-width:1200px) {}

/* -------------------------------- 

header_search

-------------------------------- */
 
#header_search {
    position: relative;
    z-index: 13;
    top: 25px;
    float: right;
}

#header_search #search-text {
    -webkit-appearance: none;
    width: 46px;
    height: 34px;
    background: #fff url(images/icon_search.png) no-repeat 12px center;
    transition: all 0.5s;
    outline: none;
    cursor: pointer;
    border: 1px solid #ddd;
}

#header_search #search-text:focus {
    width: 290px;
    padding: 0 0 0 43px;
}

@media only screen and (max-width:1200px) {}

/* -------------------------------- 

nav SP

-------------------------------- */

@media only screen and (max-width:1200px) {

.mainView{}

.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}
 
.el_humburger {
    display: block;
    right: 8px;
    top: 0;
    padding-top: 21px;
    width: 65px;
    height: 65px;
}

#factory .el_humburger {
    display: none;
}
 
.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 33px;
    display: inline-block;
}
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}
 
.el_humburger_text.el_humburger_text__close {
  display: none;
}
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
 
.el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
}
 
.el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
}
 
.js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
}
 
.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 2px;
    background: #305dc4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
 
.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #fff;
}
 
.el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(11px) rotate(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
 
.navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: #000;
    width: 450px;
    z-index: 12;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
}

.js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0);
}

.navi {
    padding: 65px 0 0;
}

.js_humburgerOpen .navi {
    width: 88%;
}
 
.navi_item {
    position: relative;
    margin-bottom: 28px;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;
    margin-left: 90px;
}

.navi_item.op_innerLink {
    cursor: pointer;
}

.navi_item {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 0;
    min-height: 60px;
    line-height: 60px;
}
 
.el_spChildNavOpen {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}
 
.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
 
.el_spChildNavOpen_wrapper {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 1px);
}

.el_spChildNavOpen_wrapper:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
  
.nav_child {}
 
.nav_child_item {
    position: relative;
    padding: 0 20px 20px 40px;
    margin: 0;
    background: #1d1d1d;
    color: #fff;
    line-height: 23px;
	font-size: 16px;
}
 
.nav_child_item > a {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
 
.nav_child_item:first-child {
    height: 60px;
    padding: 20px 20px 0 40px;
}

.nav_child_item:last-child {
    height: 60px;
}
 
.js_openSwitch {
  cursor: pointer;
}
 
.js_openTarget {
  display: none;
}

.navi_item a {
    color: #fff;
}

.navi_item a.oya {
    padding: 0 0 0 18px;
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 800;
}

.btn_contact_sp {}

.btn_contact_sp a {
    display: block;
    background: #000;
    color: #fff;
    width: 85%;
    margin: 40px auto 15px;
    text-align: center;
    height: 55px;
    line-height: 51px;
    font-size: 18px;
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 800;
    border: 2px solid #fff;
}

.search_sp {
    width: 85%;
    margin: 35px auto 30px;
}

.search_sp form input {
    background: #000 url(images/icon_search_sp.png) no-repeat;
    background-size: 25px;
    background-position: 99% 50%;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 800;
}

.search_sp form input::placeholder {
    font-size: 18px;
    color: #fff;
}

body.js_humburgerOpen .mainView {}

.Arrow-Right {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    float: right;
    position: relative;
    top: 25px;
    right: 26px;
}

}

/* -------------------------------- 

mainimg

-------------------------------- */

.mainimg {
    position: relative;
    top: 85px;
    height: 690px;
    margin: 0 0 85px;
}

.img-box {
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;
}

.img-box > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}

.img-box > div:first-of-type {
    background-image: url("images/mainimg_01.jpg");
}
.img-box > div:nth-of-type(2) {
    background-image: url("images/mainimg_02.jpg");
    animation-delay: 5s;
}
.img-box > div:nth-of-type(3) {
    background-image: url("images/mainimg_03.jpg");
    animation-delay: 10s;
}
.img-box > div:nth-of-type(4) {
    background-image: url("images/mainimg_04.jpg");
    animation-delay: 15s;
}
.img-box > div:last-of-type {
    background-image: url("images/mainimg_05.jpg");
    animation-delay: 20s;
}

@media only screen and (max-width:1200px) {

.mainimg {
    top: 65px;
    margin: 0 0 65px;
}

}

@media only screen and (max-width:768px) {

.img-box > div:first-of-type {
    background-image: url("images/mainimg_01_sp.jpg");
}
.img-box > div:nth-of-type(2) {
    background-image: url("images/mainimg_02_sp.jpg");
    animation-delay: 5s;
}
.img-box > div:nth-of-type(3) {
    background-image: url("images/mainimg_03_sp.jpg");
    animation-delay: 10s;
}
.img-box > div:nth-of-type(4) {
    background-image: url("images/mainimg_04_sp.jpg");
    animation-delay: 15s;
}
.img-box > div:last-of-type {
    background-image: url("images/mainimg_05_sp.jpg");
    animation-delay: 20s;
}

}

/* -------------------------------- 

top

-------------------------------- */

.col_blue {
    color: #2e5ac5;
}

h2.page_top {
    font-size: 36px;
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #000;
    padding: 33px 0 30px;
}

h2.page_top span.font_jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 86%;
}

@media only screen and (max-width:1200px) {

h2.page_top {
    font-size: 35px;
}

}

/* -------------------------------- 

top_3col

-------------------------------- */

#top_3col {
    padding: 60px 0 70px;
}

#top_3col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_3col ul li {}

#top_3col ul li img {
    width: 382px;
    height: 230px;
}

#top_3col ul li a {
    display: grid;
}

@media only screen and (max-width:1200px) {

#top_3col {
    padding: 45px 0 5px;
}

#top_3col ul {
    max-width: 674px;
    width: 100%;
    margin: 0 auto;
}

#top_3col ul li {
    margin: 0 0 30px;
}

#top_3col ul li img {
    max-width: 674px;
    width: 100%;
    height: auto;
}

}

/* -------------------------------- 

movie

-------------------------------- */

#movie {
    overflow: hidden;
    padding: 0;
}

.icon_box {
    /* position: absolute; */
    width: 270px;
    z-index: 10;
}

.icon_cat {
    width: 87px;
    height: 23px;
    margin-bottom: 4px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0;
    float: left;
    margin-right: 3px;
}

.icon_box div:nth-child(3n).icon_cat {
    margin-right: 0;
}

.car {background-image: url(images/icon_car.png)}
.building {background-image: url(images/icon_building.png)}
.aviation {background-image: url(images/icon_aviation.png)}
.semiconductor {background-image: url(images/icon_semiconductor.png)}
.construction {background-image: url(images/icon_construction.png)}
.food {background-image: url(images/icon_food.png)}
.tools {background-image: url(images/icon_tools.png)}
.robot {background-image: url(images/icon_robot.png)}
.resilience {background-image: url(images/icon_resilience.png)}
.logistics-packing {background-image: url(images/icon_logistics-packing.png)}
.made-to-order {background-image: url(images/icon_made-to-order.png)}
.architectural-solution {background-image: url(images/icon_architectural-solution.png)}
.others {background-image: url(images/icon_others.png)}

.slider_title {
    font-size: 17px;
    line-height: 140%;
    padding-top: 6px;
    display: block;
	font-family: 'Noto Sans JP', sans-serif;
}

.slick-prev {
    width: 12px !important;
    height: 37px !important;
    background: url(images/slick-prev.png) no-repeat !important;
	top: 38% !important;
}
.slick-next {
    width: 12px !important;
    height: 37px !important;
    background: url(images/slick-next.png) no-repeat !important;
	top: 38% !important;
}

.regular_3 .slick-prev {
	top: 42% !important;
}

.regular_3 .slick-next {
	top: 42% !important;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

.view_all {
    padding: 30px 0 50px;
}

.view_all a {
    display: block;
    text-align: center;
    color: #000;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 900;
    width: 73px;
    height: 31px;
}

.view_all a:hover {
    color: #1c80d4;
}

.view_all::after {
    content: "";
    display: block;
    width: 73px;
    height: 2px;
    background: #ee0000;
    margin: 0 auto;
}

.section_movie {
    margin-top: -7px;
}

.section_movie .slick-slide img {
    width: 350px !important;
    height: 197px;
    vertical-align: middle;
    object-fit: cover;
}

.section_movie .slick-slide {
    margin: 0 8px;
}

.section_movie .regular_3 .slick-slide {
    margin: 0 18px;
}

@media only screen and (max-width:1200px) {

#movie .icon_cat {
    margin-right: 3px;
}

#movie .sliderArea {
    width: 336px;
}

.section_movie .slick-slide img {
    width: 270px !important;
    height: auto;
}

.view_all {
    padding: 25px 0 30px;
}

}

/* -------------------------------- 

slick

-------------------------------- */

.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

@media only screen and (max-width:1200px) {}

/* -------------------------------- 

information

-------------------------------- */

#information {
    background: #fff;
    overflow: hidden;
    padding: 18px 0 35px;
}

.container_info {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

ul.info {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 35px 0;
    margin-top: -10px;
}

ul.info li {
    width: 100%;
}

ul.info li a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 6px 0;
    overflow: hidden;
}

ul.info li a:hover {
    color: #adadad;
}

ul.info li a:hover time {
    color: #000;
}

ul.info li time {
    font-size: 16px;
    font-weight: 800;
    float: left;
}

ul.info li .info_cate {
    float: left;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 81px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0 0 13px;
}

ul.info li .cate_event {background: #21ade5;}
ul.info li .cate_info {background: #e186a7;}
ul.info li .cate_item {background: #99bf52;}

ul.info li .info_title {
    float: left;
    max-width: 767px;
    font-size: 18px;
    padding: 0 0 0 33px;
    line-height: 150%;
}

.btn_infoall {
    text-align: center;
    margin: 44px 0 0;
}

.btn_infoall img {
    display: inline-block;
    vertical-align: top;
}

#info.archive {
    background: #fff;
    padding: 132px 0 97px;
}

#info.archive ul.info li a {
    background: url(images/info_arrow2.png) no-repeat 96% 50%;
}

#info.post {
    background: #fff;
    padding: 132px 0 97px;
}


#info.post time {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    float: left;
}

#info.post .info_cate {
    float: left;
    background: #21ade5;
    color: #fff;
    font-size: 12px;
    width: 81px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 3px 0 0 10px;
}

#info.post .info_title {
    clear: both;
    max-width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    padding: 0 0 17px;
    margin: 0 0 24px;
}

.btn_backnews {
    text-align: center;
    margin: 90px 0 0;
}

.btn_backnews img {
    max-width: 361px;
    width: 100%;
    height: auto;
}

#info.post #info_content {
    max-width: 1000px;
    width: 100%;
}

#info.post #info_content img {
    max-width: 1000px;
    height: auto;
}

#info.post #info_content p {
    padding: 0 0 1em;
}

@media only screen and (max-width:1200px) {

#information {
    padding: 0 0 35px;
}

.container_info {
    padding: 0 15px;
}

#info.post {
	padding: 65px 0 97px;
}

#info.archive {
	padding: 65px 0 97px;
}

#info.post .info_title {
    font-size: 22px;
    line-height: 1.3;
}

#info.post #info_content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

ul.info {
    border-top: 1px solid #e4e4e4;
    border-bottom: none;
	padding: 0;
}

ul.info li {
    border-bottom: 1px solid #e4e4e4;
}

ul.info li .info_title {
    clear: both;
	font-size: 16px;
	padding: 0;
}

}

/* -------------------------------- 

footer

-------------------------------- */

footer {
    background: #f3f3f3;
    overflow: hidden;
    padding: 55px 0 0;
}

.company_name {
    text-align: center;
}

.company_add {
    text-align: center;
    margin: 0 0 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

ul.link {
    overflow: hidden;
    width: 100%;
    margin: 0 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.link li {
    float: left;
}

ul.link li.sec_1 {}
ul.link li.sec_2 {}
ul.link li.sec_3 {}
ul.link li.sec_4 {}

ul.link li ul {}

ul.link li > ul li {
    float: none;
	display: inherit;
    font-size: 16px;
    margin: 0 0 6px;
}

ul.link li > ul li:first-child {
    font-weight: bold;
    margin: 0 0 15px;
}

ul.link li > ul li a {
    color: #000;
}

ul.link li > ul li a:hover {
    color: #1c80d4;
}

ul.link_sp.font-W_normal li a {
    font-weight: 400;
}

p.copy {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 20px 0 20px;
    text-align: center;
    border-top: 2px solid #ee0000;
}

@media only screen and (max-width:1200px) {

footer {
    padding: 38px 0 0;
}

.company_add {
    font-size: 13px;
    margin: 0 0 25px;
}

ul.link {
    display: none;
}

.footer_link_sp {
    overflow: hidden;
    max-width: 330px;
    margin: 0 auto;
}

ul.link_sp {
    width: 50%;
    text-align: left;
    padding: 0 20px;
    margin: 0 0 30px;
    float: left;
}

ul.link_sp li {
    margin: 2% 0;
}

ul.link_sp li a {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

p.copy {
    padding: 10px 0 9px;
    font-size: 13px;
}

.company_name img {
    max-width: 405px;
    width: 100%;
    height: auto;
}

}

/* -------------------------------- 

tab_recruit

-------------------------------- */

#tab_recruit {}

#tab_recruit a {
    display: block;
    width: 55px;
    height: 131px;
    background: #ffc233;
    color: #fff;
    font-size: 20px;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 55px;
    position: fixed;
    top: 55%;
    right: 0;
    border-radius: 8px 0 0 8px;
    letter-spacing: 1px;
	z-index: 1;
}

#tab_recruit a:hover {
    background: #ffd779;
}

@media only screen and (max-width:1200px) {

#tab_recruit a {
    top: inherit;
    bottom: 167px;
    width: 43px;
    height: 108px;
    line-height: 43px;
    z-index: 109;
}

}

/* -------------------------------- 

page

-------------------------------- */

#page {
    overflow: hidden;
    position: relative;
    padding: 85px 0 140px;
}

#page ul#breadcrumbs {
    max-width: 1200px;
    width: 100%;
    height: 35px;
    margin: 0 auto;
    font-size: 13px;
    padding: 0;
}

#page ul#breadcrumbs li {
    float: left;
    margin: 0 8px 0 0;
    line-height: 35px;
    color: #aaa;
}

#page ul#breadcrumbs li.active {
    color: #000;
}

#page ul#breadcrumbs li a {
    color: #aaa;
}

#page ul#breadcrumbs li a:hover {
    color: #000;
}

#page .page_h2_bg {
    background: #333;
    margin: 0 0 82px;
}

#page .page_h2_bg h2 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#page .subpage_h2 {
    margin: 0 0 44px;
}

#page p {
    font-size: 16px;
    padding: 0 0 1em;
    line-height: 170%;
    letter-spacing: 0.25px;
}

#page h3 {
    font-size: 36px;
    font-weight: 800;
    color: #305dc4;
    margin: 0 0 20px;
}

#page ul {
    font-size: 18px;
    padding: 0 0 1em;
}

#page ul li {
    list-style: none;
    margin: 0 0 0 32px;
}

@media only screen and (max-width:1200px) {

#page {
    padding: 65px 0 90px;
}

#page ul#breadcrumbs {
    display: none;
}

#page .page_h2_bg h2 img {
    width: 100%;
    height: auto;
}

#page .page_h2_bg {
    margin: 0 0 26px;
}

#page .subpage_h2 {
    margin: 0 0 18px;
}

#page .subpage_h2 img {
    max-width: 1170px;
    width: 100%;
    height: auto;
}

}

/* -------------------------------- 

page_solution

-------------------------------- */

#page_solution {}

#page #page_solution ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page #page_solution ul li {
    margin: 0 0 17px;
    background: #2e5ec2;
}

#sol_movie {
    overflow: hidden;
}

#sol_movie h2 {
    font-size: 36px;
    font-family: 'Roboto', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    color: #2e5ac5;
    padding: 30px 0 12px;
}

#sol_movie ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#sol_movie ul li {
    margin: 0 75px 40px 0;
    width: 350px;
}

#sol_movie ul li:nth-child(3n) {
    margin: 0 0 40px 0;
}

#sol_movie ul li img {
    max-width: 350px;
    width: 100%;
    height: auto;
	vertical-align: middle;
}

#sol_pickup {
    overflow: hidden;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 12px;
    margin: 0 0 21px;
}

#sol_pickup h2 {
    font-size: 36px;
    font-family: 'Roboto', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    color: #2e5ac5;
    padding: 30px 0 20px;
}

#sol_pickup h2 span.font_jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 86%;
}

#sol_pickup ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#sol_pickup ul li {
    margin: 0 40px 40px 0;
    width: 270px;
}

#sol_pickup ul li:nth-child(4n) {
    margin: 0 0 40px 0;
}

#sol_pickup ul li img {
    width: 270px;
    height: 218px;
    vertical-align: middle;
    object-fit: cover;
    border: 1px solid #cacaca;
}

#pwbox-3673 {
    margin: 0 0 25px;
}

@media only screen and (max-width:1200px) {

#page #page_solution ul li img {
    max-width: 1050px;
    width: 100%;
    height: auto;
}

#sol_pickup ul li {
    margin: 0 auto 40px;
}

#sol_pickup ul li:nth-child(4n) {
    margin: 0 auto 40px;
}

#sol_movie ul li {
    margin: 0 auto 40px;
}

#sol_movie ul li:nth-child(3n) {
    margin: 0 auto 40px;
}


}

/* -------------------------------- 

pickup / movie

-------------------------------- */

#page h1.post_title {
    font-size: 28px;
    font-weight: bold;
    border: none;
    padding: 3px 0 0;
    margin: 0 0 28px;
    line-height: 1.4;
    clear: both;
    color: #000;
}

.item_img {
    margin: 0 0 40px;
}

.item_img img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.item_txt {}

#page_single.item_txt h2 {
    font-size: 34px;
    font-weight: bold;
    color: #305dc2;
    line-height: 1.4;
    padding: 0 0 15px;
    clear: both;
}

#page_single.item_txt h3 {
    background: linear-gradient(-90deg, #3a9ffe, #305dc4);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 22px 30px;
    border-radius: 15px;
    border: none;
    margin: 0 0 20px;
    line-height: 1.3;
	clear: both;
}

#page_single.item_txt h4 {
    font-size: 24px;
    font-weight: bold;
    background: #e4e8f1;
    padding: 11px 23px;
    border-left: 5px solid #305dc2;
    margin: 0 0 20px;
	clear: both;
}

#page_single.item_txt h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
	clear: both;
}

#page_single.item_txt p {
    font-size: 18px;
    padding: 0 0 1em;
    line-height: 1.9;
}

#page_single.item_txt ul li {
    list-style: url(images/list_icon_disk.png);
    margin: 0 0 0 32px;
    padding: 0 0 5px;
}

.item_txt img {
    max-width: 100%;
    height: auto;
}

.pageback {
    width: 59px;
    height: 34px;
    color: #000;
    background: #fff;
    border: none;
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.pageback:hover {
    color: #1c80d4;
    transition: all 0.1s;
}

.pageback::after {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    background: #ee0000;
    margin: 0 auto;
    position: absolute;
    top: 34px;
}

.main_column {
    float: right;
    max-width: 890px;
    width: 100%;
}

#page ul.pickup_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#page ul.pickup_list li {
    margin: 0 40px 40px 0;
    width: 270px;
}

#page ul.pickup_list li:nth-child(3n) {
    margin: 0 0 40px 0;
}

#page ul.pickup_list li img {
    width: 270px;
    height: 218px;
    vertical-align: middle;
    object-fit: cover;
    border: 1px solid #cacaca;
}

#page ul.pickup_list li a {
    color: #000;
}

#page ul.pickup_list li:hover a {
    color: #999;
}

#page ul.pickup_side {
    float: left;
    max-width: 250px;
    width: 100%;
    padding: 0;
    font-size: 14px;
}

#page ul.pickup_side li {
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

#page ul.pickup_side li a {
    color: #000;
    display: block;
    margin: 0 0 16px 0;
    line-height: 150%;
}

#page ul.pickup_side li a:hover {
    color: #305dc4;
}

#page ul.pickup_side li.active a {
    color: #305dc4;
}

.wp-pagenavi {
    text-align: center;
    padding: 60px 0 0;
}

.box_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 0 37px;
}

.box_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page ul.movie_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#page ul.movie_list li {
    margin: 0 31px 40px 0;
    width: 276px;
}

#page ul.movie_list li:nth-child(3n) {
    margin: 0 0 40px 0;
}

#page ul.movie_list li img {
    max-width: 276px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#page ul.movie_list li a {
    color: #000;
}

#page ul.movie_list li:hover a {
    color: #999;
}

#page #pickup_movie h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.25px;
}




@media only screen and (max-width:1200px) {

#page .item_txt h2 {
    font-size: 24px;
}

#page .item_txt h3 {
    font-size: 22px;
	border-radius: 10px;
    padding: 15px 15px;
}

#page .item_txt h4 {
    font-size: 20px;
    padding: 8px 16px;
    border-left: 4px solid #305dc2;
}

#page .item_txt h5 {
    font-size: 19px;
}

#page h3.post_title {
    font-size: 22px;
}

#page ul.pickup_list li {
    margin: 0 auto 40px;
}

#page ul.pickup_list li:nth-child(3n) {
    margin: 0 auto 40px;
}

.wp-pagenavi {
    padding: 60px 0 55px;
}

#page ul.pickup_side {
    max-width: 100%;
}

#page ul.pickup_side li {
    font-size: 17px;
}

#pickup_movie {
    padding: 0 15px;
}

.item_txt img {}

#page ul.movie_list li {
    margin: 0 auto 40px;
}

#page ul.movie_list li:nth-child(3n) {
    margin: 0 auto 40px;
}

}

/* -------------------------------- 

page_business

-------------------------------- */

#page.business {
    padding: 85px 0 100px;
}

#page_business {
    margin: 0;
}

#page h3 span.font_26 {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin: -5px 0 0;
}

.business_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 22px 0 45px;
}

.business_1 h4 {
    height: 39px;
    line-height: 39px;
    font-size: 17px;
    background: #305dc4;
    color: #fff;
    padding: 0 14px;
}

.business_1 .box_left {
    max-width: 580px;
    width: 100%;
}

#page .business_1 .box_left ul {
    padding: 0;
}

#page .business_1 .box_left ul li {
    margin: 0;
    line-height: 39px;
    padding: 0 33px 0 20px;
    background: #fff;
}

#page .business_1 .box_left ul li:nth-child(2n) {
    background: #f0f1f3;
}

#page .business_1 .box_left ul li span {
    float: right;
}

.business_1 .box_right {
    max-width: 580px;
    width: 100%;
}

.business_1 .box_right .box_right_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page .business_1 .box_right .box_right_ul ul {
    padding: 1px 0 0;
}

#page .business_1 .box_right .box_right_ul ul li {
    margin: 0;
    padding: 3px 20px 0;
}

.business_1_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.business_1_2 .box_left {}

.business_1_2 .box_right {
    max-width: 725px;
    padding-top: 88px;
}

.business_1_2 h4, .business_1_3 h4 {
    font-size: 22px;
    color: #305dc4;
    padding: 0 0 18px;
    line-height: 150%;
}

.business_1_3 {
    padding: 0 0 70px;
}

.business_1_3_img {
    margin: 8px 0 20px;
}

.business_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 55px;
}

.business_2 .box_left {
    max-width: 694px;
}

.business_2 .box_right {}

.view_more {
    padding: 0 0 40px;
}

.view_more a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    width: 95px;
    height: 31px;
}

.view_more a:hover {
    color: #1c80d4;
}

.view_more::after {
    content: "";
    display: block;
    width: 95px;
    height: 2px;
    background: #ee0000;
}

.business_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 73px;
}

.business_3 .box_left {
    max-width: 785px;
}

.business_3 .box_right {
    margin: -21px 0 0;
}

p span.font_18blue {
    font-size: 18px;
    color: #305dc4;
    font-weight: 800;
}

.business_05_img {
    text-align: center;
    padding: 25px 0 15px;
}

.business_05_img img {
    max-width: 993px;
    width: 100%;
    height: auto;
}

.business_4 {
    margin: 0 0 110px;
}

#page_business_2 {
    background: #f3f3f3;
    padding: 80px 0 100px;
}

#page_business_2 h2 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding: 0 0 70px;
}

#page_business_2 h2::after {
    content: "";
    position: relative;
    bottom: -22px;
    left: 50%;
    margin-left: -45px;
    display: block;
    height: 2px;
    width: 90px;
    background: #2e5ac5;
}

#page_business_2 h3 {
    font-size: 24px;
    color: #305dc4;
    padding: 0 0 15px;
    margin: 0;
}

.box_business_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 72px;
}

.box_business_2 .box_left {
    max-width: 820px;
    width: 100%;
    height: auto;
}

.box_business_2 .box_right {
    padding: 12px 0 0;
}

.box_business_2 .box_right img {
    width: 314px;
}

@media only screen and (max-width:1200px) {

#page.business {
    padding: 65px 0 45px;
}

#page h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 15px;
}

.business_1_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 15px;
}

.business_1_2 h4, .business_1_3 h4 {
    font-size: 21px;
    line-height: 120%;
}

.business_1_3 {
    padding: 0;
}

#page h3 span.font_26 {
    font-size: 19px;
    margin: 4px 0 0;
}

.business_1_2 .box_right {
    padding-top: 24px;
}

.business_2 {
    margin: 19px 0 50px;
}

.view_more {
    padding: 0 0 27px;
}

.business_3 {
    margin: 15px 0 50px;
}

.business_3 .box_left {
    margin: 0 0 25px;
}

.business_4 {
    margin: 0 0 60px;
}

#page #page_business_2 h3 {
    margin: 0;
}

.box_business_2 {
    margin: 0 0 45px;
}

.box_business_2 .box_right img {
    max-width: 580px;
    width: 100%;
    height: auto;
}

#page_business {
    margin: 0 0 60px;
}

#page_business_2 {
    padding: 50px 0 20px;
}

#page_business_2 h2 {
    font-size: 28px;
    padding: 0 0 60px;
}

#page_business_2 h2::after {
    margin-left: -30px;
    width: 60px;
}

}

/* -------------------------------- 

company

-------------------------------- */

#page_company {}

#page #page_company ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page #page_company ul li {
    margin: 0 0 17px;
    background: #2e5ec2;
}

#page h3.company {
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    font-weight: 800;
    color: #000;
    padding: 0 0 12px;
}

#page p.txt_20 {
    font-size: 20px;
    line-height: 150%;
}

#page_philosophy {}

#page #page_philosophy p {
    line-height: 190%;
	letter-spacing: 0;
}

#page #page_philosophy p.mission {
    line-height: 160%;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.box_philosophy {
    margin: 0 0 5px;
    padding: 0 0 38px;
}

.box_philosophy.box1 {
    padding: 20px 0 38px;
}

.box_philosophy.box3 {
    border: none;
    margin: 0;
    padding: 0;
}

#page_about {}

.box_about {
    padding: 20px 0 55px;
}

.box_about2 {
    padding: 20px 0 0;
}

#page table {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
}

#page table tr {
    background: #fff;
}

#page table tr:nth-child(2n) {
    background: #eceff4;
}

#page table th {
    width: 26%;
    text-align: left;
    vertical-align: middle;
    padding: 16px 15px;
    font-weight: 600;
}

#page table td {
    text-align: left;
    vertical-align: top;
    padding: 16px 15px;
    line-height: 175%;
}

#page #page_single table {
    /* border: none; */
    border-color: white;
}

#page #page_single table tr {
    background: none;
}

#page #page_single table tr:nth-child(2n) {
    background: #fff;
}

#page #page_single table th {
    padding: 0;
}

#page #page_single table td {
    padding: 0;
}

#page_history {}

.box_history {
    width: 48%;
    float: left;
    padding: 20px 0 55px;
}

.box_history2 {
    width: 48%;
    float: right;
    padding: 20px 0 0;
}

#page #page_history table th {
    width: 29%;
}

#page_domestic {}

.domestic_map {
    margin: 0 0 42px;
    text-align: center;
}

.domestic_map img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

#page ul.map {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 70px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page ul.map li {
    margin: 0;
}

#page ul.map li a {
    display: block;
    width: 104px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0;
    text-indent: -9999px;
}

#page ul.map li.map1 a {background-image: url(images/btn_map1.png);}
#page ul.map li.map2 a {background-image: url(images/btn_map2.png);}
#page ul.map li.map3 a {background-image: url(images/btn_map3.png);}
#page ul.map li.map4 a {background-image: url(images/btn_map4.png);}
#page ul.map li.map5 a {background-image: url(images/btn_map5.png);}
#page ul.map li.map6 a {background-image: url(images/btn_map6.png);}

#page ul.map li.map1 a:hover {background-image: url(images/btn_map1_on.png);}
#page ul.map li.map2 a:hover {background-image: url(images/btn_map2_on.png);}
#page ul.map li.map3 a:hover {background-image: url(images/btn_map3_on.png);}
#page ul.map li.map4 a:hover {background-image: url(images/btn_map4_on.png);}
#page ul.map li.map5 a:hover {background-image: url(images/btn_map5_on.png);}
#page ul.map li.map6 a:hover {background-image: url(images/btn_map6_on.png);}

#page ul.map li a:hover {
    transition: all 0.1s ease-out;
}

.box_map {
    overflow: hidden;
    margin: 0 0 25px;
}

#page .box_map h3.company {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 16px;
    margin: 0 0 22px;
    font-size: 28px;
}

.box_map .domestic_name {
    font-size: 20px;
    font-weight: 500;
}

.box_map .domestic_name .icon_map {
    padding: 0 0 0 16px;
    position: relative;
    top: 4px;
}

#page .box_map p {}

.box_map_inner {
    margin: 0 0 10px;
}

#page_oversea {}

.oversea_map {
    margin: 0 0 42px;
    text-align: center;
}

.oversea_map img {
    max-width: 940px;
    width: 100%;
    height: auto;
}

.sp_br {
    display: none;
}

@media only screen and (max-width:1200px) {

.sp_br {
    display: initial;
}

#page #page_company ul li img {
    max-width: 1050px;
    width: 100%;
    height: auto;
}

#page p.txt_28 {
    font-size: 20px;
}

#page #page_about table {
    font-size: 16px;
}

#page table th {
    width: 35%;
}

#page #page_history table th {
    width: 27%;
}

#page ul.map li {
    margin: 0 0 5px;
}

#page .box_map h3.company {
    padding: 15px 0 16px;
}

#page .box_map p {
    font-size: 15px;
}

.box_history {
    width: 100%;
    float: none;
}

.box_history2 {
    width: 100%;
    float: none;
}

}

/* -------------------------------- 

product

-------------------------------- */

#product {
    margin: 65px 0 0;
    overflow: hidden;
}

#page h3.product {
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    font-weight: 800;
    color: #000;
    padding: 0 0 12px;
}

#page h4.product {
    font-size: 21px;
    padding: 0 0 8px;
}

#page h4.product2 {
    font-size: 21px;
    padding: 0 0 8px;
    margin: -24px 0 0;
}

#page ul.product_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 60px;
    font-size: 17.5px;
}

#page ul.product_list li {
    margin: 0 40px 5px 0;
    width: 270px;
}

#page ul.product_list li:nth-child(3n) {
    margin: 0 0 5px 0;
}

#page ul.product_list li a {
    color: #000;
    text-decoration: underline;
}

#page ul.product_list li:hover a {
    color: #999;
    text-decoration: none;
}

#page ul.product_side {
    float: left;
    max-width: 250px;
    width: 100%;
    padding: 0;
    font-size: 14px;
}

#page ul.product_side li {
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

#page ul.product_side li a {
    color: #000;
    display: block;
    margin: 0 0 16px 0;
    line-height: 150%;
}

#page ul.product_side li a:hover {
    color: #305dc4;
}


@media only screen and (max-width:1200px) {

#product {
    margin: 30px 0 0;
}

#page h3.product {
    font-size: 22px;
    padding: 20px 0 15px;
}

#page ul.product_side {
    max-width: 100%;
    margin: 0 0 65px;
}

#page ul.product_side li a {
    font-size: 16px;
}

#page ul.product_list {
    margin: 0 0 20px;
}

#page h4.product2 {
    margin: -5px 0 0;
}

}

/* -------------------------------- 

recruit

-------------------------------- */

#recruit {
    margin: 65px 0 0;
    overflow: hidden;
}

#page #recruit table th {
    width: 20%;
    padding: 16px 15px 16px 38px;
}

.box_voice {
    overflow: hidden;
    margin: 0 0 70px;
}

.box_voice_img {
    float: left;
    margin: 0 55px 0 0;
}

.box_voice_txt {}

#page .box_voice_txt h3 {
    color: #305dc4;
    font-size: 24px;
    border: none;
    padding: 0;
}

#page .box_voice_txt p {
    font-size: 18px;
    text-align: justify;
}

#acMenu dt {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 30px 39px 30px 60px;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
    background: url(images/faq_q.png) no-repeat 0 50%, url(images/faq_open.png) no-repeat 98% 50%;
    background-size: 23px, 19px;
}

#acMenu dt.active {
    background: url(images/faq_q.png) no-repeat 0 50%, url(images/faq_close.png) no-repeat 98% 50%;
    background-size: 23px, 19px;
}

#acMenu dd {
    width: 100%;
    font-size: 18px;
    padding: 33px 45px 33px 98px;
    display: none;
    background: #f2f5fc url(images/faq_a.png) no-repeat 30px 30px;
    background-size: 23px, 19px;
}

.acc_faq {
    max-width: 940px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
}

@media only screen and (max-width:1200px) {

#recruit {
    margin: 20px 0 0;
    padding: 0 15px;
}

}

/* -------------------------------- 

environmental-activites

-------------------------------- */

#environmental-activites {
    margin: 65px 0 18px;
    overflow: hidden;
}

#page h3.environmental-activites {
    border: none;
    font-size: 30px;
    font-weight: normal;
    color: #305dc4;
    padding: 0;
}

.box_2btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 630px;
    margin: 50px auto 0;
}

@media only screen and (max-width:1200px) {

#environmental-activites {
    margin: 40px 15px 0;
}

#page h3.environmental-activites {
    font-size: 25px;
}

.box_2btn {
    margin: 30px auto 0;
}

.box_2btn div {
    margin: 0 auto 15px;
}

}

/* -------------------------------- 

privacy-policy

-------------------------------- */

#privacy-policy {
    margin: 65px 0 18px;
    overflow: hidden;
}

#page #privacy-policy h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 33px;
}

#page #privacy-policy p {
    font-size: 16px;
    padding: 0 0 33px;
    line-height: 190%;
    letter-spacing: 0;
}

#page #privacy-policy ul {
    margin: 0 0 30px;
}

#page #privacy-policy ul li {
    list-style: decimal;
    margin: 0 0 0 27px;
    padding: 0 0 3px 0;
	line-height: 190%;
}

#page #privacy-policy ul li ol {
    margin: 4px 0 30px;
}

#page #privacy-policy ul li ol li {
    list-style: lower-alpha;
    margin: 0 0 0 19px;
    padding: 0;
}

.box_privacy {
    padding: 34px 0 75px;
}

#page #privacy-policy h3.contact_details {
    margin: 0;
}

@media only screen and (max-width:1200px) {

#privacy-policy {
    margin: 40px 15px 0;
}

}

/* -------------------------------- 

information

-------------------------------- */

#info {
    margin: 100px 0 30px;
}

#page #info ul.info {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

#page #info ul.info li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.box_info_title {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0 15px;
    margin: 0 0 25px;
}

.box_info_title time {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    float: left;
}

.box_info_title .info_cate {
    float: left;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 81px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0 0 13px;
}

.box_info_title .cate_event {background: #21ade5;}
.box_info_title .cate_info {background: #e186a7;}
.box_info_title .cate_item {background: #99bf52;}

.post_title {
    clear: both;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    padding: 6px 0;
}

#info_content img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:1200px) {

#info {
    padding: 30px 15px 60px;
    margin: 26px 0 0;
}

.post_title {
    font-size: 22px;
}

}

/* -------------------------------- 

download

-------------------------------- */

#download {
    margin: 100px 0 30px;
}

#page #download ul.pickup_list li img {
    width: 270px;
    height: 250px;
    object-fit: contain;
    border: none;
}

#page p.dl {
    font-size: 17.5px;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

#box_contact_r.acceptance {
    padding: 23px 0 23px 22px;
}

#page #box_contact_r.acceptance p {
    padding: 0;
    line-height: 1.5;
    font-size: 100%;
}

#page #box_contact_r.acceptance p span.font_s {
    font-size: 14.5px;
}

@media only screen and (max-width:1200px) {

#download {
    margin: 50px 0 0;
    overflow: hidden;
}

#box_contact_r.acceptance {
    padding: 23px 0 23px 0;
}

#download_form {
    padding: 0 15px;
}

}

/* -------------------------------- 

search

-------------------------------- */

.search_h2 {
    height: 260px;
}

#page .search_h2 h2 {
    font-size: 36px;
    padding: 54px 0 28px;
    color: #fff;
}

.search_window {
    background: #fff url(images/icon_search.png) no-repeat 98% center;
    border-radius: 5px;
    font-size: 18px;
    padding: 14px 29px;
}

#page ul.search {}

#page ul.search li {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 33px 0 33px;
}

.search_title {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 7px;
}

#page .search_txt p {
    font-size: 16px;
    padding: 0;
    line-height: 1.8;
}

@media only screen and (max-width:1200px) {

#page .search_h2 h2 {
    font-size: 20px;
    padding: 54px 0 28px;
}

}

/* -------------------------------- 

contact_page

-------------------------------- */

#contact_page {
    overflow: hidden;
    position: relative;
    padding: 132px 0 125px;
}

#contact_page h2.under2 {
    margin: 60px 0 65px;
}

#contact_page p {
    font-size: 16px;
}

#page p.txt_p20 {
    text-align: center;
    font-size: 20px !important;
    color: #000;
    padding: 0 0 42px;
}

#page p.txt_p18 {
    font-size: 18px;
    color: #000;
    padding: 0 0 42px;
    line-height: 1.8;
}

#page p.txt_p28 {
    font-size: 28px;
    color: #000;
    padding: 0 0 23px;
    line-height: 1.8;
    font-weight: bold;
}

.form_tel {
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 7px;
    margin: 0 0 64px;
}

.form_tel_l {
    float: left;
    margin-right: 45px;
}

.form_tel_r {
    float: left;
    padding: 30px 0 0;
}

#contact_page .form_tel_l p {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 13px;
}

#contact_page .form_tel_r p {
    font-size: 16px;
    line-height: 150%;
}

#box_contact_all {
    border-bottom: 1px solid #ddd;
    margin: 22px 0 50px;
}

#box_contact {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

#box_contact_l {
    display: table-cell;
    float: left;
    padding: 23px 0;
    width: 25%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#box_contact_r {
    display: table-cell;
    float: left;
    width: 75%;
    padding: 13px 0 13px 22px;
}

span.required {
    color: #ea2100;
}

#kojin {
    border: 1px solid #ddd;
    padding: 17px 32px;
    margin: 50px 0 45px;
    text-align: left;
}

#kojin.none {
    display: none;
}

#contact_page #kojin p {
    font-size: 16px;
    line-height: 160%;
}

#btn_submit {
    text-align: center;
}

button.form_1, button.back, button.send {
    background: #305dc4 url(images/contact_btn_arrow.png) no-repeat 90% 50%;
    color: #fff;
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 250px;
    height: 65px;
    border: none;
    border-radius: 65px;
    padding: 0;
    cursor: pointer;
}

#box_send {
    text-align: center;
}

button.back {
    background: #afb4c1;
}

button.send {}

.mw_wp_form .error {
    display: initial !important;
}

#contact_page p.user_finish {
    font-size: 20px;
    text-align: center;
}

.btn_backtop {
    text-align: center;
    margin: 150px 0 0;
}

@media only screen and (max-width:1200px) {

#contact_page {
    padding-top: 65px;
    padding: 65px 0 60px;
}

#contact_page h2.under2 {
    margin: 40px 0 74px;
}

p.txt_p20 {
    font-size: 18px;
}

.form_tel {
    margin: 0 0 43px;
}

.form_tel_l {
    float: none;
    margin-right: 0;
}

.form_tel_r {
    float: none;
    padding: 5px 0 15px;
}

p.txt_p18 {
    font-size: 17px;
    color: #000;
    padding: 0 0 25px;
    line-height: 1.8;
}

p.txt_p28 {
    font-size: 24px;
}

#box_contact {
    display: inline-grid;
    border: none;
}

#box_contact_l {
    width: inherit;
    padding: 6px 0 0;
}

#box_contact_r {
    padding: 3px 0 11px 0;
    width: 100%;
}

#btn_contact a img {
    max-width: 660px;
    width: 100%;
    height: auto;
}

.btn_backtop a img {
    max-width: 361px;
    width: 100%;
    height: auto;
}

}

/* -------------------------------- 

mailform

-------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], .add_select, select.month, select.day, textarea {
    vertical-align: middle;
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 1px 5px;
    border: 1px solid #ededed;
    font-size: 100%;
    color: #555;
    background: #ededed;
}

textarea {
    width: 100%;
    height: 250px;
    line-height: 1.5;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    background: url(images/btn_submit.png) no-repeat 0;
    width: 230px;
    height: 54px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    display: block;
    width: 174px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background: #2e5ac5;
    color: #fff;
    border-radius: 27px;
    margin: 0 auto;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    text-indent: 0;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {}

*:first-child+html input[type="submit"]{padding:3px;}

input[type="text"].add_zip {
    width: 100px;
}

.add_select {
    width: 170px;
    cursor: pointer;
}

input[type="text"].year {
    width: 80px;
}

select.month {
    width: 80px;
    cursor: pointer;
}

select.day {
    width: 80px;
    cursor: pointer;
}

.radio {
    margin: 16px 0;
}

#page #box_contact_r.acceptance p.bottom1em {
    padding: 0 0 1em;
}

@media only screen and (max-width:1200px) {

input[type="text"], input[type="email"], input[type="tel"], .add_select, textarea {
    width: 100%;
}

textarea {
    height: 240px;
}

.add_select {
    width: 170px;
}

}
