@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe{width: 100%;}

/* body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  } */
#header {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.5);
}
.logo img {
    width: 180px;
}
#trans a {
    width: 115px;
}
#trans .gt_selected {
    width: 127px;
}
#trans {
    position: absolute;
    right: 6px;
    top: 20px;
}
#trans .gt_option {
    width: 125px;
}
@media screen and (max-width:1200px) {

#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    padding-top: 20px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav .logo{
    padding-left: 10px;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #5573B7;
}
#g-nav li{
	list-style: none;
}
#g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #5573B7;
    position: relative;
}
#g-nav li a::after {
    content: "";
    display: block;
    border-left: 4px solid #5573B7;
    border-bottom: 4px solid #5573B7;
    width: 15px;
    height: 15px;
    transform: rotate(225deg);
    position: absolute;
    top: 25px;
    right: 30px;
}
#g-nav li a small {
    display: block;
    font-size: 13px;
}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span {
    background: #5573B7;
}
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}
.main-visual video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.8);
}
.overlay {
    position: absolute;
    top: 40%;
    color: white;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
    font-weight: bold;
}
p.copy {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 2rem;
}
p.copy small {
    font-size: 20px;
    letter-spacing: 8px;
    padding-left: 20px;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  gap: 5px;
}
.video-controls img {
    object-fit: contain;
    width: 25px;
    height: 14px;
}
.video-controls button {
    padding: 6px 10px;
    font-size: 12px;
    background: #f2f2f2;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

@media screen and (max-width: 768px) {
  .highlight {
    font-size: 1.5em;
  }

  .video-controls {
    bottom: 10px;
    right: 10px;
  }

  .video-controls button {
    font-size: 10px;
    padding: 5px 8px;
  }
}

section {
    padding: 3rem 0;
}
h2 {
    text-align: center;
    font-weight: bold;
    color: #5573b7;
    margin-bottom: 1rem;
}
#exhibition {
    background: #f2f2f2;
}
ul.exh-list {
    padding: 0;
    margin: 0;
}
ul.exh-list li {
    list-style-type: none;
}
ul.exh-list li a {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    top: 0;
}
ul.exh-list li a:hover {
    top: -5px;
    transition: 0.5s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
}
ul.exh-list li:last-child a {
    margin-bottom: 0;
}
ul.exh-list li a p {
    margin: 0;
    font-weight: bold;
}
ul.exh-list li a h3 {
    font-size: 16px;
    margin: 0;
}
#products {
    background-image: url(../img/bg-product.png);
    background-size: 200%;
}
h2.en {
    font-size: 30px;
    text-transform: uppercase;
}
h2.en small {
    font-size: 16px;
    display: block;
}
ul.pro-slider1,ul.pro-slider2 {
    margin: 0;
    padding: 0;
}
ul.pro-slider1, ul.pro-slider2, .slider-item, .slider-item img {
    height: 35vh;
}
#products .col-sm-6 {
    background: #fff;
    padding: 1rem 1rem 3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.slider-item img{
    object-fit: contain;
    width: 100%;
}

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #d4d4ff;
    border: none;
}
ul.pro-slider1, ul.pro-slider2 {
    margin-bottom: 3rem;
}
.slick-dots .slick-active button{
    background:#4740f9;
}
#products h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
}
#products .row {
    gap: 1em;
}
a.link-btn {
    display: block;
    background: #5573b7;
    color: #fff!important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
    width: 300px;
    margin: 2rem auto 0;
    position: relative;
}
a.link-btn::before,#technology a.col-lg-4 p.arrow::before {
    content: "";
    background-image: url(../img/ico-arrow.png);
    display: inline-block;
    width: 26px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 23px;
    right: 30%;
    transition: 0.5s;
}
a.link-btn::after ,#technology a.col-lg-4 p.arrow::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
}
a.link-btn:hover::before,#technology a.col-lg-4:hover p.arrow::after {
    right: 28%;
    transition: 0.5s;

}
#technology {
    background: #eef3ff;
    border-top: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #fff;
}
#technology a.col-lg-4 {
    display: block;
    position: relative;
    text-decoration: none;
    height: 250px;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0;
}
#technology p.arrow {
    background-color: rgba(85, 115, 183, 0.6);
    color: #fffd;
    font-weight: bold;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}
#technology a.col-lg-4 figure {
    overflow: hidden;
}
#technology a.col-lg-4 figure img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    transition: 0.5s;
}
#technology a.col-lg-4:hover{
    opacity: 1;
}
#technology a.col-lg-4:hover figure img {
    transform: rotate(-5deg) scale(1.2);
    transition: 0.5s;
    filter: brightness(0.5);
}
#technology a.col-lg-4 p.arrow::before {
    top: 17px;
    right: 33%;
}
#technology a.col-lg-4:hover p.arrow::before{
    right: 30%;
}
#company table {
    border-top: 1px solid;
    min-width: 690px;
    width: 100%;
}
#company table tr {
    border-bottom: 1px solid;
}

#company table th,#company table td {
    padding: 10px;
}
.scrool {
    overflow-y: scroll;
}
#company .col-lg-6 {
    margin-bottom: 1rem;
}
#recruit {
    background-image: url(../img/bg-recruit.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
}
#recruit h2{
    color: #fff;
}
#recruit p.copy {
    font-size: 25px;
    text-align: center;
    margin: 2rem 0 1rem;
}
#recruit .rec-img img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
#recruit .col-3 {
    padding: 0;
}
a.link-btn.rec {
    background: #fff;
    color: #5573b7!important;
}
a.link-btn.rec::before{
background-image: url(../img/ico-arrow-bl.png);
}

a.link-btn.bn {
    background: #fff;
    padding: 0;
}
a.link-btn.bn::before{
    display: none;
}
#contact {
    background: #f2f2f2;
    font-weight: bold;
}
#contact h2{
    color: #000;
}
a.col-sm-6.mail {
    display: block;
    background: #5573b7;
    width: 93%;
    margin: 1rem auto 0;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
a.col-sm-6.mail::before{
    content: "";
    background-image: url(../img/ico-mail.png);
    display: inline-block;
    width: 40px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: text-bottom;
}
#news h2 {
    text-align: left;
}
.tab-buttons {
    display: flex;
    gap: 2px;
    margin-bottom: 0;
    justify-content: flex-end;
}
.tab-button {
    padding: 8px 10px;
    border: none;
    background-color: #00b1ff;
    cursor: pointer;
    font-weight: bold;
    color: #fff!important;
    border: 1px solid;
    text-decoration: none;
}
.tab-button.all{
    background-color: #5573b7;
}
.tab-button.job{
    background-color: #ed1c24;
}
.tab-button.news{
    background-color: #1e9106;
}
.tab-button.active {
    background-color: #fff;
    color: #00b1ff!important;
}
.tab-button.all.active{
    color: #5573b7!important;
}
.tab-button.job.active{
    color: #ed1c24!important;
}
.tab-button.news.active{
    color: #1e9106!important;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: 0.3s;
}
.news-item {
    border-top: 1px solid #000;
    padding: 10px 0;
}
.news-item .date {
    width: 100px;
    display: inline-block;
    font-weight: bold;
}
.news-item .label {
    padding: 4px 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    border: 1px solid #00b1ff;
    background: #fff;
    color: #00b1ff!important;
}
.news-item .label:hover{
    background: #00b1ff;
    color: #fff!important;
    opacity: 1;

}
.news-item .label.label-recruitment {
    border: 1px solid #ff4d4d;
    color: #ff4d4d!important;
}
.news-item .label.label-recruitment:hover {
    background: #ff4d4d;
    color: #fff!important;
}

.news-item .label.label-news {
    border: 1px solid #28a745;
    color: #28a745!important;
}
.news-item .label.label-news:hover {
    background: #28a745;
    color: #fff!important;
}
.news-item h3{
    font-size: 16px;
    font-weight: bold;
}
.news-item h3 a{
    color: #000;
    text-decoration: none;
}
.news-item:last-child {
    border-bottom: 1px solid;
}
#news a.link-btn::after {
    width: 40px;
}
#footer {
    background: #f2f2f2;
}
#footer .col-sm-4.logo img {
    margin: 0 auto;
    display: block;
}
#footer dl {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
ul.f-navi {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}
ul.f-navi li {
    list-style-type: none;
    width: 50%;
    line-height: 1.8;
}
ul.f-navi li a {
    display: block;
    color: #000;
    text-decoration: none;
    /* font-weight: bold; */
}
ul.gr-list {
    padding-left: 10px;
    margin-bottom: 2rem;
}
ul.gr-list li {
    list-style-type: none;
    margin-bottom: 15px;
}
p.copyright {
    margin: 0;
    text-align: center;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
.slick-dots > li:first-child:last-child {
    display: none;
}
@media screen and (min-width:760px) {
.overlay {
    left: 0;
    right: 0;
}
p.copy {
    font-size: 50px;
}
p.copy small {
    font-size: 30px;
}
.overlay p.copy + p {
    font-size: 24px;
}
section {
    padding: 4rem 0;
}
ul.exh-list li a {
    padding: 25px;
}
#recruit{
    background-attachment: fixed;
}
#products .container ,#recruit .container {
    max-width: calc(100% - 10px);
}
#products .row {
    gap: 10px;
}
#products .col-sm-6{
    width: 49%;
}
ul.pro-slider1, ul.pro-slider2, .slider-item, .slider-item img {
    height: 25vh;
}
#products .col-sm-6 p {
    height: 180px;
}
.row.rec-img {
    margin: 0;
}
#recruit .rec-img img {
    height: 270px;
}
.row.m-0.wh-sm {
    width: 90%;
    margin: 0 auto !important;
    align-items: center;
}
a.col-sm-6.mail {
    width: 50%;
    margin: 0;
}
.home .tab-button {
    width: 110px;
}
}

@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
}
#g-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-right: 9rem;
}
#g-nav ul li {
    list-style-type: none;
}

#g-nav ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-right: 40px;
    display: block;
}
#g-nav ul li:last-child a {
    margin: 0;
}

#g-nav ul li a small {
    display: block;
    font-size: 13px;
}
#trans {
    right: -35px;
    top: 15px;
}
#trans a {
    padding: 6px 5px;
}
p.copy {
    font-size: 60px;
}
#company table th {
    width: 13%;
}
.overlay {
    top: 43%;
}
.overlay p.copy + p {
        font-size: 26px;
}
.video-controls button {
    font-size: 14px;
}
.video-controls img {
    width: 30px;
    height: 16px;
    vertical-align: middle;
}
section {
    padding: 6rem 0;
}
h2 {
    font-size: 36px;
    margin-bottom: 2rem;
}
ul.exh-list li a {
    display: flex;
    align-items: center;
    padding: 40px;
}
ul.exh-list li a p {
    width: 145px;
}
h2.en {
    font-size: 50px;
}
h2.en small {
    font-size: 18px;
}
#products {
    background-size: cover;
    background-attachment: fixed;
}
ul.pro-slider1, ul.pro-slider2, .slider-item, .slider-item img {
    height: 55vh;
}
#products .row {
    gap: 20px;
    justify-content: center;
}
    #products .row {
    gap: 20px;
    justify-content: center;
}
ul.pro-slider1, ul.pro-slider2 {
    margin-bottom: 5rem;
}
#products h3 {
    font-size: 26px;
    margin-bottom: 2rem;
}
#products .col-sm-6 p {
    height: 130px;
}
#technology .row {
    gap: 15px;
}

#technology a.col-lg-4 {
    width: 32.3%;
}
#technology a.col-lg-4, #technology a.col-lg-4 figure img {
    height: 500px;
}
#company table th {
    vertical-align: text-top;
}
#company .container {
    max-width: calc(100% - 60px);
}
.scrool {
    overflow-y: visible;
}
#company table {
    font-size: 15px;
    min-width: auto;
}
#company .col-lg-6 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#recruit p.copy {
    font-size: 50px;
    margin: 3rem 0;
}
.row.rec-img {
    margin: 2rem 0;
}
#recruit .rec-img img {
    height: 520px;
}

a.link-btn.bn, a.link-btn.rec {
    margin: 2rem 0 0;
    width: auto;
}
#contact p {
    font-size: 20px;
    margin-bottom: 3rem;
}
.row.m-0.wh-sm {
    width: 840px;
}
#news a.link-btn {
    width: 240px;
    margin-left: 0;
}
#news a.link-btn::after {
    width: 55px;
}
#news a.link-btn::before {
    right: 27%;
}
#news a.link-btn:hover::before {
    right: 25%;
}
.news-item {
    display: flex;
    align-items: center;
    padding: 35px;
}
.news-item .label {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 8px 0;
    width: 100px;
    text-align: center;
    font-size: 14px;
}
.news-item h3 {
    margin: 0;
}
#news h2 {
    margin-top: 2rem;
}
ul.f-navi li {
    width: 25%;
}
ul.f-navi,ul.gr-list{
    padding-left: 2rem;
}
ul.gr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
ul.gr-list li {
    width: 50%;
}
#footer section {
    padding: 3rem 0 2rem;
}
.logo img {
    width: 230px;
}

}
@media screen and (min-width:1400px) {
#g-nav ul li a {
    font-size: 18px;
    margin-right: 50px;
}
#g-nav ul {
    padding-right: 12rem;
}
#trans {
    right: 0;
    top: 15px;
}
#trans .gt_selected {
    width: 150px;
}
#trans a {
    padding: 6px 5px;
    width: 139px;
}
#trans .gt_option{
    width: 139px;
}
.container {
    max-width: 1300px;
}
p.copy {
    font-size: 70px;
}
p.copy small {
    font-size: 36px;
    letter-spacing: 25px;
}
.overlay p.copy + p {
    font-size: 32px;
}
h2 {
font-size: 40px;
}
#exhibition .container {
    max-width: 1200px;
}
h2.en {
    font-size: 60px;
}
    #products .container, #recruit .container {
    max-width: calc(100% - 50px);
}
#products .row {
    gap: 40px;
}
#products .col-sm-6 {
    width: 48.5%;
    padding: 2rem;
}
#products h3 {
    font-size: 32px;
}
a.link-btn {
    font-size: 18px;
    width: 330px;
}
#technology a.col-lg-4, #technology a.col-lg-4 figure img {
    height: 580px;
}
#technology p.arrow {
    font-size: 22px;
}
#technology a.col-lg-4 p.arrow::before {
    top: 22px;
}
#company {
    padding: 8rem 0;
}
#company .container {
    max-width: calc(100% - 130px);
}
#recruit p {
    font-size: 18px;
}
#news a.link-btn::before {
    right: 25%;
    top: 24px;
}
#news a.link-btn:hover::before {
    right: 23%;
}
.news-item h3 {
    font-size: 17px;
}
#footer section {
    padding: 4rem 0 3rem;
}
#footer .col-sm-4.logo img {
    width: 280px;
}
#footer .container {
    max-width: 1200px;
}
ul.f-navi {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
}
@media screen and (min-width:1600px){
p.copy {
    font-size: 79px;
}
    section {
    padding: 7rem 0;
}
    h2 {
    font-size: 48px;
}
    h2.en {
    font-size: 70px;
}
ul.pro-slider1, ul.pro-slider2, .slider-item, .slider-item img {
    height: 65vh;
}
    #products h3 {
    font-size: 36px;
}
#products .col-sm-6 p {
    font-size: 20px;
}
    a.link-btn {
    font-size: 20px;
    width: 400px;
    padding: 25px 0;
}
a.link-btn::before, #technology a.col-lg-4 p.arrow::before {
    width: 35px;
    height: 22px;
    top: 26px;
    }
#products .col-sm-6 {
    width: 48.5%;
    padding: 2rem 2rem 6rem;
}
#products {
    padding: 7rem 0 13rem;
}
.container {
    max-width: 1600px;
}
#technology a.col-lg-4, #technology a.col-lg-4 figure img {
    height: 700px;
}
#technology p.arrow {
    font-size: 26px;
}
#technology a.col-lg-4 p.arrow::before {
    top: 22px;
}
#company .container {
    max-width: 1600px;
}
    #company table {
    font-size: 16px;
}
#company table th, #company table td {
    padding: 10px 20px;
}
#company table th {
        width: 14%;
    }
#recruit p.copy {
    font-size: 62px;
    margin: 4rem 0;
}
#products .container, #recruit .container {
    max-width: calc(100% - 100px);
}
#recruit .rec-img img {
    height: 660px;
}
a.link-btn.bn {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.link-btn.bn::after{
    display: none;
}
.row.m-0.wh-sm {
        width: 950px;
}
    #contact p {
    font-size: 24px;
}
    a.col-sm-6.mail {
        font-size: 26px;
    }
    
a.col-sm-6.mail::before {
    width: 50px;
    height: 35px;
}
a.col-sm-6.mail {
    width: 48%;
    margin-left: 1rem;
}
.news-item .label {
    font-size: 16px;
}
#news a.link-btn {
    width: 300px;
}
#news a.link-btn::before {
    top: 36%;
}
#footer section {
    padding: 6rem 0 5rem;
}
ul.f-navi li a {
    font-size: 20px;
}
#footer .container {
    max-width: 1300px;
}
#footer .col-sm-4.logo img {
        width: 350px;
}

}

/* page */
#page_header {
    padding-top: 15rem;
    background-attachment: fixed;
    position: relative;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top center;
}

h1.page-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
}

h1.page-title small {
    font-size: 16px;
    display: block;
}
.bread {
    padding: 5px 0;
}
.bread a, .bread span {
    color: #000;
    padding: 0 4px;
}
#page-content section:nth-of-type(1) {
    padding-top: 2rem;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
.anker-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0;
}

.anker-list li {
    list-style-type: none;
    border-left: 1px solid #000;
    margin-bottom: 5px;
}

.anker-list li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 25px;
    text-align: center;
}

.anker-list li:last-child {
    border-right: 1px solid;
}
.anker-list li a::before {
    content: "";
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #5573b7;
    border-bottom:0;
    display: inline-block;
}
@media screen and (min-width:760px) {
    #page_header {
    padding-top: 18rem;
    background-size: 100%;
}
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
}
@media screen and (min-width:1200px) {
    #page_header {
    padding-top: 30rem;
}
h1.page-title {
    font-size: 60px;
    top: 44%;
}
h1.page-title small {
    font-size: 20px;
}
.wp-block-group__inner-container,.bread .container {
    max-width: 1100px;
}
}
@media screen and (min-width:1400px) {
    #page_header {
    padding-top: 37rem;
}
h1.page-title {
    font-size: 70px;
}
.wp-block-group__inner-container,.bread .container {
    max-width: 1300px;
}
}
@media screen and (min-width:1600px) {
    #page_header {
    padding-top: 48rem;
}
.wp-block-group__inner-container,.bread .container {
    max-width: 1400px;
}
}

/* company */

.page-id-30 h2 {
    text-align: left;
    font-size: 30px;
}
.page-id-30 h2 small {
    font-size: 18px;
    display: block;
    line-height: 1.8;
}
.enkaku tr {
  display: none;
}
.enkaku tr.visible {
  display: table-row;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
.hope p {
    font-size: 16px !important;
    padding-bottom: 5rem;
}
#page-content table th,#page-content table td {
    padding: 15px;
}

#page-content table th {
    background: transparent;
}
.enkaku table th,.enkaku table td {
    border: none!important;
}
.enkaku table tr {
    border-top: 1px solid;
}
.enkaku table {
    border-bottom: 1px solid #000;
}
.enkaku table th {
    color: #5573b7;
}
button#load-more {
    border: none;
    display: block;
    width: 300px;
    padding: 20px 0;
    text-align: center;
    margin: 2rem auto 0;
    background: #5573b7;
    color: #fff;
    font-weight: bold;
}
#com4 {
    background: #eef3ff;
    border-top: 5px solid #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-bottom: 5px solid #fff;
}
#com4 h3 {
    background: #fff;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 1rem;
    font-size: 20px;
    color: #5573b7;
}
#com5 figure {
    margin: 0;
}
#com5 figure img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
#com5 iframe{
    height: 250px;
}
#com5 .wp-block-columns {
    gap: 0;
}
@media screen and (min-width:1200px) {
    .anker-list {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 5rem;
}
.page-id-30 h2 {
    font-size: 50px;
}
.hope p {
    font-size: 20px !important;
    padding-bottom: 7rem;
}
.enkaku table th, .enkaku table td {
    padding-left: 4rem !important;
}
button#load-more {
    width: 400px;
    padding: 30px 0;
    font-size: 18px;
}
#com4 h3 {
    font-size: 30px;
}
#com4 h3:not(:nth-of-type(1)),#com5 h3:not(:nth-of-type(1)) {
    margin-top: 4rem;
}
#com5 figure img, #com5 iframe {
    height: 360px;
}
}
@media screen and (min-width:1400px) {
.anker-list {
    font-size: 20px;
    margin-bottom: 7rem;
}
.anker-list li a{
    padding: 5px 40px;
}
.anker-list li a::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #5573b7;
}
.page-id-30 h2 {
    font-size: 60px;
}
.hope p {
    font-size: 26px !important;
}
.page-id-30 .wp-block-cover {
    height: 540px;
}
#page-content table th, #page-content table td {
    padding: 20px 50px;
}
#com3 {
    padding: 8rem 0 10rem;
}
#com4 h3 {
    padding: 15px;
}
#com5 figure img, #com5 iframe {
    height: 450px;
}
}
@media screen and (min-width:1600px) {
    .anker-list {
        font-size: 20px;
    }
}

/* recruit */
.page-id-96 h1.page-title {
    top: 40%;
}
p.rec-copy {
    position: absolute;
    top: 26%;
    color: #fff;
    text-align: center;
    left: 20px;
    right: 0;
    font-size: 20px;
}
p.lead {
    font-weight: bold;
    color: #5573b7;
    text-align: center;
}
.page-id-96 table {
    border-bottom: 1px solid #000;
    margin: 2rem 0;
}
.page-id-96 table tr{
    border-top: 1px solid #000;
}
.page-id-96 table th,.page-id-96 table td{
    border: none !important;
}
.page-id-96 .wp-block-cover h3 {
    font-size: 36px !important;
    margin-bottom: 1rem;
}
.page-id-96 .wp-block-cover p {
    font-size: 18px;
}
@media screen and (min-width:760px) {
p.rec-copy {
    top: 190px;
    font-size: 35px;
}
}
@media screen and (min-width:1200px) {
.page-id-96 h1.page-title {
    top: 30%;
}
p.rec-copy {
    top: 290px;
    font-size: 50px;
}
p.lead {
    font-size: 28px;
}
#page-content section:nth-of-type(1):not(.page-id-30) {
    padding-top: 4rem;
}
.page-id-96 table {
    margin: 4rem 0;
}
.page-id-96 .wp-block-cover {
    padding-left: 16%;
}
}
@media screen and (min-width:1400px) {
        p.rec-copy {
        top: 350px;
        font-size: 60px;
    }
        p.lead {
        margin: 0 0 3rem;
    }
}
@media screen and (min-width:1600px) {
        p.rec-copy {
        top: 410px;
        font-size: 62px;
    }
}

/* technology */
#tec1 {
    background-image: url(../img/bg-tec.jpg);
}
#tec1 .wp-block-columns {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1200px) {
    #tec1 .wp-block-columns.reverse {
    flex-direction: column-reverse;
}
}
@media screen and (min-width:1200px) {
#tec1 {
        background-size: cover;
        padding: 8rem 0;
        background-attachment: fixed;
    }
#tec1 .wp-block-columns {
    margin-bottom: 3rem;
    padding: 2rem;
}
#tec1 .wp-block-columns h2 {
    font-size: 30px;
    margin: 2rem 0;
}
#tec1 .wp-block-columns figure {
    margin: 0;
    padding: 0 .5rem;
}
}
@media screen and (min-width:1400px) {
    #tec1 .wp-block-columns {
    margin-bottom: 4rem;
    padding: 3rem;
}
#tec1 .wp-block-columns h2 {
    font-size: 34px;
    margin: 3rem 0;
}
}

/* policy */
#page-content a {
    word-break: break-word;
    color: #000;
}
.privacy-policy h2 {
    border: 1px solid;
    padding: 10px;
    text-align: left;
}

.privacy-policy ol li strong {
    color: #5573b7;
    font-size: 20px;
}
.privacy-policy ::marker {
    color: #5573b7;
    font-weight: bold;
    font-size: 20px;
}
.privacy-policy ol li {
    margin-bottom: 1.5rem;
}
@media screen and (min-width:1200px) {
    .privacy-policy h2 {
    font-size: 32px;
    padding: 20px;
    margin-bottom: 1rem;
}
}

/* products */
#page-content.pro {
    background-image: url(../img/bg-product.png);
    background-size: cover;
    background-attachment: fixed;
}
h2.pro-ttl {
    font-size: 35px;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.product-item {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    width: 47.7%;
    text-align: center;
}
.product-item a {
    text-decoration: none;
    color: #5573b7!important;
    padding: 1rem .5rem;
    display: block;
    position: relative;
}
.product-item a::after {
    content: "";
    background-image: url(../img/ico-arrow-bl.png);
    display: inline-block;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 13px;
    transition: 0.5s;
}
.product-item a:hover::after {
    right: 8px;
}
.product-item a h3 {
    font-size: 16px;
    font-weight: bold;
    padding-right: 18px;
}
.product-item a .product-image{
    overflow: hidden;
}
.product-item a .product-image img{
    object-fit: cover;
    width: 100%;
    height: 110px;
    transition: 0.5s;
}
.product-item a:hover{
    opacity: 1;
}
.product-item a:hover .product-image img{
    transition: 0.5s;
    transform: scale(1.2);
}
.produst-box {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
ul.pro-slider3 {
    padding: 0;
}
.product-use ,.product-desc {
    border-top: 1px solid #000;
    padding: 1rem;
}
.product-desc{
    border-bottom: 1px solid #000;
}
.product-use p, .product-desc p {
    margin: 0;
}
.product-use h3, .product-desc h3 {
    background: #5573b7;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    padding: 2px 20px;
    border-radius: 200px;
    letter-spacing: 5px;
    text-align: center;
}
.related-products h3 {
    color: #5573b7;
    font-weight: bold;
}
ul.related-list {
    padding: 0;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.related-list li {
    list-style-type: none;
    text-align: center;
    transition: 0.5s;
    width: 48.5%;
}
ul.related-list li:hover {
    background: #e9f2ff;
    transition: 0.5s;
}
ul.related-list li a:hover{
    opacity: 1;
}
ul.related-list li.active a{
    background: #e9f2ff;
}
ul.related-list li a {
    text-decoration: none;
    color:  #5573b7;
    font-weight: bold;
    padding: 10px 5px;
    border: 1px solid #5573b7;
    display: block;
    width: 100%;
}
.single a.link-btn::before,.single a.link-btn::after,
.error404 a.link-btn::before,.error404 a.link-btn::after{
    display: none;
}
.pagination {
    margin-top: 2rem;
    justify-content: center;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #5573b7;
    color: #fff;
}
span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px !important;
}
article.news-article {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 1rem 1rem 2rem;
}
article.news-article .news-item {
    border: none;
    text-align: end;
    padding-right: 0;
}
h2.news-title {
    color: #000;
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
}
.entry-pager {
    margin-top: 2rem;
}
.back a, .next a {
    width: 100%;
    text-decoration: none;
    border: 1px solid #000;
    margin: 1rem 0;
    padding: 0 35px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}
.back a::before, .next a::after {
    content: "";
    background-image: url(../img/ico-news-arrow.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 7px;
}
.next a::after {
    left: auto;
    right: 7px;
    transform: rotate(180deg);
}
@media screen and (min-width:760px) {
.product-item a .product-image img {
    height: 200px;
}
#page-content.pro {
    padding-bottom: 5rem;
}
.product-use, .product-desc {
    display: flex;
    justify-content: space-around;
}
.product-use h3, .product-desc h3 {
    width: 110px;
    height: 40px;
    padding: 8px;
    margin: 0;
}
.product-use p, .product-desc p {
    width: 75%;
}
article.news-article {
    padding: 2rem 2rem 4rem;
}
.entry-pager {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}
.back a, .next a {
    width: 330px;
}
}
@media screen and (min-width:1200px) {
    h2.pro-ttl {
    font-size: 50px;
}
.product-list {
    gap: 2em;
}
.product-item{
    width: 48.5%;
}
.product-item a{
    padding: 2rem;
}
.product-item a h3 {
    font-size: 25px;
    margin-bottom: 1rem;
    padding: 0;
}
.product-item a .product-image img{
    height: 340px;
}
.product-item a::after {
    width: 25px;
    height: 15px;
    top: 39px;
    right: 36px;
}
.product-item a:hover::after{
    right: 31px;
}
.produst-box {
    padding: 3rem 3rem 6rem;
}
ul.pro-slider3{
    margin-bottom: 3rem;
}
ul.pro-slider3, ul.pro-slider3 .slider-item, ul.pro-slider3 .slider-item img {
        height: 40vh;
    }
   ul.pro-slider3 .slider-item img {
    width: 55%;
    margin: 0 auto;
}
.product-use, .product-desc {
    border-top: 1px solid #000;
    padding: 2rem 1rem 2rem 0rem;
}
.product-use p, .product-desc p {
    width: 80%;
}
.product-use h3, .product-desc h3 {
    font-size: 18px;
    padding: 7px;
    height: 35px;
    width: 90px;
    margin-left: 2rem;
}
ul.related-list {
    gap: 20px;
}
ul.related-list li{
    width: 32.1%;
}
ul.related-list li a {
    padding: 15px 5px;
    font-size: 18px;
}
article.news-article .news-item {
    padding: 0;
    justify-content: right;
}
.news-item .date {
    margin-right: 2rem;
}
article.news-article {
    padding: 3rem 3rem 5rem;
}
.back a, .next a {
    width: 400px;
}
}
@media screen  and (min-width:1400px){
ul.pro-slider3 {
    margin-bottom: 4rem;
}
    .produst-box {
        padding: 5rem 5rem 10rem;
    }    
    ul.related-list {
        margin-bottom: 4rem;
    }
    h2.product-title {
    font-size: 36px;
}
}
@media screen and (min-width:1600px) {
        h2.pro-ttl {
        font-size: 70px;
    }
        .product-item a h3 {
        font-size: 30px;
    }
        .product-item a .product-image img {
        height: 460px;
    }
        .produst-box {
        padding: 6rem 6rem 10rem;
    }
}

/* contact */
#contacts h2 {
    color: #000;
    font-size: 22px;
}
#wpcf7-f183-p179-o1 {
    margin: 3rem 0 0;
}
label.fb {
    font-weight: bold;
    margin-bottom: 10px;
}
span.caution {
    color: #d34242;
}
.form-group.row {
    padding: 2rem 1rem;
    border-top: 1px solid #969696;
    margin: 0;
}
#your-subject {
    width: 100%;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.form-group.row:last-child {
    border-bottom: 1px solid #969696;
    margin-bottom: 2rem;
}
span.wpcf7-form-control.wpcf7-acceptance {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
span.wpcf7-spinner {
    width: 0;
    margin: 0;
}
.submit-btn {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    width: 300px;
    border-radius: 5px;
    margin-top: 2rem;
}
.acceptance label {
    display: flex;
    align-items: flex-start;
}

.acceptance label input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.wpcf7 .wpcf7-submit:disabled {
    background: #ddd;
}
@media screen and (min-width:760px) {
    .acceptance {
    max-width: 420px;
    margin: 0 auto;
}
label.fb{
    margin: 0;
}
#contacts h2 {
    font-size: 31px;
}
}
@media screen and (min-width:1200px) {
    #wpcf7-f183-p179-o1 {
    margin: 4rem 0 0;
}
    .form-group.row {
    padding: 3rem 8rem;
}
.form-group.row:last-child {
    margin-bottom: 4rem;
}
.submit-btn{
    margin-top: 4rem;
}
.acceptance label {
    align-items: center;
}
.acceptance label input {
    width: 35px;
    height: 35px;

}
}

.pro-slider4 img,.pro-slider5 img,.pro-slider6 img {
    object-fit: cover;
    height: 30vh;
    width: 100%;
}
.page-id-30 .wp-block-embed iframe {
    max-width: 1200px;
    height: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width:760px) {
    .pro-slider4 img, .pro-slider5 img, .pro-slider6 img {
    height: 20vh;
    padding: 0 10px;
}
}
@media screen and (min-width:1200px) {
    .pro-slider4 img, .pro-slider5 img, .pro-slider6 img {
    height: 300px;
}
}
@media screen and (min-width:1600px) {
    .pro-slider4 img, .pro-slider5 img, .pro-slider6 img {
    height: 350px;
}
}