@charset "UTF-8";

/*********************

* global

*********************/
@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: url('../font/msgothic.ttc') format('opentype');
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'ＭＳ Ｐゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, 'Meiryo', 'Hiragino Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.inner {
  width: 100%;
  max-width: 89.5rem;
  margin: 0 auto;
}

a {
  transition: .5s;
}

img {
  max-width: 100%;
}

a::visited, a:active {
  color: inherit;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.two_colum.flex_box {
  position: relative;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1150px;
  padding: 2.6rem 0 7rem;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  z-index: 0;
}

#download_list {
  width: 1150px;
}

.two_colum.flex_box .main {
  margin-right: auto;
  max-width: 77.6rem;
}

/*********************

* header

*********************/
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding-top: 2.1rem;
}

.header>.flex_box {
  align-items: flex-start;
}

.header_logo {
  margin-left: 1.2%;
  margin-right: auto;
  margin-top: 0.7rem;
}

.header_logo img {
  height: 5rem;
}

.header_sub_nav {
  margin-left: auto;
  margin-right: 2.3%;
}

.header_sub_nav .flex_box {
  align-items: center;
}

.header_sub_nav ul li {
  position: relative;
  margin-right: 3.1rem;
}

.header_sub_nav ul li.sitemap::before {
  content: '';
  position: absolute;
  right: -1.4rem;
  top: 21%;
  width: 0.1rem;
  height: 64%;
  background-color: #1b1b1b;
}

.header_sub_nav ul li a {
  position: relative;
  color: #1b1b1b;
  font-size: 1.4rem;
  font-weight: 600;
}

.header_sub_nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  height: 0.1rem;
  background-color: #1b1b1b;
  transition: .5s ease;
}

.header_sub_nav ul li a:hover::before {
  width: 100%;
}

.header_sub_nav ul li.contact,
.header_sub_nav ul li.download {
  margin-left: 8px;
  margin-right: 0px;
}

.header_sub_nav ul li.contact a p ,
.header_sub_nav ul li.download a p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 100;
}

.header_sub_nav ul li.contact a,
.header_sub_nav ul li.download a {
  background-color: #999;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-left: 0.5rem;
  padding: 4px;
}

.header_sub_nav ul li.contact a > img,
.header_sub_nav ul li.download a > img {
  padding: 4px;
  width: 40px;
  height: 32px;
}

.header_sub_nav ul li.contact a::before,
.header_sub_nav ul li.download a::before {
  display: none;
}

.header_sub_nav ul li.contact a:hover,
.header_sub_nav ul li.download a:hover {
  opacity: 0.75;
}

.g_nav {
  margin: 0.7rem 0 1.9rem;
  position: relative;
  padding-right: 2.3%;
  justify-content: flex-end;
}

.g_nav>ul>li {
  margin-left: 5rem;
}

.g_nav>ul>li>a {
  font-size: 1.5rem;
  color: #1b1b1b;
  font-weight: 600;
}

.g_nav>ul>li>.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 2.2rem;
  width: 100%;
  padding-top: 2rem;
}

.sub-menu>.flex_box {
  display: flex;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.78);
  padding: 2.7rem 5.7% 2.1rem;
  min-height: 30rem;
  flex-wrap: nowrap;
}

.sub-menu>.flex_box>li {
  width: 26rem;
  margin-right: 2.4rem;
}

.sub-menu>.flex_box>li:nth-of-type(4) {
  margin-right: 0;
}

.sub-menu-ttl {
  display: block;
  width: 30rem;
  position: relative;
  padding-top: 0.2rem;
  padding-left: 1.3rem;
  font-size: 1.6rem;
  border-left: 0.2rem solid #07a5e6;
  color: #fff;
  margin-right: 3.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sub-menu-ttl img {
  position: absolute;
  left: 0;
  top: 4rem;
  width: 100%;
}

.g_nav>ul>li>.sub-menu>.flex_box>li>a {
  display: block;
  font-size: 1.4rem;
  /* font-weight: 600; */
  color: #fff;
  padding: 0.6rem 0.3rem 0.6rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.g_nav>ul>li.product>.sub-menu>.flex_box>li>a {
  margin-bottom: 0;
}

.g_nav>ul>li>.sub-menu .flex_box>li>.sub-menu>li>a {
  display: block;
  position: relative;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.6rem 0.3rem 0.6rem;
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
}

.g_nav>ul>li>.sub-menu li .sub-menu.third {
  display: none;
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.7);
  padding: 0.4rem 0 0.8rem;
}

.g_nav>ul>li .sub-menu li .sub-menu.second>li>a::before {
  position: absolute;
  right: 0;
  top: 0.5rem;
  content: '+';
  font-size: 1.2rem;
  color: #a27804;
}

.g_nav>ul>li .sub-menu li .sub-menu.second>li.open>a::before {
  content: '-';
  right: 0.2rem;
}

.g_nav>ul>li .sub-menu li .sub-menu.second .sub-menu li>a {
  display: block;
  position: relative;
  padding: 0.5rem 0 0.5rem 1em;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
}

.g_nav>ul>li>.sub-menu>.flex_box>li>a:hover,
.g_nav>ul>li>.sub-menu li>.sub-menu>li>a:hover,
.g_nav>ul>li>.sub-menu li>.sub-menu>li>.sub-menu>li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.g_nav>ul>li>.sub-menu>li>a:hover {
  opacity: 0.7;
}

/*********************

* footer

*********************/
.footer {
  position: relative;
  padding-bottom: 3.5rem;
  background-color: #c3c0c0;
}

.f_nav {
  margin: 0 auto;
  padding: 4.9rem 5.5% 2.7rem;
  border-bottom: 0.2rem solid #a6a6a6;
}

.f_nav>.flex_box {
  justify-content: space-between;
}

.f_nav ul>li {
  margin-bottom: 2.4rem;
  line-height: 1.3;
}

.f_nav ul>li>a {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.8rem;
}

.f_nav .sub-menu li {
  padding-left: 1.5em;
  margin-bottom: 0.1rem;
}

.f_nav .sub-menu li a {
  font-size: 1.5rem;
  color: #fff;
}

.f_nav ul>li>a:hover,
.f_nav ul>li>.sub-menu>li a:hover {
  opacity: 0.7;
}

.footer_sub_nav ul li.contact,
.footer_sub_nav ul li.download {
  padding: 0;
}

.footer_sub_nav ul li.contact a,
.footer_sub_nav ul li.download a {
  display: block;
  padding: 1.3rem 2.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.footer_sub_nav ul li.contact a {
  background-color: #000;
}

.footer_sub_nav ul li.download a {
  background-color: #7d7d7d;
}

.footer_sub_nav ul li.contact a::before,
.footer_sub_nav ul li.download a::before {
  display: none;
}

.footer_sub_nav ul li.contact a:hover,
.footer_sub_nav ul li.download a:hover {
  opacity: 0.75;
}

.footer_sub_nav {
  position: absolute;
/*  right: 7.2%; */
/*  top: 24.2rem; */
  right: 6.8%;
  top: 30rem; 

}

.footer_logo {
  margin-top: 1.7rem;
  text-align: center;
}

.footer_logo img {
  height: 4.3rem;
}

.copyright {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.top_scroll {
  position: fixed;
  right: 4%;
  bottom: 2rem;
}

.top_scroll i {
  font-size: 4rem;
  color: #ccc;
}

/*********************

* hamburger

*********************/
.hamburger {
  padding: 0;
  position: fixed;
  top: 1vw;
  right: 2%;
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  z-index: 9999;
  cursor: pointer;
  box-shadow: none;
  border: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
}

.hamburger span::before, .hamburger span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: '';
  background-color: #000;
  transition: .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hamburger span:before {
  top: -10px;
}

.hamburger span::after {
  top: 10px;
}

.hamburger.open span {
  background-color: transparent
}

.hamburger.open span:before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.open span:after {
  top: 0;
  transform: rotate(-45deg);
}

/*********************

* header_modal

*********************/
.header_modal {
  position: fixed;
  top: 8.1vw;
  left: 0;
  /* padding-bottom: 8.1vw; */
  width: 100%;
  height: calc(100vh - 8.1vw);
  background-color: #fff;
  z-index: 3;
  border-top: 0.1rem solid #e0e0e0;
  display: none;
  overflow-y: scroll;
}

.header_modal_wrap {
  padding-bottom: 35vw;
}

.header_modal.open {
  right: 0;
  z-index: 12;
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.modal_nav {
  position: relative;
    top: 48px;
  background-color: #2a2a2a;
}

.modal_nav ul li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #b5b5b5;
}

.modal_nav>ul>li.open>a {
  background-image: url(../img/sidebar_arrow_02.png);
  background-size: 1.4rem;
  background-position: 95.3% center;
}

.modal_nav>ul>li>ul.sub-menu {
  display: none;
}

.modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu {
  display: none;
  background-color: rgba(6, 71, 98, 0.9);
}

.modal_nav a {
  position: relative;
  font-family: '小塚ゴシック Pr6N', 'Hiragino Sans', sans-serif;
  font-weight: 300;
  color: #fff;
}

.modal_nav>ul>li>a {
  position: relative;
  display: block;
  padding: 2rem 3rem;
  font-size: 1.9rem;
  color: #fff;
  background-image: url(../img/sidebar_arrow_01.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #2a2a2a;
  background-size: 0.7rem;
  letter-spacing: 0.1em;
}

.modal_nav>ul>li.current_page_item>a {
  color: #c78008;
  cursor: default;
}

.modal_nav>ul>li>ul.sub-menu>li {
  border-bottom: none;
}

.modal_nav>ul>li>ul.sub-menu>li>a {
  background-color: #474747;
  background-image: none;
  padding: 1.2rem 5rem;
  font-size: 1.8rem;
  z-index: 1;
  border-top: 0.1rem solid #b5b5b5;
  display: block;
}

.modal_nav>ul>li.product>ul.sub-menu>li>a {
  position: relative;
}

.modal_nav>ul>li.product>ul.sub-menu>li>a::after {
  position: absolute;
  content: '+';
  right: 4.9%;
  top: 30%;
  font-size: 1.5rem;
}

.modal_nav>ul>li.product>ul.sub-menu>li.open>a::after {
  content: '-';
  top: 16%;
  right: 5%;
  font-size: 2.3rem;
}

.modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu>li {
  border-bottom: none;
}

.modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 6.5rem;
  background-color: transparent;
  background-image: url(../img/sidebar_arrow_03.png);
  background-size: 0.5rem;
  background-position: 94.8% center;
  background-repeat: no-repeat;
}

.modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  display: none;
}

.modal_nav li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.modal_nav>ul>li>ul.sub-menu>li>a:hover,
.modal_nav>ul>li>ul.sub-menu>li.open>a {
  background-color: #2a2a2a;
  color: #f39800;
}

.modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*********************

* bread crumb

*********************/
.breadcrumb,
.breadcrumb a {
  font-size: 1.2rem;
  color: #8d8d8d;
  margin-bottom: 3.3rem;
  margin-top: 0.4rem;
}

.breadcrumb i {
  display: none;
}

.breadcrumb li {
  display: inline-block;
  font-weight: 500;
}

/*********************

* archive.php

*********************/
/*********************

* sidebar.php

*********************/
.sidebar {
  width: 34.3rem;
}

.sidebar_heading {
  position: relative;
  /* padding-left: 2.6rem; */
  padding: 1.6rem 2.6rem  1.6rem 2.6rem;
  width: 25.4rem;
  /* height: 5.8rem;
  line-height: 5.8rem; */
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  background-color: #08a5e5;
  z-index: 2;
  font-family: '小塚ゴシック Pr6N', 'Hiragino Sans', sans-serif;
  letter-spacing: 0.2em;
}

.sidebar_list {
  position: relative;
  width: 28.3rem;
  padding-top: 3rem;
  background-color: #2a2a2a;
  z-index: 1;
  margin-top: -3rem;
}

.sidebar_list li {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
  z-index: 1;
}

.sidebar_list li:last-child {
  border-bottom: none;
}

.sidebar_list li a {
  position: relative;
  display: block;
  padding: 1.7rem 2.9rem;
  font-size: 1.4rem;
  font-family: '小塚ゴシック Pr6N', 'Hiragino Sans', sans-serif;
  font-weight: 300;
  color: #fff;
  background-image: url(../img/sidebar_arrow_01.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #2a2a2a;
  background-size: 2%;
  letter-spacing: 0.1em;
}

.sidebar_list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar_list li.current_page_item>a {
  color: #c78008;
  cursor: default;
}

.sidebar_list li.current_page_item a:hover {
  background-color: transparent;
}

.sidebar_list>.page_item_has_children.open {
  border-bottom: none;
}

.sidebar_list>.page_item_has_children>.children {
  display: none;
  z-index: 0;
  position: relative;
}

.sidebar_list li.open>a {
  background-image: url(../img/sidebar_arrow_02.png);
  background-size: 4%;
  background-position: 96% center;
}

.sidebar_list>.page_item_has_children>.children>.page_item {
  border-bottom: none;
}

.sidebar_list>.page_item_has_children>.children>.page_item>a {
  background-color: #474747;
  background-image: none;
  padding: 0.8rem 3.3rem;
  font-size: 1.3rem;
  z-index: 1;
  border-top: 0.1rem solid #b5b5b5;
}

.sidebar_list>.page_item_has_children>.children>.page_item:last-of-type>a {
  border-bottom: 0.1rem solid #b5b5b5;
}

.sidebar_list>.page_item_has_children>.children>.page_item>a:hover {
  background-color: #2a2a2a;
  color: #f39800;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children>a::after {
  position: absolute;
  content: '+';
  right: 1.2rem;
  top: 0.8rem;
  font-size: 1.3rem;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children.open>a::after {
  content: '-';
  right: 1.3rem;
  top: 0px;
  font-size: 2.3rem;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children>.children {
  position: absolute;
  top: 0;
  left: 100%;
  transition: 1.0s ease;
  background-color: rgba(6, 71, 98, 0.9);
  z-index: -1;
  width: 78%;
  display: none;
  opacity: 0;
  transition: 2.0s ease;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children.open>.children {
  display: block;
  opacity: 1;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children>.children>.page_item {
  border-bottom: none;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children>.children>.page_item>a {
  font-size: 1.2rem;
  padding: 0.8rem 1.8rem;
  background-color: transparent;
  background-image: url(../img/sidebar_arrow_03.png);
  background-size: 1.8%;
  background-position: 93% center;
}

.sidebar_list>.page_item_has_children>.children>.page_item_has_children>.children>.page_item>a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*********************

* single.php

*********************/
.single_wrap {
  margin-top: 3.6rem;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 500;
  color: #444;
  word-break: break-all;
}

.single_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.post_date {
  text-align: right;
  display: block;
  font-size: 1.3rem;
  color: #f0a42f;
  margin-top: 1rem;
}

.single_wrap .single_thumb {
  width: 100%;
  height: auto;
  margin: 1.9rem auto 7.4rem;
  display: block;
}

.single_wrap img {
  max-width: 100%;
  height: auto;
  max-height: 70rem;
  margin: 3rem auto;
}

.single_wrap iframe {
  max-width: 100%;
  margin: 3rem auto;
}

.img_center, .iframe_center {
  display: block;
}

.img_100 {
  display: block;
  width: 100%;
  height: auto;
  margin: 3rem auto;
}

.img_80 {
  display: block;
  width: 80%;
  height: auto;
  margin: 3rem auto;
}

.img_60 {
  display: block;
  width: 60%;
  height: auto;
  margin: 3rem auto;
}

.single_wrap h2 {
  margin: 6rem 0 4rem;
  padding: 0.8rem 2%;
  font-size: 2.2rem;
  color: #fff;
  background: #424242;
  line-height: 1.5;
}

.single_wrap h3 {
  border-bottom: 0.2rem solid #000;
  margin: 5rem 0 2.5rem;
  font-size: 2.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5;
}

.single_wrap p {
  margin-bottom: 1rem;
}

.single_wrap ul {
  margin: 2rem auto;
}

.single_wrap ul ul a {
  font-weight: normal !important;
}

.single_wrap ul li {
  padding: 0 0 0 2.3em;
  font-weight: bold;
  position: relative;
}

.single_wrap ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  position: absolute;
  left: 1em;
  color: #b9272d;
}

.single_wrap a {
  color: #f0a42f;
  font-weight: 600;
  transition: 0.8s;
}

.single_wrap a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.ssbp-wrap {
  margin-top: 8rem !important;
}

.single_table_1 {
  width: 90%;
  margin: 4rem auto;
  border: 0.1rem solid #e0e0e0;
}

.single_table_1 tbody {
  width: 100%;
  height: 100%;
}

.single_table_1 tr {
  border-bottom: 0.1rem solid #e0e0e0;
}

.single_table_1 tr:last-child {
  border: none;
}

.single_table_1 th {
  width: 30%;
  border-right: 0.1rem solid #e0e0e0;
  text-align: left;
  background-color: #f1eee8;
}

.single_table_1 td {
  background-color: #f7f7f7;
}

.single_table_1 th, .single_table_1 td {
  padding: 1.5rem 0.2rem;
}

.marker-animation.active {
  background-position: -100% .5em;
}

.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: linear-gradient(left, transparent 50%, #fff799 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: 900;
  color: #333;
}

.marker.go {
  background-position: -100% .5em;
}

.bold {
  font-weight: 900;
  color: #333;
}

.bg_gray {
  background-color: #f3f3f3;
  font-weight: 900;
  color: #333;
  display: inline-block;
}

.heading_01 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 0.3rem;
  position: relative;
  padding: 0 0 0 1em;
}

.heading_01::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '■';
}

blockquote {
  position: relative;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  border-left: solid 4rem #c4c4c4;
  background: #f3f3f3;
  box-shadow: 0 0.2rem 4rem rgba(0, 0, 0, 0.19);
  margin: 3rem auto;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -3.2rem;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 1rem 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*********************

* post-navi

*********************/
.single_wrap .post-navi {
  margin-top: 6.5rem;
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  border-top: 0.1rem solid #dbdbdb;
}

.post-navi span {
  width: 45%;
  display: block;
}

.post-navi .next {
  text-align: right;
}

.post-navi span a {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
  color: #F0A42F;
}

.post-navi span:hover a {
  text-decoration: underline;
  color: rgba(220, 72, 50, 1);
}

/*********************

* 関連記事

*********************/
/*********************

* ページネーション

*********************/
.wp-pagenavi {
  margin-top: 8rem;
  text-align: center;
  margin-bottom: 3.3rem;
}

.wp-pagenavi .current {
  margin: 0.2%;
  padding: 0.4rem 1rem;
  background: #000;
  color: #fff;
}

.larger,
.nextpostslink,
.previouspostslink,
.smaller {
  margin: 0.2%;
  padding: 0.4rem 1rem;
  background: #ededed;
  color: #000;
}

/*********************

* レスポンシブ

*********************/
@media screen and (max-width: 1110px) {
  .header_logo img {
    height: 4.2rem;
  }

  .footer_sub_nav {
    right: 5.5%;
    top: 30rem; 
  }

  .footer_sub_nav ul li.contact a, .footer_sub_nav ul li.download a {
    padding: 1.3rem 2.1rem;
  }

  /* max-width:1110px */
}

/*--- タブレット ---*/
@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw / 1024 * 10);
  }

  .header {
    padding: 1rem 2%;
  }

  .header_sub_nav {
    display: none;
  }

  .g_nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .header {
    padding: 1rem 2%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .f_nav {
    padding: 4.9rem 5% 2.7rem;
  }

  .f_nav ul>li {
    margin-bottom: 2.2rem;
  }

  .f_nav ul>li>a {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .f_nav .sub-menu li a {
    font-size: 1.7rem;
  }

  .footer_sub_nav {
    right: 5%;
/*    top: 27.2rem; */
    top: 35rem;
  }

  .footer_sub_nav ul li.contact a, .footer_sub_nav ul li.download a {
    padding: 1.3rem 1.7rem;
  }

  .sidebar {
    display: none;
  }

  .downloadSidebar {
    display: block;
  }



  /* max-width:1024px */
}

/*--- スマホ ---*/
@media screen and (max-width: 479px) {
  html {
    font-size: calc(100vw / 320 * 10);
  }

  .header_logo {
    margin-top: 0;
  }

  .header_logo img {
    height: 3rem;
    display: block;
  }

  .hamburger {
    top: 1.4vw;
    width: 4rem;
    height: 4rem;
  }

  .hamburger span {
    height: 2px;
  }

  .header_modal {
    top: 15.7vw;
  }

  .footer {
    padding-bottom: 6rem;
  }

  .f_nav {
    padding: 2.2rem 5% 1rem;
    display: none;
  }

  .f_nav_box {
    width: 100%;
  }

  .f_nav ul>li {
    margin-bottom: 0.8rem;
  }

  .f_nav ul>li>a {
    font-size: 1.3rem;
  }

  .f_nav .sub-menu li a {
    font-size: 1.3rem;
  }

  .footer_sub_nav {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .footer_sub_nav ul li.contact, .footer_sub_nav ul li.download {
    width: 50%;
  }

  .footer_sub_nav ul li.contact a, .footer_sub_nav ul li.download a {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
  }

  .top_scroll i {
    font-size: 3rem;
  }

  .modal_nav>ul>li>a {
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
  }

  .modal_nav>ul>li>ul.sub-menu>li>a {
    padding: 1rem 3rem;
    font-size: 1.3rem;
  }

  .modal_nav>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding: 1rem 4rem;
    font-size: 1.2rem;
  }

  .modal_nav>ul>li.product>ul.sub-menu>li>a::after {
    top: 28%;
  }

  .modal_nav>ul>li.product>ul.sub-menu>li.open>a::after {
    top: 9%;
  }



  /* max-width:479px */
}
@charset "UTF-8".corp_greet_heading

/* global */
.main {
  position: relative;
  width: 100%;
  z-index: 0;
}

.cont {
  padding: 7rem 0 8.5rem;
}

.cont_sub {
  font-size: 1.4rem;
  color: #aaa;
  text-align: center;
}

.cont_ttl {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Helvetica";
  color: #222;
}

.anchor_btn_03 a:hover {
  filter: brightness(120%);
}

.cont_heading {
  margin: 4rem 0 6.8rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.page_heading {
  height: 12.4rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/corp_bg.jpg);
}

.page_ttl {
  font-size: 2.7rem;
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
  margin-top: -0.9rem;
}

.page_ttl::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 0.2rem;
}

.page_wrap {
  width: 100%;
  margin: 0 auto;
  font-family: '小塚ゴシック Pr6N', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
}

/*********************

* トップページ

*********************/
/*--- main_visual ---*/
.main_visual {
  height: 37.5vw;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.swiper-button-next, .swiper-button-prev {
	top: auto;
  bottom: 1.2rem;
  width: 1.8rem;
  height: 3.0rem;
  margin-top: -2.2rem;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 2.7rem 4.4rem;
  -webkit-background-size: 2.7rem 4.4rem;
  background-size: 1.8rem 3rem;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: calc(50% - 8rem);
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: calc(50% - 8rem);
  left: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 1.8rem;
  left: calc(50% - 5.5rem);
  width: 11rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
	background-color: #007aff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
}

/*--- news ---*/
.cont.news {
  padding: 5.2rem 0 6.8rem;
  background-color: #fff;
}

.news>.inner>.flex_box {
  width: 96%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: nowrap;
}

.cont_heading {
  margin-right: 6.2rem;
  font-size: 3rem;
  font-family: "Helvetica";
  font-weight: 200;
  letter-spacing: 0;
  margin-top: 7.6rem;
}

.news_wrap {
  flex-grow: 1;
  padding-right: 0.5rem;
}

.news_item {
  padding: 1rem 0 0.8rem;
  border-top: 1px solid #d3cfcf;
}

.news_item .flex_box {
  align-items: center;
}

.news_item_date {
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 12rem;
}

.news_item_cat a {
  display: block;
  width: 9.4rem;
  padding: 0.2rem 0;
  margin-right: 3.2rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.news_item_cat.news a {
  background-color: #7d7d7d;
}

.news_item_cat.activity a {
  background-color: #000;
}

.news_item_cat a:hover {
  opacity: 0.7;
}

.news_item_ttl a {
  position: relative;
  font-size: 1.5rem;
  color: #222;
}

.news_item_ttl a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  height: 0.1rem;
  background-color: #1b1b1b;
  transition: .5s ease;
}

.news_item_ttl a:hover::before {
  width: 100%;
}

.news .anchor_btn_02 {
  text-align: right;
}

.anchor_btn_02 a {
  padding-right: 3.1rem;
  margin-right: 2.7rem;
  font-size: 1.4rem;
  color: #222;
  background: url(../img/anchor_bg.png) no-repeat;
  background-position: 100% 50%;
  font-weight: 600;
}

.anchor_btn_02 a:hover {
  color: #666;
}

.bnr.news {
  margin: 4rem auto 0;
}

.bnr a img {
  width: 100%;
}

.bnr a:hover {
  opacity: 0.7;
}

/*--- contents ---*/
.cont.contents {
  padding: 5rem 0;
  background: url(../img/contents_bg.jpg) no-repeat;
  background-size: cover;
}

.cont_ttl.contents {
  color: #fff;
  margin-bottom: 2.8rem;
}

.bnr.contents {
  max-width: 84.5rem;
  margin: 2.1rem auto;
}

/*--- corporate ---*/
.cont.corporate {
  padding: 8.4rem 0 6rem;
}

.corporate>.flex_box {
  flex-wrap: nowrap;
  width: 94.5%;
  margin: 4.8rem auto;
  justify-content: space-between;
}

.information_item {
  position: relative;
  width: 31%;
  height: 19.3vw;
  overflow: hidden;
}

.information_item>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease
}

.information_item:hover>a>img {
  transform: scale(1.1);
}

.hover_item {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 94%;
  height: 88%;
  left: 3%;
  top: 6%;
  opacity: 0.5;
  transition: 1.0s ease;
  background: rgba(0, 0, 0, 0.7);
}

.hover_item_box {
  text-align: center;
}

.information_item:hover .hover_item {
  opacity: 1;
}

.hover_icon {
  width: 4.7rem;
  text-align: center;
}

.hover_txt {
  position: relative;
  margin-top: 0.8rem;
  padding-top: 1rem;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 600;
}

.hover_txt::before {
  position: absolute;
  content: '';
  top: 0;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 0.1rem;
  background-color: #2687b6;
}

/*--- access ---*/
.cont.access {
  padding: 2rem 0 8.4rem;
}

.access>.flex_box {
  justify-content: center;
  margin-top: 2.4rem;
}

.address_item {
  margin-left: 1.7rem;
  padding: 1rem 0;
  border-right: 1px solid #c6cacf;
}

.address_item:nth-of-type(1) {
  width: 22.4%;
}

.address_item:nth-of-type(2) {
  width: 19.5%;
}

.address_item:nth-of-type(3) {
  width: 20%;
  border: none;
  margin-right: 1.2rem;
}

.address_item img {
  margin-right: 1.3rem;
}

.address_item:nth-of-type(1) img {
  height: 3.4rem;
}

.address_item:nth-of-type(2) img {
/*  height: 2.7rem;   */
  height: 3.4rem;
}

.address_item:nth-of-type(3) img {
/*  height: 2.2rem;   */
  height: 3.4rem;
}

.address_item .flex_box {
  align-items: center;
}

.address_txt {
  font-size: 1.2rem;
  color: #264059;
  line-height: 1.3;
  margin-top: 0.3rem;
}

.address_txt a {
  color: #264059;
}

.contact form {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.contact_table {
  width: 100%;
  margin: 5.9rem auto 0;
  max-width: 88rem;
}

.required {
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  margin-top: -0.3rem;
  background-color: #b70b0b;
  width: 3.3rem;
  text-align: center;
}

.contact_table th,
.contact_table td {
  font-size: 1.3rem;
  padding: 1.9rem 0;
  text-align: left;
  color: #000;
}

.contact_table th {
  padding-left: 8.2rem;
  width: 35.5%;
}

.contact_table tr:last-child th {
  vertical-align: top;
}

.contact_table td input[type="text"],
.contact_table td input[type="email"],
.contact_table td input[type="tel"],
.contact_table td select,
.contact_table td textarea {
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.8s;
  padding: 1.2rem 1.2rem;
  background: #f2f2f2;
  font-size: 1.6rem;
  box-shadow: inset 0 0 0.4rem #ccc;
}

.contact_table td input:focus,
.contact_table td textarea:focus,
.contact_table td select {
  border: 1px solid rgba(255, 255, 255, 1);
  outline: none;
}

.contact_table tr:nth-child(1) td input,
.contact_table tr:nth-child(2) td input,
.contact_table tr:nth-child(6) td select {
  width: 44.7%;
}

.contact_table tr:nth-child(3) td input,
.contact_table tr:nth-child(4) td input {
  width: 84%;
}

.contact_table tr:nth-child(6) td input,
.contact_table tr:nth-child(8) td input {
  width: 8.1rem;
  margin-right: 0.9rem;
}

.contact_table tr:nth-child(7) td input {
  width: 18rem;
}

.contact_table td textarea {
  width: 76%;
  height: 15rem;
}

.wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 2.2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-size: 1.5rem;
}

.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #f2f2f2;
  transition: 0.3s;
  box-shadow: inset 0 0 0 0.4rem #ccc;
}

.radio .wpcf7-list-item label::before,
.radio .wpcf7-list-item label::after {
  border-radius: 50%;
}

.wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000;
  transform: scale(0);
  transition: 0.3s ease;
}

.wpcf7-list-item label.check::after {
  transform: scale(1);
}

.wpcf7-list-item label input[type="radio"],
.wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.bubget {
  position: relative;
}

.bubget::after {
  position: absolute;
  content: '▼';
  right: 0.5rem;
  top: 0.1rem;
}

.time_bar {
  margin: 0 2.6rem 0 1.7rem;
}

.formbtn {
  display: block;
  max-width: 48rem;
  width: 100%;
  height: 5rem;
  margin: 1.8rem auto 5.6rem;
  text-align: center;
  line-height: 5rem;
  background-color: #f39800;
  color: #fff;
  transition: 0.8s;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: bold;
}

.formbtn:hover,
.formbtn:active {
  filter: brightness(120%);
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.3rem;
  text-align: center;
  color: #b70b0b;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0.2rem;
  color: #b70b0b;
}

/*--- map ---*/
.google_map {
  width: 100%;
  height: 44.3rem;
  margin-top: 2.7rem;
}

.google_map iframe {
  width: 100%;
  height: 100%;
}

/*********************

*  下層ページ

*********************/
.page_sub {
  position: relative;
  padding-bottom: 1.3rem;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
  ;
}

.page_sub::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0.1rem;
  width: 4.7rem;
  height: 0.2rem;
  background-color: #08a5e5;
}

.page_txt {
  margin: 1.8rem 0;
  font-size: 1.5rem;
  line-height: 2.1;
}

.post-972 .page_txt {
  max-width: 61.5rem;
}

/*--- corp_overview ---*/
.corp.flex_box {
  margin-top: 6.1rem;
  margin: 2.9rem auto 10.9rem;
}

.corp_item {
  position: relative;
  width: 47.7%;
  margin-bottom: 8rem;
  margin-right: 4.6%;
}

.corp_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.corp_item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 1.0s ease;
  z-index: 1;
}

.corp_item:hover a::before {
  opacity: 1;
}

.corp_item:nth-child(2n) {
  margin-right: 0;
}

.corp_img {
  width: 100%;
  height: 14.4rem;
  overflow: hidden;
}

.corp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.corp_item:hover img {
  transform: scale(1.1);
}

.corp_txt {
  position: absolute;
  left: calc(50% - 12.9rem);
  bottom: -2.5rem;
  width: 25.8rem;
  height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #2a5f45;
  transition: 1.0s ease;
  z-index: 2;
}

.corp_txt::before {
  position: absolute;
  content: '';
  left: calc(50% - 0.1rem);
  top: -3.2rem;
  width: 0.1rem;
  height: 3.9rem;
  background-color: #000;
}

.corp_item:hover .corp_txt {
  color: #fff;
  background-color: #2a5f45;
}

/*--- recruit ---*/
.cont_box.recruit {
  margin: 8.9rem auto 4rem;
}

.recruit.flex_box {
  margin: 7.2rem auto 11.1rem;
}

.recruit_item {
  position: relative;
  width: 100%;
  margin-bottom: 6.5rem;
}

.recruit_item.child {
  width: 47.7%;
  margin-right: 4.6%;
}

.recruit_item.child:nth-child(2n) {
  margin-right: 0;
}

.recruit_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.recruit_img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 1.0s ease;
  z-index: 1;
}

.recruit_item:hover .recruit_img::before {
  opacity: 1;
}

.recruit_img {
  position: relative;
  width: 100%;
  height: 17rem;
  overflow: hidden;
}

.recruit_img.child {
  height: 15.1rem;
}

.recruit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.recruit_item:hover img {
  transform: scale(1.1);
}

.recruit_txt {
  position: relative;
  margin-top: 2.3rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  z-index: 2;
  letter-spacing: 0.05em;
}

.recruit_txt.child {
  font-size: 1.5rem;
  margin-top: 1.6rem;
}

.recruit_en {
  margin-top: 0px;
  text-align: center;
  font-size: 1.1rem;
  color: #d4d2d2;
  letter-spacing: 0.08em;
}

.recruit_txt::before {
  position: absolute;
  content: '';
  left: calc(50% - 2px);
  top: -4.8rem;
  width: 2px;
  height: 4.3rem;
  background-color: #08a5e5;
}

.recruit_txt.child::before {
  left: 50%;
  top: -3.3rem;
  width: 1px;
  height: 0.3rem;
}

/*--- corp_overview greeting ---*/
.corp_greet_box {
  position: relative;
}

.corp_greet_box.first {
  margin-top: 6rem;
  background: url(../img/corp_greet_bg_01-2.jpg) no-repeat;
  background-size: 39.3rem;
  background-position: 100% 0%;
}

.corp_greet_box.second {
  background: url(../img/corp_greet_bg_02-2.jpg) no-repeat;
  background-size: 38.3rem;
  background-position: 0% 100%;
  min-height: 36rem;
  margin: 1rem 0 13.3rem;
}

.corp_greet_heading {
  padding-left: 0.5rem;
  padding-top: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #08a5e5;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.corp_greet_txtarea {
  background-color: rgba(255, 255, 255, 0.95);
}

.first .corp_greet_txtarea {
  width: 68.7%;
  padding: 0.6rem 1.8rem 1rem 1rem;
  margin-top: 3.3rem;
}

.second .corp_greet_txtarea {
  width: 66.5%;
  margin-left: auto;
  padding: 1rem 0 0.6rem 2.9rem;
}

.corp_greet_txt {
  padding: 1.8rem 0;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


.corp_greet_items {
/*  display: flex;
  justify-content: space-between; */
}
.corp_greet_items .corp_greet_item {
/*  width: 48%;*/
}
.corp_greet_item-img {
  margin-top: 6rem;
  padding: 0;
}

.corp_greet_item-title {
  padding: 0;
  margin: 0 0 8px;
  text-align: end;
  font-size: 1.6rem;
/*  font-weight: 700;*/
  color: #808080;
}


/*--- recruit nessage---*/
.recruit_greet_box {
  min-height: 27.3rem;
  background: url(../img/recruit_greet_bg_01.jpg) no-repeat;
  background-size: 39.2rem;
  background-position: 2% 0%;
  margin-top: 5rem;
}

.recruit_greet_heading {
  padding-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #08a5e5;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: right;
}

.recruit_greet_pos {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.15em;
  padding-right: 1.8em;
}

.recruit_greet_name {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 0.15em;
  padding-right: 1.8em;
}

.recruit_greet_txtarea {
  margin: 4.3rem 0 8.8rem;
  padding-left: 0.9rem;
}

.recruit_greet_txt {
  padding: 1.6rem 0;
  font-size: 1.5rem;
  color: #666;
  line-height: 2.1;
  letter-spacing: 0.06em;
}


.rec_greet_items {
/*  display: flex;
  justify-content: space-between; */
}
.rec_greet_items .rec_greet_item {
/*  width: 48%; */
}
.rec_greet_item-img {
  margin-top: 6rem;
  padding: 0;
}

.rec_greet_item-title {
  padding: 0;
  margin: 0 0 8px;
  text-align: end;
  font-size: 1.6rem;
/*  font-weight: 700;*/
  color: #808080;
}

/*--- recruit job-introduction ---*/
.recruit_job_box {
  margin: 4.9rem 0 10rem;
}

.recruit_job_item {
  position: relative;
  margin-bottom: 6.1rem;
}

.job_item_img {
  width: 100%;
  height: 16.5rem;
}

.job_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job_item_ttl {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 0.6em;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.job_item_ttl span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: -0.6rem;
}

.job_item_ttl::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 0.5rem);
  width: 0.3rem;
  height: 1rem;
  background-color: #f39800;
}

.job_item_txt {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*--- recruit interview ---*/
.recruit_intarview_box {
  margin: 4.1rem auto 9.5rem;
  width: 83.5%;
  transform: translateX(-1.5%);
}

.recruit_interview_item {
  position: relative;
  min-height: 30rem;
  padding-top: 7.8rem;
  margin-bottom: 1.8rem;
  background-size: 20.8rem;
  background-repeat: no-repeat;
}

.recruit_interview_item:nth-child(1) {
  background-image: url(../img/recruit_interview_01.jpg)
}

.recruit_interview_item:nth-child(2) {
  background-image: url(../img/recruit_interview_02.jpg)
}

.recruit_interview_item:nth-child(3) {
  background-image: url(../img/recruit_interview_03.jpg)
}

.recruit_interview_item:nth-child(4) {
  background-image: url(../img/recruit_interview_04.jpg)
}

.recruit_interview_item:nth-child(5) {
  background-image: url(../img/recruit_interview_05.jpg)
}

.recruit_interview_item:nth-child(2n+1) {
  background-position: 0% 0%;
}

.recruit_interview_item:nth-child(2n) {
  background-position: 100% 0%;
}

.recruit_interview_txtarea {
  width: 64%;
  padding: 2.3rem 0 4rem 2.3rem;
  border-bottom: 1px solid #08a5e5;
}

.recruit_interview_item:nth-child(2n+1) .recruit_interview_txtarea {
  margin-left: auto;
}

.recruit_interview_heading {
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.13em;
}

.detail.flex_box {
  align-items: flex-end;
  justify-content: space-between;
}

.recruit_interview_date {
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  margin-top: 1.2rem;
}

.recruite_interview_name {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
}

.anchor_btn_04.interview {
  margin-bottom: -0.3rem;
  margin-right: 0.5rem;
}

.anchor_btn_04.interview a {
  display: block;
  width: 8.1rem;
  padding: 0.3rem 0;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #08a5e5;
  text-align: center;
  background-image: url(../img/anchor_04_bg.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 0.1rem;
  background-color: transparent;
  border: 1px solid transparent;
}

.anchor_btn_04.interview a:hover {
  border-color: #08a5e5;
  background-color: rgba(0, 0, 0, 0.06);
  background-position: 88% 50%;
  background-size: 0.6rem;
}

/*--- product ---*/
.product_box {
  margin: -0.8rem 0 -1.9rem;
}

.page_child_ttl {
  padding: 2.5rem 0 2.5rem 2.9rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-left: 0.3rem solid #08a5e5;
  letter-spacing: 0.05em;
}

.product_cat_box {
  margin-top: 4.4rem;
}

.product_cat_name {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.product_cat_bnr {
  width: 100%;
  margin-top: 2.7rem;
}

.product_cat_bnr img {
  width: 100%;
}

.cat_desc_list {
  margin-top: 0.2rem;
}

.cat_desc_list_item {
  position: relative;
  margin-right: 1.3rem;
}

.cat_desc_list_item::before {
  display: inline-block;
  margin-right: 0.3rem;
  margin-left: 0px;
  content: '▶';
  color: #17264d;
  font-size: 1rem;
  vertical-align: middle;
  transform: scale(0.5);
}

.cat_desc_list_item a {
  font-size: 1.2rem;
  color: #17264d;
  font-weight: 600;
}

.cat_desc_list_item:hover {
  opacity: .7;
  text-decoration: underline;
}

.cat_item_area {
  margin: 3.6rem 0 4.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #dcdcdc;
}

.cat_item_area_heading {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 1.7rem;
}

.cat_item_area_heading::before {
  position: absolute;
  content: '';
  left: 0.2rem;
  top: calc(50% - 0.4rem);
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.product.flex_box {
  margin-left: 3px;
}

.cat_item {
  width: 140px;
  min-height: 15.2rem;
  margin-right: 1.2rem;
  margin-bottom: 1.4rem;
  border: 0.1rem solid #bfbfbf;
  transition: 0.5s ease;
}

.cat_item:hover {
  opacity: 0.7;
}

.cat_item:nth-child(5n) {
  margin-right: 0;
}

.cat_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.cat_item_img.flex_box {
  width: 100%;
  height: 9.5rem;
  align-items: center;
  justify-content: center;
}

.cat_item_img img {
  height: 80px;
  object-fit: contain;
  margin:0.25rem;
}

.cat_item_name {
  width: 93%;
  margin: 0 auto;
  padding: 0.4rem 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.05em;
  border-top: 0.1rem solid #bfbfbf;
}

.pagetop_btn {
  margin-top: -2.6rem;
  text-align: right;
  margin-bottom: 7.2rem;
}

.pagetop_btn a {
  position: relative;
  display: inline-block;
  width: 10rem;
  font-size: 1.3rem;
  color: #08a5e5;
  letter-spacing: 0.08em;
  margin-right: 0.7rem;
}

.pagetop_btn a::before {
  position: absolute;
  content: '';
  left: -1.8rem;
  top: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.pagetop_btn a:hover {
  opacity: .7;
  text-decoration: underline;
}

/*--- overview ---*/
.product_box.overview {
  margin-bottom: 16.4rem;
}

.overview_img {
  margin-top: 3.5rem;
}

.overview_img img {
  width: 100%;
}

.overview_txt {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/*--- history ---*/
.product_box.history {
  margin-bottom: 16rem;
}

.corp_child_box {
  margin: 3.9rem 0 8.9rem;
}

.corp_child_heading {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.corp_child_table {
  margin-top: 1.9rem;
  width: 100%;
}

.corp_child_table th {
  padding: 1.1rem 2.1rem 1.1rem;
  vertical-align: middle;
  font-weight: 500;
  background-color: #eaeae9;
  font-size: 1.4rem;
  color: #000;
  border-top: 0.1rem dotted #818181;
  text-align: center;
}

.corp_child_table td {
  padding: 1.1rem 2.1rem 1.1rem;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  border-top: 0.1rem dotted #818181;
  text-align: left;
}

.corp_child_table tr:last-child th,
.corp_child_table tr:last-child td {
  border-bottom: 0.1rem dotted #818181;
}

.corp_child_table.company th {
  width: 20%;
}

.corp_child_table.history th {
  width: 20%;
}

/*--- access ---*/
.product_box.access {
  margin-bottom: 14.6rem;
}

.access_box {
  margin: 3.5rem 0 4.9rem;
}

.access_box.global {
  margin-top: 7.9rem;
}

.access_img {
  margin-top: 2rem;
  margin-left: 0.9rem;
  width: 91.5%;
}

.access_img img {
  width: 100%;
}

.access_child_box {
  padding: 0 0 1.5rem 2.5%;
  border-bottom: 2px solid #f5f4f3;
}

.access_txt {
  margin: 0.6rem 0;
  font-size: 1.5rem;
  color: #010000;
  letter-spacing: 0.1em;
}

.access_txt br {
  display: none;
}

.access_txt a {
  color: #08a5e5;
}

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

.map_btn_wrap a.map_btn {
  display: inline-block;
  padding: 0.3rem 1rem 0.5rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: #08a5e5;
  border: 1px solid #08a5e5;
}

.map_btn_wrap a.map_btn:hover {
  color: #fff;
  background-color: #08a5e5;
  text-decoration: none;
}

.corp_child_table.access {
  width: 65%;
  margin-top: 1.9rem;
  margin-bottom: 0.7rem;
}

.corp_child_table.access th {
  border-top: 1px solid #ddd;
  border-right: 1px dashed #ddd;
  font-size: 1.3rem;
  padding: 0.9rem 1.8rem 0.9rem;
  width: 35%;
}

.corp_child_table.access td {
  border-top: 1px solid #ddd;
  font-size: 1.3rem;
  padding: 0.9rem 1.3rem 0.9rem;
}

.corp_child_table.access td a {
  color: #000;
}

.corp_child_table.access tr:last-child th,
.corp_child_table.access tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.corp_child_table.access .headquarters th,
.corp_child_table.access .headquarters td {
  background-color: #478f94;
  color: #fff;
}

.corp_child_table.access .headquarters td a {
  color: #fff;
}

.access_child_heading {
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  word-break: break-all;
}

.access_child_heading::before {
  position: absolute;
  content: '';
  left: -1.3rem;
  top: 0.8rem;
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.access_sub {
  margin-top: -0.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ff7500;
  letter-spacing: 0.1em;
}

/*--- corp point ---*/
.contact_btn {
  margin: 8.3rem auto;
  text-align: center;
}

.contact_btn img {
  max-width: 58.3rem;
  transition: .5s ease;
}

.contact_btn img:hover {
  opacity: 0.7;
}

.iso_image {
  max-width: 51.9rem;
  margin: 1rem 0;
}

.point_txt {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.85;
  margin-top: 0.6rem;
  letter-spacing: 0.07em;
}

.point_txt.sub {
  line-height: 1.5;
}

.point_list {
  padding-left: 1em;
  line-height: 1.5;
}

.point_after {
  text-align: right;
}

.corp_child_table.point {
  width: 94.5%;
  margin: 1.9rem 0 0.7rem;
}

.corp_child_table.point th,
.corp_child_table.point td {
  /* border-width: 1px; */
  border-color: #bdbdbd;
  border-style: solid;
  text-align: center;
}

.corp_child_table.point tr:last-child th,
.corp_child_table.point tr:last-child td {
  border-color: #bdbdbd !important;
  border-style: solid;
}

.corp_child_table.point tr:nth-child(2) th {
  border-bottom: 1px solid #bdbdbd;
}

.corp_child_table.point th {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.corp_child_table.point td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
}

.corp_child_table.point tr:nth-child(1) th {
  width: 66.8%;
}

.corp_child_table.point tr:nth-child(2) th {
  width: 33.5%;
}

.access_sub_txt {
  font-weight: 600;
  color: #666;
  margin-top: 2.1rem;
  margin-bottom: -0.4rem;
  font-size: 1.6rem;
}

.page_child_ttl.point {
  padding: 1rem 0 1rem 2.9rem;
  margin-top: 4.8rem;
  line-height: 1.4;
}

.contact_btn.m_margin {
  margin-top: -2.4rem;
}

/*--- recruit application ---*/
.application_img {
  margin-bottom: 2.1rem;
}

.corp_child_box.application {
  margin: 4.7rem 0 7.3rem;
}

.contact_btn.application {
  margin-bottom: 2.8rem;
}

/*--- question ---*/
.question.flex_box {
  justify-content: space-between;
  margin-top: 4.2rem;
}

.question_list_box {
  width: 48%;
  padding: 0.9rem 1.3rem;
  border: 2px solid #d8d8d8;
}

.question_list_heading {
  padding-bottom: 0.7rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #222;
  border-bottom: 1px dotted #b7b7b7;
  letter-spacing: 0.1em;
}

.question_list {
  margin-top: 1.1rem;
  margin-bottom: -2.1rem;
}

.question_list_item {
  margin-bottom: 2rem;
  color: #09b8e0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.question_list_item a {
  color: #09b8e0;
  font-size: 1.3rem;
}

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

.qa_box {
  margin: 6rem 0 14.1rem;
}

.qa_item {
  padding: 2.4rem 0;
}

.question_txt {
  position: relative;
  padding: 0 6.3% 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px dotted #b1b1b1;
  letter-spacing: 0.08em;
}

.question_txt::before {
  position: absolute;
  content: 'Q';
  display: inline-block;
  left: 0;
  top: -0.9rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #f39700;
}

.answer_txt {
  margin-top: 0.7rem;
  padding: 0 6.3%;
  font-size: 1.5rem;
  color: #525252;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.qa_img.flex_box {
  margin-top: 2.3rem;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.qa_img img:nth-child(1) {
  width: 43%;
  margin-right: 5.4rem;
}

.qa_img img:nth-child(2) {
  width: 49%;
}

/*--- interview 個人詳細ページ ---*/
.person_box {
  margin: 5.8rem 0 4rem;
}

.person_heading_box {
  margin: 0 auto;
  padding: 0 3%;
}

.person_flex_box {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.person_heading_txtbox {
  width: 68.5%;
}

.person_heading_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  color: #08a5e5;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.person_name {
  margin-top: 3.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
}

.person_career {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333;
  padding-right: 6.2rem;
  margin-top: 0.3rem;
}

.person_heading_img {
  width: 24.5%;
}

.person_qa_box {
  margin-top: 9.8rem;
}

.person_qa_item {
  margin-bottom: 4.8rem;
  padding: 0 1.3%;
}

.person_qa_ttl {
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #08a5e5;
}

.person_qa_ttl::before {
  position: absolute;
  content: '';
  left: 0.1rem;
  bottom: 0;
  width: 2rem;
  height: 0.2rem;
  background-color: #81d0f1;
}

.person_qa_txt {
  margin-bottom: 1.7rem;
  padding-right: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.85;
  color: #333;
}

.tr.flex_box,
.tl.flex_box {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 1.7rem 0 -0.5rem;
}

.tl .person_qa_txtbox {
  width: 54.5%;
}

.tr .person_qa_txtbox {
  padding-left: 1.6rem;
  width: 55.5%;
}

.person_qa_img {
  width: 43.5%;
}

.person_qa_img img {
  width: 100%;
}

/*--- privacy policy ---*/
.privacy_cont {
  padding: 2rem 0;
  border-top: 2px solid #2a2a2a;
}

.privacy_cont.last {
  border-bottom: 2px solid #2a2a2a;
}

.privacy_cont h2 {
  font-size: 1.7rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
  background: #f0f8ff;
  margin: 1.5rem 0;
}

.privacy_cont h3 {
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  margin: 1.5rem 0;
}

.privacy_cont h4 {
  margin: 1.5rem 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1em;
}

.privacy_cont p {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1em;
}

.privacy_cont li {
  margin-left: 2rem;
  margin-bottom: 0.7rem;
  list-style: disc;
  font-size: 1.4rem;
}

.privacy_cont a:link {
  text-decoration:underline;
}

/*--- 製品ページ 詳細---*/
.item_detail h2 {
  margin-bottom: 2rem;
  padding: 2.5rem 0 2.5rem 2.9rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-left: 0.3rem solid #08a5e5;
  letter-spacing: 0.05em;
}

.item_detail h3 {
  position: relative;
  padding-bottom: 1.3rem;
  margin: 3rem 0 1.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
}

.item_detail h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0.1rem;
  width: 4.7rem;
  height: 0.2rem;
  background-color: #08a5e5;
}

.item_detail h4 {
  position: relative;
  margin-top: 1.6rem;
  padding-left: 1.3rem;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  word-break: break-all;
}

.item_detail h4::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.item_detail p {
  margin: 1.5rem auto;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.item_detail ul {
  margin: 2rem 0;
}

.item_detail li {
  margin-left: 2rem;
  margin-bottom: 0.7rem;
  list-style: disc;
  font-size: 1.4rem;
}

.item_detail table {
  margin: 2rem 0;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.item_detail table th,
.item_detail table td {
  padding: 1.1rem 0.5rem 1.1rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
}

.item_detail table th {
  background: #eaeae9;
  vertical-align: middle;
  font-size: 1.3rem;
  text-align: left;
  padding: 1.1rem 0.5rem 1.1rem;
}

.item_detail table {
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.item_detail img {
  margin: 1rem 0px;
  text-align: center;
  height: auto;
}

.item_detail .contact_btn.application {
  margin: 0;
}

.item_detail .pagetop_btn {
  margin-top: 1rem;
}


.item_detail .items .item {
  width: 100%;
}
.item_detail .items .item .item-img {
  padding: 0;
}

.item_detail .items {
  display: flex;
  justify-content: space-between;
}
.item_detail .items .item {
  width: 48%;
}


/*********************

* レスポンシブ

*********************/
@media screen and (max-width: 1150px) {
  .two_colum.flex_box .main .inner {
    width: 96%;
  }

  .cat_item {
    width: 19%;
    margin-right: 1.25%;
    padding: 1px;
  }

  .cat_item_img.flex_box {
    height: auto;
  }

  /* max-width:1150px */
}

/*--- タブレット ---*/
@media screen and (max-width: 1024px) {
  .main_visual {
    margin-top: 12vw;
  }

  .inner {
    width: 90%;
    max-width: none;
  }

  .cont_heading {
    margin-right: 2.8rem;
    font-size: 3.3rem;
  }

  .bnr.contents {
    width: 90%;
    max-width: none;
  }

  .cont.corporate {
    padding: 8.4rem 0 4.4rem;
  }

  .google_map {
    margin-top: 4.8rem;
  }

  .access>.flex_box {
    width: 90%;
    margin: 1.5rem auto 0;
    justify-content: space-between;
  }

  .address_item .flex_box {
    justify-content: center;
  }

  .address_item {
    width: calc(100% / 3) !important;
    margin: 0 !important;
  }

  .address_item:nth-of-type(1) img {
    height: 4.4rem;
  }

  .address_item:nth-of-type(2) img {
    height: 4.4rem;
  }

  .address_item:nth-of-type(3) img {
/*    height: 3.4rem; */
    height: 4.4rem;
    margin-top: 0.3rem;
  }

  .address_txt {
    font-size: 1.5rem;
  }

  .cont_ttl {
    font-size: 3.3rem;
  }

  .news_item_ttl a {
    font-size: 1.6rem;
  }

  /*--- 下層ページ ---*/
  .two_colum.flex_box .main {
    width: 100%;
    max-width: none;
  }

  .two_colum.flex_box .main .inner {
    width: 90%;
  }

  .page_heading {
    margin-top: 12vw;
  }

  .page_sub {
    font-size: 2.6rem;
  }

  .page_txt {
    font-size: 1.6rem;
  }

  .post-972 .page_txt {
    max-width: 66rem;
  }

  .corp_txt {
    font-size: 1.6rem;
  }

  .corp_greet_txt {
    font-size: 1.5rem;
  }

  .access_child_heading {
    font-size: 1.8rem;
  }

  .point_txt {
    font-size: 1.6rem;
  }

  .corp_child_table.point th {
    font-size: 1.6rem;
  }

  .corp_child_table.point td {
    font-size: 1.5rem;
  }

  .corp_child_table th {
    font-size: 1.4rem;
  }

  .corp_child_box {
    margin-bottom: 5.9rem;
  }

  .access_txt {
    font-size: 1.6rem;
  }

  .corp_child_table.access th {
    font-size: 1.4rem;
  }

  .corp_child_table.access td {
    font-size: 1.4rem;
  }

  .access_txt {
    font-size: 1.6rem;
  }

  .access_sub {
    font-size: 1.3rem;
  }

  .map_btn_wrap a.map_btn {
    font-size: 1.3rem;
  }

  .cat_desc_list_item::before {
    transform: scale(0.7);
  }

  .cat_desc_list_item a {
    font-size: 1.4rem;
  }

  .cat_item_area_heading {
    font-size: 1.8rem;
  }

  .cat_item_name {
    font-size: 1.4rem;
  }

  .pagetop_btn a::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .pagetop_btn a {
    width: auto;
    font-size: 1.4rem;
  }

  .recruit_txt {
    font-size: 1.8rem;
  }

  .recruit_en {
    font-size: 1.3rem;
  }

  .recruit_greet_pos {
    font-size: 1.7rem;
  }

  .recruit_greet_name {
    font-size: 1.7rem;
  }

  .recruit_greet_txt {
    font-size: 1.7rem;
  }

  .job_item_ttl {
    font-size: 1.9rem;
  }

  .job_item_ttl span {
    font-size: 1.6rem;
  }

  .job_item_txt {
    font-size: 1.5rem;
  }

  .recruit_intarview_box {
    width: 94%;
  }

  .recruit_interview_heading {
    font-size: 2.2rem;
  }

  .recruit_interview_date {
    font-size: 1.1rem;
  }

  .recruite_interview_name {
    font-size: 1.3rem;
  }

  .anchor_btn_04.interview a {
    font-size: 1.3rem;
  }

  .corp_child_table td {
    font-size: 1.4rem;
  }

  .question_list_heading {
    font-size: 1.8rem;
  }

  .question_list_item a {
    font-size: 1.4rem;
  }

  .question_txt {
    font-size: 1.9rem;
  }

  .answer_txt {
    font-size: 1.6rem;
  }

  .question_list {
    margin-bottom: 0;
  }

  .person_heading_ttl {
    font-size: 2.6rem;
  }

  .person_name {
    font-size: 1.7rem;
  }

  .person_career {
    font-size: 1.3rem;
  }

  .person_qa_ttl {
    font-size: 1.7rem;
  }

  .person_qa_txt {
    font-size: 1.3rem;
  }

  .item_detail h3 {
    font-size: 2.6rem;
  }

  .item_detail h4::before {
    font-size: 1.8rem;
  }

  .item_detail table th {
    font-size: 1.4rem;
  }

  .item_detail table td {
    font-size: 1.4rem;
  }

  /* max-width:1024px */
}

@media screen and (max-width: 479px) {
  .main_visual {
    margin-top: 30vw;
    height: 64.4vw;
  }

  .cont.news {
    padding: 1.5rem 0;
  }

  .news>.inner>.flex_box {
    width: 100%;
    flex-wrap: wrap;
  }

  .cont_heading {
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
  }

  .news_wrap {
    padding: 0;
  }

  .cont_ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .news_item_date {
    margin-right: 0.8rem;
    font-size: 1rem;
  }

  .news_item_cat a {
    width: 6rem;
    font-size: 1rem;
  }

  .news_item_ttl {
    width: 100%;
    margin-top: 0.5rem;
  }

  .news_item_ttl a {
    font-size: 1.2rem;
  }

  .anchor_btn_02 {
    margin-top: 1.7rem;
  }

  .anchor_btn_02 a {
    padding-right: 1.4rem;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .bnr.news {
    margin-top: 3rem;
  }

  .cont.contents {
    padding: 2rem 0;
  }

  .cont_ttl.contents {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .bnr.contents {
    margin: 1.5rem auto;
  }

  .cont.corporate {
    padding: 2rem 0 0;
  }

  .corporate>.flex_box {
    width: 90%;
    margin: 1.5rem auto 0;
    flex-wrap: wrap;
  }

  .information_item {
    width: 100%;
    height: 61.2vw;
    margin-bottom: 2rem;
  }

  .cont.access {
    padding: 2rem 0;
  }

  .google_map {
    margin-top: 1.5rem;
    height: 28rem;
  }

  .address_item .flex_box {
    justify-content: flex-start;
  }

  .address_item {
    width: 100% !important;
    padding: 1rem 2rem;
    border-right: none;
    border-bottom: 1px solid #c6cacf;
  }

  .address_item:nth-child(3) {
    border-bottom: none;
  }

  .address_txt {
    font-size: 1.1rem;
  }

  .address_item:nth-of-type(1) img {
    height: 3rem;
  }

  .address_item:nth-of-type(2) img {
/*    height: 2.6rem;   */
    height: 3rem;
/*    margin-left: 1.4rem;  */
/*    margin-right: 2.5rem; */
  }

  .address_item:nth-of-type(3) img {
/*    height: 2rem;   */
    height: 3rem;
/*    margin-left: 1rem;  */
/*    margin-right: 2.1rem;  */
  }

  /*--- 下層ページ ---*/
  .page_heading {
    height: 6.5rem;
    margin-top: 26vw;
    margin-bottom: 1.5rem;
  }

  .page_ttl {
    font-size: 1.7rem;
    margin-top: 0;
    padding: 0 1rem;
  }

  .page_sub {
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .page_txt {
    font-size: 1.3rem;
    line-height: 1.75;
    margin: 1.5rem 0;
  }

  .page_txt br {
    display: none;
  }

  .corp_item {
    width: 100%;
    margin-bottom: 4.5rem;
  }

  .corp_txt {
    font-size: 1.4rem;
  }

  .corp.flex_box {
    margin: 1.5rem auto;
  }

  .corp_child_table.point tr:nth-child(2) th {
    border-bottom: none;
  }

  .page_child_ttl {
    padding: 0.2rem 1rem;
    font-size: 1.6rem;
  }

  .overview_img {
    margin-top: 1.2rem;
  }

  .overview_txt {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .product_box.overview {
    margin: 0 0 4rem;
  }

  .two_colum.flex_box {
    padding: 0;
  }

  .corp_greet_box.first {
    margin-top: 0;
    background-size: 100%
  }

  .corp_greet_heading {
    padding-left: 1rem;
    /*padding-top: 24rem;*/
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .page_wrap .first .corp_greet_txtarea.non_overlap {
    padding: 0;
    margin: 0;
  }

  .first .corp_greet_txtarea {
    padding: 0;
    width: 100%;
    margin-top: 0.6rem;
    background-color: transparent;
  }

  .corp_greet_txt {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }

  .corp_greet_items {
    display: block;
    justify-content: space-between;
  }

  .corp_greet_items .corp_greet_item {
    width: 100%;
  }
  .corp_greet_item-title  {
    padding: 0;
    margin: 0 0 8px;
    text-align: end;
    font-size: 1.2rem;
    color: #808080;
  }


  .corp_greet_box.second {
    background-size: 100%;
    background-position: 0% 0%;
    min-height: auto;
    margin-bottom: 4rem;
  }

  .second .corp_greet_txtarea {
    width: 100%;
    padding: 0;
    padding-top: 23.2rem;
    background-color: transparent;
  }

  .page_child_ttl.point {
    padding: 0.3rem 1rem;
    margin-top: 0;
  }

  .page_child_ttl.point br {
    display: none;
  }

  .corp_child_heading {
    font-size: 1.6rem;
  }

  .access_box {
    margin: 1.5rem auto 3rem;
  }

  .access_child_box {
    padding-left: 0;
  }

  .access_child_heading {
    font-size: 1.4rem;
    padding-left: 0.8rem;
  }

  .access_child_heading::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .access .access_child_heading br {
    display: none;
  }

  .point_txt {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .point_txt.sub {
    font-size: 1.2rem;
  }

  .point_after {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .corp_child_table.point {
    width: 100%;
    margin-top: 1.6rem;
  }

  .corp_child_table.point th, .corp_child_table.point td {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    width: 100% !important;
    margin-left: auto;
    text-align: left;
  }

  .corp_child_table.point th {
    font-size: 1.3rem;
  }

  .corp_child_table.point td {
    font-size: 1.2rem;
  }

  .contact_btn {
    margin: 2rem auto;
  }

  .contact_btn img {
    width: 100%;
  }

  .iso_image {
    max-width: 100%;
    margin-bottom: 0;
  }

  .access_sub_txt {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }

  .product_box {
    margin: 0 0 4rem;
  }

  .contact_btn.m_margin {
    margin-top: -1rem;
  }

  .point_txt.point_list {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }

  .corp_child_box {
    margin: 1.5rem auto 3rem;
  }

  .corp_child_table {
    margin-top: 1.6rem;
  }

  .corp_child_table th {
    display: block;
    padding: 0.6rem 1rem !important;
    width: 100% !important;
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
    font-size: 1.3rem;
  }

  .corp_child_table td {
    display: block;
    padding: 0.6rem 1rem !important;
    padding-right: 1rem;
    width: 100% !important;
    font-size: 1.2rem;
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
  }

  .corp_child_table tr:last-child th, .corp_child_table tr:last-child td {
    border-bottom: none;
  }

  .corp_child_table tr:last-child td:first-child {
    border-bottom: none;
  }

  .corp_child_table tr:last-child td:last-child {
    border-bottom: 1px solid #818181;
  }

  .product_box.history {
    margin-bottom: 4rem;
  }

  .access_img {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }

  .access_txt {
    font-size: 1.3rem;
    word-break: break-all;
  }

  .map_btn_wrap a.map_btn {
    font-size: 1.3rem;
    display: block;
    width: 14rem;
    text-align: center;
    font-size: 1.2rem;
    margin: 0.7rem 0;
  }

  .corp_child_table.access {
    width: 100%;
    margin-top: 1.6rem;
  }

  .corp_child_table.access th {
    border-top: 1px solid #818181;
    border-right: 1px solid #818181;
    font-size: 1.3rem;
  }

  .corp_child_table.access td {
    border-top: 1px solid #818181;
    font-size: 1.2rem;
  }

  .corp_child_table.access .headquarters td {
    border-top: 1px solid #ccc;
  }

  .access_txt br {
    display: block;
  }

  .product_box.access {
    margin-bottom: 4rem;
  }

  .access_box.global {
    margin-top: 2rem;
  }

  .cont_box.recruit {
    margin: 2.5rem auto 4rem;
  }

  .recruit_txt,
  .recruit_txt.child {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .recruit_en {
    margin-top: -0.3rem;
  }

  .recruit_txt::before {
    top: -3.5rem;
    height: 3.3rem;
  }

  .recruit_item {
    margin-bottom: 1rem;
  }

  .recruit.flex_box {
    margin: 0;
  }

  .recruit_item.child {
    width: 100%;
    margin-right: 0;
  }

  .recruit_txt.child::before {
    width: 2px;
    top: -3.5rem;
    height: 3.3rem;
  }

  .recruit_greet_box {
    min-height: auto;
    margin-top: 0;
    background-size: 100%;
  }
  
  .page_wrap .recruit_greet_heading {
    white-space: normal;
  }

  .recruit_greet_heading {
    font-size: 1.7rem;
    font-weight: 600;
    color: #08a5e5;
    line-height: 1.55;
    letter-spacing: 0.05em;
    text-align: right;
  }

  .page_wrap .recruit_greet_box .recruit_greet_pos{
     margin-top: 1em;
     line-height: 3;
  }

  .recruit_greet_heading .spbr {
    display: none;
  }

  .recruit_greet_pos {
    padding-right: 1rem;
    font-size: 1.4rem;
    margin-top: 0.7rem;
  }

  .recruit_greet_name {
    padding-right: 1rem;
    font-size: 1.4rem;
    margin-top: -1rem;
  }

  .recruit_greet_txtarea {
    margin: 1.5rem auto 4rem;
    padding-left: 0;
  }

  .recruit_greet_txt {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .rec_greet_items {
    display: block;
    justify-content: space-between;
  }

  .rec_greet_items .rec_greet_item {
    width: 100%;
  }
  .rec_greet_item-title  {
    padding: 0;
    margin: 0 0 8px;
    text-align: end;
    font-size: 1.2rem;
    color: #808080;
  }

  .recruit_job_box {
    margin: 0 0 4rem;
  }

  .job_item_ttl {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .job_item_ttl::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .job_item_ttl span {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-left: -0.3rem;
  }

  .job_item_txt {
    font-size: 1.3rem;
    margin-bottom: 3em;
  }

  .job_item_img {
    height: auto;
  }

  .recruit_job_item {
    margin-bottom: 2rem;
  }

  .recruit_intarview_box {
    width: 100%;
    transform: none;
    margin: 0 auto 4rem;
  }

  .recruit_interview_item {
    min-height: auto;
    background-size: 55%;
    background-position: top center !important;
    padding-top: 20rem;
  }

  .recruit_interview_txtarea {
    width: 100%;
    padding: 0 0 2rem;
  }

  .recruit_interview_heading {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .recruit_interview_heading br {
    display: none;
  }

  .flex_box.detail {
    display: block;
  }

  .recruite_interview_name {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }

  .application_img {
    margin-bottom: 1rem;
  }

  .corp_child_box.application {
    margin: 2.5rem auto 3rem;
  }

  .contact_btn.application {
    margin-bottom: 4rem;
  }

  .question.flex_box {
    margin-top: 0;
  }

  .question_list_box {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #d8d8d8;
  }

  .question_list_heading {
    font-size: 1.3rem;
  }

  .question_list_item {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .question_list_item a {
    font-size: 1.2rem;
  }

  .question_txt::before {
    top: 0;
    padding: 0 0.5rem;
    font-size: 1.6rem;
  }

  .question_txt {
    font-size: 1.4rem;
    padding: 3rem 2% 0.5rem;
  }

  .answer_txt {
    font-size: 1.3rem;
    padding: 0 2%;
  }

  .qa_box {
    margin: 1rem 0px 4rem;
  }

  .qa_item {
    padding: 0;
    margin-bottom: 2.3rem;
  }

  .qa_img.flex_box {
    flex-wrap: wrap;
    margin: 0;
  }

  .qa_img img:nth-child(1) {
    width: auto;
    margin: 2rem 0 0;
  }

  .qa_img img:nth-child(2) {
    width: auto;
    margin: 2rem 0 0;
  }

  .person_box {
    margin: 0 0 4rem;
  }

  .person_heading_box {
    padding: 0;
  }

  .flex_box.person {
    flex-direction: column-reverse;
  }

  .person_heading_img {
    width: 100%;
  }

  .person_heading_txtbox {
    width: 100%;
  }

  .person_heading_ttl {
    font-size: 1.6rem;
  }

  .person_heading_ttl br {
    display: none;
  }

  .person_name {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }

  .person_career {
    padding-right: 0;
    font-size: 1.3rem;
  }

  .person_qa_box {
    margin-top: 3rem;
  }

  .person_qa_item {
    padding: 0;
    margin-bottom: 3rem;
  }

  .person_qa_ttl {
    font-size: 1.4rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
  }

  .person_qa_txt {
    padding-right: 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }

  .tr.flex_box, .tl.flex_box {
    flex-wrap: wrap;
    margin: 0;
  }

  .tl .person_qa_txtbox {
    width: 100%;
  }

  .person_qa_img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .tr .person_qa_txtbox {
    padding-left: 0;
    width: 100%;
  }

  .product_cat_box {
    margin-top: 1.5rem;
  }

  .product_cat_name {
    font-size: 1.6rem;
  }

  .product_cat_bnr {
    margin-top: 1rem;
  }

  .cat_desc_list_item a {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .cat_desc_list_item::before {
    margin-top: -0.3rem;
  }

  .cat_item_area_heading {
    font-size: 1.4rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
  }

  .cat_item_area_heading::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .product.flex_box {
    margin-left: 0;
  }

  .cat_item_area {
    margin: 1.6rem 0 2.5rem;
    padding-bottom: 0.2rem;
  }

  .cat_item {
    width: 48%;
    margin-right: 4%;
  }

  .cat_item:nth-child(5n) {
    margin-right: 4%;
  }

  .cat_item:nth-child(2n) {
    margin-right: 0;
  }

  .cat_item_name {
    font-size: 1.1rem;
  }

  .pagetop_btn {
    margin-top: -1.5rem;
    margin-bottom: 0;
  }

  .pagetop_btn a {
    font-size: 1.2rem;
  }

  .pagetop_btn a::before {
    width: 1.2rem;
    height: 1.2rem;
    left: -1.5rem;
  }

  .item_detail h2 {
    padding: 0.2rem 1rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .item_detail h3 {
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .item_detail h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0.1rem;
    width: 4.7rem;
    height: 0.2rem;
    background-color: #08a5e5;
  }

  .item_detail h4 {
    font-size: 1.4rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .item_detail h4::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .item_detail p {
    margin: 1.5rem 0;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .item_detail ul {
    margin: 1.5rem 0;
  }

  .item_detail li {
    margin-left: 1rem;
    margin-bottom: 0.7rem;
    list-style: disc;
    font-size: 1.2rem;
  }

  .item_detail table {
    margin: 1.5rem 0;
  }

  .item_detail table th {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
  }

  .item_detail table td {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }

  .item_detail table.over {
    display: block;
    overflow-x: auto;
  }

  .item_detail table.over th {
    display: table-cell;
    min-width: 6rem;
  }

  .item_detail table.over td {
    display: table-cell;
    min-width: 10rem;
  }

  .item_detail img {
    margin: 0;
  }

  .item_detail .pagetop_btn {
    margin-bottom: 4rem;
  }

  .hover_item {
    opacity: 0.5;
  }

	.swiper-button-next, .swiper-button-prev {
		top: auto;
		bottom: 0.5rem;
		width: 0.8rem;
		height: 1.4rem;
		margin-top: -2.2rem;
		z-index: 10;
		cursor: pointer;
		-moz-background-size: 2.7rem 4.4rem;
		-webkit-background-size: 2.7rem 4.4rem;
		background-size: 0.8rem 2rem;
		background-size: 0.8rem 1.4rem;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	  left: calc(50% - 4rem);
	  right: auto;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	  right: calc(50% - 4rem);
	  left: auto;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	  bottom: 0.6rem;
	  left: calc(50% - 5.5rem);
	  width: 11rem;
	}

	.swiper-pagination-bullet {
	  width: 0.5rem;
	  height: 0.5rem;
	  background: #fff;
	  opacity: 1;
	}

	.swiper-pagination-bullet-active {
	  opacity: 1;
		background-color: #007aff;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 0.3rem;
	}

  /* max-width:479px */
}
