@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

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

a {
  text-decoration: none;
}

table {
  width: 100%;
  border-top: solid 2px #1D479C;
  border-bottom: solid 2px #1D479C;
}
table tr {
  border-bottom: dashed 1px #9F9FA0;
}
table tr:last-child {
  border-bottom: none;
}
table th, table td {
  font-size: 1.4rem;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}
table th {
  font-weight: bold;
  width: 160px;
  vertical-align: middle;
  color: #1D479C;
  text-align: center;
  background-color: #E7E7E7;
}
table td {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  table:not(.static) {
    display: block;
  }
  table:not(.static) tbody, table:not(.static) tr, table:not(.static) th, table:not(.static) td {
    width: 100% !important;
    display: block;
  }
  table:not(.static) th, table:not(.static) td {
    padding: 10px 20px;
  }
  table:not(.static) th {
    text-align: left;
    padding: 5px 2px 3px;
  }
  table:not(.static) th:before {
    margin-right: 1px;
  }
  table:not(.static) td {
    padding-top: 5px;
  }
}

.bnr_kenkokeiei {
  border: solid 3px #0A41C3;
}
.bnr_kenkokeiei h2 {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 3.4rem;
  font-weight: bold;
  color: #0A41C3;
  margin-bottom: 0.5em;
}
.bnr_kenkokeiei .txt {
  max-width: 550px;
}
@media (min-width: 768px) {
  .bnr_kenkokeiei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .bnr_kenkokeiei {
    padding: 15px;
    margin: 50px 0;
  }
  .bnr_kenkokeiei h2 {
    font-size: 2rem;
  }
  .bnr_kenkokeiei .txt {
    margin-bottom: 30px;
  }
  .bnr_kenkokeiei a {
    width: 100%;
    box-sizing: border-box;
  }
}

.btn {
  display: block;
  text-decoration: none;
  transition: 0.4s;
}
.btn:hover {
  transition: 0.2s;
}

.col_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .col_wrap {
    display: block;
  }
}

.bg_blue {
  background: linear-gradient(90deg, #0A12BF 5%, #0A41C3 30%, #0091DB 90%);
}

.bg_sky {
  background: #D9EEFA;
}

.bg_gray {
  background: #F4F2F1;
}

.bg_stripe {
  background: url("../img/common/bg_stripe_blue.png");
}

.section {
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0 50px;
  }
}

.ttl_line {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: -50vw;
  padding-left: 50vw;
  position: relative;
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.ttl_line:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 49.5vw;
  background: #0A41C3;
  position: absolute;
  left: 0;
  top: 50%;
}
.ttl_line .en {
  font-size: 2.8rem;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  color: #0A41C3;
}
.ttl_line .ja {
  font-size: 3.4rem;
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .ttl_line {
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .ttl_line .en {
    font-size: 2.1rem;
    margin-left: 0.5em;
  }
  .ttl_line .ja {
    font-size: 2.4rem;
    display: block;
  }
}

.ttl_serif {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  color: #232323;
  font-size: 3.4rem;
  margin-bottom: 30px;
}
.ttl_serif.blue {
  color: #0A41C3;
}
.ttl_serif.small {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ttl_serif {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .ttl_serif.small {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.ttl_box {
  max-width: 400px;
  border: solid 2px #0A41C3;
  padding: 1px 10px 1px 40px;
  color: #0A41C3;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ttl_box {
    padding: 1px 10px 1px 30px;
    max-width: 90%;
    font-size: 2rem;
  }
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.85%;
}
.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#eyecatch {
  overflow-x: hidden;
  margin-bottom: 40px;
}
#eyecatch h1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  font-size: 4.2rem;
  font-weight: bold;
  color: #FFF;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  text-shadow: 0 0 5px #000, 0 0 8px #000, 0 0 10px #000;
  transform: translateY(-50%);
}
#eyecatch .eyecatch_inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 50vw 60px 50vw;
  margin: auto -50vw;
}
#eyecatch .eyecatch_inner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: calc(100% - 50vw);
  height: 100%;
  background: linear-gradient(90deg, #0A12BF 5%, #0A41C3 30%, #0091DB 90%);
}
#eyecatch img {
  position: relative;
  width: calc(100% + 100px);
  max-width: none;
  max-width: initial;
  margin: auto -100px auto auto;
}
@media (max-width: 767px) {
  #eyecatch {
    margin-bottom: 25px;
  }
  #eyecatch h1 {
    top: 45%;
    font-size: 2.6rem;
    text-shadow: 0 0 10px #000;
  }
  #eyecatch img {
    width: calc(100% + 5vw);
    margin: auto -5vw auto auto;
  }
  #eyecatch .eyecatch_inner {
    padding: 0 50vw 5vw 50vw;
  }
}

#breadcrumb {
  padding: 1px 0 40px;
  font-size: 1.2rem;
}
#breadcrumb li {
  display: inline-block;
  line-height: 1;
}
#breadcrumb li:before {
  content: "＞";
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#breadcrumb li:first-child:before {
  content: normal;
}
#breadcrumb a {
  color: inherit;
}
@media (max-width: 767px) {
  #breadcrumb {
    padding: 1px 0 20px;
  }
  #breadcrumb li {
    margin-right: 3px;
  }
  #breadcrumb li:before {
    margin-right: 2px;
  }
}

.anchor_nav {
  background: #D9EEFA;
  padding: 30px 0 15px;
  font-size: 1.8rem;
}
.anchor_nav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.anchor_nav li {
  width: 23%;
  margin: 0 1% 15px;
}
.anchor_nav a {
  display: block;
  border: solid 1px #232323;
  transition: 0.2s;
  padding: 3px 0 5px;
  color: #232323;
  font-weight: bold;
}
.anchor_nav a:hover {
  background: #0091DB;
  border: solid 1px #0091DB;
  color: #FFF;
}
@media (max-width: 767px) {
  .anchor_nav {
    font-size: 1.3rem;
  }
  .anchor_nav li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.pagination:empty {
  display: none;
}

.pagination {
  text-align: center;
  padding: 50px;
}
.pagination .page-numbers {
  font-size: 1.5rem;
  display: inline-block;
  padding: 15px 0 15px 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  color: #0A41C3;
}
.pagination .page-numbers:after {
  content: "/";
  color: #919191;
  font-weight: normal;
  margin-left: 15px;
}
.pagination .page-numbers:last-child:after {
  content: none;
}
.pagination .page-numbers.current {
  font-weight: bold;
  color: #232323;
}
@media (max-width: 767px) {
  .pagination {
    margin-bottom: 30px;
  }
}

/* スクロールボックス */
@media (max-width: 767px) {
  .scroll_box {
    overflow-x: scroll;
    white-space: normal;
  }
  .scroll_box:before, .scroll_box:after {
    content: "←スワイプでスクロール→";
    font-size: 10px;
    color: #999;
    display: block;
    vertical-align: bottom;
    line-height: 1.2;
  }
  .scroll_box > img {
    display: block;
    max-width: auto;
    max-width: initial;
  }
  .scroll_box > table, .scroll_box > img {
    width: 630px;
  }
  .scroll_box::-webkit-scrollbar {
    height: 10px;
  }
  .scroll_box::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 5px;
  }
  .scroll_box::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 5px;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  color: #232323;
  padding-top: 100px;
}
body.header-fixed {
  padding-top: 80px;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5em;
    padding-top: 60px;
  }
}

#wrap {
  min-width: 1240px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
  }
}

.container_narrow {
  width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .container_narrow {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
  }
}

button#btn_gnav {
  display: none;
}
@media (max-width: 767px) {
  button#btn_gnav {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  button#btn_gnav span {
    position: absolute;
    left: 5px;
    display: block;
    height: 4px;
    width: 34px;
    transition: 0.2s;
    background: #0A41C3;
  }
  button#btn_gnav span:nth-child(1) {
    top: 10px;
  }
  button#btn_gnav span:nth-child(2) {
    top: 20px;
  }
  button#btn_gnav span:nth-child(3) {
    top: 30px;
  }
}
button#btn_gnav.open span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
button#btn_gnav.open span:nth-child(2) {
  display: none;
}
button#btn_gnav.open span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .logo {
  padding-left: 3.5vw;
  width: 8vw;
}
header #gnav {
  display: block;
}
header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #gnav a {
  display: block;
  padding: 40px 1.5vw;
  text-decoration: none;
  transition: 0.2s;
  color: inherit;
  position: relative;
}
header #gnav a:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  content: "";
  background: #FA870F;
  width: 80%;
  height: 2px;
  display: block;
  transform: scaleX(0) translateX(-50%);
  transform-origin: 0 0;
  transition: 0.3s;
}
header #gnav a:hover:after {
  transform: scaleX(1) translateX(-50%);
  transition: 0.1s;
}
header #gnav .nav_contact a {
  background: url("../img/common/icon_contact.svg") no-repeat center 75%, url("../img/common/contact_bg.png") repeat;
  color: #fff;
  padding: 27px 2vw 57px;
  transition: 0.1s;
}
header #gnav .nav_contact a:after {
  content: none;
}
header #gnav .megamenu {
  position: absolute;
  display: none;
  box-shadow: 0 5px 5px -5px #000;
  background: #0A418C;
  left: 0;
  right: 0;
  top: 100%;
}
header #gnav .megamenu .container {
  width: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #gnav .megamenu .ttl {
  flex-basis: 270px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
}
header #gnav .megamenu .ttl span {
  display: block;
}
header #gnav .megamenu .ttl .en {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2.6rem;
}
header #gnav .megamenu .ttl .ja {
  font-weight: normal;
}
header #gnav .megamenu ul {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
header #gnav .megamenu ul li {
  width: 100%;
  max-width: 360px;
  margin-right: 25px;
}
header #gnav .megamenu ul li:last-child {
  margin-right: 0;
}
header #gnav .megamenu ul a {
  padding: 15px 20px;
  color: #0A418C;
  background: #fff url("../img/common/btn_arrow_blue.png") no-repeat 95% center;
  border: solid 1px #fff;
}
header #gnav .megamenu ul a:after {
  content: none;
}
header #gnav .megamenu ul a.active, header #gnav .megamenu ul a:hover {
  background: #0A418C url("../img/common/btn_arrow_white.png") no-repeat 95% center;
  color: #fff;
}
header #gnav .megamenu_recruit {
  background: #EBCC3D;
}
header #gnav .megamenu_recruit .ttl {
  color: #4B4B4B;
}
header #gnav .megamenu_recruit ul {
  flex-wrap: wrap;
  margin: 50px auto 30px;
}
header #gnav .megamenu_recruit ul li {
  width: 30%;
  margin-bottom: 20px;
}
header #gnav .megamenu_recruit ul a {
  color: #4B4B4B;
  background: #fff url("../img/common/btn_arrow_gray.png") no-repeat 95% center;
}
header #gnav .megamenu_recruit ul a.active, header #gnav .megamenu_recruit ul a:hover {
  border: solid 1px #4B4B4B;
  background: #4B4B4B url("../img/common/btn_arrow_white.png") no-repeat 95% center;
  color: #fff;
}
header.fixed .logo {
  max-height: 70px;
}
header.fixed .logo img {
  max-height: 70px;
}
header.fixed #gnav a {
  display: block;
  padding: 30px 1.5vw;
  text-decoration: none;
}
header.fixed #gnav .nav_contact a {
  background: url("../img/common/icon_contact.svg") no-repeat center 75%, url("../img/common/contact_bg.png") repeat;
  color: #fff;
  padding: 17px 2vw 47px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  header #gnav .megamenu ul .line_2 a {
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  header {
    display: block;
    padding: 5px;
  }
  header .logo {
    padding-left: 0;
    width: 70px;
    height: 50px;
  }
  header .logo img {
    height: 50px;
    max-width: initial;
  }
  header a {
    padding: 15px 20px;
  }
  header #gnav {
    display: none;
    background: #0A41C3;
    padding: 0 10px 10px;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  header #gnav ul {
    display: block;
  }
  header #gnav li {
    display: block;
    border-left: 0;
    padding: 0;
    margin-bottom: 5px;
    width: 100% !important;
  }
  header #gnav li > a {
    padding: 15px 20px;
    color: #0A418C;
    background: #fff url(../img/common/btn_arrow_blue.png) no-repeat 95% center;
    border: solid 1px #fff;
  }
  header #gnav a {
    padding: 10px 0;
  }
  header #gnav .hassub > a {
    display: none;
  }
  header #gnav .megamenu {
    position: static;
    padding: 0 0 10px;
    background: transparent;
    box-shadow: none;
    display: block;
  }
  header #gnav .megamenu .container {
    display: block;
    padding: 0;
  }
  header #gnav .megamenu .ttl {
    padding: 10px 0 5px;
  }
  header #gnav .megamenu .ttl span {
    display: inline-block;
    vertical-align: middle;
  }
  header #gnav .megamenu .ttl .en {
    font-size: 2rem;
  }
  header #gnav .megamenu .ttl .ja {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  header #gnav .megamenu ul li {
    max-width: 100%;
    margin: 0 auto 5px;
  }
  header #gnav .megamenu_recruit .ttl {
    color: #fff;
  }
  header #gnav .megamenu_recruit ul {
    margin: 0;
  }
  header .nav_contact a {
    background: url(../img/common/contact_bg.png) repeat;
  }
  header.fixed .logo {
    height: 50px;
  }
  header.fixed .logo img {
    height: 50px;
    max-width: initial;
  }
  header.fixed a {
    padding: 15px 20px !important;
  }
}

main {
  display: block;
}
#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
  }
}

.bottom_nav {
  padding: 30px 0;
  text-align: center;
  font-size: 3rem;
}
.bottom_nav ul {
  display: flex;
  justify-content: space-between;
}
.bottom_nav li {
  width: 32%;
}
.bottom_nav a {
  background: #fff;
  padding: 20px 0;
  text-decoration: none;
  color: #0A41C3;
  font-weight: bold;
}
.bottom_nav a:hover {
  background: #0A41C3;
  color: #fff;
}
@media (max-width: 767px) {
  .bottom_nav {
    font-size: 2rem;
  }
  .bottom_nav ul {
    display: block;
  }
  .bottom_nav li {
    width: auto;
    margin-bottom: 10px;
  }
  .bottom_nav a {
    padding: 10px 0;
  }
}

.bottom_contact {
  padding: 30px 0;
}
.bottom_contact .contact_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_contact .btn {
  background: #000 url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  color: #fff;
  width: 360px;
  box-sizing: border-box;
  padding: 20px 40px;
}
.bottom_contact .btn:hover {
  background-color: #0A41C3;
}
@media (max-width: 767px) {
  .bottom_contact .contact_block {
    display: block;
  }
  .bottom_contact p {
    line-height: 1.2;
  }
  .bottom_contact .btn {
    margin: 20px 0;
    width: auto;
    font-size: 1.6rem;
  }
}

footer {
  background: url("../img/common/footer_bg.jpg") no-repeat center center;
  background-size: cover;
  font-size: 1.4rem;
}
footer .footer_top {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_sitemap {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_sitemap h2 {
  width: 270px;
  text-align: center;
}
footer .footer_sitemap .sitemap {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  min-width: 150px;
}
footer .footer_sitemap .sitemap > li {
  border-bottom: solid 1px #fff;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.4rem;
}
footer .footer_sitemap .sitemap > li:last-child {
  border-bottom: 0;
}
footer .footer_sitemap .sitemap > li li {
  font-size: 1.2rem;
  font-weight: normal;
}
footer .footer_sitemap .sitemap > li li a {
  padding: 5px;
  display: block;
}
footer .footer_sitemap .sitemap > li li a:before {
  content: "- ";
}
footer .footer_sitemap .sitemap .recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_sitemap .sitemap .recruit > a {
  width: 100%;
}
footer .footer_sitemap a {
  color: #fff;
  text-decoration: none;
}
footer .footer_middle {
  color: #fff;
}
footer .footer_middle ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_middle .banner li {
  width: 370px;
}
footer .footer_middle .banner .btn {
  border: solid 2px #0A41C3;
  color: #0A41C3;
  font-weight: bold;
  background: #fff url("../img/common/btn_arrow_blue.png") no-repeat 90% center;
  padding: 10px 30px;
  font-size: 2rem;
}
footer .footer_middle .banner .btn:hover {
  color: #fff;
  background: #0A41C3 url("../img/common/btn_arrow_white.png") no-repeat 90% center;
}
footer .footer_middle .address {
  padding: 30px 0;
  justify-content: space-around;
}
footer .footer_middle .address li {
  margin-bottom: 5px;
}
footer .footer_bottom {
  font-size: 1.2rem;
  background: #fff;
  text-align: right;
  line-height: 1;
  padding: 10px 10px 15px;
}
@media (max-width: 767px) {
  footer .footer_sitemap {
    display: block;
  }
  footer .footer_sitemap h2 {
    width: 100%;
  }
  footer .footer_sitemap .sitemap {
    display: none;
  }
  footer .footer_middle {
    color: #fff;
  }
  footer .footer_middle ul {
    display: block;
  }
  footer .footer_middle li {
    width: auto;
  }
  footer .footer_middle .banner {
    font-size: 1.6rem;
  }
  footer .footer_middle .banner li {
    width: auto;
    margin-bottom: 10px;
  }
}

#zoomslider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  height: 45vw;
  max-height: 700px;
  box-sizing: border-box;
}
#zoomslider .zs-inner {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: 1.5s;
  overflow: hidden;
}
#zoomslider .zs-inner > img {
  transition: transform 6s linear;
  width: 100%;
  max-width: auto;
  max-width: initial;
}
#zoomslider .visible {
  opacity: 1;
  z-index: 2;
}
#zoomslider .zs-inner_ct {
  width: 50%;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transition: 1s;
  transition-delay: 1s;
  opacity: 0;
  z-index: 1;
  text-align: center;
}
#zoomslider .zs-inner.active {
  z-index: 2;
  opacity: 1;
  transition: 1.5s;
}
#zoomslider .zs-inner.active > img {
  transform: scale(1.1);
}
#zoomslider .zs-inner.active .zs-inner_ct {
  opacity: 1;
}

@media (max-width: 767px) {
  #zoomslider {
    height: 70vw;
  }
  #zoomslider .zs-inner_ct {
    width: auto;
    top: 15%;
    left: 10%;
    margin: 0;
  }
  #zoomslider .zs-inner_ct img {
    height: 102px;
  }
  #mv_scroll {
    display: none;
  }
}
#zs-progress {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
#zs-progress .zs-progress_bar {
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0.75;
}
#zs-progress .zs-progress_bar_inner {
  display: block;
  background: #fff;
  transform: scaleX(0);
  width: 100%;
  height: 1px;
  transition: 0s;
  transform-origin: left;
}
#zs-progress .active .zs-progress_bar_inner {
  transform: scaleX(1);
  transition: 5s;
}
#zs-progress .zs-progress_numwrap {
  width: 3em;
  text-align: right;
}
@media (max-width: 767px) {
  #zs-progress {
    display: none;
  }
}

#zoomslider_wrap {
  padding-right: 100px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#zoomslider_wrap:before {
  content: "";
  position: absolute;
  left: 200px;
  top: 100px;
  width: 100%;
  height: calc(100% - 150px);
  background: #E3930E url("../img/common/bg_stripe_yellow.png");
  display: block;
}
#zoomslider_wrap .link {
  text-align: right;
  position: relative;
  margin-top: 20px;
  margin-right: -20px;
}
#zoomslider_wrap .link a {
  background: #FFF url("../img/common/btn_arrow_gray.png") no-repeat 90% center;
  padding: 5px 100px 5px 20px;
  display: inline-block;
  color: #4C4948;
}
#zoomslider_wrap .link a:hover {
  background: #4C4948 url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  padding: 5px 100px 5px 20px;
  color: #FFF;
}
@media (max-width: 767px) {
  #zoomslider_wrap {
    padding-right: 5vw;
    padding-bottom: 5vw;
    margin-bottom: 10px;
  }
  #zoomslider_wrap:before {
    left: 10vw;
    top: 5vw;
    height: 50%;
  }
  #zoomslider_wrap .link {
    text-align: center;
    padding: 0 0 0 5vw;
    margin: 15px 0 0;
  }
  #zoomslider_wrap .link a {
    border: solid 1px #919191;
    width: auto;
    text-align: left;
    box-sizing: border-box;
    display: block;
  }
}

#zoomslider .btn {
  display: block;
  position: absolute;
  bottom: 10%;
  right: 20%;
  z-index: 10;
  background: rgba(0, 145, 219, 0.85) url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  color: #FFF;
  padding: 10px 100px 10px 20px;
}
#zoomslider .btn:hover {
  background: #0A41C3 url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  display: inline-block;
  color: #FFF;
}
#zoomslider .zs-inner:nth-child(1) .zs-inner_ct {
  left: auto;
  right: 20px;
}
#zoomslider .zs-inner:nth-child(2) .zs-inner_ct {
  left: 20px;
}
#zoomslider .zs-inner:nth-child(3) .zs-inner_ct {
  left: auto;
  right: 20px;
}
#zoomslider .zs-inner:nth-child(4) .zs-inner_ct {
  left: auto;
  right: 20px;
}
@media (max-width: 767px) {
  #zoomslider .btn {
    bottom: 0%;
    width: auto;
    left: 5vw;
    right: 0;
  }
}

.top_bnr {
  margin-bottom: 100px;
}
.top_bnr li:not(:last-child) {
  margin-bottom: 60px;
}
.top_bnr a {
  transition: 0.3s;
}
.top_bnr a:hover {
  opacity: 0.8;
}
.top_bnr.delighter {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
.top_bnr.delighter.started {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .top_bnr {
    margin-bottom: 70px;
  }
  .top_bnr li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top_btn {
  display: inline-block;
  background: #232323 url("../img/common/btn_arrow_white.png") no-repeat 95% center;
  font-weight: bold;
  color: #FFF;
  padding: 20px 100px;
  text-decoration: none;
  box-shadow: 10px 10px 0 0 rgba(0, 145, 219, 0.5);
  text-align: center;
  line-height: 1.6;
  transition: 0.3s;
}
.top_btn:hover {
  background-color: #0A41C3;
}
.top_btn span {
  display: block;
  letter-spacing: 0.1em;
}
.top_btn .ja {
  font-size: 2rem;
}
.top_btn .en {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .top_btn {
    padding: 10px 30px;
    line-height: 1.6;
    background-size: 20px;
  }
  .top_btn .ja {
    font-size: 1.8rem;
  }
  .top_btn .en {
    font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
    font-size: 1.4rem;
  }
}

#top_strength {
  color: #FFF;
  line-height: 2;
  padding: 10px 0;
  background: #0A41C3;
}
#top_strength .strength_inner {
  display: flex;
  justify-content: space-between;
}
#top_strength .txt {
  flex-basis: 250px;
  box-sizing: border-box;
  margin: 40px 0 40px 0;
  line-height: 2.8;
  position: relative;
}
#top_strength .txt p {
  margin-top: 50px;
}
#top_strength h2 {
  padding: 25px 0;
  text-align: center;
  border-top: solid 1px #0091DB;
  border-bottom: solid 1px #0091DB;
}
#top_strength .btn {
  background: #FFF url("../img/common/btn_arrow_blue.png") no-repeat 90% center;
  color: #0A41C3;
  font-weight: bold;
  padding: 8px 20px;
}
#top_strength .btn:hover {
  background: #232323 url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  color: #FFF;
}
#top_strength .content {
  padding-top: 10px;
  margin-left: 30px;
  position: relative;
  flex-basis: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
}
#top_strength .content figure {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
}
#top_strength .content figure img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
#top_strength .content figure figcaption {
  margin: 20px 0;
}
#top_strength .content figure:nth-child(1) figcaption {
  font-size: 2rem;
}
#top_strength .content figure:nth-child(2) {
  flex-direction: column-reverse;
  margin-top: -70px;
}
#top_strength .content figure:nth-child(2) img:last-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #top_strength .strength_inner {
    padding: 1px 0 30px;
    margin: auto;
    display: block;
  }
  #top_strength .txt {
    line-height: 2;
  }
  #top_strength .content {
    padding: 0;
    margin: auto;
  }
  #top_strength .content figure {
    width: 30%;
  }
  #top_strength .content figure img {
    margin: 5px 0;
  }
  #top_strength .content figure:nth-child(2) {
    margin-top: -20px;
  }
  #top_strength .content figure:nth-child(2) img:last-child {
    margin: 5px 0;
  }
  #top_strength .content figure figcaption {
    font-size: 1.2rem !important;
    line-height: 1.4;
    margin: 10px 0;
  }
  #top_strength .content figure figcaption br {
    display: none;
  }
}

#top_service {
  overflow: hidden;
  min-height: 550px;
  padding: 50px 0;
}
#top_service .service_inner {
  position: relative;
  padding-right: 50vw;
  margin-right: -50vw;
}
#top_service .service_inner:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 50vw);
  height: 100%;
  background: url("../img/common/bg_stripe_blue.png");
}
#top_service .service_inner .txt {
  background: #FFF;
  width: 580px;
  box-sizing: border-box;
  line-height: 2.8;
  padding: 10px 15px;
  top: 30px;
  position: absolute;
}
#top_service .content {
  position: relative;
  width: calc(100% - 250px);
  height: 450px;
  margin-left: auto;
  margin-right: -100px;
  display: flex;
  flex-direction: column;
}
#top_service .content figure {
  position: absolute;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#top_service .content figure.oguchi {
  order: -1;
}
#top_service .content figure figcaption {
  position: absolute;
  transform: rotate(90deg);
}
#top_service .content figure:nth-child(1) {
  left: 0;
  bottom: -30px;
}
#top_service .content figure:nth-child(1) figcaption {
  bottom: 25px;
  right: -50px;
}
#top_service .content figure:nth-child(2) {
  top: -45px;
  right: 0;
}
#top_service .content figure:nth-child(2) figcaption {
  top: 25px;
  left: -50px;
}
#top_service .content .top_btn {
  position: absolute;
  bottom: -50px;
  right: 100px;
}
@media (max-width: 767px) {
  #top_service .service_inner {
    padding: 1px 0 30px;
    margin: auto;
    display: block;
  }
  #top_service .service_inner .txt {
    line-height: 2;
    position: relative;
    width: auto;
    top: auto;
  }
  #top_service .content {
    padding: 0 1em;
    margin: auto;
    height: auto;
    width: auto;
  }
  #top_service .content:before {
    content: none;
  }
  #top_service .content figure {
    position: static;
  }
  #top_service .content figure figcaption {
    position: static;
    transform: rotate(0);
  }
  #top_service .content .top_btn {
    position: static;
  }
}

#top_product {
  color: #FFF;
  overflow: hidden;
  padding: 50px 0 50px;
}
#top_product .product_inner {
  position: relative;
  padding-right: 50vw;
  margin-right: -50vw;
}
#top_product .product_inner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: -50vw;
  background: #0A41C3;
}
#top_product h2 {
  color: #FFF;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 0;
}
#top_product .txt {
  position: absolute;
  color: #232323;
  background: #FFF;
  width: 620px;
  box-sizing: border-box;
  padding: 25px 1px 25px 25px;
  line-height: 2.8;
  bottom: 50px;
  right: 50vw;
}
#top_product .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#top_product img {
  border: solid 5px #FFF;
  box-shadow: 1px 1px 3px #000;
}
#top_product h3 {
  background: rgba(0, 145, 219, 0.85);
  display: inline-block;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 1px 1px 10px #000;
  transform: skew(-45deg);
  margin: 40px 0 10px 20px;
  padding: 1px 90px 1px 20px;
}
#top_product h3 span {
  transform: skew(45deg);
  display: inline-block;
}
#top_product .img_box {
  display: flex;
  flex-direction: row-reverse;
}
#top_product .img_box img {
  margin-left: -60px;
}
#top_product .img_box:nth-child(1) {
  margin-bottom: 30px;
  margin-right: 20px;
}
#top_product .img_box:nth-child(2) {
  margin-top: 20px;
}
#top_product .img_box:nth-child(2) div {
  margin-right: -30px;
}
@media (max-width: 767px) {
  #top_product .product_inner {
    padding: 1px 0 30px;
    margin: auto;
    display: block;
  }
  #top_product .product_inner:before {
    content: "";
    left: -5vw;
    width: calc(100% + 5vw);
  }
  #top_product .product_inner .txt {
    bottom: auto;
    right: auto;
    position: relative;
    margin-bottom: 30px;
    line-height: 2;
    width: auto;
    margin-top: 40px;
  }
  #top_product h3 {
    font-size: 1.6rem;
    width: auto;
    margin-top: 10px;
  }
  #top_product .content {
    padding: 0 1em;
    margin: auto;
  }
  #top_product .content .img_box {
    display: block;
    max-width: 280px;
    margin: auto auto 30px !important;
  }
  #top_product .content .img_box img {
    margin: auto;
    box-sizing: border-box;
  }
  #top_product .content .img_box div {
    width: 100%;
    margin: auto;
  }
  #top_product .content .top_btn {
    position: static;
  }
}

#top_machine {
  overflow: hidden;
  padding: 50px 0 120px;
}
#top_machine .container {
  position: relative;
}
#top_machine .machine_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 50vw;
  margin-right: -50vw;
}
#top_machine .machine_inner .img {
  width: calc(100% + 50vw);
  left: -50vw;
}
#top_machine h2 {
  color: #FFF;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 0;
}
#top_machine .txt {
  position: absolute;
  color: #232323;
  background: #FFF;
  width: 690px;
  box-sizing: border-box;
  padding: 25px 1px 25px 25px;
  line-height: 2.8;
  top: 50px;
  left: 0;
}
#top_machine .top_btn {
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media (max-width: 767px) {
  #top_machine .machine_inner {
    padding: 1px 0 30px;
    margin: auto;
    display: block;
  }
  #top_machine .machine_inner img {
    right: -5vw;
    width: 100%;
  }
  #top_machine .machine_inner .txt {
    line-height: 2;
    width: auto;
    margin-top: -40px;
    position: relative;
    top: auto;
    left: auto;
    padding: 25px;
  }
  #top_machine h3 {
    font-size: 1.6rem;
    width: auto;
  }
  #top_machine .content {
    padding: 0 1em;
    margin: auto;
  }
  #top_machine .content .img_box {
    position: static;
    display: block;
    max-width: 280px;
    margin: auto auto 30px;
  }
  #top_machine .content .img_box img {
    margin: auto;
  }
  #top_machine .content .img_box div {
    width: 100%;
    margin: auto;
  }
  #top_machine .top_btn {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
  }
}

#top_recruit .ttl_line span {
  color: #FFF;
}
#top_recruit .ttl_line:before {
  background: #FFF;
}
#top_recruit .top_recruit_newgraduate {
  overflow: hidden;
  background: url("../img/common/bg_stripe_yellow.png"), linear-gradient(90deg, #E3930E 20%, #FFDB00 80%);
}
#top_recruit .top_recruit_newgraduate .container {
  padding: 60px 0;
  position: relative;
}
#top_recruit .top_recruit_newgraduate img {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: -50px;
}
#top_recruit .top_recruit_newgraduate p {
  margin-top: 20px;
  line-height: 2;
}
#top_recruit .top_recruit_newgraduate .btn {
  background: #FFF url("../img/top/arrow_gray.png") no-repeat 90% center;
  width: 270px;
  padding: 15px 20px;
  color: #232323;
  font-weight: bold;
}
#top_recruit .top_recruit_newgraduate .btn:hover {
  background: #232323 url("../img/top/arrow_white.png") no-repeat 90% center;
  color: #FFF;
}
#top_recruit .top_recruit_others {
  padding: 50px 0 90px;
}
#top_recruit .top_recruit_others .btn_chuto {
  max-width: 720px;
  box-sizing: border-box;
  padding: 30px 0 30px 40px;
  background: #0A41C3 url("../img/common/bg_stripe_thin.png") repeat;
  font-size: 3.8rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: auto;
}
#top_recruit .top_recruit_others .btn_chuto:after {
  content: "";
  height: 60px;
  width: 60px;
  margin-left: 50px;
  border-radius: 50%;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  border: solid 2px #FFF;
  background: url("../img/common/btn_arrow_white.png") no-repeat center;
}
#top_recruit .top_recruit_others .btn_chuto:hover {
  background: #0A41C3 url("../img/common/bg_stripe_thin_black.png") repeat;
}
#top_recruit .top_recruit_others .btn_chuto:hover:after {
  background: #FFF url("../img/common/btn_arrow_blue.png") no-repeat center;
}
@media (max-width: 767px) {
  #top_recruit .top_recruit_newgraduate .container {
    padding: 20px 5vw 0;
  }
  #top_recruit .top_recruit_newgraduate img {
    max-width: none;
    max-width: initial;
    width: calc(100% + 10vw);
    position: static;
    margin: -20px -5vw 0;
  }
  #top_recruit .top_recruit_newgraduate .btn {
    width: 80%;
  }
  #top_recruit .top_recruit_others .btn_chuto {
    max-width: 90%;
    padding: 20px 0;
    font-size: 2.6rem;
  }
  #top_recruit .top_recruit_others .btn_chuto:after {
    content: "";
    height: 30px;
    width: 30px;
    margin-left: 20px;
    background-size: 20px;
  }
  #top_recruit .top_recruit_others .btn_chuto:hover:after {
    background-size: 20px;
  }
}

#top_info {
  padding: 50px 0 80px;
}
#top_info a {
  text-decoration: none;
  color: inherit;
}
#top_info dl {
  border-top: solid 1px #232323;
  border-bottom: solid 1px #232323;
  font-size: 1.8rem;
}
#top_info dt {
  float: left;
  clear: left;
  padding: 15px 0;
  margin-right: 20px;
}
#top_info dt .cat {
  display: inline-block;
  background: #0A41C3;
  color: #FFF;
  padding: 0;
  width: 6.5em;
  text-align: center;
  text-decoration: none;
  margin-right: 15px;
}
#top_info dd {
  border-bottom: dashed 1px #919191;
  background: url("../img/top/icon_news.png") no-repeat 99% center;
}
#top_info dd:last-child {
  border-bottom: 0;
}
#top_info dd a {
  padding: 15px 0;
  display: block;
}
#top_info .txtR a {
  font-weight: bold;
  color: #0A41C3;
  background: url("../img/common/btn_arrow_blue.png") no-repeat center right;
  display: inline-block;
  padding: 10px 50px 10px 10px;
}
@media (max-width: 767px) {
  #top_info dl {
    font-size: 1.4rem;
  }
  #top_info dt {
    float: none;
    padding-bottom: 0;
  }
  #top_info dd {
    line-height: 1;
    background-size: 15px;
  }
}

#top_etc {
  padding: 30px 0;
}
#top_etc .top_etc_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_etc .top_etc_inner .iso {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
}
#top_etc .top_etc_inner .iso img {
  margin-right: 30px;
}
#top_etc .top_etc_inner .btn {
  background: #0A41C3 url("../img/common/btn_arrow_white.png") no-repeat 95% center;
  padding: 25px 25px 25px 50px;
  box-sizing: border-box;
  width: 380px;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
}
#top_etc .top_etc_inner .btn:hover {
  background: #232323 url("../img/common/btn_arrow_white.png") no-repeat 95% center;
}
@media (max-width: 767px) {
  #top_etc .top_etc_inner {
    display: block;
  }
  #top_etc .top_etc_inner .iso {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #top_etc .top_etc_inner .iso img {
    width: 145px;
    margin-right: 15px;
  }
  #top_etc .top_etc_inner .btn {
    width: 100%;
  }
}

.top_access {
  background: #0A41C3;
  color: #FFF;
  padding: 30px 0 50px;
}
.top_access .container {
  width: 95%;
  max-width: 1330px;
  display: flex;
  justify-content: space-between;
}
.top_access .col {
  flex-basis: 48.5%;
}
@media (max-width: 767px) {
  .top_access .container {
    display: block;
  }
  .top_access .col {
    margin-bottom: 30px;
  }
}

/* アニメーション */
#top_strength.delighter .strength_inner {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
#top_strength.delighter.started .strength_inner {
  opacity: 1;
  transform: translateY(0);
}

#top_service .delighter.ttl_line,
#top_service .delighter .txt, #top_service .delighter .content, #top_product .delighter.ttl_line,
#top_product .delighter .txt, #top_product .delighter .content {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
#top_service .delighter.started.ttl_line,
#top_service .delighter.started .txt, #top_service .delighter.started .content, #top_product .delighter.started.ttl_line,
#top_product .delighter.started .txt, #top_product .delighter.started .content {
  opacity: 1;
  transform: translateY(0);
}

#top_product.delighter .txt, #top_product.delighter .content {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
#top_product.delighter.started .txt, #top_product.delighter.started .content {
  opacity: 1;
  transform: translateY(0);
}

#top_recruit.delighter .container {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
#top_recruit.delighter.started .container {
  opacity: 1;
  transform: translateY(0);
}

#top_machine.delighter, #top_info.delighter, #top_etc.delighter {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(50px);
}
#top_machine.delighter.started, #top_info.delighter.started, #top_etc.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

#contact_info {
  padding: 55px 0;
}
#contact_info p {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
#contact_info .contact_information {
  width: 425px;
  margin: auto;
}
#contact_info .contact_information .contact {
  font-size: 4rem;
  font-weight: bold;
}
#contact_info .contact_information .contact.tel {
  color: #1D479C;
}
#contact_info .contact_information .contact.tel .ttl {
  background: #1D479C;
}
#contact_info .contact_information .contact.fax {
  color: #919191;
}
#contact_info .contact_information .contact.fax .ttl {
  background: #919191;
}
#contact_info .contact_information .contact .ttl {
  margin-right: 20px;
  width: 78px;
  height: 55px;
  font-size: 2.4rem;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
}
#contact_info .contact_information p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #contact_info {
    padding: 25px 0;
  }
  #contact_info p {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  #contact_info .contact_information {
    width: auto;
  }
  #contact_info .contact_information .contact {
    font-size: 2.5rem;
  }
  #contact_info .contact_information .contact .ttl {
    margin-right: 10px;
    height: 55px;
    font-size: 1.6rem;
    padding: 8px;
  }
  #contact_info .contact_information p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

#contact_form {
  padding: 70px 0 100px;
}
#contact_form p span {
  color: #e3930e;
  font-size: 1.8rem;
}
#contact_form .contact_form_ttl {
  margin-bottom: 60px;
  text-align: center;
}
#contact_form .contact_form_ttl h2 {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  margin-bottom: 40px;
  line-height: 1;
}
#contact_form .contact_form_ttl a {
  color: #232323;
}
@media (max-width: 767px) {
  #contact_form {
    padding: 50px 0;
  }
  #contact_form p {
    font-size: 1.2rem;
  }
  #contact_form .contact_form_ttl {
    margin-bottom: 20px;
  }
  #contact_form .contact_form_ttl h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}

.contact_box .horizental_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_box .horizental_text .text_box {
  width: 340px;
}
@media (max-width: 767px) {
  .contact_box .horizental_text {
    display: block;
  }
  .contact_box .horizental_text .text_box {
    width: auto;
  }
}

@media (max-width: 767px) {
  .contact_setumei {
    font-size: 1.2rem;
  }
}

.contact_policy .policy {
  text-align: left;
  padding: 15px 35px;
  margin: 23px auto;
  height: 430px;
  overflow-y: scroll;
  border-radius: 5px;
  border: 1px solid #4B4B4B;
  box-sizing: border-box;
}
.contact_policy .policy .policy_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  text-align: center;
  margin-bottom: 25px;
}
.contact_policy .policy dl dt {
  border-bottom: dashed 1px #9F9FA0;
  color: #1588CA;
}
.contact_policy .policy dl dd {
  margin-bottom: 20px;
}
.contact_policy .policy .option {
  margin-top: 20px;
}
.contact_policy .check {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .contact_policy .policy {
    padding: 10px;
    margin: 15px auto;
    height: 200px;
  }
  .contact_policy .policy .policy_ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .contact_policy .policy dl {
    font-size: 1.2rem;
  }
  .contact_policy .policy dl dd {
    margin-bottom: 10px;
  }
  .contact_policy .policy .option {
    margin-top: 10px;
  }
  .contact_policy .check {
    padding-left: 0px;
  }
}

#loading {
  display: none;
}

#thanks {
  padding: 10px;
}
#thanks p {
  font-size: 2.5rem;
  text-align: center;
  color: #f79329;
}
@media (max-width: 767px) {
  #thanks p {
    font-size: 1.8rem;
  }
}

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-top: dashed 1px #9F9FA0;
  border-bottom: none;
}
.table_form th, .table_form td {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .table_form th, .table_form td {
    font-size: 1.4rem;
  }
}
.table_form td {
  vertical-align: middle;
  padding: 25px 30px 25px 0;
}
.table_form td .eg {
  color: #9F9FA0;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .table_form td {
    padding: 10px !important;
  }
}
.table_form th {
  width: 240px;
  text-align: left;
  vertical-align: top;
  position: relative;
  background-clip: padding-box !important;
  font-weight: bold;
  color: #4B4B4B;
  background: none;
  padding-left: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table_form th {
    padding: 5px;
  }
}
.table_form th:after {
  position: absolute;
  right: initial;
  top: 50%;
  transform: translate(0, -100%);
  font-size: 65%;
  padding: 4px 5px;
  line-height: 1;
  border-radius: 2px;
  font-weight: normal;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .table_form th:after {
    top: 30px;
    right: initial;
  }
}
.table_form th.required:after {
  content: "★";
  color: #E3930E;
}
.table_form th.option:after {
  content: "任意";
  color: #fff;
  background: #999999;
}

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #4B4B4B;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333;
}
.table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
  outline: none;
  border: solid 1px #e6edf2;
  background: #fff;
}
.table_form input[type=text].postal_code, .table_form input[type=email].postal_code, .table_form input[type=tel].postal_code, .table_form input[type=nmber].postal_code, .table_form input[type=date].postal_code, .table_form textarea.postal_code {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .table_form input[type=text].postal_code, .table_form input[type=email].postal_code, .table_form input[type=tel].postal_code, .table_form input[type=nmber].postal_code, .table_form input[type=date].postal_code, .table_form textarea.postal_code {
    width: 140px;
  }
}
.table_form input[type=text].email_box, .table_form input[type=email].email_box, .table_form input[type=tel].email_box, .table_form input[type=nmber].email_box, .table_form input[type=date].email_box, .table_form textarea.email_box {
  width: 38em;
}
@media (max-width: 767px) {
  .table_form input[type=text].email_box, .table_form input[type=email].email_box, .table_form input[type=tel].email_box, .table_form input[type=nmber].email_box, .table_form input[type=date].email_box, .table_form textarea.email_box {
    width: 100%;
  }
}
.table_form .seimei span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #9F9FA0;
}
.table_form input[type=checkbox]:checked + span, .table_form input[type=radio]:checked + span {
  font-weight: bold;
}
.table_form textarea {
  width: 100%;
  height: 130px;
}
.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}
.table_form select option {
  padding: 0;
}
.table_form .mwform-tel-field input[type=text], .table_form .mwform-zip-field input[type=text] {
  width: 12em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .table_form .mwform-tel-field input[type=text], .table_form .mwform-zip-field input[type=text] {
    width: 4em;
  }
}
.table_form .mwform-radio-field {
  width: auto;
  display: inline-block;
}
.table_form .mwform-radio-field + .horizontal-item {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .table_form .mwform-radio-field {
    display: block;
  }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 0px;
  }
}
.table_form .mw_wp_form p span {
  color: #E3930E;
}

.form_button {
  overflow: hidden;
  text-align: center;
  width: 860px;
  margin: 30px auto 0;
}
.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit], .form_button input[type=reset] {
  height: 60px;
  width: 360px;
  border: none;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover, .form_button input[type=reset]:hover {
  opacity: 0.8;
}
.form_button input[type=submit].blue, .form_button input[type=button].blue, .form_button button[type=submit].blue, .form_button input[type=reset].blue {
  background: #000 url(../img/common/btn_arrow_white.png) no-repeat 90% center;
  color: #fff;
}
.form_button input[type=submit].blue:hover, .form_button input[type=button].blue:hover, .form_button button[type=submit].blue:hover, .form_button input[type=reset].blue:hover {
  background-color: #0A41C3;
}
.form_button input[type=submit].gray, .form_button input[type=button].gray, .form_button button[type=submit].gray, .form_button input[type=reset].gray {
  background: #EAE5E3 url(../img/common/btn_arrow_gray.png) no-repeat 90% center;
  color: #333;
  border: none;
}
.form_button input[type=submit].gray:hover, .form_button input[type=button].gray:hover, .form_button button[type=submit].gray:hover, .form_button input[type=reset].gray:hover {
  background: #4C4948 url(../img/common/btn_arrow_white.png) no-repeat 90% center;
  color: #fff;
}
@media (max-width: 767px) {
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit], .form_button input[type=reset] {
    max-width: 80%;
  }
  .form_button input[type=submit].gray, .form_button input[type=button].gray, .form_button button[type=submit].gray, .form_button input[type=reset].gray {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form_button {
    display: block;
    width: auto;
  }
}

.mw_wp_form_confirm .contact_policy, .mw_wp_form_confirm .contact_setumei {
  display: none;
}
.mw_wp_form_confirm .form_button .reset {
  display: none;
}
.mw_wp_form_confirm .table_form .seimei br {
  display: none;
}
.mw_wp_form_confirm .table_form span {
  display: none;
}

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}
.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}

/* 想い・強み 共通 */
.mindstrength_block {
  margin-bottom: 100px;
}
.mindstrength_block .mindstrength_inner {
  display: flex;
  justify-content: space-between;
}
.mindstrength_block .img {
  position: relative;
}
.mindstrength_block .img.full {
  margin-right: -100px;
  text-align: right;
}
.mindstrength_block .subimg {
  position: absolute;
}
.mindstrength_block .reverse {
  flex-direction: row-reverse;
}
.mindstrength_block .reverse .img.full {
  text-align: left;
  margin-left: -100px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .mindstrength_block {
    margin-bottom: 60px;
  }
  .mindstrength_block .mindstrength_inner {
    display: block;
  }
  .mindstrength_block .txt {
    margin-bottom: 30px;
  }
  .mindstrength_block .img.full {
    margin: 0 !important;
  }
  .mindstrength_block .subimg {
    position: static;
    display: block;
    margin: 20px auto 0;
  }
}

.btn_factory {
  display: block;
  position: relative;
  background: linear-gradient(90deg, #0A12BF 5%, #0A41C3 30%, #0091DB 90%);
  color: #fff;
  overflow: hidden;
  margin-bottom: 80px;
}
.btn_factory:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0A41C3;
  transition: 0.3s;
  opacity: 0;
}
.btn_factory .txt {
  max-width: 530px;
  padding: 30px 0 30px 50px;
  position: relative;
  z-index: 5;
}
.btn_factory .img {
  position: absolute;
  top: 0;
  right: -50px;
}
.btn_factory .img img {
  transition: 0.3s;
}
.btn_factory .img:before, .btn_factory .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0A12BF 5%, #0A41C3 30%, #0091DB 90%);
  transform: skew(-19deg);
  position: absolute;
  opacity: 0.5;
  z-index: 2;
}
.btn_factory .img:before {
  right: 88%;
}
.btn_factory .img:after {
  left: 90%;
}
.btn_factory h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  line-height: 1;
}
.btn_factory p {
  line-height: 2.4;
  position: relative;
  z-index: 5;
}
.btn_factory .btn {
  margin-top: 20px;
  width: 240px;
  text-align: center;
  display: inline-block;
  border: solid 1px #fff;
  background: url("../img/common/btn_arrow_white.png") no-repeat 90% center;
  padding: 1px 10px;
}
.btn_factory:hover .img img {
  opacity: 0.5;
}
.btn_factory:hover .btn {
  background: #fff url("../img/common/btn_arrow_blue.png") no-repeat 90% center;
  color: #0A41C3;
}
@media (max-width: 767px) {
  .btn_factory .txt {
    padding: 8vw 5vw;
  }
  .btn_factory .txt:after {
    content: "";
    width: auto;
    padding-top: 71.5%;
    display: block;
    background: url("../img/common/btn_img_factory_sp.jpg");
    background-size: cover;
    margin-top: 20px;
  }
  .btn_factory .img {
    display: none;
  }
  .btn_factory h2 {
    font-size: 3.2rem;
    text-shadow: 2px 2px 5px #000;
  }
  .btn_factory p {
    line-height: 1.8;
    text-shadow: 2px 2px 5px #000;
  }
  .btn_factory .btn {
    background: #fff url("../img/common/btn_arrow_blue.png") no-repeat 90% center;
    color: #0A41C3;
    font-weight: bold;
    font-size: 2.2rem;
    text-shadow: none;
    width: 100%;
    box-sizing: border-box;
  }
}

/* mind */
#mind_01 .txt {
  flex-basis: 500px;
}
#mind_01 .img {
  flex-basis: 700px;
}

#mind_02 {
  position: relative;
  padding-bottom: 50px;
}
#mind_02:before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  background: #D9EEFA;
}
#mind_02 .txt, #mind_02 .img {
  position: relative;
}
#mind_02 .txt {
  flex-basis: 520px;
}
#mind_02 .img {
  flex-basis: 700px;
}

/* strength */
#strength_01 {
  position: relative;
  padding-bottom: 50px;
}
#strength_01:before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  background: #D9EEFA;
}
#strength_01 .txt, #strength_01 .img {
  position: relative;
}
#strength_01 .img {
  flex-basis: 600px;
}
#strength_01 .txt {
  flex-basis: 500px;
  padding-right: 40px;
}
#strength_01 .subimg {
  bottom: -100px;
  right: -116%;
}
@media (max-width: 767px) {
  #strength_01 .txt {
    padding-right: 0;
  }
}

#strength_02 {
  background: #D3D3D3;
  padding: 50px 0;
}
#strength_02 .img {
  flex-basis: 640px;
  text-align: right;
}
#strength_02 .txt {
  flex-basis: 515px;
}

#strength_03 .mindstrength_inner {
  position: relative;
}
#strength_03 .img {
  flex-basis: 960px;
  margin-right: auto;
  text-align: initial;
}
#strength_03 .img img {
  margin-left: -100px;
}
#strength_03 .txt {
  width: 535px;
  padding: 0 30px 30px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  #strength_03 .txt {
    padding: 0;
    width: auto;
    position: static;
  }
  #strength_03 .img img {
    margin: 0;
  }
}

#strength_04 {
  padding: 50px 0;
  margin-bottom: 250px;
  background: #D9EEFA;
}
#strength_04 .img {
  flex-basis: 600px;
}
#strength_04 .txt {
  flex-basis: 515px;
}
#strength_04 .subimg {
  bottom: -200px;
  left: -360px;
}
@media (max-width: 767px) {
  #strength_04 {
    margin-bottom: 100px;
  }
}

/* machine-product　設備機械・生産品紹介 */
.machine_block_header {
  margin-bottom: 80px;
  padding-bottom: 120px;
  display: flex;
}
.machine_block_header.resized {
  padding-bottom: 0;
}
.machine_block_header .img {
  flex-shrink: 0;
  margin-left: -60px;
}
.machine_block_header .txt {
  padding: 0 0 0 20px;
  position: relative;
  flex-basis: 430px;
}
.machine_block_header .subimg {
  position: absolute;
  bottom: -120px;
  right: 0;
  background: #fff;
  padding: 20px 0 0 20px;
}
.machine_block_header .subimg img {
  max-width: 500px;
  box-shadow: 2px 2px 5px #333;
}
@media (max-width: 767px) {
  .machine_block_header {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .machine_block_header .img {
    margin-bottom: 10px;
  }
  .machine_block_header .img img {
    margin-left: auto;
  }
  .machine_block_header .txt {
    padding: 0;
  }
  .machine_block_header .subimg {
    position: static;
  }
  .machine_block_header .subimg img {
    max-width: 90%;
  }
}

.machine_block_data table {
  border: solid 1px #4C4948;
}
.machine_block_data th, .machine_block_data td {
  vertical-align: middle;
  border: dashed 1px #9F9FA0;
  text-align: center;
}
.machine_block_data th {
  font-weight: bold;
  color: #4C4948;
  background: transparent;
}
.machine_block_data thead {
  background: #BFE3F6;
}
.machine_block_data thead tr:first-child th:first-child {
  background: #99D3F1;
}
.machine_block_data thead th {
  padding: 5px;
  font-size: 1.8rem;
}
.machine_block_data tbody th {
  background: #99D3F1;
  padding: 5px;
}
.machine_block_data tbody td {
  padding: 20px 5px;
}
@media (max-width: 767px) {
  .machine_block_data {
    line-height: 1.4;
  }
  .machine_block_data th, .machine_block_data td {
    font-size: 1.1rem;
  }
  .machine_block_data thead th {
    font-size: 1.3rem;
  }
  .machine_block_data tbody td {
    padding: 10px 5px;
  }
}

.bg_sky .machine_block_header .subimg {
  background: #D9EEFA;
}
.bg_sky .machine_block_data thead {
  background: #F8F6F5;
}
.bg_sky .machine_block_data thead tr:first-child th:first-child {
  background: #CFCFCF;
}
.bg_sky .machine_block_data tbody th {
  background: #CFCFCF;
}
.bg_sky .machine_block_data tbody td {
  background: #fff;
}

.machine_others_robot_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 50px;
}
@media (max-width: 767px) {
  .machine_others_robot_img {
    display: block;
    text-align: center;
  }
  .machine_others_robot_img img {
    margin-bottom: 10px;
  }
}

.machine_others_press_img {
  text-align: center;
  margin: 30px 0 50px;
}

#machine_press02 .machine_block_header .img {
  margin-left: 0;
}

/* factory 工場見学 */
#factory_page {
  overflow: hidden;
}

.factory_block:first-child {
  margin-bottom: 120px;
}
.factory_block .factory_header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
}
.factory_block .ttl_line {
  margin: 0 0 5px 0;
  padding: 0 0 0 70px;
}
.factory_block .ttl_line:before {
  width: 60px;
}
.factory_block figure {
  padding: 10px;
  border: solid 2px #0A41C3;
  position: relative;
  background: #fff;
  margin-left: -90px;
}
.factory_block figure figcaption {
  position: absolute;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  transform: rotate(90deg);
  bottom: 100px;
  right: -55px;
}
.factory_block .factory_body {
  display: flex;
  justify-content: space-between;
}
.factory_block .img {
  position: relative;
  flex-basis: 620px;
}
.factory_block .img img {
  position: absolute;
}
.factory_block .img img:nth-child(1) {
  top: -260px;
  right: 0;
  box-shadow: 30px -40px 0 0 #FFEE80;
}
.factory_block .img img:nth-child(2) {
  top: -50px;
  left: 0;
  box-shadow: -30px -30px 0 0 #D9EEFA;
}
.factory_block .img img:nth-child(3) {
  right: 80px;
  bottom: -50px;
}
.factory_block .txt {
  flex-basis: 480px;
  line-height: 2.4;
}
.factory_block.reverse .factory_header {
  flex-direction: row;
}
.factory_block.reverse .ttl_line {
  margin: 0 0 5px 0;
  padding: 0 70px 0 0;
  text-align: right;
}
.factory_block.reverse .ttl_line:before {
  left: auto;
  right: 0;
}
.factory_block.reverse figure {
  margin-left: 0;
  margin-right: -90px;
}
.factory_block.reverse figure figcaption {
  bottom: 200px;
  left: -55px;
  right: auto;
}
.factory_block.reverse .factory_body {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.factory_block.reverse .img {
  flex-basis: 340px;
}
.factory_block.reverse .img img {
  top: auto;
  bottom: 0;
  left: 20px;
  box-shadow: -30px -30px 0 0 #D9EEFA;
}
.factory_block.reverse .txt {
  flex-basis: 690px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .factory_block .factory_header, .factory_block.reverse .factory_header {
    display: block;
  }
  .factory_block .ttl_line span, .factory_block.reverse .ttl_line span {
    display: inline-block;
  }
  .factory_block .factory_body, .factory_block.reverse .factory_body {
    display: block;
  }
  .factory_block .img img, .factory_block.reverse .img img {
    margin: 40px auto;
    position: static;
    display: block;
  }
  .factory_block .txt, .factory_block.reverse .txt {
    margin: auto auto 60px;
    line-height: 1.8;
  }
  .factory_block .ttl_line {
    margin: 0 0 5px -5vw;
  }
  .factory_block figure figcaption {
    right: -45px;
  }
  .factory_block.reverse .ttl_line {
    margin: 0 -5vw 5px 0;
  }
  .factory_block.reverse figure figcaption {
    left: -45px;
  }
}

#company_page .iframe_wrap {
  padding-top: 421px;
  margin: 25px 0 60px;
}

#company_outline .area {
  width: 320px;
}
@media (max-width: 767px) {
  #company_outline .area {
    border-bottom: dashed 1px #9F9FA0;
  }
}

#company_history table th {
  background-color: #fff;
}

#company_access h3 {
  font-size: 2.2rem;
  color: #1D479C;
  border: solid 2px #1D479C;
  width: 205px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
#company_access .routes {
  margin-top: 40px;
}
#company_access .genre {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
#company_access .genre.train {
  padding: 12px 0 11px 50px;
  background: url(../img/company/train.png) no-repeat 0 bottom;
}
#company_access .genre.car {
  padding: 16px 0 6px 50px;
  background: url(../img/company/car.png) no-repeat 0 bottom;
}
#company_access .bg_sky {
  padding: 1px 0 50px;
}
#company_access .bg_sky:first-child {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #company_access h3 {
    font-size: 1.6rem;
    border: solid 1px #1D479C;
    width: 165px;
    padding: 5px 0;
  }
  #company_access .img {
    text-align: center;
  }
}

#philosophy_policy p {
  background: linear-gradient(90deg, #1D479C, #1D479C 30%, #0091DB 100%);
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  line-height: 1;
}
@media (max-width: 767px) {
  #philosophy_policy p {
    padding: 20px 0;
    font-size: 2.5rem;
  }
}

#philosophy_philo {
  padding-top: 60px;
}
#philosophy_philo .philosophy_lst {
  margin-bottom: 75px;
}
#philosophy_philo .philosophy_lst li {
  line-height: 1.5;
  background: url(../img/philosophy/icon_02.png) no-repeat 0 60px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  padding: 50px 0px 20px 35px;
  border-bottom: solid 2px #1d479c;
}
#philosophy_philo .txt {
  margin-bottom: 40px;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
}
#philosophy_philo .txt h3 {
  color: #1d479c;
  font-size: 3.4rem;
  margin-bottom: 40px;
}
#philosophy_philo .txt p {
  font-size: 3rem;
}
#philosophy_philo .philo {
  font-size: 1.8rem;
}
#philosophy_philo .img {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #philosophy_philo {
    padding-top: 30px;
  }
  #philosophy_philo .philosophy_lst {
    margin-bottom: 35px;
  }
  #philosophy_philo .philosophy_lst li {
    font-size: 1.8rem;
    padding: 25px 0px 10px 16px;
    background-size: 8px;
    background-position: 0px 28px;
  }
  #philosophy_philo .txt {
    margin-bottom: 20px;
  }
  #philosophy_philo .txt h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #philosophy_philo .txt p {
    font-size: 1.6rem;
  }
  #philosophy_philo .img {
    margin-top: 20px;
  }
}

#philosophy_planning .bg_sky {
  padding-top: 60px;
}
#philosophy_planning .plan_lst {
  border-bottom: solid 2px #1d479c;
}
#philosophy_planning .plan_lst li {
  background: url(../img/philosophy/icon_01.png) no-repeat 0 32px;
  font-size: 2.2rem;
  padding: 20px;
  color: #1d479c;
  border-top: solid 2px #1d479c;
}
#philosophy_planning .block_detail {
  margin-bottom: 100px;
}
#philosophy_planning .block_detail h3 {
  color: #fff;
  transform: skewX(-50deg);
  font-size: 3rem;
  font-weight: bold;
  width: 600px;
  margin-bottom: 60px;
  margin-left: 2em;
  padding-left: 2em;
  background: #1d479c;
}
#philosophy_planning .block_detail h3 span {
  transform: skewX(50deg);
  display: inline-block;
}
#philosophy_planning .block_detail h3 b {
  font-size: 2rem;
  font-weight: normal;
}
#philosophy_planning .block_detail .img {
  text-align: center;
}
@media (max-width: 767px) {
  #philosophy_planning .bg_sky {
    padding: 30px 0;
  }
  #philosophy_planning .plan_lst {
    border-bottom: solid 2px #1d479c;
  }
  #philosophy_planning .plan_lst li {
    font-size: 1.6rem;
    padding: 10px 15px;
    background-size: 10px;
    background-position: 0 18px;
  }
  #philosophy_planning .block_detail {
    margin-bottom: 50px;
  }
  #philosophy_planning .block_detail h3 {
    transform: skewX(-35deg);
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 200px;
  }
  #philosophy_planning .block_detail h3 span {
    transform: skewX(35deg);
  }
  #philosophy_planning .block_detail h3 b {
    font-size: 1.2rem;
    display: block;
  }
  #philosophy_planning .block_detail .img {
    text-align: center;
  }
}

#activities_environment .col_wrap .img {
  margin-left: 85px;
  width: 100%;
}
@media (max-width: 767px) {
  #activities_environment .col_wrap .img {
    margin-left: 0;
  }
}

#activities_community h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#activities_community .family_friend_company {
  margin: auto;
  width: 450px;
}
#activities_community .family_friend_company h4 {
  font-size: 2.4rem;
  position: relative;
}
#activities_community .family_friend_company h4:before {
  position: absolute;
  content: "";
  width: 450px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
}
#activities_community .family_friend_company .img {
  text-align: center;
  margin: 30px 0 0;
}
#activities_community .farm {
  padding: 75px 0 85px;
}
#activities_community .farm h4 {
  font-size: 2.6rem;
}
#activities_community .farm .txt {
  width: 550px;
}
#activities_community .farm .img {
  margin-right: -200px;
  position: relative;
}
#activities_community .farm .img:before {
  position: absolute;
  content: "";
  width: 510px;
  height: 360px;
  background: #DCEDF7;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
#activities_community .communication {
  padding: 50px 0;
}
#activities_community .communication .col_wrap {
  margin-top: 30px;
}
#activities_community .communication .col_wrap .img {
  text-align: center;
}
@media (max-width: 767px) {
  #activities_community .section {
    margin-top: 30px;
  }
  #activities_community .family_friend_company {
    width: auto;
  }
  #activities_community .family_friend_company h4 {
    font-size: 2rem;
  }
  #activities_community .family_friend_company h4:before {
    width: 100%;
  }
  #activities_community .farm {
    padding: 35px 0 40px;
  }
  #activities_community .farm h4 {
    font-size: 2.2rem;
  }
  #activities_community .farm .txt {
    width: auto;
  }
  #activities_community .farm .img {
    margin-right: 0px;
  }
  #activities_community .farm .img:before {
    content: none;
  }
  #activities_community .communication {
    padding: 30px 5vw;
  }
}

/* MESSAGE */
#message_top {
  background: url(../img/message/message_top.jpg) no-repeat center top 65px;
}
@media (max-width: 767px) {
  #message_top {
    background-size: contain;
  }
}

.message_ttl {
  position: relative;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.message_ttl span {
  position: relative;
  color: #0A41C3;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 2.8rem;
  font-weight: bold;
  background: #FFF;
  padding: 0 15px;
  z-index: 2;
}
.message_ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0A41C3;
}
@media (max-width: 767px) {
  .message_ttl {
    width: 200px;
  }
}

.message_wrap {
  background: #FFF;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.5);
  margin: 570px auto 150px;
  padding: 90px 140px;
  position: relative;
}
.message_wrap h3 {
  font-size: 3.4rem;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.message_wrap p {
  text-indent: 16px;
}
.message_wrap .sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
}
.message_wrap .sign p {
  font-size: 2rem;
  margin-top: 25px;
  width: 48%;
  align-items: center;
}
.message_wrap .message_deco_top {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 130px;
}
.message_wrap .message_deco_bottom {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 130px;
}
@media (max-width: 767px) {
  .message_wrap {
    margin: 48% auto 20%;
    padding: 50px 30px;
  }
  .message_wrap h3 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .message_wrap .sign {
    margin-top: 20px;
  }
  .message_wrap .sign p {
    font-size: 1.8rem;
    margin-top: 10px;
    width: 95%;
    display: flex;
  }
  .message_wrap .sign img {
    width: 50%;
  }
  .message_wrap .message_deco_top {
    top: -2%;
    left: -4%;
    width: 20%;
  }
  .message_wrap .message_deco_bottom {
    bottom: -2%;
    right: -4%;
    width: 20%;
  }
}

.kenkokeiei_logo, .kenkokeiei_img {
  text-align: center;
  padding: 80px 0;
}

.kenkokeiei_img img {
  border: solid 1px #000;
}

.kenkokeiei_txt {
  background-color: #D9EEFA;
  padding: 80px 0;
}
.kenkokeiei_txt h1, .kenkokeiei_txt h2, .kenkokeiei_txt h3, .kenkokeiei_txt h4, .kenkokeiei_txt h5, .kenkokeiei_txt h6 {
  font-weight: bold;
  color: #0A41C3;
  margin-bottom: 20px;
}
.kenkokeiei_txt h1 {
  font-size: 3.4rem;
}
.kenkokeiei_txt h2 {
  font-size: 3rem;
}
.kenkokeiei_txt h3 {
  font-size: 2.5rem;
}
.kenkokeiei_txt h4 {
  font-size: 2rem;
}
.kenkokeiei_txt p {
  margin-bottom: 1em;
}
.kenkokeiei_txt ol {
  counter-reset: number 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3em 0;
  padding-left: 2em;
}
.kenkokeiei_txt ol li {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 2px #0A41C3;
  margin-bottom: 10px;
}
.kenkokeiei_txt ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #0A41C3;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .kenkokeiei_txt ol {
    margin: 2em 0;
    padding-left: 1em;
  }
}

.kenkokeiei_case {
  margin-bottom: 100px;
  background: linear-gradient(#FFF, #FFF 10%, transparent 10%, transparent), linear-gradient(to top, #FFF, #FFF 10%, transparent 10%, transparent), linear-gradient(to right, #0a12bf, #1d479c 30%, #1588ca);
}
.kenkokeiei_case .txt {
  max-width: 480px;
}
.kenkokeiei_case .txt p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .kenkokeiei_case {
    background: linear-gradient(to right, #0a12bf, #1d479c 30%, #1588ca);
    padding: 50px 0;
  }
  .kenkokeiei_case .img {
    margin-bottom: 50px;
  }
}

.kenkokeiei_case_inner {
  color: #fff;
}
@media (min-width: 768px) {
  .kenkokeiei_case_inner {
    display: flex;
    align-items: center;
  }
}

.kenkokeiei_case_btn {
  display: block;
  border: solid 2px #fff;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding: 35px 65px;
  max-width: 380px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  background: url("../img/common/btn_arrow_white.png") no-repeat center right 35px;
  line-height: 1;
  transition: 0.3s;
}
.kenkokeiei_case_btn:hover {
  background-color: #000;
}
@media (max-width: 767px) {
  .kenkokeiei_case_btn {
    font-size: 2rem;
    padding: 15px 30px;
  }
}

/* RECRUIT 共通 */
.recruit_underpage #eyecatch .eyecatch_inner:before {
  background: linear-gradient(90deg, #E3930E 20%, #FFDB00 80%);
}

.recruit_section_header {
  text-align: center;
  margin-bottom: 35px;
}
.recruit_section_header p {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .recruit_section_header p {
    margin-bottom: 25px;
  }
}

.recruit_section_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  line-height: 1.4;
  margin-bottom: 35px;
}
.recruit_section_ttl .en {
  color: #E3930E;
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 767px) {
  .recruit_section_ttl {
    font-size: 2.5rem;
  }
}

.recruit_bottom {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.recruit_bottom .container {
  position: relative;
}
.recruit_bottom h2 {
  margin: 0 -50vw;
  padding: 30px 50vw;
  background: #EAE5E3;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}
.recruit_bottom h2 span {
  display: block;
}
.recruit_bottom h2 .ja {
  font-size: 3.8rem;
}
.recruit_bottom h2 .en {
  font-size: 1.8rem;
  color: #FA870F;
}
.recruit_bottom .box {
  cursor: pointer;
}
.recruit_bottom .box:after, .recruit_bottom .box:before {
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.recruit_bottom .box:before {
  width: 349px;
  left: -180px;
  background: url("../img/recruit/entry_deco_l.png") no-repeat 0 0;
}
.recruit_bottom .box:after {
  width: 386px;
  right: -150px;
  background: url("../img/recruit/entry_deco_r.png") no-repeat 0 0;
}
.recruit_bottom .box:hover:before {
  background-image: url("../img/recruit/entry_deco_l_on.png");
}
.recruit_bottom .box:hover:after {
  background-image: url("../img/recruit/entry_deco_r_on.png");
}
.recruit_bottom .box a {
  position: relative;
  display: block;
  margin: 0 -50vw;
  padding: 30px 50vw;
  background: #FFDB00;
  background: linear-gradient(90deg, #E3930E 20%, #FFDB00 80%);
  color: #fff;
  font-size: 2.8rem;
}
.recruit_bottom .box a:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  background: linear-gradient(90deg, #E3930E, #E3930E);
}
.recruit_bottom .box a p {
  position: relative;
}
.recruit_bottom .box a .btn {
  margin-top: 30px;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  border: solid 3px #fff;
  background: url("../img/recruit/btn_entry_off.png") no-repeat center 10px;
  transition: 0.2s;
}
.recruit_bottom .box a:hover:before {
  opacity: 1;
}
.recruit_bottom .box a:hover .btn {
  background: #fff url("../img/recruit/btn_entry_on.png") no-repeat center 20px;
}
@media (max-width: 767px) {
  .recruit_bottom .container {
    position: relative;
  }
  .recruit_bottom h2 .ja {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .recruit_bottom h2 .en {
    font-size: 1.3rem;
    color: #FA870F;
  }
  .recruit_bottom .box:after, .recruit_bottom .box:before {
    content: none;
  }
  .recruit_bottom .box a {
    font-size: 1.8rem;
  }
}

/* RECRUIT TOP */
#recruit_page .en_w {
  color: #FFF;
  font-size: 1.8rem;
  display: block;
}
#recruit_page .wh_blue {
  background: url(../img/recruit/btn_link_blue.png) no-repeat 90% center, #FFF;
  color: #0A41C3;
  border-color: #fff;
}
#recruit_page .wh_blue:hover {
  background: url(../img/recruit/btn_link.png) no-repeat 90% center, #0A41C3;
  color: #FFF;
  transition: 0.2s;
  border-color: #0A41C3;
}
#recruit_page .wh_orange {
  background: url(../img/recruit/btn_link_orange.png) no-repeat 90% center, #FFF;
  color: #E3930E;
  border-color: #fff;
}
#recruit_page .wh_orange:hover {
  background: url(../img/recruit/btn_link.png) no-repeat 90% center, #E3930E;
  color: #FFF;
  transition: 0.2s;
  border-color: #E3930E;
}
#recruit_page .btn_wrap {
  text-align: center;
}
#recruit_page #recruit_message {
  background: url(../img/common/bg_stripe_yellow.png) #E3930E;
  position: relative;
  overflow: hidden;
}
#recruit_page #recruit_message h2 {
  position: absolute;
  top: 180px;
  padding-left: 150px;
}
#recruit_page #recruit_message .recruit_top {
  padding-left: 120px;
}
@media (max-width: 767px) {
  #recruit_page #recruit_message {
    overflow: hidden;
  }
  #recruit_page #recruit_message h2 {
    top: 15%;
    padding: 0;
  }
  #recruit_page #recruit_message .recruit_top {
    max-width: 140%;
    padding: 0;
  }
}
#recruit_page #recruit_business {
  background: url(../img/recruit/recruit_busi_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 20px 0;
}
#recruit_page #recruit_business .recruit_business_wrap {
  background: rgba(197, 225, 242, 0.7);
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  #recruit_page #recruit_business .recruit_business_wrap {
    padding: 20px 10px;
  }
}
#recruit_page .recruit_detail {
  text-align: center;
  font-size: 1.8rem;
  width: 830px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  #recruit_page .recruit_detail {
    width: 100%;
  }
}
#recruit_page .recruit_person_item {
  margin: 0 30px;
  text-align: center;
}
#recruit_page .recruit_person_item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 35px auto 20px;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit_page .recruit_person_item p {
  text-align: left;
}
@media (max-width: 767px) {
  #recruit_page .recruit_person_item {
    margin: 0 auto 30px;
  }
  #recruit_page .recruit_person_item:last-child {
    margin-bottom: 0;
  }
  #recruit_page .recruit_person_item h3 {
    margin: 15px auto;
    min-height: auto;
  }
}
#recruit_page .recruit_message_txt {
  align-items: center;
}
#recruit_page .recruit_message_txt h3 {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}
#recruit_page .recruit_message_txt p {
  width: 65%;
}
@media (max-width: 767px) {
  #recruit_page .recruit_message_txt h3 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  #recruit_page .recruit_message_txt p {
    width: 100%;
  }
}
#recruit_page .recruit_bg01 {
  background: #FFDB00;
}
#recruit_page .recruit_bg02 {
  background: #EAE5E3;
}
#recruit_page .recruit_requirement_voice {
  margin-bottom: 0;
}

/* RECRUIT voice 先輩の声 */
.voice_nav {
  color: #4B4B4B;
  background: #F4F2F1;
  padding: 30px 0;
  margin-bottom: 50px;
}
.voice_nav a {
  padding: 5px;
  display: block;
  color: #4B4B4B;
}
.voice_nav a img {
  transition: 0.2s;
}
.voice_nav a:after {
  content: "";
  margin: 20px auto 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  background: #FFDB00 url(../img/recruit/btn_entry_off.png) no-repeat center 10px;
  transition: 0.2s;
}
.voice_nav a:hover:after {
  background: #E3930E url(../img/recruit/btn_entry_off.png) no-repeat center 10px;
}
.voice_nav a:hover img {
  opacity: 0.8;
}
.voice_nav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1400px;
  margin: auto;
}
.voice_nav span {
  display: block;
}
.voice_nav .status {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin-top: 10px;
}
.voice_nav .name {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .voice_nav ul {
    display: block;
  }
  .voice_nav a {
    overflow: hidden;
    padding: 5px 5px 5px 10px;
  }
  .voice_nav a img {
    width: 33%;
    float: left;
  }
  .voice_nav a .status {
    margin-top: 0;
  }
  .voice_nav a:after {
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: auto 25px !important;
  }
}

.voice_profile {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 100px;
}
.voice_profile .txt {
  width: 40%;
  text-align: center;
}
.voice_profile h2 {
  display: inline-block;
}
.voice_profile h2 span {
  display: block;
}
.voice_profile h2 .position {
  margin-bottom: 10px;
}
.voice_profile h2 .position:before, .voice_profile h2 .position:after {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}
.voice_profile h2 .ruby, .voice_profile h2 .name {
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  color: #4B4B4B;
  font-weight: bold;
  line-height: 1.4;
}
.voice_profile h2 .ruby {
  font-size: 1.6rem;
  text-align: left;
}
.voice_profile h2 .name {
  font-size: 4.4rem;
  margin-bottom: 10px;
}
.voice_profile h2 .year {
  background: #ADD5ED;
  text-align: center;
}
.voice_profile .img {
  width: 60%;
}
.voice_profile .job {
  width: 100%;
  font-size: 1.6rem;
}
.voice_profile .job dl {
  width: 40%;
  margin-top: -100px;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 103, 255, 0.85) 30%, rgba(29, 71, 156, 0.85) 100%);
  margin-left: -50vw;
  padding: 30px 0 30px 50vw;
  color: #fff;
}
.voice_profile .job dl:before {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 18%;
  background: linear-gradient(-145deg, transparent 50%, rgba(29, 71, 156, 0.85) 50.5%);
}
.voice_profile .job dt {
  background: linear-gradient(-145deg, transparent 25px, #1D479C 26px);
  margin-bottom: 15px;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .voice_profile {
    padding-top: 20px;
    margin-bottom: 20px;
    align-items: center;
  }
  .voice_profile h2 .position {
    font-size: 1.4rem;
  }
  .voice_profile h2 .ruby {
    font-size: 1.3rem;
    padding-left: 1em;
  }
  .voice_profile h2 .name {
    font-size: 2.4rem;
  }
  .voice_profile h2 .year {
    line-height: 1.4;
    font-size: 1.3rem;
    margin-left: -5vw;
    padding-left: 4vw;
  }
  .voice_profile .img {
    width: 60%;
  }
  .voice_profile .job {
    margin-top: 10px;
  }
  .voice_profile .job dl {
    width: calc(100% + 10vw);
    padding: 10px 0 10px 0;
    margin: 0 -5vw 0;
    font-size: 1.4rem;
  }
  .voice_profile .job dl:before {
    content: none;
  }
  .voice_profile .job dt {
    background: #1D479C !important;
    margin-bottom: 5px;
  }
  .voice_profile .job dd {
    padding: 0 20px 10px;
  }
}

.voice_comment_header {
  position: relative;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 80px;
  padding-bottom: 30px;
}
.voice_comment_header .img {
  width: 1000px;
  margin-left: 0;
  margin-right: auto;
}
.voice_comment_header .txt {
  width: 660px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  font-size: 3.6rem;
  color: #0A41C3;
}
@media (max-width: 767px) {
  .voice_comment_header {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .voice_comment_header .img {
    width: 100%;
  }
  .voice_comment_header .txt {
    width: 80%;
    max-width: 300px;
    padding: 10px 15px;
    font-size: 1.6rem;
    margin: -20px auto;
    position: relative;
  }
}

.voice_comment {
  width: 960px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 80px;
}
.voice_comment p {
  text-indent: 1em;
}
@media (max-width: 767px) {
  .voice_comment {
    margin-bottom: 40px;
    width: auto;
  }
}

.voice_dayoff {
  display: flex;
  border: solid 1px #4C4948;
  position: relative;
}
.voice_dayoff:before {
  content: "";
  width: 372px;
  height: 431px;
  display: block;
  background: url("../img/recruit/voice/doco_01.png");
  position: absolute;
  bottom: 100%;
  left: 90%;
}
.voice_dayoff dt {
  box-sizing: border-box;
  flex-basis: 420px;
  flex-shrink: 0;
  background: linear-gradient(-45deg, transparent 82px, #FFDB00 82.5px);
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #4C4948;
}
.voice_dayoff dd {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .voice_dayoff {
    display: block;
    width: 90vw;
    margin: auto;
    padding: 0;
  }
  .voice_dayoff:before {
    content: none;
  }
  .voice_dayoff dt {
    background: #FFDB00;
    padding: 5px;
    text-align: center;
    display: block;
    font-size: 1.8rem;
  }
  .voice_dayoff dd {
    padding: 10px;
  }
}

.voice_section {
  padding-bottom: 100px;
  padding-top: 50px;
  overflow: hidden;
}
.voice_section.reverse {
  background: #F4F2F1;
}
.voice_section.reverse .voice_profile {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .voice_section.reverse .voice_profile .job dl {
    margin-left: auto;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 50vw;
    background: linear-gradient(-90deg, rgba(0, 103, 255, 0.85) 30%, rgba(29, 71, 156, 0.85) 100%);
  }
  .voice_section.reverse .voice_profile .job dl:before {
    left: auto;
    right: 100%;
    top: 0;
    background: linear-gradient(145deg, transparent 50%, rgba(29, 71, 156, 0.85) 50.5%);
  }
  .voice_section.reverse .voice_profile .job dt {
    padding: 2px 10px 2px 50px;
    background: linear-gradient(145deg, transparent 25px, #1D479C 26px);
  }
}
.voice_section.reverse .voice_comment_header .img {
  margin-right: 0;
  margin-left: auto;
}
.voice_section.reverse .voice_comment_header .txt {
  left: 0;
  right: auto;
  background: #F4F2F1;
}
.voice_section.reverse .voice_dayoff:before {
  background: url("../img/recruit/voice/doco_02.png");
  left: auto;
  right: 85%;
}
.voice_section.reverse .voice_comment {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .voice_section {
    padding-top: 0;
  }
}

/* キャリアアッププログラム */
.program_section {
  overflow: hidden;
}
.program_section table {
  border: 0;
  position: relative;
  table-layout: fixed;
  margin-bottom: 5px;
}
.program_section caption {
  text-align: right;
  position: absolute;
  right: 0;
  top: -175px;
}
.program_section th {
  font-weight: bold;
  color: #4C4948;
}
.program_section thead th {
  padding: 0;
  background: transparent;
  font-size: 2rem;
  vertical-align: bottom;
}
.program_section thead th:first-child {
  visibility: hidden;
}
.program_section thead span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.program_section thead span.ttl_01 {
  height: 50px;
}
.program_section thead span.ttl_02 {
  height: 100px;
}
.program_section thead span.ttl_03 {
  height: 150px;
}
.program_section thead span.ttl_04 {
  height: 200px;
}
.program_section tbody {
  border-top: solid 2px #919191;
  border-bottom: solid 2px #919191;
}
.program_section tbody th {
  font-size: 2.2rem;
  padding: 0;
  border: dashed 2px #fff;
  border-left: none;
}
.program_section tbody td {
  padding: 15px 25px;
  border: dashed 2px #919191;
  line-height: 2;
  font-size: 1.6rem;
  background: #fff;
}
.program_section tbody td:last-child {
  border-right: none;
}
.program_section tbody .row_02 th, .program_section tbody .row_02 td {
  padding-bottom: 50px;
}
.program_section tbody .row_02 td:nth-child(2) {
  position: relative;
}
.program_section tbody .row_02 td:nth-child(2):before {
  position: absolute;
  left: 0;
  bottom: 0;
}
.program_section tbody .row_03 td {
  border: none;
}
.program_section ul li:before {
  content: "●";
}
@media (max-width: 767px) {
  .program_section h2 {
    text-align: center;
  }
  .program_section caption {
    position: static;
    margin-bottom: -90px;
  }
  .program_section img {
    zoom: 0.666;
  }
  .program_section thead th {
    font-size: 1.6em;
  }
  .program_section thead span.ttl_01 {
    height: 50px;
  }
  .program_section thead span.ttl_02 {
    height: 80px;
  }
  .program_section thead span.ttl_03 {
    height: 110px;
  }
  .program_section thead span.ttl_04 {
    height: 140px;
  }
  .program_section tbody th {
    font-size: 1.6rem;
  }
  .program_section tbody td {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .program_section tbody .row_02 td:nth-child(2):before {
    zoom: 0.666;
  }
}

#program_01 thead span.ttl_01 {
  background: #D0E7F4;
}
#program_01 thead span.ttl_02 {
  background: #8AC3E5;
}
#program_01 thead span.ttl_03 {
  background: #1588CA;
  color: #fff;
}
#program_01 thead span.ttl_04 {
  background: #1D479C;
  color: #fff;
}
#program_01 .row_02 td:nth-child(2):before {
  content: url("../img/recruit/program/arrow_01.svg");
}
#program_01 td:nth-child(2) li:before {
  color: #D0E7F4;
}
#program_01 td:nth-child(3) li:before {
  color: #8AC3E5;
}
#program_01 td:nth-child(4) li:before {
  color: #1588CA;
}
#program_01 td:nth-child(5) li:before {
  color: #1D479C;
}

#program_02 thead span.ttl_01 {
  background: #FFFF40;
}
#program_02 thead span.ttl_02 {
  background: #FFDD00;
}
#program_02 thead span.ttl_03 {
  background: #FFB90E;
  color: #fff;
}
#program_02 thead span.ttl_04 {
  background: #E3930E;
  color: #fff;
}
#program_02 .row_02 td:nth-child(2):before {
  content: url("../img/recruit/program/arrow_02.svg");
}
#program_02 td:nth-child(2) li:before {
  color: #FFFF40;
}
#program_02 td:nth-child(3) li:before {
  color: #FFDD00;
}
#program_02 td:nth-child(4) li:before {
  color: #FFB90E;
}
#program_02 td:nth-child(5) li:before {
  color: #E3930E;
}

.recruit_faq_wrap {
  margin-bottom: 120px;
}
.recruit_faq_wrap .faq_content .faq_ques, .recruit_faq_wrap .faq_content .faq_ans {
  width: 920px;
  margin: auto;
}
.recruit_faq_wrap .faq_content .faq_ques {
  background: url(../img/recruit/faq/ques.png) no-repeat 0 73px;
  padding: 75px 0px 32px 45px;
}
.recruit_faq_wrap .faq_content .faq_ans {
  background: url(../img/recruit/faq/ans.png) no-repeat 0 25px;
  padding: 32px 0px 75px 45px;
}
.recruit_faq_wrap .faq_content .faq_ans .option {
  margin-top: 40px;
}
.recruit_faq_wrap .faq_content .faq_ans .option span {
  margin-right: 35px;
}
.recruit_faq_wrap .faq_content .faq_ans .entry_list li {
  background: url(../img/recruit/faq/icon_lst.png) no-repeat 0 center;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .recruit_faq_wrap {
    margin-bottom: 50px;
  }
  .recruit_faq_wrap .faq_content .faq_ques, .recruit_faq_wrap .faq_content .faq_ans {
    width: auto;
    background-size: 22px;
  }
  .recruit_faq_wrap .faq_content .faq_ques {
    background-position: 8px 35px;
    padding: 35px 7px 20px 35px;
  }
  .recruit_faq_wrap .faq_content .faq_ans {
    background-position: 8px 22px;
    padding: 20px 7px 35px 35px;
  }
  .recruit_faq_wrap .faq_content .faq_ans .option {
    margin-top: 20px;
  }
}

.recruit_btn_link {
  background: url(../img/recruit/btn_link.png) no-repeat 90% center, #595A5A;
  display: inline-block;
  width: 500px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 40px 20px 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.2s;
  border: solid 2px #595A5A;
}
.recruit_btn_link:hover {
  background: #FFFFFF url(../img/recruit/btn_link_black.png) no-repeat 90% center;
  color: #595A5A;
}
@media (max-width: 767px) {
  .recruit_btn_link {
    width: auto;
    max-width: 500px;
    font-size: 1.8rem;
    padding: 15px 30px 15px 30px;
    display: block;
    margin: 10px auto 0;
    background-size: 15px !important;
    background-position: 97% center !important;
  }
}

.recruit_requirement_data {
  margin-bottom: 140px;
}
.recruit_requirement_data table {
  margin-bottom: 100px;
  border-top: solid 1px #4C4948;
  border-bottom: solid 1px #4C4948;
}
.recruit_requirement_data table tr {
  border-bottom: dashed 0.8px #9F9FA0;
}
.recruit_requirement_data table tr:last-child {
  border: none;
}
.recruit_requirement_data table th {
  background: #F4F2F1;
  color: #1D479C;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
.recruit_requirement_data table td {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .recruit_requirement_data {
    margin-bottom: 50px;
  }
  .recruit_requirement_data table {
    margin-bottom: 50px;
  }
}

.recruit_requirement_voice {
  background: url(../img/recruit/requirement/pattern_01.png) repeat, #F4F2F1;
  padding: 65px 0;
  margin-bottom: 80px;
}
.recruit_requirement_voice h2 {
  font-size: 3.8rem;
}
.recruit_requirement_voice .btn_wrap {
  text-align: center;
}

.recruit_voice_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.recruit_voice_wrap .voice_block {
  display: block;
  color: inherit;
  width: 300px;
  text-align: center;
  margin-bottom: 70px;
}
.recruit_voice_wrap .voice_block .date {
  font-size: 1.8rem;
  margin-top: 15px;
}
.recruit_voice_wrap .voice_block .name {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}
.recruit_voice_wrap .voice_block img {
  transition: 0.2s;
}
.recruit_voice_wrap .voice_block:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .recruit_voice_wrap .voice_block {
    margin: 0 auto 30px;
  }
  .recruit_voice_wrap .voice_block .date {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .recruit_voice_wrap .voice_block .name {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.btn_recruit_contact {
  position: relative;
  display: block;
  font-family: "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  background: #FFDB00;
  background: linear-gradient(90deg, #E3930E 20%, #FFDB00 80%);
  color: #fff;
  font-size: 3.6rem;
  padding: 45px 60px;
  font-weight: bold;
  box-sizing: border-box;
}
.btn_recruit_contact .btn {
  top: 25%;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 80px;
  border-radius: 50%;
  display: inline-block;
  border: solid 3px #fff;
  background: url(../img/recruit/btn_entry_off.png) no-repeat center 10px;
  transition: 0.2s;
  transform: rotate(-90deg);
}
.btn_recruit_contact:hover {
  background: linear-gradient(90deg, #FFDB00 20%, #E3930E 80%);
}
.btn_recruit_contact:hover .btn {
  background: url(../img/recruit/btn_entry_on.png) no-repeat center 30px, #fff;
}
@media (max-width: 767px) {
  .btn_recruit_contact {
    font-size: 1.8rem;
    padding: 10px 0 60px;
    text-align: center;
    box-sizing: border-box;
  }
  .btn_recruit_contact .btn {
    top: 45%;
    width: 40px;
    height: 40px;
    right: 45%;
    transform: initial;
    background-size: 6px;
  }
}

#information {
  overflow: hidden;
}

.cat_label a {
  background: #1D479C;
  color: #fff;
  padding: 2px;
  text-align: center;
  width: 120px;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cat_label a {
    font-size: 1.4rem;
    width: 100px;
  }
}

.notice_bar {
  border-top: solid 2px #1D479C;
  width: 780px;
}
.notice_bar.single_page {
  border-top: none;
}
.notice_bar.single_page .post {
  border-bottom: none;
}
.notice_bar.single_page .post_top {
  border-bottom: solid 2px #1D479C;
  padding-bottom: 15px;
}
.notice_bar .post {
  border-bottom: solid 2px #1D479C;
  padding: 10px 0 50px;
}
.notice_bar .post_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.notice_bar h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1D479C;
}
.notice_bar h2 a {
  color: #1D479C;
  background: transparent;
  padding-left: 0;
  width: auto;
}
@media (max-width: 767px) {
  .notice_bar {
    width: auto;
    margin-bottom: 30px;
  }
  .notice_bar .post {
    padding: 5px 0 20px;
  }
  .notice_bar .post_top {
    margin-bottom: 5px;
  }
  .notice_bar h2 {
    font-size: 1.6rem;
  }
  .notice_bar p {
    font-size: 1.4rem;
  }
}

.side_bar {
  width: calc(100% - 870px);
  padding: 60px 50px;
  box-sizing: border-box;
  background: #DCEDF7;
  position: relative;
}
.side_bar:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 49.5vw;
  background: #dcedf7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.side_bar .sidebar-widget h3 {
  background: #1D479C;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.side_bar .sidebar-widget .widget_categories {
  margin-bottom: 150px;
}
.side_bar .sidebar-widget ul li {
  border-bottom: dashed 1px #4C4948;
}
.side_bar .sidebar-widget ul li a {
  color: #4C4948;
  padding: 15px 0 5px;
  display: block;
  background: transparent;
}
@media (max-width: 767px) {
  .side_bar {
    width: auto;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .side_bar:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 49.5vw;
    background: #dcedf7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .side_bar .sidebar-widget h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .side_bar .sidebar-widget .widget_categories {
    margin-bottom: 50px;
  }
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.post h1 {
  font-size: 2.2rem;
}
.post h2 {
  font-size: 2rem;
}
.post h3 {
  font-size: 1.8rem;
}
.post h4 {
  font-size: 1.7rem;
}
.post p {
  margin-bottom: 1em;
}
.post ul li {
  list-style: disc;
  margin-left: 1em;
}
.post ol li {
  list-style: decimal;
  margin-left: 1em;
}
.post blockquote {
  background: #eee;
  padding: 10px 20px;
}
.post blockquote *:last-child {
  margin-bottom: 0;
}