@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
}
html {
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 700;
}
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
.edge li {
  white-space: nowrap;
}
img {
  vertical-align: bottom;

  height: auto;
}
hr {
  clear: both;
  border: none;
  background-color: #ffffff;
}
body {
  font-weight: 400;
  line-height: 1.6;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  color: var(--black);
}
a[href^="tel:"] {
  cursor: default;
}
figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
em {
  font-weight: bold;
}
svg {
  overflow: visible;
}
body {
  position: relative;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
}

.Regular {
  font-weight: 200;
  font-style: normal;
}
.Medium {
  font-weight: 400;
  font-style: normal;
}
.Bold {
  /*font-family: 'Cormorant Garamond';*/
  font-weight: 700;
  font-style: normal;
}
.ExtraBold {
  /*font-family: 'Cormorant Garamond';*/
  font-weight: 700;
  font-style: normal;
}
.bg {
  background-color: var(--key_thin);
}
.anker {
  padding-top: 100px;
  margin-top: -100px;
}
:root {
  --black: #231815;
  --key: #0099cc;
  --key_thin: #e6f4f9;
  --accent: #cc9900;
  --accent_thin: #fbf8f0;
  --gray_thin: #f9f9f9;
  --gray: #bbb;
  --dark: #666;
}

.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3%;
}
.col-5 {
  width: 41.6%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 0.58%;
}
.col-8 {
  width: 66.6%;
}
.col-8 {
  width: 66.6%;
}
.col-9 {
  width: 75%;
}
/*色*/
.black_color {
  color: var(--black);
}
.black_bg {
  background-color: var(--black);
}
.black_border {
  border-color: var(--black);
}
.key_color {
  color: var(--key);
}
.key_bg {
  background-color: var(--key);
}
.key_border {
  border-color: var(--key);
}
.accent_color {
  color: var(--accent);
}
.accent_bg {
  background-color: var(--accent);
}
.accent_border {
  border-color: var(--accent);
}

/* 基本のスタイル */
.scroll-fade.delighter {
  opacity: 1;
  　transform: translate(0, 0);
}

/* スタート時のスタイル */
.scroll-fade.delighter.started {
  　transform: translate(0, 45px);
  　transition: all 300ms;
}

/* エンド時のスタイル */
.scroll-fade.delighter.started.ended {
}

.mb_5 {
  margin-bottom: 0.5rem !important;
}
.mb_10 {
  margin-bottom: 1rem !important;
}
.mb_20 {
  margin-bottom: 2rem !important;
}
.mb_30 {
  margin-bottom: 3rem !important;
}
.mb_40 {
  margin-bottom: 4rem !important;
}
/* sp
---------------------------------------- */
.forSP {
  display: none;
}
.forsp {
  display: none;
}
/* common
---------------------------------------- */
.h1block {
  background: url("../img/bg_common.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-contents {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  line-break: strict;
  word-spacing: -0.2em;
}

h2 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 2em;
}
h1 {
  font-size: 2rem;
}
.inner {
  width: 1166px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  padding: 0;
  text-align: center;
  height: 100px;
}

/* header
---------------------------------------- */
.top-head {
  width: 100%;
  transition: 0.3s;
}
/*
.is-fixed {
 position:  fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
 height: 100px;
}
.is-fixed .menu-area p.contact-tel-box a:hover {
    background-color: #F1F1F1;
    color: var(--key);
}
*/
.pages header.top-head {
  height: 100px;
}
ul.header-top-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
ul.header-top-area li:last-of-type {
  margin-left: auto;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
  padding-left: 40px;
}
　 p.contact-tel-box span {
  display: block;
}
p.contact-tel-box strong {
  display: inline-block;
}
p.contact-tel-box span {
  display: block;
  font-size: 12px;
  padding-bottom: 8px;
}
.menu-area p.contact-tel-box a {
  font-weight: 700;
  background-color: var(--accent);
  color: #ffffff;
  display: block;
  width: 150px;
  line-height: 1;
  height: 50px;
  padding: 15px 10px;
  font-size: 1.3em;
  border: 1px solid var(--accent);
}
.menu-area p.contact-tel-box a:hover {
  background-color: #ffffff;
  color: var(--accent);
  border: 1px solid var(--accent);
}
header:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1rem;
  line-height: 0;
  clear: both;
}
header .inner {
  position: relative;
}
header .head-logo {
  text-align: left;
  display: inline-block;
}
header .head-logo .logo {
  display: inline-block;
  position: relative;
}
p.contact-tel-box a.telnum {
  display: inline-block;
  /* position: relative; */
  /* width: 200px; */
  height: auto;
  /* overflow: hidden; */
  /* margin-top: 35px; */
  font-size: 2rem;
  color: #8bc01f;
}

.menu-area {
  padding-top: 12px;
  display: flex;
  display: -webkit-flex;
  min-width: 1080px;

  margin: 0 auto;
  /* display: -webkit-flex; */
  /* display: flex; */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px 75px;
}
@media screen and (max-width: 1366px) {
  .menu-area {
  }
}
.menu-area p.contact-tel-box {
  display: inline-block;
}

.pc-manu {
  background-color: #8bc01f;
}
.menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding-bottom: 10px;
  padding: 10px 0px;
  margin-left: auto;
  margin-right: 30px;
  margin-top: 10px;
}
.menu > li {
}
.menu > li > span {
}
.menu > li:first-child {
}
.menu > li a {
  font-size: 17px;
  color: var(--black);
  margin: 0px 15px;
  font-weight: 400;
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.menu > li > a > span {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
}

.menu > li > a img {
  display: block;
  margin: 0 auto;
  width: 22px;
}
.menu > li a:hover {
}
.menu > li > a:hover:after {
  background-color: var(--accent);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu > li:last-child > a img,
.menu > li:nth-child(4) > a img {
  height: 25px;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__second-level li a:hover {
  background: #7a6a5691;
}
/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
.menu__second-level li a {
  padding: 10px 0px;
  background-color: #fff;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
}
.fixed h2 {
  display: none !important;
}
#mobile-menu {
  display: none;
}
/* footer
---------------------------------------- */
.btn-info span {
  position: relative;
}
.btn-info {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  background-color: #117cc0;
  border: 2px solid #117cc0;
  padding: 0px 50px;
  position: relative;
  color: #fff;
  line-height: 50px;
}
.btn-info,
.btn-info::before,
.btn-info::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-info:hover {
  background-color: #7cbb44;
  border-color: #7cbb44;
  color: #f3f3f3;
}
.btn-info::before,
.btn-info::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.btn-info::before {
  right: 0;
}
.btn-info::after {
  left: 0;
}
.btn-info:hover::before,
.btn-info:hover::after {
  width: 0;
  background-color: #59b1eb;
}
a.btn-info.tel {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
a.btn-info.mail {
  font-size: 1.2rem;
  padding-left: 80px;
}
p.footer-txt {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #636363;
}
section.footer-info-box {
  background-color: #f3f3f3;
}
ul.footer-infoarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
section.footer-info-box h2 {
  /* background-color: #8bc01f; */
  /* padding: 8px 100px; */
  /* display: inline-block; */
  margin: 0;
  text-align: left;
  color: #117cc0;
  font-size: 2rem;
  padding-bottom: 10px;
}
section.footer-info-box .day h2 {
}
a.btn-info.tel span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url(../img/tel.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -9px;
  left: -30px;
}
a.btn-info.mail span:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 27px;
  background-image: url(../img/mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  /* top: -40; */
  /* right: 50%; */
  left: -45;
}
ul.footer-infoarea li {
  margin: 30px;
}

ul.footer-menu {
}
.footer-menu-box .menu > li > a:hover:after {
  display: none;
}
ul.footer-menu li {
}
ul.footer-menu li a .fa-chevron-right:before {
  color: #ffee00;
  padding-right: 3px;
}
ul.footer-menu li a {
  vertical-align: bottom;
  color: #fff;
  font-size: 0.9rem;
}
ul.footer-menu li a:hover {
  text-decoration: underline;
}
ul.footer-menu li:last-child a {
  border: none;
}
footer span.adress {
  padding-right: 10px;
}
footer span.fax {
  padding: 0pc 10px;
}
footer {
  color: #fff;
  padding-top: 50px;
  background-color: #464646;
}
.pages footer {
  padding-top: 50px;
}
footer .inner {
  position: relative;

  width: 1166px;
}
footer .wrapper {
  overflow: hidden;
}
footer .footer-logo .logo {
  display: inline-block;
  position: relative;
  width: 270px;
  height: 115px;
  overflow: hidden;
}
footer .menu {
}
p.footer-logo {
  margin: 0 auto;
}
p.foot-logo {
  padding-bottom: 15px;
  padding-top: 10px;
}
footer .column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 40px;
}
footer .column div:first-child {
  text-align: left;
  width: 40%;
}
footer .column a {
  color: #fff;
}
footer .foot-logo img {
}
footer .column:last-child {
  margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
  margin-bottom: 0;
}
footer .column li a {
  display: block;
  font-size: 0.9rem;
}

footer .column li ul {
  margin-left: 15px;
  color: #808080;
}
footer .column li li {
  font-weight: normal;
  margin-bottom: 1px;
}
footer .foot-address {
  font-size: 12px;
  text-align: left;
}
footer .column:last-child ul {
  display: flex;
  margin-right: 0;
  padding: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.forPC.footer-menu {
  text-align: left;
}
footer .column:last-child ul ul {
  margin-bottom: 0;
}
footer a.tel {
  padding-left: 10px;
}

ul.under_menu li {
  margin: 2px 10px;
}

ul.under_menu li a {
  font-size: 12px;
}

ul.under_menu li:last-of-type {
  margin-left: auto;
}
　 p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 700;
}
p.contact_btn a:hover {
  background-color: #9f9080;
}
footer .column p.contact_btn {
  margin-left: auto;
  line-height: 3em;
}
footer span.tel {
  padding-left: 10px;
}
.copyright {
  text-align: center;
  font-size: 0.6em;
}
.footer-info-area li.contact-tel-box:before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height: 61px; /*画像の高さ*/
  background-image: url(../img/tel.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 20px;
}
.footer-info-area li.contact-tel-box span {
  display: block;
  margin-left: 30px;
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 10px;
  background-color: #ffffff;
  color: #333;
}
.footer-info-area li.contact-tel-box strong {
  display: block;
  margin-left: 30px;
  font-size: 2rem;
  font-weight: 700;
}
section.footer-info-area {
  background-color: #ecebe2;
  color: #222;
  padding-top: 20px;
}
.footer-info-area .timearea {
  text-align: left;
  /* font-size: 2rem; */
  margin-left: 20px;
}
ul.infoarea-box {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* margin-bottom: 100px; */
  padding-bottom: 30px;
}
.footer-info-area li.contact-tel-box {
  position: relative;
  background-color: #fff;

  display: flex;
  display: -webkit-flex;
}
ul.infoarea-box li {
  margin: 10px;
  border: 1px solid #8bc01f;
  padding: 20px 30px;
  width: 492px;
  height: 114px;
}
li.contact-mail-box {
  background-color: #ffdc00;
  position: relative;
}
li.contact-mail-box p {
  font-size: 1.3rem;
  vertical-align: bottom;

  position: absolute;
  top: 60;
  left: 0;
  right: 0;
  /* bottom: 0; */
  margin: auto;
}
li.contact-mail-box p:before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 42px; /*画像の幅*/
  height: 27px; /*画像の高さ*/
  background-image: url(../img/mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -40;
  right: 50%;
}
section.footer-info-area h2 {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #fff 25%,
    #fff 75%,
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    #fff 25%,
    #fff 75%,
    transparent
  );
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  font-weight: normal;
}

.info-area {
  width: 80%;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  position: relative;
}
.info-area article {
  border-bottom: 1px solid #ccc;
}
.info-area article:first-child {
  border-top: 1px solid #ccc;
}
.info-area span.btn-s {
  position: absolute;
  right: 0px;
  bottom: -50px;
  font-size: 0.8rem;
}
.info-area span.btn-s a:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 10px;
}
.info-area span.btn-s a {
  /* background: linear-gradient(-135deg, #58de50, #258a1f); */
  padding: 10px 40px;
  font-size: 1rem;
  /* color: #fff; */
  background-color: #ffdc01;
}
.info-area span.btn-s a:hover {
  opacity: 0.7;
}
.topics_box.clearfix {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0px;
  font-size: 0.9rem;
}
.topics_box.clearfix .text {
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topics_box.clearfix .text a {
}
.topics_box.clearfix .text a:hover {
  color: #690101;
}

/*====================
コンテンツスタイル
====================*/
.txtbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.container {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sliderttl {
  margin-top: 0;
  margin-bottom: 0.8vw;
  font-size: 3rem;
  font-weight: bold;
}
.sliderttltxt {
  font-size: 2vw;
  font-weight: 200;
  margin-top: 0;
}
.slider01 {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background: url(../img/slider01.png) center;
  background-size: cover;
  padding-top: 16%;
}
.slider02 {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background: url(../img/slider02.png) center;
  background-size: cover;
  padding-top: 16%;
}

@media screen and (min-width: 1366px) {
  .slider02,
  .slider01 {
    padding-top: 16%;
  }
}
@media screen and (max-width: 1366px) {
  .slider02,
  .slider01 {
    padding-top: 11.86%;
  }
}
.slider-inner {
  width: 55%;
}
.ttlarea {
  margin-left: 70px;
}
.toppage .single img {
  width: 100%;
}

section.top_img {
  display: flex;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  section.top_img {
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  section.top_img {
    min-width: 1440px;
  }
}
@media screen and (max-width: 1366px) {
  section.top_img {
    min-width: 1366px;
  }
}
.toppage .single {
  max-width: 100%;
}

.toppage h1 span {
  font-size: 160px;
  margin-bottom: 50px;
  color: var(--key);
  position: relative;
  line-height: 8rem;
  display: inline-block;
  letter-spacing: 0.35rem;
}
.toppage h1 span.first {
  letter-spacing: 0.45rem;
}
.toppage h1 span:before {
  background-color: var(--key);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 130px;
  right: 0;
  width: 100%;
  height: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toppage h1 {
  text-align: left;
  font-size: inherit;
}
.toppage h1 p {
  color: var(--key);
  font-size: 40px;
  padding-top: 20px;
  line-height: 4.5rem;
  font-family: Midashi Go MB31;
}
@media screen and (min-width: 1440px) and (max-width: 1650px) {
  .toppage h1 span {
    font-size: 140px;
  }
  .toppage h1 span:before {
    top: 125px;
  }

  .toppage h1 p {
    font-size: 23px;
    line-height: 2.5rem;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .toppage h1 span {
    font-size: 120px;
    margin-bottom: 0px;
  }
  .toppage h1 span:before {
    top: 110px;
  }

  .toppage h1 p {
    font-size: 23px;
    line-height: 2.5rem;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .slider-inner {
    width: 60%;
  }
  .toppage h1 span.first {
    line-height: 5rem;
    margin-bottom: 20px;
  }
  .toppage h1 span {
    font-size: 90px;
    margin-bottom: 0px;
    /* xline-height: 5rem; */
  }
  .toppage h1 span:before {
    top: 100px;
  }
  .toppage h1 span.first:before {
    top: 80px;
  }
  .toppage h1 p {
    font-size: 23px;
    line-height: 2.5rem;
    padding-top: 5px;
  }
}
/* index
---------------------------------------- */

section.top_service {
  background-color: #f1f1f1;
}
ul.bnrarea {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.bnrarea li {
  margin: 20px;
}

ul.bnrarea_4column {
  flex-wrap: wrap;
/*width: 1000px;*/
  margin-left: auto;
  margin-right: auto;
}
ul.bnrarea_4column li {
  margin: 10px;
}
ul.bnrarea_4column li:nth-of-type(1),
ul.bnrarea_4column li:nth-of-type(2) {
/*  margin-top: 20px;*/
}
main.index {
}
main > section:nth-child(even):nth-child(n + 4) {
  background: var(--key_thin);
}
.toppage .layout-contents {
}
a.morebtn {
  display: inline-block;
  border: 1px solid #fff;
  overflow: #fff;
  color: #fff;
  padding: 15px 60px;
  border: 1px solid var(--accent);
  background: var(--accent);
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
a.morebtn:hover {
  color: var(--accent);
  background-color: #fff;
}
a.morebtn b {
  font-weight: 400;
  padding-right: 5px;
}
p.btn_area {
  text-align: left;
  padding-top: 30px;
}
.index h2 {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.index h2:before {
  content: "";
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: var(--key);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
}
.index .top_service h2:before {
  background-color: #fff;
}

.index .top_service h2 {
  color: #fff;
}
.index .top_service h2 strong {
  color: #fff;
}
.middle_inner p.catch {
  line-height: 2rem;
  font-size: 1rem;
  width: 70%;
  text-align: left;
}
.index h2 span {
  display: block;
  font-size: 1.4rem;
}
.index h2 strong {
  font-size: 3rem;
  color: var(--key);
}
ul.middle_inner {
  display: flex;
}
ul.middle_inner li {
  color: #fff;
}
ul.middle_inner li:first-child {
  padding-top: 70px;
  width: 70%;
}
ul.middle_inner li:last-child {
}
ul.middle_inner li:last-child img {
  position: absolute;
  width: 45%;
  right: 0;
  top: -101px;
}
section#about {
  position: relative;
  height: 625px;
}
section.middle {
  padding: 80px 0px 80px 0px;
  background-image: url(../img/bg.png);

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}
.leftarea {
  background-image: url(../img/bg_02.png);

  background-repeat: no-repeat;
  position: relative;
  height: 420px;
  width: 85%;
  max-width: calc(100% - (50% - (1160px / 2)));
  width: calc(100% - 1rem);
  margin-left: 0;
  margin-right: auto;
  /* padding: 2rem; */
  padding-left: calc(50% - (1160px / 2) - 1rem);
  /* border-left: solid transparent; */
  border-left-width: calc(2rem + 2rem);
  top: 35px;
}
ul.list_box.forsp {
  display: none;
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .leftarea {
  }
}
@media screen and (max-width: 1366px) {
  .leftarea {
  }
}

section.middle .inner {
  margin-right: inherit;
  position: absolute;
  right: 0;
}
section.top_recruit {
  padding: 80px 0px 80px 0px;
}
.box {
  display: flex;
}
.box > div {
  color: var(--black);
}
.txt_box {
  width: 100%;
  xpadding: 80px 50px;
}
.txt_box p.catch {
  text-align: left;
  width: 100%;
}
ul.list_box p.catch {
  width: 100%;
  text-align: left;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .grid {
    max-width: 1200px;
  }
}

.card {
  position: relative;
  flex: 1 1 100%;
  margin: 31px 0;
  xpadding: 20px;
  background: white;
}
.card_box {
  padding: 7px;
}
.card_box figure {
  position: relative;
  background: #000;
}
.index .card_box .business_list_txt {
  position: absolute;
  color: #fff;
  font-size: 22px;
  min-height: 30%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  color: #fff;
  background: rgb(0 0 0 / 40%);
  width: 100%;
  padding: 20px;
}
.index .card_box .business_list_txt h3 {
  text-align: left;
  margin-bottom: 10px;
}
.index .card_box .business_list_txt p {
  font-size: 16px;
  min-height: 50px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .card {
    flex-basis: calc(50% - (62px + 40px));
    margin: 0 31px;
  }
}

.card__thumb {
  overflow: hidden;
}
.card_box .hidden_box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.card_box figure.card__img img {
  transition: 1s all;
}
.card_box figure.card__img img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 0.8;
}

.card_box figure.card__img img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box;
  opacity: 1;
}

.card__img img:hover {
  xopacity: 1;
  xtransition: 0.5s;
}

.card__one {
  xtransition: transform 0.5s;
}
.card__one::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  xtransition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  xbox-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}
.card__one:hover,
.card__one:focus {
  xtransform: scale3d(1.006, 1.006, 1);
}
.card__one:hover::after,
.card__one:focus::after {
  opacity: 1;
}

ul.list_box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
ul.list_box li {
  width: 322px;
  margin: 20px;
  xtransition: all 0.6s ease 0s;
}
ul.list_box li a:hover {
  xtransform: scale(1.1, 1.1);
}
ul.list_box li:first-child {
  width: 100%;
}

ul.list_box li:first-child {
  color: #333;
}
ul.list_box a.morebtn {
  display: inline-block;
  border: 1px solid var(--key);
  color: var(--key);
  font-size: 14px;
  position: absolute;
  right: 0;
  text-align: center;

  width: 160px;
  height: 30px;
  line-height: 5px;
  padding: 13px;
}
ul.list_box a.morebtn:hover {
  color: #ffffff;
  background-color: var(--accent);
  border: 1px solid var(--accent);
}
.index h3 {
}
.index h3:before {
}
ul.list_box p.txt {
  text-align: left;
  /* padding-top: 15px; */
  color: #fff;
  font-size: 14px;
  xpadding: 0px 20px 0px 10px;
  xbackground-color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
section.top_service {
  background: url(../img/bg_common_long.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  xborder-bottom-right-radius: 1000px 100px;
  xborder-bottom-left-radius: 1000px 100px;
}
section.top_service .inner {
  padding: 100px 0px;
}
section.top_news {
  margin-top: 550px;
  background: #f1f5f9;
}
section.top_news .inner {
  padding: 100px 0px;
}
.index .top_news h2 a.morebtn {
  font-size: 0.8rem;
  padding: px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 14px;
  width: 160px;
  height: 3rem;
  line-height: 1rem;
  padding: 13px;
}

.index .top_news article {
  border-bottom: 1px solid rgb(0 0 0 / 25%);
  padding: 20px 0px;
  text-align: left;
  padding-left: 30px;
}
.index .top_news article a {
  xcolor: #fff;
  xborder-bottom: 1px solid var(--black);
}
.index .top_news article a:hover {
  /*color: #0096df;*/
  color: var(--accent);
}
.top_news_box {
  margin-bottom: 2rem;
}
span.ico {
  border: 1px solid;
  padding: 0px 25px;
  margin: 0px 20px;
  font-size: 13px;
}
span.day.Medium {
  font-size: 16px;
  padding-right: 70px;
}

span.txtarea {
  font-size: 15px;
}

.index .top_news dl {
  display: flex;
  flex-wrap: wrap;
}
.index .top_news dl dt {
  font-size: 16px;
  padding-right: 55px;
  width: 120px;
}
.index .top_news dl dd {
  font-size: 15px;
}

/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
  transition: 0.8s;
}
.u8fadeItem.fadeDelay {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.u8fadeItem.fadeInUp {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*====================
ページ先頭ボタン
 ====================*/
#page-top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 100px;
  background: #b8b8b8;

  z-index: 99;
}
#page-top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page-top a::before {
  content: url(../img/toparrow.png);
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
  text-align: left;
  padding: 10px 0px 10px 0px;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 3px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*====================
下層
 ====================*/
.pages p.txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.5rem;
}
.entry p.txt {
  text-align: center;
}
.pages main p {
  color: #3c3c3c;
}
.pages p.catch_b {
  line-height: 3rem;
  font-size: 1.8rem;
  margin-top: 100px;
  color: #117cc0;
}

h2.pages-h1 {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1.6em;
}
h2.pages-h1 b {
  color: var(--key);
}
h2.pages-h1 span {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 40%;
  margin: 0 auto;
}
.privacy h2.pages-h1 span {
  width: 60%;
}
h2.pages-h1 b {
  display: block;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
}

h2.pages-h1 span:before,
h2.pages-h1 span:after {
  content: "";
  width: auto;
  height: 1px;
  background: #000;
  flex-grow: 1;
}

h2.pages-h1 span:before {
  margin: 0 20px 0 0;
}

h2.pages-h1 span:after {
  margin: 0 0 0 20px;
}

.pages p.h3_txt {
  font-size: 19px;
  text-align: center;
  line-height: 3rem;
}
.another_inner {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.another_inner article {
  width: 47%;
  margin: 20px 50px 40px 0px;
}
.another_inner article:nth-child(even) {
  margin: 20px 0px 40px 0px;
}
.addressarae {
  display: flex;
  position: relative;
}
.fa-map-marker-alt:before {
  padding-right: 5px;
}
a.map_btn {
  position: absolute;
  background-color: #ccc;
  display: inline-block;
  padding: 16px;
  height: 50px;
  font-size: 1rem;
  width: 150px;
  background-image: -webkit-linear-gradient(343deg, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(343deg, #43c8ff, #1e83ff);
  background-image: linear-gradient(107deg, #43c8ff, #1e83ff);
  -webkit-border-radius: 10px;
  color: #fff;
  right: 0;
  bottom: 0;
}
p.txts {
  text-align: left;
  font-size: 1rem;
  padding-right: 30px;
}
.pages .company h3 {
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.inner.company_inner {
}
.h3_block {
  position: absolute;
  width: 50%;
  top: 160px;
  left: 60px;
}
.ttl-cmn-02 {
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-weight: 400;
  background-color: var(--key);
  color: #fff;
  border-left: 8px solid #333;
  padding-left: 0.75rem;
  line-height: 2.4em;
}
.ttl-cmn-03 {
  font-size: 1.6rem;
  border-bottom: 1px solid var(--key);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.ttl-cmn-04 {
  font-size: 1.4rem;
  border-left: 4px solid var(--key);
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

.pages p.catch {
  padding: 20px;
  /*  padding-top: 20px;*/
}

.pages p.lead {
  line-height: 1.8em;
  font-size: 1.14rem;
  margin-bottom: 1rem;
}
.h1block {
  background-color: var(--key);
  height: 240px;
  position: relative;
}
.pages .bg {
  background-color: var(--key_thin);
}
.pages h1 span {
  display: block;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
.pages h1 {
  color: #fff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  padding-bottom: 10px;
}
.pages h1:after {
}
section.pages-header {
}
.main-contents {
  padding-top: 40px;
}
h1.pages-h1 {
}
h2.pages-h2 {
  text-align: left;
  border-top: 1px solid #172f7a;
  border-bottom: 1px solid #172f7a;
  padding: 20px 0px;
  color: #172f7a;
  margin-bottom: 25px;
}
.pages-ttl {
  padding-bottom: 30px;
}
h2.pages-h2 span {
  font-size: 0.5em;
  color: #000;
  padding-left: 10px;
}
p.catch {
  line-height: 2rem;
  font-size: 16px;
}

.list {
  display: flex;
}
.list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.lastlist {
  display: flex;
}
ul.lastlist li {
  width: 50%;
  line-height: 2rem;
}
.list ul li {
  line-height: 2rem;
  margin: 0 10px 0 0;
}
.office-table th {
  background-color: var(--gray_thin);
  border: solid 1px var(--gray);
  padding: 30px 0px 30px 30px;
  xborder-right: none;
  xborder-left: none;
  color: var(--key);
}
tr.last ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
tr.last ul li {
  margin: 10px 10px 10px 0;
}
.office-table td {
  background-color: #fff;
  text-align: left;
  border: solid 1px var(--gray);
  xborder-left: none;
  font-size: 16px;
  padding: 20px;
  xborder-right: none;
}
section.cont-02 {
  padding: 50px 0px;
  overflow: hidden;
}
.bg-grey {
  background-color: #f2f0ef;
}

/*====================
business
 ====================*/
.txt_items {
  position: relative;
}
.txt_items.txt_items_flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.txt_items.txt_items_flex.switch {
  flex-direction: column-reverse;
}
.txt_items img {
  xposition: absolute;
  xbottom: 0;
  xleft: 0;
  width: 100%;
}
.txt_items p {
  text-align: left;
  font-size: 1.14rem;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.business figure.card__img img {
  width: 100%;
}
.business_main_img {
  margin-bottom: 1rem;
}
.business_txt {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  text-align: left;
}
.business_main_img figcaption {
  text-align: right;
}
figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 0.5rem;
}

.secondary_items:not(:last-child) {
  margin-bottom: 2rem;
}
.tertiary_items:not(:last-child) {
  margin-bottom: 2rem;
}
.fourth_items:not(:last-child) {
  margin-bottom: 2rem;
}

.access_map iframe {
  height: 300px;
  width: 100%;
  margin-bottom: 0.5rem;
}
ul.business_img_box {
  display: flex;
  flex-wrap: wrap;
}
ul.business_img_box li {
  width: calc(50% - 16px);
  margin-right: 32px;
  margin-bottom: 32px;
}
ul.business_img_box li:nth-child(2n) {
  margin-right: 0;
}

.content.flex .txt_items {
  width: calc(60% - 16px);
  margin-right: 32px;
}
.content.flex .img_items {
  width: calc(40% - 16px);
  margin-right: 32px;
}
.txt_items:last-child,
.img_items:last-child {
  margin-right: 0;
}
.txt_items.txt_box {
  display: flex;
  align-items: center;
}
.txt_items.txt_box p {
  position: relative;
  width: 100%;
}
.txt_items.txt_box p::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent_thin);
  position: absolute;
  top: 1rem;
  left: -4rem;
  z-index: -1;
  padding: 1rem;
}
.business_souko .txt_items.txt_box p::after {
  background-color: rgb(255 255 255 / 50%);
}
.switch .txt_items.txt_box p::after {
  left: 2rem;
}

.machine_list table {
  width: 100%;
}
.machine_list table tr {
}
.machine_list table tr td,
.machine_list table tr th {
  text-align: center;
  border: solid 1px var(--gray);
  padding: 1rem;
}
.machine_list table tr td {
}
.machine_list table tr th {
  background-color: var(--gray_thin);
  color: var(--key);
}

.machine_list table.office-table tr td:last-child,
.machine_list table.office-table tr th:last-child {
}
p.yukamenseki {
  font-size: 1.2em;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
/*====================
company
 ====================*/
figure.ph img {
  width: 81%;
}
figure.ph {
  padding-bottom: 30px;
}
.history table th,
.history table td {
}
.company p.catch {
  padding: 50px;
  line-height: 2.2rem;
}

.company h2.pages-h1 {
  xpadding-bottom: 50px;
  xline-height: 1.6em;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access iframe {
  width: 100%;
  height: 400px;
}
/*
.company .h1block{
	background: url("../img/bg_common.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
table.office-table {
  margin: 20px auto;
  font-size: 1.2em;
  width: 100%;
}
.profile table.office-table th,
.profile table.office-table td {
  border: none;
  border-bottom: 1px solid var(--key);
  background: #fff;
}
.history table.office-table tr:nth-child(2n) {
  background-color: #fff;
}

.history table.office-table th,
.history table.office-table td {
  border: none;
  background: none;
}
.history table.office-table th {
  border-right: 1px solid var(--gray);
}
/*====================
philosophy
 ====================*/
/*

.philosophy .h1block{
	background: url("../img/bg_common.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}*/
.philosophy p.txt {
  text-align: center;
  font-size: 1.14rem;
  margin-bottom: 20px;
}
.management ul {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.management ul li {
  font-size: 1.4em;
  margin-bottom: 1rem;
}
.management h2.pages-h1 {
  xmargin-bottom: 50px;
}
h3.policy_title {
  font-size: 32px;
}
.policy_box {
  max-width: 420px;
  margin: 0 auto;
}
/*====================
transportation
 ====================*/
/*
.transportation .h1block{
	background: url("../img/bg_common.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
.pages main p.txt_m {
  text-align: left;
  font-size: 1.1rem;
  padding: 30px;
  line-height: 2rem;
  color: #ffffff;
}
.transportation .box_inner {
  display: flex;
  padding-top: 50px;
}
.transportation .box_inner > div {
}

.transportation .txtarea {
  margin-right: 30px;
}
.transportation .pic figure img {
  width: 100%;
}
.transportation .pic figure {
  width: 400px;
  margin-bottom: 30px;
}
.transportation .box > div {
  background-color: var(--key);
}
.transportation .box {
  margin-bottom: 100px;
}
h2.ttl-cmn-01 {
  padding-top: 50px;
}
h2.ttl-cmn-01 span {
  font-size: 26px;

  position: relative;
  font-weight: 700;
  color: #ffffff;
}
h2.ttl-cmn-01 span:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.zu1 {
  padding: 50px 0px 0px 0px;
}
.pages .transportation p.txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5rem;
  color: var(--key);
  text-align: left;
  padding-top: 30px;
}
.pages .transportation p.txt2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5rem;
  color: var(--key);
  text-align: left;
}
.box.re {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*
.transportation.safe_keeping .h1block{
	background: url("../img/bg_safe_keeping.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
.transportation.harbor_loading .h1block{
	background: url("../img/bg_harbor_loading.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
/*====================
news
 ====================*/
/*
.philosophy.news .h1block{
	background: url("../img/bg_news.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
.ttl-cmn-02 span {
  font-size: 1rem;
  padding-right: 15px;
}
/*====================
採用情報
 ====================*/
/*
.recruit .h1block{
	background: url("../img/bg_recruit.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
.recruit .inner.company_inner {
   background-image: url(../img/recruit_bg.png);
  background-size: auto;
}
*/
.pages .recruit p.h3_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5rem;
}

.recruit .h3_block {
}

.recruit .h3_block h3 {
  font-size: 40px;
  color: #fff;
  -webkit-text-stroke: 1px var(--key);
  text-stroke: 1px var(--key);
}

.pages .recruit p.ttl,
.pages .philosophy p.ttl {
  color: var(--key);
  font-size: 26px;
  padding: 20px 0px 30px 0px;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
/*
p.ttl span:before {
  background-color: #ffee99;
  mix-blend-mode: multiply;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*/
p.ttl span {
  position: relative;
  display: block;
  display: inline-block;
  margin-bottom: 10px;
  xtext-decoration: underline 4px solid #ffdd66;
}
.recruit .box {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit .box article {
  width: 28%;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}
.recruit .box article h3 {
  background-color: var(--key);

  color: #fff;
  padding: 15px;
  height: 70px;
  font-size: 24px;
  line-height: 3rem;
}

.recruit .box article p.txt {
  font-size: 14px;
  padding: 15px 15px;
  line-height: 2rem;
  text-align: left;
}

.recruit .recruitment .h3_block h3 {
  font-size: 40px;
  color: var(--key);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.recruit .recruitment .inner.company_inner {
  background-image: url(../img/recruit_bg2.png);
  background-size: auto;
}

.recruit .recruitment .h3_block {
  position: absolute;
  width: 40%;
  top: 80px;
  left: 80px;
  right: inherit;
}

.pages .recruit .recruitment p.ttl {
  color: #fff;
}

.pages .recruit .recruitment p.h3_txt {
  color: #fff;
}

.recruitment p.ttl span:before {
  background-color: #fff;
}

.recruit .office-table td {
  background-color: #fff;
}
.office-table th {
  width: 20%;
  font-weight: 700;
  font-size: 18px;
}
.office-table dt {
  font-weight: 700;
  padding-bottom: 10px;
}
.office-table dl {
  padding-bottom: 30px;
}
.office-table dt {
  font-weight: 700;
  padding-bottom: 10px;
}

.office-table dd {
}

.office-table td dl:last-child {
  padding-bottom: 0px;
}

.recruit .entry h2.pages-h1 {
  xpadding-bottom: 20px;
}
.recruit h2.pages-h1 {
  xpadding-bottom: 50px;
}

ul.info-box {
  padding-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.info-box li {
  background-color: var(--key);
  width: 40%;
  margin: 10px;
  padding: 20px;
}
.pages main p.infottl {
  color: #fff;
  font-size: 19px;
  padding-top: 15px;
  text-align: center;
}

p.infottl span {
  position: relative;
}

p.infottl span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info-box a.morebtn {
  padding: 15px;
  margin-top: 20px;
  min-width: 240px;
  border: 1px solid #fff;
}
.info-box a.morebtn:hover {
  background-color: #fff;
  color: var(--key);
}
a.tel_txt {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 20px;
  display: inline-block;
  letter-spacing: 0.1rem;

  text-align: center;
  width: 100%;
}

.section.offices::before {
  top: 68px;
}
.section.offices::before {
  background: #f5f7fa;
  bottom: 300px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: calc(12.5% + 20px);
  top: 8.5vw;
}

.section.offices ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
  padding: 0 6.25%;
}

.section.offices ul > li {
  max-width: 300px;
  min-width: 280px;
}

/* form
---------------------------------------- */
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input,
textarea,
label {
  display: inline-block;
  vertical-align: middle;
}
input,
textarea,
select {
  border: 1px solid #b2b2b2;
  padding: 15px;
}
select {
  /*-webkit-appearance: none;*/
  /*border-radius: 0;*/
  /*background-color: #FFF;*/
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #ccc !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #808080;
}
label {
  padding: 10px 0;
  margin-right: 20px;
}
textarea {
  width: 100%;
  height: 175px;
  resize: vertical;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"] {
  width: 350px;
}
input#zip,
input#dest-zip {
  width: 200px;
}
input#address,
input#dest-address {
  width: 100%;
}
input#zip,
input#dest-zip,
select#city,
input#etc1-text,
input#etc2-text,
input#etc3-text {
  margin-left: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}
input[type="reset"].wpcf7c-conf,
#reset.wpcf7c-conf {
  display: none;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  width: 300px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 65px;
  font-weight: bold;
  -webkit-appearance: none !important;
  margin: 20px;
}
input[type="reset"],
input[type="button"] {
  background-color: #fff;
  border: 2px solid #333;
  margin-right: 20px;
}
input[type="submit"] {
  background-color: #808080;
  border: 2px solid #808080;
  color: #fff;
}
input[type="submit"][disabled] {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
  border-top: 1px solid #b2b2b2;
  margin: 50px auto;
  width: 960px;
}
input.smallform {
  width: 100px;
}

/*====================
お問合わせフォーム
 ====================*/

.contact .inner {
  width: 1166px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 20px;
}
/*
.contact .h1block {
  background-color: var(--accent);
    height: 150px;
    position: relative;
	background: url("../img/bg_contact.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
/*.contact h1 {
    color: #fff;
    letter-spacing: 0.1rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding-bottom: 10px;
}

.contact h1 span {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
/*.contact .h1block{
	background: url("../img/bg_safe_keeping.jpg");
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}*/
.contact .domain-info {
  margin-bottom: 20px;
  background-color: #f2f2f2;

  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;

  padding: 20px;

  text-align: center;
}

.contact .domain-info > p#domain strong {
  color: #e6144e;

  display: block;
}
.contact .domain-info > p strong {
  display: block;
  padding: 10px 0px;
}
p#domain strong a {
  color: var(--key);
  font-size: 1rem;
}
p#domain strong a:hover {
  text-decoration: none;
}
.contact .domain-info p a:hover {
  text-decoration: underline;
}
.contact .domain-info > p:last-child {
  margin: 0;
}

.contact .formhead-need {
  background-color: var(--accent);
  color: #fff;
  font-size: 0.7em;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  /* left: 0; */
}
.contact .contactArea {
}
.contact .contactArea p.txt {
  text-align: center;
  padding-bottom: 30px;
}
.contact .p.coutiontxt {
  padding-bottom: 50px;
}
.contact .contactFormArea {
  xwidth: 810px;
  padding: 10px 25px;
  margin: 0 auto;
  border-color: #c8c9ca;
  border-style: solid;
  border-width: 1px;
}
.contact .contactForm {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.contact .contactForm th {
  border-width: 1px 0 1px 0;
  border-style: solid;
  position: relative;
  font-size: 18px;
  color: var(--key);
  font-weight: normal;
  padding: 20px 0px 20px 10px;
  border-color: var(--key);
  background-color: var(--key_thin);
  background-clip: padding-box;
}
.contact span.eng {
  margin-left: 10px;
  font-size: 0.8rem;
}
.contact .contactForm td {
  font-size: 80%;
  border-width: 1px 0 1px 0;
  border-color: var(--key);
  border-style: solid;
  text-align: left;
  padding: 20px 0px 20px 10px;
}
.contact .contactForm td p.caution {
  padding: 10px 0px 2px 0px;
}
.contact .mail-form-header {
  swidth: 800px;
  background-color: #eeeeef;
  padding: 10px 0;
  margin: 15px auto;
  text-align: center;
  font-size: 90%;
}
.contact .mail-form-footer {
  xwidth: 800px;
  padding: 20px 0;
  margin: 15px auto;
  text-align: center;
}
.contact .formhead-greed {
  width: 160px;
  xwidth: 100%;
  display: inline-block;
  xfont-weight: bold;
  color: #fff;
  background-color: #777;
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}
.contact .formhead-need {
}
.contact p.end {
  padding-top: 5px;
}
.contact section.cont-01.u8fadeItem.fadeInDown.contact.efdone {
}
.contact p.txt-area {
  padding-top: 20px;
}
.contact h1.contact-h1 {
  background-color: #dcdddd;
  padding: 50px 0px;
  font-size: 2em;
}
.contact main#contact p.txt-area {
  padding: 30px 0px;
}
.contact ul.contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}
.contact ul.contact_btn li {
  margin: 10px;
  text-align: center;
}
.contact section.cont-01.u8fadeItem.fadeInDown.mail.efdone {
  /* margin-bottom: 50px; */
  padding: 30px 0px 50px 0px;
}
.contact .office-table th,
.contact .office-table th {
  background-color: #f0f1f3;
  width: 35%;
  font-size: 18px;
  color: var(--key);
  border-color: #777;
}

.contact .office-table th,
.contact .office-table td {
  border-color: #777;
}

.pages .contact p.catch {
  padding: 20px;
  /*  padding-top: 20px;*/
  font-weight: 700;
}
.pages .contact p.privacy {
  padding: 20px;
  color: var(--key);
  font-weight: 700;
  font-size: 1em;
}

.pages .contact p.privacy a {
  color: #d6990f;
}
.txtright {
  text-align: right;
}
/*====================
privacy
 ====================*/

.privacy .inner {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 40px;
}
/*
.privacy .h1block {
  background-color: var(--accent);
    height: 150px;
    position: relative;
	background: url("../img/bg_news.jpg");
	background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
*/
/*
.privacy .h1block {
    background-color: var(--accent);
    height: 150px;
    position: relative;
}

.privacy h1 {
    color: #fff;
    letter-spacing: 0.1rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding-bottom: 10px;
}
*/

.privacy h3 {
  text-align: left;
  font-size: 18px;
  color: var(--key);
  margin: 0 0 5px;
}

.privacy h4 {
  font-size: 18px;
  font-weight: 700;
}
.privacy p {
  line-height: 2rem;
  font-size: 16px;
}

.privacy article {
  margin-bottom: 50px;

  text-align: left;
}

section.cont-01.u8fadeItem.fadeInDown.privacy.efdone {
}
/*flex*/
.flex {
  display: flex;
  justify-content: space-between;
}
.flex.two_column > div {
  width: 48%;
}
.switch {
  flex-direction: row-reverse;
}
/************************ ページ送り ************************/
.pageArea.clearfix.member {
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}
.pageArea-item {
  text-align: center;
  padding-top: 20px;
  margin: 10px 0px;
}
ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
}
ul.pageArea-navi-number li a {
  text-decoration: none;
}
span.pager_index {
  background-color: #fff;
  border: 1px solid var(--accent);
  padding: 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.member_page .pageArea .link_next,
.member_page .pageArea .link_before {
  color: #231815;
}
.member_page .pageArea .pageArea-navi {
  color: #231815;
}
.member_page .pageArea .link_next,
.member_page .pageArea .link_before {
  color: #231815;
}
.pageArea .pageArea-navi-number form,
.pageArea .pageArea-navi form {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: none;
}
.member_page .pageArea .link_next3,
.member_page .pageArea .link_before3 {
  color: #ccc;
}
