@charset "utf-8";

/* Basic
------------------------------------------ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

fieldset {
  border: 0;
}
input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}
address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a[name] {
  color: #000;
}
a[name]:hover {
  color: #000;
  text-decoration: none !important;
  outline: 0 !important;
}
a img {
  color: #000;
}

.navskip,
.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
em {
  font-weight: bold;
  font-style: normal;
}

body {
	margin: 0;
	color: #222;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	text-align: left;
	font-feature-settings: “palt” 1;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-color: #fff;
	background-image: url(../images/bg2.png);
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
}

/* Link */
a {
  color: #111;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-transition: none;
    transition: none;
  }

}
html,
body {
  width: 100%;
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}
.imeD {
  ime-mode: disabled;
}

/* select */
select {
  outline: none;
}

/* password */
input[type="password"] {
  height: 1.2em;
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Margin
------------------------------------------ */
.mgt0 {
  margin-top: 0 !important;
}
.mgt20 {
  margin-top: 20px !important;
}

/* Padding
------------------------------------------ */
.pdt0 {
  padding-top: 0 !important;
}

/* Layout
------------------------------------------ */
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearboth {
  clear: both;
}
br.clear {
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Text
------------------------------------------ */
.nowrap {
  white-space: nowrap !important;
}
.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}

/* pc sp
------------------------------------------ */
.pc {
  display: block;
}
.pcInline {
  display: inline-block;
}
.spInline,
.sp {
  display: none;
}


@media screen and (max-width: 768px) {
  .pcInline,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spInline {
    display: inline-block;
  }
}

/* page Load Animation
------------------------------------------ */
.page-load-anime.load-complete .first {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.page-load-anime .second {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.page-load-anime.js-ready-complete .first,
.page-load-anime.js-ready-complete .second {
  display: block;
}
.page-load-anime.load-complete .first {
  -webkit-animation: page-load-anime 800ms cubic-bezier(0.77, 0, 0.11, 1) 400ms
    both;
  animation: page-load-anime 800ms cubic-bezier(0.77, 0, 0.11, 1) 400ms both;
}
.page-load-anime.load-complete .second {
  -webkit-animation: page-load-anime 1300ms cubic-bezier(0.77, 0, 0.11, 1) 0ms
    both;
  animation: page-load-anime 1300ms cubic-bezier(0.77, 0, 0.11, 1) 0ms both;
}
@-webkit-keyframes page-load-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}
@keyframes page-load-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

/* animation
------------------------------------------ */
.hover-slideBg {
  position: relative;
}
.hover-slideBg:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #323640;
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}
.hover-slideBg:hover:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}

@-webkit-keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes hover-slideBg-out {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-slideBg-out {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes animationlineHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animationlineHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.js-slideup {
  transform: translateY(100px) translateZ(0) scaleY(1.4);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99),
    opacity 0.5s ease;
}
.js-slideup2 {
  transform: translateY(60px) translateZ(0) scaleY(1.25);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99),
    opacity 0.5s ease;
}
.show.is_done.js-slideup,
.show.is_done.js-slideup2 {
  transform: translate(0);
  opacity: 1;
}

#scroll-container > div:first-child .js-slideup,
#scroll-container > div:first-child .js-slideup2 {
  opacity: 0;
}
#scroll-container > div:first-child > div.block01 {
  display: none;
}
#scroll-container div.js-load-end-first-view > div.block01 {
  display: block;
}
#scroll-container div.js-load-end-first-view .js-slideup {
  transition: none;
  -webkit-animation: page-load-slideIn 900ms cubic-bezier(0.77, 0, 0.11, 1)
    700ms forwards;
  animation: page-load-slideIn 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms
    forwards;
}
#scroll-container > div.js-load-end-first-view .js-slideup2 {
  transition: none;
  -webkit-animation: page-load-slideIn02 900ms cubic-bezier(0.77, 0, 0.11, 1)
    700ms forwards;
  animation: page-load-slideIn02 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms
    forwards;
}

@keyframes page-load-slideIn {
  0% {
    transform: translateY(100px) translateZ(0) scaleY(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes page-load-slideIn02 {
  0% {
    transform: translateY(60px) translateZ(0) scaleY(1.25);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

/* Load Animation
------------------------------------------ */
.load-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background: #fff;
  width: 100%;
  height: 100%;
}
.load-bg.play {
  -webkit-animation: load-anime 800ms cubic-bezier(0.77, 0, 0.11, 1) 600ms both;
  animation: load-anime 800ms cubic-bezier(0.77, 0, 0.11, 1) 600ms both;
}
.load-circle {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 3.4em;
  height: 3.4em;
  z-index: 130;
  font-size: 10px;
  border-top: 0.4em solid rgba(221, 224, 225, 0.2);
  border-right: 0.4em solid rgba(221, 224, 225, 0.2);
  border-bottom: 0.4em solid #0f212c;
  border-left: 0.4em solid #0f212c;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: loading 0.7s infinite linear;
  animation: loading 0.7s infinite linear;
}
.display-none {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s;
}
@-webkit-keyframes load-anime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    visibility: hidden;
  }
}

@keyframes load-anime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    visibility: hidden;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    visibility: hidden;
    display: none;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    visibility: hidden;
    display: none;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* wrapper
------------------------------------------ */
.wrapper {
  position: relative;
  z-index: 0;
}
.wrapper.is_fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* logo
------------------------------------------ */
#logo {
	position: fixed;
	top: 57px;
	left: 54px;
	font-size: 22px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	line-height: 1.41;
	letter-spacing: 0.2em;
	z-index: 10;
	width: 180px;
	transition: 0.2s;
}
#logo a {
  color: #333;
}
#logo a:hover {
  opacity: 0.7;
}
#logo.is-scroll-page-end {
  animation-name: is-scroll-page-end;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
@keyframes is-scroll-page-end {
  0% {
    top: -100px;
  }
  to {
    top: 57px;
  }
}
#logo.is-show-contanct {
  animation-name: is-show-contanct;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes is-show-contanct {
  0% {
    top: 57px;
  }
  to {
    top: -100px;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    position: fixed;
    top: 30px;
    left: 30px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.12em;
    width: 92px;
    height: 23px;
  }
  #logo a:hover {
    opacity: 1;
  }
  @keyframes is-scroll-page-end {
    0% {
      top: -100px;
    }
    to {
      top: 30px;
    }
  }
  @keyframes is-show-contanct {
    0% {
      top: 30px;
    }
    to {
      top: -100px;
    }
  }
}

/* menuBtn
------------------------------------------ */
#menuBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: url(../images/img_menu_01.svg) no-repeat 50% 50%;
  background-size: 25px 15px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  display: none;
}
#menuBtn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {

  #menuBtn {
	display: block;
	position: fixed;
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	width: 70px;
	height: 100px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
  }
}

/* fixedMenu
------------------------------------------ */
#fixedMenu {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  min-width: 1080px;
  background: #333;
  color: #fff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000001;
}
#fixedMenu::before {
  content: "";
  position: absolute;
  top: -250px;
  right: -69px;
  display: block;
  width: 798px;
  height: 1200px;
	background-image: url(../images/img_menu_01_sp.svg);
  background-size: 798px 1200px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fixedMenu.cases::before {
  background-color: #ccc;
}
#fixedMenu.about::before {
  background-color: #000;
}
#fixedMenu.recruit::before {
  background-color: #ccc;
}
#fixedMenu.blog::before {
  background-color: #000;
}
#fixedMenu.contact::before {
  background-color: #ccc;
}
#fixedMenu a {
  color: #fff;
}
#fixedMenu > .vessel {
  position: relative;
  padding: 10px 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#fixedMenu .menu01 {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 140px;
	height: 140px;
	background-size: 5px 25px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/btn2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#fixedMenu .menu01:hover {
  opacity: 0.7;
  cursor: pointer;
}
#fixedMenu .logo01 {
  position: absolute;
  top: 67px;
  left: 54px;
  font-size: 22px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.2em;
}
#fixedMenu .logo01 a:hover {
  opacity: 0.7;
}
#fixedMenu .menuBlock01 {
  display: table;
  margin-left: 220px;
  width: 36%;
  height: 100%;
}
#fixedMenu .menuBlock01 > .vessel {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#fixedMenu .menuBlock01 ul li:not(:first-child) {
  margin-top: 15px;
}
#fixedMenu .menuBlock01 ul li a {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-family: "Karla", sans-serif;
}
#fixedMenu .menuBlock01 ul li.current a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
#fixedMenu .menuBlock01 ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #fixedMenu {
    min-width: 0;
  }
  #fixedMenu::before {
    display: none;
  }
  #fixedMenu .menu01 {
    position: absolute;
    bottom: auto;
    top: 25px;
    left: auto;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(../images/btn2.png) no-repeat 50% 50%;
   background-size: 25px 15px;
  }
  #fixedMenu .menu01:hover {
    opacity: 1;
  }
  #fixedMenu .logo01 {
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.12em;
    width: 92px;
    height: 23px;
  }
  #fixedMenu .logo01 a:hover {
    opacity: 1;
  }
  #fixedMenu .menuBlock01 {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  #fixedMenu .menuBlock01 ul li:not(:first-child) {
    margin-top: 15px;
  }
  #fixedMenu .menuBlock01 ul li a:hover {
    opacity: 1;
  }
}

/* header
------------------------------------------ */
.header01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: load-parts 600ms ease 1100ms both;
  animation: load-parts 600ms ease 1100ms both;
}
.header01 .block01 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 70%;
}
.header01 .block01 .menupc {
  position: absolute;
  top: 62px;
  right: 79px;
  width: auto;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.header01.is-scroll-page-end .block01 .menupc {
  animation-name: header-is-scroll-page-end;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes header-is-scroll-page-end {
  0% {
    top: -100px;
  }
  to {
    top: 62px;
  }
}

.header01.is-show-contanct .block01 .menupc {
  animation-name: header-is-show-contanct;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes header-is-show-contanct {
  0% {
    top: 62px;
  }
  to {
    top: -100px;
  }
}

.header01 .block01 .menupc a {
  display: inline-block;
  position: relative;
}
.header01 .block01 .menupc a:hover:before,
.header01 .block01 .menupc .current a:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}
.header01 .block01 .menupc a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}
.header01 .block01 .menupc > li {
  position: relative;
  display: inline-block;
  padding-right: 51px;
}
.header01 .block01 .menupc > li::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 21px;
  display: block;
  width: 12px;
  height: 1px;
  background: #dedede;
}
.header01 .block01 .menupc > li:last-child::after {
  display: none;
}
.header01 .block01 .menupc > li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .header01 {
    display: none;
  }
}
/* footer
------------------------------------------ */
#footer {
	padding: 0 140px;
	min-width: 1080px;
	min-height: 640px;
	height: 640px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer .lo01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#footer .lo01 .lo0103,
#footer .lo01 .lo0102,
#footer .lo01 .lo0101 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer .lo01 .lo0101 {
	padding: 0;
	width: 400px;
	float: left;
}
#footer .lo01 .lo0102 {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	float: left;
	width: 300px;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer .lo01 .lo0103 {
  padding: 226px 0 0 0;
  width: 300px;
  text-align: right;
}
#footer .logo01 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.19;
  width: 141px;
  height: 17px;
}
#footer .logo01 a {
  color: #1f1f1f;
}
#footer .logo01 a:hover {
  opacity: 0.7;
}
#footer .address01 {
  position: relative;
  margin-top: 61px;
  padding-top: 26px;
  color: #575757;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 1.45;
}
#footer .address01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #c8d1d1;
}
#footer .map01 {
  margin-top: 11px;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
#footer .map01 a {
  color: #1f1f1f;
}
#footer .map01 a:hover {
  opacity: 0.7;
}
#footer .nav01 li:not(:first-child) {
  margin-top: 6px;
}
#footer .nav01 li a {
  color: #1f1f1f;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
#footer .nav01 li a:hover {
  opacity: 0.7;
}
#footer .followon01 {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;

  height: 34px;
}
#footer .followon01 dt {
  position: relative;
  padding-right: 74px;
  color: #575757;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 1.2;
}
#footer .followon01 dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  margin-top: -0.5px;
  width: 16px;
  height: 1px;
  background: #c8d1d1;
}
#footer .followon01 dd {
  padding: 0 5px 0 0;
  line-height: 0;
}
#footer .followon01 dd ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 34px;
}
#footer .followon01 dd ul li {
  line-height: 0;
}
#footer .followon01 dd ul li:not(:first-child) {
  padding-left: 20px;
}
#footer .followon01 dd ul li a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .followon01 dd ul li.facebook a {
  background: url(../img_cmn/btn_sns_facebook_01.svg) no-repeat;
  background-size: 34px 34px;
}
#footer .followon01 dd ul li.twitter a {
  background: url(../img_cmn/btn_sns_twitter_01.svg) no-repeat;
  background-size: 34px 34px;
}
#footer .followon01 dd ul li a:hover {
  opacity: 0.7;
}
#footer .copyright01 {
	margin-top: 134px;
	font-size: 14px;
	font-family: "Karla", sans-serif;
	float: left;
	width: 300px;
	padding-top: 150px;
}

@media screen and (max-width: 1024px) {
  #footer {
    padding: 0 140px;
    min-width: 0;
    min-height: auto;
    height: auto;
  }
  #footer .lo01 {
    display: block;
  }
  #footer .lo01 .lo0101 {
    padding: 78px 0 0 0;
    width: 300px;
  }
  #footer .lo01 .lo0102 {
    padding: 39px 0 0 0;
  }
  #footer .lo01 .lo0103 {
    padding: 35px 0 74px 0;
    width: auto;
    text-align: left;
  }
  #footer .logo01 {
    width: 130px;
    height: 28px;
  }
  #footer .logo01 a:hover {
    opacity: 1;
  }
  #footer .map01 a:hover {
    opacity: 1;
  }
  #footer .nav01 li a:hover {
    opacity: 1;
  }
  #footer .followon01 dd ul li a:hover {
    opacity: 1;
  }
  #footer .copyright01 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 40px;
  }
}

/* fixedHeadHome
------------------------------------------ */
#fixedHeadHome {
  position: fixed;
  top: 50%;
  left: 42px;
  z-index: 100;
}
#fixedHeadHome p {
  font-size: 14px;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 0;
}
@media screen and (max-width: 768px) {
  #fixedHeadHome {
    opacity: 0;
  }
}

/* contents
------------------------------------------ */
/* contactNavMod01 */
.contactNavMod01 a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 500px;
  background: transparent;
  color: #fff;
}
.contactNavMod01 a:before {
  background: #323232;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
.contactNavMod01 a:hover:before {
  background: #222;
}
.contactNavMod01 a span {
  transition: all 0.3s ease;
  overflow: hidden;
}
.contactNavMod01 a:hover span {
  letter-spacing: 0.2em;
}

.contactNavMod01 .title01 {
  display: block;
  font-size: 24px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

.contactNavMod01 a .title01:after {
  content: " ";
  display: block;
  width: 100%;
  transform: translateX(-101%);
  height: 2px;
  background: #fff;
}
.contactNavMod01 a:hover .title01:after {
  -webkit-animation: animationlineHoverforwards 1.2s
    cubic-bezier(0.58, 0.3, 0.005, 1) 0s infinite forwards;
  animation: animationlineHoverforwards 1.2s cubic-bezier(0.58, 0.3, 0.005, 1)
    0s infinite forwards;
}
@-webkit-keyframes animationlineHoverforwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  70.01% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}
@keyframes animationlineHoverforwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  70.01% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}
.contactNavMod01 .text01 {
  display: block;
  margin-top: 38px;
  padding-bottom: 4px;
  font-size: 14px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .contactNavMod01 a {
    min-width: 0;
    height: 200px;
    height: 65vw;
  }
  .contactNavMod01 a:hover {
    opacity: 1;
  }
  .contactNavMod01 .title01 {
    font-size: 16px;
  }
  .contactNavMod01 .text01 {
    margin-top: 6px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .contactNavMod01 a .title01:after {
    display: none;
  }
}

/* readmoreMod01 */
.readmoreMod01 {
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  line-height: 1.1875;
}
.readmoreMod01 a {
  position: relative;
  display: inline-block;
}
.readmoreMod01 a .line01 {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.readmoreMod01 a .line01:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
}
.readmoreMod01 a:hover .line01:before {
  -webkit-animation: animationlineHover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1)
    0s 1;
  animation: animationlineHover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.readmoreMod01 a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .readmoreMod01 {
    font-size: 16px;
  }
  .readmoreMod01 a:hover .line01:before {
    -webkit-animation: none;
    animation: none;
  }
}

/* caseListMod01 */
.caseListMod01 {
  font-family: "Karla", sans-serif;
}
.caseListMod01 + .caseListMod01 {
  margin-top: 20px;
}
.caseHeadMod01 + .caseListMod01 {
  margin-top: 83px;
}
.caseListMod01 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.caseListMod01 ul li {
  width: 33.3333%;
}
.caseListMod01 ul li:hover {
  z-index: 2;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
}
.caseListMod01 ul li a {
  display: block;
}
.caseListMod01 ul li a .image01 {
  position: relative;
  display: block;
  background: #0068be;
  line-height: 0;
  overflow: hidden;
}
.caseListMod01 ul li a .image01::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #eb4800;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.caseListMod01 ul li.show.is_done a .image01::before,
.caseListMod01 ul li.show.is_done a .image01::before,
.caseListMod01.show.is_done ul li a .image01::before,
.caseListMod01.show.is_done ul li a .image01::before {
  top: 100%;
}
.caseListMod01 ul li a .image01::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.caseListMod01 ul li.show.is_done a .image01::after,
.caseListMod01.show.is_done ul li a .image01::after {
  top: 100%;
}
.caseListMod01 ul li a .image01 .mask01 {
  display: block;
}
.caseListMod01 ul li a .image01 .mask01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #eb4800;
  -webkit-transition: all 1.2s ease 0.02s;
  transition: all 1.2s ease 0.02s;
}
.caseListMod01 ul li.show.is_done a .image01 .mask01::after,
.caseListMod01.show.is_done ul li a .image01 .mask01::after {
  top: 100%;
}
.caseListMod01 ul li.caseHolder a .image01 .mask01::after,
.caseListMod01 ul li.caseHolder a .image01::before,
.caseListMod01 ul li.caseHolder a .image01 {
  background: #040000;
}
.caseListMod01 ul li.caseTotalestate a .image01 .mask01::after,
.caseListMod01 ul li.caseTotalestate a .image01::before,
.caseListMod01 ul li.caseTotalestate a .image01 {
  background: #f7692b;
}
.caseListMod01 ul li.caseNetbkLoan a .image01 .mask01::after,
.caseListMod01 ul li.caseNetbkLoan a .image01::before,
.caseListMod01 ul li.caseNetbkLoan a .image01 {
  background: #0a3e86;
}
.caseListMod01 ul li.caseNetbk10th a .image01 .mask01::after,
.caseListMod01 ul li.caseNetbk10th a .image01::before,
.caseListMod01 ul li.caseNetbk10th a .image01 {
  background: #ff3875;
}
.caseListMod01 ul li.caseNetbkLp a .image01 .mask01::after,
.caseListMod01 ul li.caseNetbkLp a .image01::before,
.caseListMod01 ul li.caseNetbkLp a .image01 {
  background: #2ca7ff;
}
.caseListMod01 ul li.caseMonaytap a .image01 .mask01::after,
.caseListMod01 ul li.caseMonaytap a .image01::before,
.caseListMod01 ul li.caseMonaytap a .image01 {
  background: #a49dff;
}
.caseListMod01 ul li.caseVsn a .image01 .mask01::after,
.caseListMod01 ul li.caseVsn a .image01::before,
.caseListMod01 ul li.caseVsn a .image01 {
  background: #0088dd;
}
.caseListMod01 ul li.caseRakutensec a .image01 .mask01::after,
.caseListMod01 ul li.caseRakutensec a .image01::before,
.caseListMod01 ul li.caseRakutensec a .image01 {
  background: #eb3e3e;
}
.caseListMod01 ul li.caseEw a .image01 .mask01::after,
.caseListMod01 ul li.caseEw a .image01::before,
.caseListMod01 ul li.caseEw a .image01 {
  background: #002189;
}

.caseListMod01 ul li.caseZeroplus a .image01 .mask01::after,
.caseListMod01 ul li.caseZeroplus a .image01::before,
.caseListMod01 ul li.caseZeroplus a .image01 {
  background: #ffe400;
}
.caseListMod01 ul li.caseFind a .image01 .mask01::after,
.caseListMod01 ul li.caseFind a .image01::before,
.caseListMod01 ul li.caseFind a .image01 {
  background: #48c8aa;
}
.caseListMod01 ul li.caseMochicom a .image01 .mask01::after,
.caseListMod01 ul li.caseMochicom a .image01::before,
.caseListMod01 ul li.caseMochicom a .image01 {
  background: #ff8f1f;
}
.caseListMod01 ul li.caseIconbox a .image01 .mask01::after,
.caseListMod01 ul li.caseIconbox a .image01::before,
.caseListMod01 ul li.caseIconbox a .image01 {
  background: #005acc;
}
.caseListMod01 ul li.caseUd8 a .image01 .mask01::after,
.caseListMod01 ul li.caseUd8 a .image01::before,
.caseListMod01 ul li.caseUd8 a .image01 {
  background: #06308e;
}
.caseListMod01 ul li.caseSsnbLp02 a .image01 .mask01::after,
.caseListMod01 ul li.caseSsnbLp02 a .image01::before,
.caseListMod01 ul li.caseSsnbLp02 a .image01 {
  background: #008bdc;
}
.caseListMod01 ul li.caseMm a .image01 .mask01::after,
.caseListMod01 ul li.caseMm a .image01::before,
.caseListMod01 ul li.caseMm a .image01 {
  background: #222;
}
.caseListMod01 ul li.caseIfa a .image01 .mask01::after,
.caseListMod01 ul li.caseIfa a .image01::before,
.caseListMod01 ul li.caseIfa a .image01 {
  background: #004ba9;
}

/* 削除予定 */
.caseListMod01 ul li.find a .image01 .mask01::after,
.caseListMod01 ul li.find a .image01::before,
.caseListMod01 ul li.find a .image01 {
  background: #08c171;
}
.caseListMod01 ul li.netbk a .image01 .mask01::after,
.caseListMod01 ul li.netbk a .image01::before,
.caseListMod01 ul li.netbk a .image01 {
  background: #008ad3;
}
.caseListMod01 ul li.monaytap a .image01 .mask01::after,
.caseListMod01 ul li.monaytap a .image01::before,
.caseListMod01 ul li.monaytap a .image01 {
  background: #68d6d2;
}
.caseListMod01 ul li.vsn a .image01 .mask01::after,
.caseListMod01 ul li.vsn a .image01::before,
.caseListMod01 ul li.vsn a .image01 {
  background: #0096e5;
}
.caseListMod01 ul li.rakutensec a .image01 .mask01::after,
.caseListMod01 ul li.rakutensec a .image01::before,
.caseListMod01 ul li.rakutensec a .image01 {
  background: #be0000;
}
/* /削除予定 */

.caseListMod01 ul li a .image01 img {
  width: 100%;
  height: auto;
}
.caseListMod01 ul li.show.is_done a .image01 img,
.caseListMod01.show.is_done ul li a .image01 img {
  opacity: 1;
}
.caseListMod01 ul li a .main01 {
  display: block;
  height: 180px;
  padding: 42px 9.5% 0 9.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.caseListMod01 ul li a .main01 .title01 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.06em;
}
.caseListMod01 ul li a .main01 .text01 {
  display: block;
  margin-top: 19px;
  color: #919191;
  font-size: 14px;
  line-height: 1.17;
  letter-spacing: 0.1em;
}
.caseListMod01 ul li a .main01 .text02 {
  display: block;
  margin-top: 15px;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .caseListMod01 + .caseListMod01 {
    margin-top: 20px;
  }
  .caseHeadMod01 + .caseListMod01 {
    margin-top: 62px;
  }
  .caseListMod01 ul {
    display: block;
  }
  .caseListMod01 ul li {
    width: auto;
  }
  .caseListMod01 ul li:not(:first-child) {
    margin-top: 20px;
  }
  /* animation off
    .caseListMod01 ul li a .image01::before {
        display: none;
    }
    .caseListMod01 ul li a .image01::after {
        display: none;
    }
    .caseListMod01 ul li a .image01 .mask01::after {
        display: none;
    }
    */
  .caseListMod01 ul li a .main01 {
    padding: 24px 40px 35px 0;
    height: auto;
  }
  .caseListMod01 ul li a .main01 .text01 {
    margin-top: 4px;
    font-size: 12px;
  }
  .caseListMod01 ul li a .main01 .text02 {
    margin-top: 7px;
    font-size: 12px;
  }
}

/* caseListMod02 */
.caseListMod02 {
  margin-right: 140px;
  border-top: 1px solid #e2e2e2;
}
.caseHeadMod01 + .caseListMod02 {
  margin-top: 83px;
}
.caseListMod01 + .caseListMod02 {
  margin-top: 60px;
}
.caseListMod02 ul li {
  border-bottom: 1px solid #e2e2e2;
}
.caseListMod02 ul li .lo01 {
  display: table;
  width: 100%;
}
.caseListMod02 ul li .lo01 .lo0102,
.caseListMod02 ul li .lo01 .lo0101 {
  display: table-cell;
  height: 128px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.caseListMod02 ul li .lo01 .lo0101 {
  padding: 0 0 0 40px;
  width: 380px;
}
.caseListMod02 ul li .lo01 .lo0101 .name01 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.caseListMod02 ul li .lo01 .lo0101 .name02 {
  margin-top: 6px;
  color: #919191;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
}
.caseListMod02 ul li .lo01 .lo0102 {
  font-size: 13px;
  line-height: 2;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .caseListMod02 {
    margin-right: 40px;
  }
  .caseHeadMod01 + .caseListMod02 {
    margin-top: 62px;
  }
  .caseListMod01 + .caseListMod02 {
    margin-top: 45px;
  }
  .caseListMod02 ul li .lo01 {
    display: block;
    width: auto;
  }
  .caseListMod02 ul li .lo01 .lo0102,
  .caseListMod02 ul li .lo01 .lo0101 {
    display: block;
    height: auto;
    vertical-align: baseline;
  }
  .caseListMod02 ul li .lo01 .lo0101 {
    padding: 24px 0 0 0;
    width: auto;
  }
  .caseListMod02 ul li .lo01 .lo0101 .name01 {
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: 0.05em;
  }
  .caseListMod02 ul li .lo01 .lo0101 .name02 {
    margin-top: 1px;
    font-size: 12px;
  }
  .caseListMod02 ul li .lo01 .lo0102 {
    padding: 13px 0 22px 0;
    font-size: 12px;
  }
}

/* caseHeadMod01 */
.caseHeadMod01 {
  position: relative;
  margin: 0 0 0 40px;
  padding: 35px 0 0 0;
  line-height: 0;
}
.caseListMod01 + .caseHeadMod01 {
  margin-top: 104px;
}
.caseListMod02 + .caseHeadMod01 {
  margin-top: 160px;
}
.caseHeadMod01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.caseHeadMod01.ourproducts img {
  width: 236px;
  height: 47px;
}
.caseHeadMod01.uxresearch img {
  width: 422px;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .caseHeadMod01 {
    margin: 0;
    padding: 38px 0 0 0;
  }
  .caseListMod01 + .caseHeadMod01 {
    margin-top: 80px;
  }
  .caseListMod02 + .caseHeadMod01 {
    margin-top: 100px;
  }
  .caseHeadMod01.ourproducts img {
    width: auto;
    height: 40px;
  }
  .caseHeadMod01.uxresearch img {
    width: 250px;
    height: 100px;
  }
}

/* ourproductsListMod01 */
.ourproductsListMod01 {
  position: relative;
  margin: 104px 70px 0 70px;
}
.ourproductsListMod01 .swiper1pPage1 {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -140px;
  left: auto;
  width: auto;
  height: auto;
  text-align: right;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.ourproductsListMod01 .swiper1pPage1 .swiper-pagination-bullet {
  position: relative;
  display: block !important;
  margin: 5px 0 0 0 !important;
  padding: 0 34px 0 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 20px;
  outline: none;
}
.ourproductsListMod01 .swiper1pPage1 .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.ourproductsListMod01 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  display: block;
  width: 6px;
  height: 2px;
  background: #222;
}
.ourproductsListMod01
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 12px;
}
.ourproductsListMod01 .box01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  background: #fff;
}
.ourproductsListMod01 .box01 .box0101 {
  width: 42%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ourproductsListMod01 .box01 .box0101 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ourproductsListMod01 .box01 .box0102 {
  position: relative;
  width: 58%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ourproductsListMod01 .box01 .box0102:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ourproductsListMod01 .box01 .box0102 a {
  display: flex;
  padding: 0 100px 0 120px;
  flex-direction: column;
  max-height: 200px;
}
.ourproductsListMod01 .box01 .box0102 .logo01 {
  display: block;
  line-height: 0;
  margin-bottom: 58px;
}
.ourproductsListMod01 .box01 .box0102 .logo01 img {
  max-height: 60px;
}
.ourproductsListMod01 .box01 .box0102 .textBlock01 {
  display: block;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ourproductsListMod01 {
    margin: 53px 0 0 0;
  }
  .ourproductsListMod01 .swiper1pPage1 {
    display: none;
  }
  .ourproductsListMod01 .swiper-slide {
    width: 255px;
  }
  .ourproductsListMod01 .box01 {
    display: block;
    width: calc(100% - 40px);
  }
  .ourproductsListMod01 .box01 .box0101 {
    width: 100%;
  }
  .ourproductsListMod01 .box01 .box0101 a:hover {
    opacity: 1;
  }
  .ourproductsListMod01 .box01 .box0101 img {
    width: 100%;
    height: auto;
  }
  .ourproductsListMod01 .box01 .box0102 {
    width: auto;
    -webkit-transition: none;
    transition: none;
  }
  .ourproductsListMod01 .box01 .box0102:hover {
    opacity: 1;
  }
  .ourproductsListMod01 .box01 .box0102 a {
    display: block;
    padding: 0 0 0 0;
  }
  .ourproductsListMod01 .box01 .box0102 .logo01 {
    margin-top: 26px;
  }
  .ourproductsListMod01 .box01 .box0102 .logo01 img {
    width: auto;
    max-height: 28px;
  }
  .ourproductsListMod01 .box01 .box0102 .logo01 img.minH {
    padding: 1px 0;
  }
  .ourproductsListMod01 .box01 .box0102 .logo01.zeroplus img {
    width: auto;
    height: 28px;
  }
  .ourproductsListMod01 .box01 .box0102 .textBlock01 {
    font-size: 12px;
    line-height: 1.84;
  }
}

/* loImgMod01 */
.loImgMod01 {
  margin-top: 160px;
  line-height: 0;
  overflow: hidden;
}
.loImgMod01.linking {
  margin-top: 100px;
}
.loImgMod01 img {
  width: 100%;
  height: auto;
}
.loImgMod01.half > .vessel {
  margin: 0 0 0 -100px;
}
.loImgMod01.clm3 > .vessel {
  margin: 0 0 0 -80px;
}
.loImgMod01.clm3 .items01,
.loImgMod01.half .items01 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loImgMod01.half .items01 {
  padding-left: 100px;
  width: 50%;
}
.loImgMod01.clm3 .items01 {
  padding-left: 80px;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .loImgMod01 {
    margin-top: 30px;
  }
  .loImgMod01.linking {
    margin-top: 60px;
  }
  .loImgMod01.half > .vessel {
    margin: 0 0 0 -26px;
  }
  .loImgMod01.clm3 > .vessel {
    margin: -60px 0 0 0;
  }
  .loImgMod01.half .items01 {
    padding-left: 26px;
    width: 100%;
    margin-bottom: 30px;
  }
  .loImgMod01.half .items01:last-child {
    margin-bottom: 0;
  }
  .loImgMod01.clm3 .items01 {
    padding: 30px 0 0 0;
    width: 100%;
  }
}

/* linkboxMod01 */
.casesDetailArea02 .section01 + .linkboxMod01 {
  margin-top: 154px;
}
.linkboxMod01 a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  height: 200px;
  background: #fff;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.05em;
}
.linkboxMod01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .casesDetailArea02 .section01 + .linkboxMod01 {
    margin-top: 55px;
  }
  .linkboxMod01 a {
    height: 100px;
  }
  .linkboxMod01 a:hover {
    opacity: 1;
  }
}

/* backMod01 */
.backMod01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 500px;
  background: #fff;
}
.backMod01Inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.backMod01Inner-noPrev:before,
.backMod01Inner-noNext:after {
  display: block;
  content: "";
  width: 20%;
}
.backMod01 a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.05em;
  padding: 40px;
}
.backMod01 a.workPrev,
.backMod01 a.workNext {
  width: 20%;
}
.backMod01 a.workBackIndex {
  flex-direction: column;
}
.backMod01 a.workPrev {
  justify-content: flex-start;
  padding-left: 40px;
}
.backMod01 a.workNext {
  justify-content: flex-end;
  padding-right: 40px;
}
.backMod01 a:hover {
  letter-spacing: 0.2em;
}
.backMod01 a span {
  display: block;
  align-items: center;
  overflow: hidden;
  width: 28px;
  height: 1px;
}
.backMod01 a.workBackIndex span {
  flex-direction: column;
  width: 1px;
  height: 28px;
}
.backMod01 a.workPrev span {
  margin-right: 18px;
}
.backMod01 a.workNext span {
  margin-left: 18px;
}

.backMod01 a.workPrev span:before,
.backMod01 a.workBackIndex span:before,
.backMod01 a.workNext span:after {
  content: " ";
  display: block;
  width: 28px;
  height: 1px;
  background: #000;
}
.backMod01 a.workBackIndex span:before {
  width: 1px;
  height: 28px;
  transform: translateY(-100%);
}
.backMod01 a.workBackIndex:hover span:before {
  -webkit-animation: lineHoverBackIndex 1.2s cubic-bezier(0.58, 0.3, 0.005, 1)
    0s infinite none;
  animation: lineHoverBackIndex 1.2s cubic-bezier(0.58, 0.3, 0.005, 1) 0s
    infinite none;
}
@-webkit-keyframes lineHoverBackIndex {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@keyframes lineHoverBackIndex {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

.backMod01 a.workPrev:hover span:before {
  -webkit-animation: lineHoverPrev 1.2s cubic-bezier(0.58, 0.3, 0.005, 1) 0s
    infinite none;
  animation: lineHoverPrev 1.2s cubic-bezier(0.58, 0.3, 0.005, 1) 0s infinite
    none;
  transform-origin: top right;
}
@-webkit-keyframes lineHoverPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}
@keyframes lineHoverPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}
.backMod01 a.workNext:hover span:after {
  -webkit-animation: lineHoverNext 1.2s cubic-bezier(0.58, 0.3, 0.005, 1) 0s
    infinite none;
  animation: lineHoverNext 1.2s cubic-bezier(0.58, 0.3, 0.005, 1) 0s infinite
    none;
}
@-webkit-keyframes lineHoverNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@keyframes lineHoverNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@media screen and (max-width: 768px) {
  .backMod01 {
    height: 200px;
  }
  .backMod01 a:hover {
    opacity: 1;
    letter-spacing: normal;
  }
  .backMod01 a,
  .backMod01 a.workPrev,
  .backMod01 a.workNext {
    padding: 20px 0;
    font-size: 14px;
    padding: 20px 0;
  }
  .backMod01 a.workBackIndex {
    padding: 20px;
  }
  .backMod01 a.workPrev {
    padding-left: 8%;
  }
  .backMod01 a.workNext {
    padding-right: 8%;
  }
  .backMod01 a span {
    display: none;
  }
}

/* placeholder */
::-webkit-input-placeholder {
  color: #a5a5a5;
}
::-moz-placeholder {
  color: #a5a5a5;
}
:-ms-input-placeholder {
  color: #a5a5a5;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* inputMod01 */
.inputMod01 {
  display: block;
  padding: 0 15px;
  border: none;
  width: 100%;
  height: 72px;
  line-height: 72px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 768px) {
  .inputMod01 {
    height: 50px;
    line-height: 50px;
  }
}

/* textareaMod01 */
.textareaMod01 {
  display: block;
  padding: 15px;
  border: none;
  width: 100%;
  height: 261px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 768px) {
  .textareaMod01 {
    height: 200px;
  }
}

/* submitLoMod01 */
.submitLoMod01 {
  margin-top: 121px;
  text-align: center;
}
.formBackMod01 + .submitLoMod01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .submitLoMod01 {
    margin-top: 60px;
  }
}

/* submitMod01 */
.submitMod01 {
  display: inline-block;
  width: 100%;
  height: 100px;
  background: #323232;
  color: #fff;
  font-size: 16px;
  text-indent: 0.05em;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submitMod01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .submitMod01 {
    -webkit-transition: none;
    transition: none;
  }
  .submitMod01:hover {
    opacity: 1;
  }
}

/* formBackMod01 */
.formBackMod01 {
  margin-top: 121px;
}
@media screen and (max-width: 768px) {
  .formBackMod01 {
    margin-top: 60px;
  }
}

/* formMod01 */
.formMod01 {
  font-size: 14px;
  line-height: 1.86;
}
.formMod01 + .formMod01 {
  margin-top: 58px;
}
.formMod01 dt {
  color: #7e7e7e;
  letter-spacing: 0.1em;
}
.formMod01 dd {
  padding: 19px 0 0 0;
}
@media screen and (max-width: 768px) {
  .formMod01 + .formMod01 {
    margin-top: 36px;
  }
  .formMod01 dt {
    letter-spacing: 0.05em;
  }
  .formMod01 dt .sub01 {
    font-size: 11px;
  }
  .formMod01 dd {
    padding: 16px 0 0 0;
  }
}

/* confirmMod01 */
.confirmMod01 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.86;
}
.confirmMod01 tr th {
  display: block;
  padding: 53px 0 0 0;
  font-weight: 400;
  color: #7e7e7e;
}
.confirmMod01 tr td {
  display: block;
  padding: 13px 0 0 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .confirmMod01 tr th {
    padding: 33px 0 0 0;
  }
  .confirmMod01 tr td {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.86;
  }
}

/* listNoMod01 */
.listNoMod01 > li > .vessel {
  display: table;
  width: 100%;
}
.listNoMod01 > li > .vessel > .text,
.listNoMod01 > li > .vessel > .no {
  display: table-cell;
  vertical-align: top;
}
.listNoMod01 > li > .vessel > .no {
  width: 1em;
  white-space: nowrap;
}

/* home
------------------------------------------ */
/* homeArea01 */
.homeArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.homeArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  margin-top: -120px;
  width: calc(100% - 17.9%);
}
.homeArea01 .block01 .text01 {
  margin-top: 31px;
  line-height: 0;
}
.homeArea01 .block01 .text01 img {
  width: 460px;
}
.homeArea01 .block01 .text02 {
  margin-top: 41px;
  line-height: 0;
}
.homeArea01 .block01 .text02 img {
  width: 700px;
}
.homeArea01 .block01 .text03 img {
  width: 300px;
}
.homeArea01 .block01 .text04 {
  width: 570px;
  margin-top: 41px;
}
.homeArea01 .block01 .text05 img {
  width: 400px;
}

.homeArea01 .address01 {
  position: absolute;
  right: 88px;
  bottom: -4px;
  color: #818181;
  font-size: 12px;
  font-family: "Karla", sans-serif;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
.homeArea01 .block01 .text01 {
  width: 100%;
}
.homeArea01 .block01 .text02 {
  width: 100%;
}
.homeArea01 .block01 .text03 {
  width: 100%;
}
.homeArea01 .block01 .text04 {
  width: 100%;
}
.homeArea01 .block01 .text05 {
  width: 100%;
}
.homeArea01 .block01 .text01 img {
  width: 90%;
}
.homeArea01 .block01 .text02 {
  margin-top: 41px;
  line-height: 0;
}

  .homeArea01 {
    min-width: 0;
    min-height: auto;
    height: 500px;
  }
  .homeArea01 .block01 {
    margin-left: 55px;
    margin-top: 0;
    padding-right: 55px;
    width: auto;
  }
  .homeArea01 .block01 .text02 {
    margin-top: 15px;
    margin-left: -10px;
  }
  .homeArea01 .block01 .text02 img {
    width: 260px;
  }
  .homeArea01 .block01 .text03 img {
    width: 200px;
  }
  .homeArea01 .address01 {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 95px 0 0 0;
    font-size: 14px;
  }
}

/* homeHeadMod01 */
.homeHeadMod01 {
  position: relative;
  padding: 0 0 0 68px;
  line-height: 0;
}
.homeHeadMod01 .homeHeadNo01 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.homeHeadMod01 .homeHeadNo01::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 35px;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.homeHeadMod01.about .homeHeadNo01::after {
  background: #fff;
}
.homeHeadMod01 .homeHeadNo01 img {
  width: 18px;
  height: 12px;
}
.homeHeadMod01 .homeHeadTxt01 {
  display: block;
}
.homeHeadMod01.about .homeHeadTxt01 img {
	width: 300px;
}
.homeHeadMod01.case .homeHeadTxt01 img {
  width: 160px;
  height: 60px;
}
.homeHeadMod01.ourproducts .homeHeadTxt01 img {
}
@media screen and (max-width: 768px) {
  .homeHeadMod01 {
    padding: 0 0 0 55px;
  }
  .homeHeadMod01.about .homeHeadTxt01 img {
    width: 105px;
    height: 40px;
  }
  .homeHeadMod01.case .homeHeadTxt01 img {
    width: 114px;
    height: 40px;
  }
  .homeHeadMod01.ourproducts .homeHeadTxt01 img {
    width: 80%;
    height: auto;
  }
}

/* homeArea02 */
.homeArea02 {
	position: relative;
	min-width: 1080px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 1px;
	padding-right: 0;
	padding-left: 140px;
}
.homeArea02 .aboutBlock01 {
	margin-top: -300px;
	overflow: hidden;
}
.homeArea02 .aboutBlock01 > .vessel {
	position: relative;
	min-height: 1080px;
	z-index: 3;
}
.homeArea02 .aboutBlock01 > .vessel2 {
	position: relative;
	min-height: 900px;
	z-index: 3;
}
.homeArea02 .aboutBlock01 > .vessel .bg01 {
  position: absolute;
  top: -39px;
  right: 110px;
  width: 1033px;
  height: 1163px;
  background: url(../img/index_bg_about_01.svg) no-repeat;
  background-size: 1033px 1163px;
  z-index: 11;
}
.homeArea02 .aboutBlock01 > .vessel .bg02 {
  position: absolute;
  top: -174px;
  right: -70px;
  width: 892px;
  height: 1586px;
  background: url(../img/index_bg_about_02.svg) no-repeat;
  background-size: 892px 1586px;
  z-index: 9;
}
.homeArea02 .aboutBlock01 > .vessel .bg03 {
  position: absolute;
  top: 94px;
  right: 4px;
  width: 676px;
  height: 881px;
  background: url(../img/index_bg_about_03.svg) no-repeat;
  background-size: 676px 881px;
  z-index: 10;
}
.homeArea02 .aboutBlock01 > .vessel > .inner {
	position: relative;
	margin-left: 16.8%;
	width: 540px;
	z-index: 14;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homeArea02 .aboutBlock01 > .vessel > .inner2 {
	position: relative;
	margin-left: 10%;
	width: 540px;
	z-index: 14;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homeArea02 .aboutBlock01 > .vessel > .inner2 a:hover{
	text-decoration: underline;
}


.homeArea02 .aboutBlock01 .homeHeadMod01 {
  margin-left: -68px;
}
.homeArea02 .aboutBlock01 .textBlock01 {
  margin-top: 124px;
  font-size: 14px;
  line-height: 2;
}
.homeArea02 .aboutBlock01 .textBlock012 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.homeArea02 .aboutBlock01 .readmoreMod01 {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .homeArea02 {
    padding: 1px 0 100px 40px;
    min-width: 0;
  }
  .homeArea02 .aboutBlock01 {
    margin-top: -31px;
  }
  .homeArea02 .aboutBlock01 > .vessel {
    height: auto;
    min-height: 0;
  }
  .homeArea02 .aboutBlock01 > .vessel .bg01 {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    margin: -113px 0 0 10px;
    width: 399px;
    height: 598px;
    background: url(../img/index_bg_about_01_sp.svg) no-repeat;
    background-size: 399px 598px;
  }
  .homeArea02 .aboutBlock01 > .vessel > .inner {
    margin-left: 95px;
    padding: 70px 30px 120px 0;
    width: auto;
  }
  .homeArea02 .aboutBlock01 .homeHeadMod01 {
    margin-left: -55px;
  }
  .homeArea02 .aboutBlock01 .textBlock01 {
    margin-top: 29px;
    font-size: 12px;
  }
  .homeArea02 .aboutBlock01 .readmoreMod01 {
    margin-top: 28px;
  }
}


/* homeArea02サブ */
.homeArea02s {
	position: relative;
	min-width: 1080px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 1px;
	padding-right: 0;
	padding-left: 140px;
}
.homeArea02s .aboutBlock01 {
	margin-top: -300px;
	overflow: hidden;
}
.homeArea02s .aboutBlock01 > .vessel {
	position: relative;
	min-height: 400px;
	z-index: 3;
}
.homeArea02s .aboutBlock01 > .vessel2 {
	position: relative;
	min-height: 900px;
	z-index: 3;
}
.homeArea02s .aboutBlock01 > .vessel .bg01 {
  position: absolute;
  top: -39px;
  right: 110px;
  width: 1033px;
  height: 1163px;
  background: url(../img/index_bg_about_01.svg) no-repeat;
  background-size: 1033px 1163px;
  z-index: 11;
}
.homeArea02s .aboutBlock01 > .vessel .bg02 {
  position: absolute;
  top: -174px;
  right: -70px;
  width: 892px;
  height: 1586px;
  background: url(../img/index_bg_about_02.svg) no-repeat;
  background-size: 892px 1586px;
  z-index: 9;
}
.homeArea02s .aboutBlock01 > .vessel .bg03 {
  position: absolute;
  top: 94px;
  right: 4px;
  width: 676px;
  height: 881px;
  background: url(../img/index_bg_about_03.svg) no-repeat;
  background-size: 676px 881px;
  z-index: 10;
}
.homeArea02s .aboutBlock01 > .vessel > .inner {
	position: relative;
	margin-left: 16.8%;
	width: 540px;
	z-index: 14;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homeArea02s .aboutBlock01 > .vessel > .inner2 {
	position: relative;
	margin-left: 10%;
	width: 540px;
	z-index: 14;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homeArea02s .aboutBlock01 > .vessel > .inner2 a:hover{
	text-decoration: underline;
}


.homeArea02s .aboutBlock01 .homeHeadMod01 {
  margin-left: -68px;
}
.homeArea02s .aboutBlock01 .textBlock01 {
  margin-top: 124px;
  font-size: 14px;
  line-height: 2;
}
.homeArea02s .aboutBlock01 .textBlock012 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.homeArea02s .aboutBlock01 .readmoreMod01 {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .homeArea02 {
    padding: 1px 0 100px 40px;
    min-width: 0;
  }
.homeArea02s {
	min-width: 100%;
	padding-left: 10px;
}
  
  .homeArea02s .aboutBlock01 {
    margin-top: -31px;
  }
  .homeArea02s .aboutBlock01 > .vessel {
    height: auto;
    min-height: 0;
  }
  .homeArea02s .aboutBlock01 > .vessel .bg01 {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    margin: -113px 0 0 10px;
    width: 399px;
    height: 598px;
    background: url(../img/index_bg_about_01_sp.svg) no-repeat;
    background-size: 399px 598px;
  }
  .homeArea02s .aboutBlock01 > .vessel > .inner {
    margin-left: 95px;
    padding: 70px 30px 120px 0;
    width: auto;
  }
  .homeArea02s .aboutBlock01 .homeHeadMod01 {
    margin-left: -55px;
  }
  .homeArea02s .aboutBlock01 .textBlock01 {
    margin-top: 29px;
    font-size: 12px;
  }
  .homeArea02s .aboutBlock01 .readmoreMod01 {
    margin-top: 28px;
  }
.homeArea02s .aboutBlock01 > .vessel > .inner2 {
	margin-left: 10px;
	width: 100%;
}
  
}


/* homeArea03 */
.homeArea03 {
  position: relative;
  padding: 1px 0 0 140px;
  min-width: 1080px;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homeArea03 .homeHeadMod01 + .caseListMod01 {
  margin-top: 103px;
}
.homeArea03 > .vessel {
  margin-top: -320px;
}
.homeArea03 .readmoreMod01 {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .homeArea03 {
    padding: 1px 0 0 40px;
    min-width: 0;
  }
  .homeArea03 .homeHeadMod01 + .caseListMod01 {
    margin-top: 48px;
  }
  .homeArea03 > .vessel {
    margin-top: -166px;
  }
  .homeArea03 .readmoreMod01 {
    margin-top: 27px;
    font-size: 18px;
  }
}

/* homeArea04 */
.homeArea04 {
	position: relative;
	width: 1080px;
	z-index: 3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 100px;
	padding-right: 140px;
	padding-bottom: 200px;
	padding-left: 140px;
}
.homeArea04 .homeHeadMod01.ourproducts {
  margin-left: 70px;
}




@media screen and (max-width: 768px) {
  .homeArea04 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
    width: 100%;
 }
  .homeArea04 .homeHeadMod01.ourproducts {
    margin-left: 0;
  }
.homeArea04 .text01 {
  width: 95%;
}
.homeArea04 .text02 {
  width: 95%;
}
.homeArea04 .text03 {
  width: 95%;
}
.homeArea04 .text04 {
  width: 95%;
}
.homeArea04 .text05 {
  width: 95%;
}
.homeArea04 .text01 img {
   margin-left: 20px;
   width: 240px;
}
.homeArea04 .text02 img {
   margin-left: 20px;
   width: 240px;
}
.homeArea04 .text03 img {
   margin-left: 20px;
   width: 240px;
}
.homeArea04 .text04 img {
   margin-left: 20px;
   width: 240px;
}
.homeArea04 .text05 img {
   margin-left: 20px;
   width: 240px;
}





}

/* about
------------------------------------------ */
/* aboutArea01 */
.aboutArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.aboutArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  width: calc(100% - 17.9%);
}
.aboutArea01 .block01::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea01 .block01 .title01 {
  padding-top: 15px;
  line-height: 0;
}
.aboutArea01 .block01 .title01 img {
  width: 288px;
  height: 90px;
}
.aboutArea01 .block01 .textBlock01 {
  margin-top: 142px;
  max-width: 824px;
  font-size: 14px;
  line-height: 2.58;
}
@media screen and (max-width: 768px) {
  .aboutArea01 {
    min-width: 0;
    min-height: 568px;
  }
  .aboutArea01 .block01 {
    margin-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .aboutArea01 .block01 .title01 img {
    width: 157px;
    height: 60px;
  }
  .aboutArea01 .block01 .textBlock01 {
    margin-top: 95px;
    font-size: 13px;
    line-height: 1.85;
  }
}

/* aboutArea02 */
.aboutArea02 {
  position: relative;
  padding: 1px 0 0 0;
  min-width: 1080px;
  min-height: 900px;
  background-color: #e0e0e0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}
.aboutArea02 .headBlock01 {
  position: relative;
  margin: -271px 0 0 140px;
  padding: 272px 0 0 140px;
  width: calc(100% - 140px);
  height: 468px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3;
  overflow: hidden;
}
.aboutArea02 .headBlock01 .nav01 {
  position: relative;
  margin-top: -8px;
  z-index: 6;
}
.aboutArea02 .headBlock01 .nav01 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.aboutArea02 .headBlock01 .nav01 ul li {
  position: relative;
  padding-right: 117px;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.aboutArea02 .headBlock01 .nav01 ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 65px;
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea02 .headBlock01 .nav01 ul li:last-child::after {
  display: none;
}
.aboutArea02 .headBlock01 .nav01 a {
  display: inline-block;
  position: relative;
}
.aboutArea02 .headBlock01 .nav01 a:hover:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}
.aboutArea02 .headBlock01 .nav01 a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}

.aboutArea02 .headBlock01::before {
  content: "";
  position: absolute;
  top: 131px;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background: #ffeb00;
  z-index: 4;
}
.aboutArea02 .headBlock01::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  display: block;
  width: 794px;
  height: 351px;
  background: url(../img/about_bg_a2_01.png) no-repeat;
  background-size: 794px 351px;
  z-index: 5;
}
.aboutArea02 .headBlock01 .titleMain01 {
  position: relative;
  padding: 0 0 0 32px;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  z-index: 6;
}
.aboutArea02 .headBlock01 .titleMain01::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea02 .bodyBlock01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 138px 12.1% 0;
}
.aboutArea02 .bodyBlock01 .items {
  width: 26%;
  position: relative;
}
.aboutArea02 .bodyBlock01 .items .title01 .title01No01 {
  display: block;
  line-height: 0;
  position: absolute;
  top: 25px;
  left: -50px;
}
.aboutArea02 .bodyBlock01 .items .title01 .title01No01 em {
  position: relative;
  padding: 0 15px 0 0;
  display: inline-block;
}
.aboutArea02 .bodyBlock01 .items .title01 .title01No01 em img {
  width: 18px;
  height: 12px;
}
.aboutArea02 .bodyBlock01 .items .title01 .title01No01 em::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea02 .bodyBlock01 .items .title01 .title01Img01 {
  display: block;
  margin-top: 16px;
  line-height: 0;
}
.aboutArea02 .bodyBlock01 .items.items01 .title01 .title01Img01 img {
  width: 184px;
  height: 23px;
}
.aboutArea02 .bodyBlock01 .items.items02 .title01 .title01Img01 img {
  width: 158px;
  height: 22px;
}
.aboutArea02 .bodyBlock01 .items.items03 .title01 .title01Img01 img {
  width: 173px;
  height: 23px;
}
.aboutArea02 .bodyBlock01 .items .text01 {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  color: #575757;
}
.aboutArea02 .bodyBlock01 .items .text02 {
  margin-top: 44px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 2;
  /*letter-spacing: 0.2em;*/
  color: #333333;
  font-weight: 700;
}
.aboutArea02 .bodyBlock01 .items .text02 ul li {
  margin-left: 25px;
  position: relative;
}
.aboutArea02 .bodyBlock01 .items .text02 ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  top: 14px;
  left: -24px;
}
.aboutArea02 .bodyBlock01 .items .text02 ul li:not(:first-child) {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .aboutArea02 {
    min-width: 0;
    min-height: 0;
  }
  .aboutArea02 .headBlock01 {
    margin: -79px 0 0 40px;
    padding: 91px 0 0 40px;
    width: calc(100% - 40px);
    height: 262px;
  }
  .aboutArea02 .headBlock01::before {
    top: 48px;
    height: 254px;
  }
  .aboutArea02 .headBlock01::after {
    width: 335px;
    height: 257px;
    background: url(../img/about_bg_a2_01_sp.svg) no-repeat;
    background-size: 435px 324px;
    top: auto;
    bottom: 0;
  }
  .aboutArea02 .headBlock01 .titleMain01 {
    padding: 0 0 0 20px;
  }
  .aboutArea02 .headBlock01 .nav01 {
    margin-top: 7px;
  }
  .aboutArea02 .headBlock01 .nav01 ul {
    display: block;
  }
  .aboutArea02 .headBlock01 .nav01 ul li {
    padding-right: 0;
  }
  .aboutArea02 .headBlock01 .nav01 ul li + li {
    margin-top: 18px;
  }
  .aboutArea02 .headBlock01 .nav01 ul li::after {
    display: none;
  }
  .aboutArea02 .headBlock01 .nav01 ul li a:hover {
    opacity: 1;
  }

  .aboutArea02 .bodyBlock01 {
    display: block;
    padding-bottom: 80px;
    padding-top: 43px;
  }
  .aboutArea02 .bodyBlock01 .items {
    width: auto;
  }
  .aboutArea02 .bodyBlock01 .items:not(:first-child) {
    margin-top: 60px;
  }
  .aboutArea02 .bodyBlock01 .items .title01 .title01Img01 {
    margin-top: 20px;
  }
  .aboutArea02 .bodyBlock01 .items .title01 .title01No01 {
    display: block;
    line-height: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  .aboutArea02 .bodyBlock01 .items .text01 {
    margin-top: 28px;
    font-weight: 500;
    font-size: 12px;
  }
  .aboutArea02 .bodyBlock01 .items .text02 {
    margin-top: 30px;
    letter-spacing: 0;
  }
  .aboutArea02 .bodyBlock01 .items .text02 ul li:not(:first-child) {
    margin-top: 8px;
  }
}

/* aboutArea03 */
.aboutArea03 {
  position: relative;
  padding: 0 140px;
  min-width: 1080px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aboutArea03 > .vessel {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 202px 0 0 0;
}
.aboutArea03 > .vessel .titleMain01 {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  position: relative;
  padding: 35px 0 0 0;
  line-height: 0;
}
.aboutArea03 > .vessel .titleMain01 span {
  display: block;
  font-size: 14px;
  margin-top: 1.7em;
  font-weight: 400;
}
.aboutArea03 > .vessel .titleMain01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea03 > .vessel .titleMain01 img {
  width: 192px;
  height: 100px;
}
.aboutArea03 > .vessel .body01 {
  padding: 13px 0 0 0;
  width: 62.8%;
  font-size: 14px;
  line-height: 1.86;
}
.aboutArea03 > .vessel .body01 a:hover {
  opacity: 0.7;
}
.aboutArea03 > .vessel .body01 .dl01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  border-bottom: 1px solid #e0e0e0;
}
.aboutArea03 > .vessel .body01 .dl01 > dt {
  padding: 38px 10px 36px 0;
  width: 187px;
  color: #7e7e7e;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aboutArea03 > .vessel .body01 .dl01 > dd {
  padding: 38px 0 36px 0;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .list01 > li:not(:first-child) {
  margin-top: 8px;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .link01 {
  font-size: 13px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
.aboutArea03 > .vessel .body01 .dl01 > dd p + .link01 {
  margin-top: 1px;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .profile01 a {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 0;
  min-height: 26px;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .profile01 a::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img_cmn/btn_plus_01.svg) no-repeat;
  background-size: cover;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .siteList01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .siteList01 + .siteList01 {
  margin-top: 9px;
}
.aboutArea03 > .vessel .body01 .dl01 > dd .siteList01 > dt {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .aboutArea03 {
    padding: 0 40px;
    min-width: 0;
  }
  .aboutArea03 > .vessel {
    display: block;

    padding: 100px 0 0 0;
  }
  .aboutArea03 > .vessel .body01 {
    padding: 32px 0 0 0;
    width: auto;
  }
  .aboutArea03 > .vessel .body01 a:hover {
    opacity: 1;
  }
  .aboutArea03 > .vessel .body01 .dl01 {
    display: block;
  }
  .aboutArea03 > .vessel .body01 .dl01 > dt {
    padding: 28px 0 0 0;
    width: auto;
  }
  .aboutArea03 > .vessel .body01 .dl01 > dd {
    padding: 9px 0 26px 0;
  }
  .aboutArea03 > .vessel .body01 .dl01 > dd .list01 > li:not(:first-child) {
    margin-top: 0;
  }
  .aboutArea03 > .vessel .body01 .dl01 > dd .siteList01 + .siteList01 {
    margin-top: 9px;
  }
  .aboutArea03 > .vessel .body01 .dl01 > dd .siteList01 > dt {
    padding-right: 10px;
    width: 7em;
  }
}

/* aboutArea04 */
.aboutArea04 {
  position: relative;
  padding: 0 140px;
  min-width: 1080px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.aboutArea04 > .vessel {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 202px 0 200px 0;
}
.aboutArea04 > .vessel .titleMain01 {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  position: relative;
  padding: 35px 0 0 0;
  line-height: 0;
}
.aboutArea04 > .vessel .titleMain01 span {
  display: block;
  font-size: 14px;
  margin-top: 1.7em;
  font-weight: 400;
}
.aboutArea04 > .vessel .titleMain01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.aboutArea04 > .vessel .titleMain01 img {
  width: 192px;
  height: 50px;
}
.aboutArea04 > .vessel .body01 {
  padding: 13px 0 0 0;
  width: 62.8%;
  font-size: 14px;
  line-height: 1.86;
}
.aboutArea04 > .vessel .body01 a:hover {
  opacity: 0.7;
}
.aboutArea04 > .vessel .body01 .ul01 > li:first-child {
  color: #7e7e7e;
}
.aboutArea04 > .vessel .body01 .ul01 > li {
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  padding: 38px 0 36px 0;
}

@media screen and (max-width: 768px) {
  .aboutArea04 {
    padding: 0 40px;
    min-width: 0;
  }
  .aboutArea04 > .vessel {
    display: block;

    padding: 100px 0 130px 0;
  }
  .aboutArea04 > .vessel .body01 {
    padding: 32px 0 0 0;
    width: auto;
  }
  .aboutArea04 > .vessel .body01 a:hover {
    opacity: 1;
  }
  .aboutArea04 > .vessel .body01 .ul01 {
    display: block;
  }
  .aboutArea04 > .vessel .body01 .ul01 > li {
    padding: 26px 0;
  }
}

/* modalBg */
#modalBg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.69);
  z-index: 1000;

  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* modalMod01 */
.modalMod01 {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 1001;
}
.modalMod01 .modalProfile01 {
  padding: 78px 95px 75px 100px;
  width: 800px;
  height: calc(100vh - 20px);
  max-height: 700px;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.modalMod01 .modalProfile01 .profileSns {
  margin-top: 8px;
}
.modalMod01 .modalProfile01 .profileSns a {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.modalMod01 .modalProfile01 .titleMain01 .titleMain0101 {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
}
.modalMod01 .modalProfile01 .titleMain01 .titleMain0102 {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.modalMod01 .modalProfile01 .textBlock01 {
  margin-top: 55px;
  font-size: 14px;
  line-height: 1.86;
}
.modalMod01 .modalProfile01 .textBlock02 {
  margin-top: 35px;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 2.17;
}
.modalMod01 .modalProfile01 .textBlock02 dl {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.modalMod01 .modalProfile01 .textBlock02 dl > dt {
  padding-right: 10px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.modalMod01 .modalProfile01 .textBlock02 dl + p {
  margin-top: 12px;
}
.modalMod01 .modalProfile01 .titleMain02 {
  font-weight: 700;
  margin-bottom: 10px;
}
.modalClose {
  display: none;
  position: absolute;
  left: auto !important;
  top: 13px !important;
  right: 10px !important;
  width: 30px;
  height: 30px;
  z-index: 1500;
}
.modalClose .vessel {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.modalClose .vessel span:before,
.modalClose .vessel span:after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 19px;
  width: 14px;
  height: 2px;
  margin: -8% 0 0 -42%;
  background: rgb(214, 214, 214);
}
.modalClose .vessel span::before {
  transform: rotate(-45deg);
}
.modalClose .vessel span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .modalMod01 {
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100vh - 20px);
    max-height: auto;
    overflow: hidden;
    overflow-y: auto;
  }
  .modalMod01 .modalProfile01 {
    padding: 70px 20px 40px 20px;
    width: auto;
    height: auto;
    overflow-y: auto;
  }

  .modalMod01 .modalProfile01 .titleMain01 .titleMain0101 {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
  }
  .modalMod01 .modalProfile01 .titleMain01 .titleMain0102 {
    display: block;
    margin-top: 5px;
    font-size: 15px;
  }
  .modalMod01 .modalProfile01 .textBlock01 {
    margin-top: 2em;
    font-size: 13px;
    line-height: 1.86;
  }
  .modalMod01 .modalProfile01 .textBlock02 {
    margin-top: 35px;
    color: #7e7e7e;
    font-size: 12px;
    line-height: 2.17;
  }
  .modalMod01 .modalProfile01 .textBlock02 dl {
    display: block;
  }
  .modalMod01 .modalProfile01 .textBlock02 dl + dl {
    margin-top: 10px;
  }
  .modalMod01 .modalProfile01 .textBlock02 dl > dt {
    padding: 0;
    font-weight: 700;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .modalMod01 .modalProfile01 .textBlock02 dl + p {
    margin-top: 12px;
  }
}

/* cases
------------------------------------------ */
/* casesIndexArea01 */
.casesIndexArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.casesIndexArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  width: calc(100% - 17.9%);
}
.casesIndexArea01 .block01::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.casesIndexArea01 .block01 .title01 {
  padding-top: 15px;
  line-height: 0;
}
.casesIndexArea01 .block01 .title01 img {
  width: 676px;
  height: 90px;
}
.casesIndexArea01 .block01 .textBlock01 {
  margin-top: 142px;
  max-width: 824px;
  font-size: 14px;
  line-height: 2.58;
}
@media screen and (max-width: 768px) {
  .casesIndexArea01 {
    min-width: 0;
    min-height: 568px;
  }
  .casesIndexArea01 .block01 {
    margin-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .casesIndexArea01 .block01 .title01 img {
    width: 450px;
    height: 60px;
  }
  .casesIndexArea01 .block01 .textBlock01 {
    margin-top: 95px;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.85;
  }
}

/* casesIndexArea02 */
.casesIndexArea02 {
  position: relative;
  padding: 1px 0 200px 140px;
  min-width: 1080px;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.casesIndexArea02 > .vessel {
  margin-top: -141px;
}
@media screen and (max-width: 768px) {
  .casesIndexArea02 {
    padding: 1px 0 100px 40px;
    min-width: 0;
  }
  .casesIndexArea02 > .vessel {
    margin-top: -31px;
  }
}

/* casesDetailArea01 */
.casesDetailArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.casesDetailArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  width: calc(100% - 17.9%);
}
.casesDetailArea01 .block01::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.casesDetailArea01 .block01 .title01 {
  padding-top: 19px;
  color: #222;
  font-size: 52px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.casesDetailArea01 .block01 .subTitle01 {
  margin-top: -3px;
  color: #919191;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
}
.casesDetailArea01 .block01 .textBlock01 {
  margin-top: 130px;
  font-size: 14px;
  line-height: 1.85;
}
.casesDetailArea01 .block01 .textBlock02 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 23px;
  color: #919191;
}
.casesDetailArea01 .block01 .textBlock02 dl {
  display: table;
}
.casesDetailArea01 .block01 .textBlock02 dl + dl {
  margin-left: 80px;
}
.casesDetailArea01 .block01 .textBlock02 dl > dd,
.casesDetailArea01 .block01 .textBlock02 dl > dt {
  display: table-cell;
  vertical-align: middle;
}
.casesDetailArea01 .block01 .textBlock02 dl > dt {
  font-size: 16px;
  font-family: "Karla", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.casesDetailArea01 .block01 .textBlock02 dl > dd {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .casesDetailArea01 {
    min-width: 0;
    min-height: 568px;
  }
  .casesDetailArea01 .block01 {
    margin-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .casesDetailArea01 .block01 .title01 {
    padding-top: 16px;
    font-size: 32px;
  }
  .casesDetailArea01 .block01 .subTitle01 {
    margin-top: -6px;
  }
  .casesDetailArea01 .block01 .textBlock01 {
    margin-top: 90px;
    font-size: 13px;
  }
  .casesDetailArea01 .block01 .textBlock02 {
    display: block;

    margin-top: 27px;
  }
  .casesDetailArea01 .block01 .textBlock02 dl + dl {
    margin: 13px 0 0 0;
  }
}

/* casesDetailArea02 */
.casesDetailArea02 {
  position: relative;
  padding: 200px 0 0 0;
  min-width: 1080px;
  background-color: #fff;
  z-index: 2;
}
.casesDetailArea02 > .vessel {
  padding: 1px 0 0 0;
  background-color: #f2f2f2;
}
.casesDetailArea02 .mainImage01 {
  margin-top: -341px;
  padding: 0 0 0 140px;
}
.casesDetailArea02 .mainImage01 img {
  width: 100%;
  height: auto;
}
.casesDetailArea02 > .vessel > .inner {
  padding: 132px 140px 200px 140px;
}
.casesDetailArea02 .section01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
}
.casesDetailArea02 .section01 + .section01 {
  margin-top: 100px;
}
.casesDetailArea02 .section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 88px;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.casesDetailArea02 .section01 .headBlock01 {
  padding: 31px 0 0 140px;
  width: 41.1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.casesDetailArea02 .section01 .headBlock01 .titleMain01 {
  font-size: 22px;
  font-family: "Karla", sans-serif;
}
.casesDetailArea02 .section01 .bodyBlock01 {
  padding: 31px 0 0 0;
  width: 58.9%;
  font-size: 14px;
  line-height: 2;
}
.casesDetailArea02 .section01 .bodyBlock01 p + p {
  margin-top: 28px;
}
.casesDetailArea02 .section01.outline .bodyBlock01 a {
  text-decoration: underline;
}
.casesDetailArea02 .section01.credit .bodyBlock01 {
  padding: 26px 0 0 0;
}
.casesDetailArea02 .section01 .bodyBlock01 .creditDl01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.casesDetailArea02 .section01 .bodyBlock01 .creditDl01 + .creditDl01 {
  margin-top: 22px;
}
.casesDetailArea02 .section01 .bodyBlock01 .creditDl01 > dt {
  padding: 0 10px 0 0;
  width: 200px;
  color: #919191;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .casesDetailArea02 {
    padding: 0;
    min-width: 0;
  }
  .casesDetailArea02 .mainImage01 {
    margin-top: -31px;
    padding: 0 0 0 40px;
  }
  .casesDetailArea02 > .vessel > .inner {
    padding: 58px 40px 80px 40px;
  }
  .casesDetailArea02 .section01 {
    display: block;
  }
  .casesDetailArea02 .section01 + .section01 {
    margin-top: 55px;
  }
  .casesDetailArea02 .section01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .casesDetailArea02 .section01 .headBlock01 {
    padding: 11px 0 0 20px;
    width: auto;
  }
  .casesDetailArea02 .section01 .bodyBlock01 {
    padding: 20px 0 0 20px;
    width: auto;
    line-height: 1.86;
  }
  .casesDetailArea02 .section01 .bodyBlock01 p + p {
    margin-top: 20px;
  }
  .casesDetailArea02 .section01.credit .bodyBlock01 {
    padding: 18px 0 0 20px;
  }
  .casesDetailArea02 .section01 .bodyBlock01 .creditDl01 {
    display: block;
  }
  .casesDetailArea02 .section01 .bodyBlock01 .creditDl01 > dt {
    padding: 0 0 2px 0;
    width: auto;
    line-height: 1.86;
  }
}

/* casesDetailArea03 */
.casesDetailArea03 {
  min-width: 1080px;
  background-color: #fff;
}
.casesDetailArea03 .mainTitle01 {
  position: relative;
  line-height: 0;
}
.casesDetailArea03 .mainTitle01 img {
  width: 100%;
  height: auto;
}
.casesDetailArea03 .mainTitle01 p {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 32px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .casesDetailArea03 {
    min-width: 0;
  }
  .casesDetailArea03 .mainTitle01 p {
    font-size: 20px;
  }
}

/* casesDetailArea04 */
.casesDetailArea04 {
  min-width: 1080px;
  background-color: #fff;
}
.casesDetailArea04 > .vessel {
  background-color: #f2f2f2;
}
.casesDetailArea04 > .vessel > .inner {
  padding: 132px 140px 200px 140px;
}
.casesDetailArea04 .section01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
}
.casesDetailArea04 .section01 + .section01 {
  margin-top: 100px;
}
.casesDetailArea04 .section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 88px;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.casesDetailArea04 .section01.bottom::before {
  display: none;
}
.casesDetailArea04 .section01 .headBlock01 {
  padding: 31px 0 0 140px;
  width: 41.1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.casesDetailArea04 .section01 .headBlock01 .titleMain01 {
  font-size: 22px;
  font-family: "Karla", sans-serif;
}
.casesDetailArea04 .section01 .bodyBlock01 {
  padding: 31px 0 0 0;
  width: 58.9%;
  font-size: 14px;
  line-height: 2;
}
.casesDetailArea04 .section01 .bodyBlock02 {
  padding: 98px 0 0 0;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.casesDetailArea04 .section01.bottom .bodyBlock01 {
  padding: 98px 0 0 0;
}
.casesDetailArea04 .section01 .bodyBlock01 p + p {
  margin-top: 28px;
}
.casesDetailArea04 .section01 .bodyBlock01 .textBlock01 + p {
  margin-top: 85px;
}
.casesDetailArea04 .section01 .bodyBlock01 .title01 {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.79;
}
.casesDetailArea04 .section01 .bodyBlock01 p + .title01 {
  margin-top: 72px;
}
.casesDetailArea04 .section01 .bodyBlock01 .textBlock01 + .title01 {
  margin-top: 67px;
}
.casesDetailArea04 .section01 .bodyBlock01 .title01 em {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-size: 20px;
  font-family: "Karla", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.casesDetailArea04 .section01 .bodyBlock01 .textBlock01 {
  padding: 0 0 0 40px;
}
.casesDetailArea04 .section01 .bodyBlock01 .title01 + .textBlock01 {
  margin-top: 34px;
}
.casesDetailArea04 .oursolutionsBox01 {
  margin-top: 98px;
  padding: 73px 110px 100px 110px;
  background: #fff;
}
.casesDetailArea04 .oursolutionsBox01 .titleMain01 {
  font-size: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 {
  margin-top: 70px;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li {
  width: calc((100% - 6px) / 3);
  background: #f7f7f7;
  text-align: center;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .no01 {
  padding: 41px 0 0 0;
  color: #adadad;
  font-size: 40px;
  font-family: "Karla", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .title01 {
  margin-top: 10px;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.05em;
}
.casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .text01 {
  margin-top: 92px;
  padding-bottom: 117px;
  font-size: 20px;
  line-height: 1.8;
  text-indent: 0.05em;
}
.casesDetailArea04 .section01.bottom + .loImgMod01 {
  margin-top: 210px;
}
/*zeroplus*/
.casesDetailArea04 .section01.zeroplus .headBlock01 {
  padding: 31px 0 0 140px;
  width: 26.6%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.casesDetailArea04 .section01.zeroplus .bodyBlock01 .title01 {
  position: relative;
  padding: 8px 0 0 40px;
}
.casesDetailArea04 .section01.zeroplus .bodyBlock01 {
  padding: 31px 0 0 0;
  width: 73.4%;
  font-size: 14px;
  line-height: 2;
}
.casesDetailArea04 .oursolutionsBox01.zeroplus .bodyBlock01 > ul > li img {
  margin-top: 47px;
  width: 147px;
  height: 120px;
}
.casesDetailArea04 .oursolutionsBox01.zeroplus .bodyBlock01 > ul > li .text01 {
  margin-top: 50px;
  padding-bottom: 67px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  text-indent: 0.05em;
}
.loImgMod01.zeroplus01,
.loImgMod01.zeroplus02 {
  text-align: center;
}
.casesDetailArea04 .section01.bottom + .loImgMod01.zeroplus01 {
  margin-top: 158px;
}
.loImgMod01.zeroplus02 {
  margin-top: 65px;
}
.loImgMod01.zeroplus01 img {
  width: 757px;
  height: auto;
}
.loImgMod01.zeroplus02 img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .casesDetailArea04 {
    min-width: 0;
  }
  .casesDetailArea04 > .vessel > .inner {
    padding: 77px 40px 80px 40px;
  }
  .casesDetailArea04 .section01 {
    display: block;
  }
  .casesDetailArea04 .section01 + .section01 {
    margin-top: 55px;
  }
  .casesDetailArea04 .section01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .casesDetailArea04 .section01 .headBlock01,
  .casesDetailArea04 .section01.zeroplus .headBlock01 {
    padding: 11px 0 0 20px;
    width: auto;
  }
  .casesDetailArea04 .section01 .bodyBlock01,
  .casesDetailArea04 .section01.zeroplus .bodyBlock01 {
    padding: 20px 0 0 20px;
    width: auto;
    line-height: 1.86;
  }
  .casesDetailArea04 .section01.bottom .bodyBlock01 {
    padding: 36px 0 0 20px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 p + p {
    margin-top: 20px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .textBlock01 + p {
    margin-top: 40px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .title01,
  .casesDetailArea04 .section01.zeroplus .bodyBlock01 .title01 {
    padding: 0;
    font-size: 14px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 p + .title01 {
    margin-top: 27px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .textBlock01 + .title01 {
    margin-top: 27px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .title01 em {
    position: absolute;
    top: 4px;
    left: -32px;
    font-size: 16px;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .textBlock01 {
    padding: 0;
  }
  .casesDetailArea04 .section01 .bodyBlock01 .title01 + .textBlock01 {
    margin-top: 22px;
  }
  .casesDetailArea04 .oursolutionsBox01 {
    margin-top: 86px;
    padding: 37px 30px 30px 30px;
  }
  .casesDetailArea04 .oursolutionsBox01 .titleMain01 {
    font-size: 22px;
    text-align: center;
    text-indent: 0.1em;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 {
    margin-top: 28px;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul {
    display: block;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li {
    width: auto;
  }
  .casesDetailArea04
    .oursolutionsBox01
    .bodyBlock01
    > ul
    > li:not(:first-child) {
    margin-top: 2px;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .no01 {
    padding: 25px 0 0 0;
    font-size: 28px;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .title01 {
    margin-top: 3px;
    font-size: 14px;
  }
  .casesDetailArea04 .oursolutionsBox01 .bodyBlock01 > ul > li .text01,
  .casesDetailArea04
    .oursolutionsBox01.zeroplus
    .bodyBlock01
    > ul
    > li
    .text01 {
    margin-top: 25px;
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 1.875;
  }
  .casesDetailArea04 .section01.bottom + .loImgMod01,
  .casesDetailArea04 .section01.bottom + .loImgMod01.zeroplus01 {
    margin-top: 60px;
  }
  .loImgMod01.zeroplus02 img {
    width: 185px;
    height: auto;
  }
  .casesDetailArea04 .section01 .bodyBlock02 {
    padding-top: 58px;
    text-align: left;
    line-height: 1.86;
  }
}

/* contact
------------------------------------------ */
/* contactArea01 */
.contactArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.contactArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  width: calc(100% - 17.9%);
}
.contactArea01 .block01::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.contactArea01 .block01 .title01 {
  padding-top: 15px;
  line-height: 0;
}
.contactArea01 .block01 .title01 img {
  width: 354px;
  height: 90px;
}
.contactArea01 .block01 .textBlock01 {
  margin-top: 142px;
  max-width: 824px;
  font-size: 14px;
  line-height: 2.58;
}
@media screen and (max-width: 768px) {
  .contactArea01 {
    min-width: 0;
    min-height: 568px;
  }
  .contactArea01 .block01 {
    margin-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    width: auto;
  }
  .contactArea01 .block01 .title01 img {
    width: 207px;
    height: 60px;
  }
  .contactArea01 .block01 .textBlock01 {
    margin-top: 95px;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.85;
  }
}

/* contactArea02 */
.contactArea02 {
  position: relative;
  padding: 1px 0 0 140px;
  min-width: 1080px;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.contactArea02 > .vessel {
  margin-top: -231px;
  background: #f2f2f2;
}
.contactArea02 > .vessel > .inner {
  margin: 0 auto;
  padding: 198px 0 200px 0;
  width: 660px;
}
body.contactComplete .contactArea02 > .vessel > .inner {
  padding: 0;
  width: auto;
  height: 230px;
}
body.contactConfirm .contactArea02 .lead01 {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .contactArea02 {
    padding: 1px 0 0 0;
    min-width: 0;
  }
  .contactArea02 > .vessel {
    margin-top: -141px;
  }
  .contactArea02 > .vessel > .inner {
    padding: 56px 40px 85px 40px;
    width: auto;
  }
  body.contactComplete .contactArea02 > .vessel > .inner {
    height: 140px;
  }
}

/* blog
------------------------------------------ */
/* blogListMod01 */
.blogListMod01 {
  border-top: 1px solid #e2e2e2;
}
.blogListMod01 ul li {
  border-bottom: 1px solid #e2e2e2;
}
.blogListMod01 ul li a {
  display: block;
}
.blogListMod01 ul li a:hover {
  background: #f2f2f2;
}
.blogListMod01 ul li a .lo01 {
  display: table;
  width: 100%;
}
.blogListMod01 ul li a .lo01 .lo0103,
.blogListMod01 ul li a .lo01 .lo0102,
.blogListMod01 ul li a .lo01 .lo0101 {
  display: table-cell;
  height: 128px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.blogListMod01 ul li a .lo01 .lo0101 {
  padding: 0 0 0 20px;
  width: 176px;
  color: #898989;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
}
.blogListMod01 ul li a .lo01 .lo0101 .category01 {
  display: none;
}
.blogListMod01 ul li a .lo01 .lo0102 {
  width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
}
.blogListMod01 ul li a .lo01 .lo0103 {
  width: 220px;
  color: #a3a3a3;
  font-size: 12px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .blogListMod01 ul li a .lo01 .lo0103,
  .blogListMod01 ul li a .lo01 .lo0102,
  .blogListMod01 ul li a .lo01 .lo0101 {
    display: block;
    height: auto;
    vertical-align: baseline;
  }
  .blogListMod01 ul li a .lo01 .lo0101 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;

    padding: 0;
    width: auto;
  }
  .blogListMod01 ul li a .lo01 .lo0101 .date01 {
    padding: 18px 0 0 0;
    line-height: 1.5;
  }
  .blogListMod01 ul li a .lo01 .lo0101 .category01 {
    padding: 21px 0 0 0;
    display: block;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 1.5;
  }
  .blogListMod01 ul li a .lo01 .lo0102 {
    padding: 12px 0 19px 0;
    width: auto;
    line-height: 1.72;
  }
  .blogListMod01 ul li a .lo01 .lo0103 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .blogListMod01 ul li a:hover {
    background: transparent;
  }
  .blogListMod01 ul li a .lo01 {
    display: block;
    width: auto;
  }
  .blogListMod01 ul li a .lo01 .lo0102 {
    font-size: 14px;
  }
}

/* blogPageNavMod01 */
.blogPageNavMod01 {
  margin-top: 60px;
  text-align: right;
}
.blogPageNavMod01 .wp-pagenavi a:link,
.blogPageNavMod01 .wp-pagenavi a,
.blogPageNavMod01 .wp-pagenavi span {
  display: none;
  vertical-align: middle;
}
.blogPageNavMod01 .wp-pagenavi span.pages {
  display: inline-block;
  padding-right: 7px;
  height: 60px;
  color: #898989;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 60px;
}
.blogPageNavMod01 .wp-pagenavi a.previouspostslink {
  display: inline-block;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  background: url(../img_cmn/icn_prev_01.svg) no-repeat;
  background-size: 60px 60px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.blogPageNavMod01 .wp-pagenavi a.nextpostslink {
  display: inline-block;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  background: url(../img_cmn/icn_next_01.svg) no-repeat;
  background-size: 60px 60px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.blogPageNavMod01 .wp-pagenavi a.nextpostslink:hover,
.blogPageNavMod01 .wp-pagenavi a.previouspostslink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .blogPageNavMod01 {
    margin-top: 20px;
  }
  .blogPageNavMod01 .wp-pagenavi a.nextpostslink:hover,
  .blogPageNavMod01 .wp-pagenavi a.previouspostslink:hover {
    opacity: 1;
  }
}

/* blogArea01 */
.blogArea01 {
  position: relative;
  padding: 200px 140px 200px 140px;
}
@media screen and (max-width: 768px) {
  .blogArea01 {
    padding: 120px 40px 100px 40px;
    min-width: 0;
  }
}

/* blogDetailArea01 */
.blogDetailArea01 {
  position: relative;
  padding: 275px 280px 0 280px;
}
.blogDetailArea01 .headBlock01 {
  position: relative;
}
.blogDetailArea01 .headBlock01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.blogDetailArea01 .headBlock01 .titleMain01 {
  padding: 45px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.39;
}
.blogDetailArea01 .headBlock01 .postinfo {
  margin-top: 23px;
  color: #919191;
  letter-spacing: 0.1em;
}
.blogDetailArea01 .headBlock01 .postinfo .date {
  display: inline-block;
  font-size: 15px;
  font-family: "Karla", sans-serif;
}
.blogDetailArea01 .headBlock01 .postinfo .cat {
  display: inline-block;
  margin-left: 22px;
  font-size: 13px;
}
.blogDetailArea01 .headBlock01 .postinfo .cat a {
  color: #919191;
}
.blogDetailArea01 .postContent {
  margin-top: 127px;
  font-size: 16px;
  line-height: 2;
}
.blogDetailArea01 .postContent:after {
  content: "";
  clear: both;
  display: block;
}
.blogDetailArea01 .postContent a {
  padding-bottom: 6px;
  border-bottom: 1px dotted #626262;
}
.blogDetailArea01 .postContent a:hover {
  opacity: 0.7;
}
.blogDetailArea01 .postContent h2 {
  margin-top: 6em;
  font-size: 20px;
  line-height: 1.9;
}
.blogDetailArea01 .postContent h3 {
  margin-top: 3em;
}
.blogDetailArea01 .postContent p {
  margin-top: 3em;
}
.blogDetailArea01 .postContent ul {
  margin-top: 3em;
}
.blogDetailArea01 .postContent ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}
.blogDetailArea01 .postContent ul li:not(:first-child) {
  margin-top: 1.1em;
}
.blogDetailArea01 .postContent ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
}
.blogDetailArea01 .backToIndex01 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 16px;
  height: 500px;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-indent: 0.05em;
}
.blogDetailArea01 .backToIndex01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .blogDetailArea01 {
    padding: 200px 140px 0 140px;
  }
  .blogDetailArea01 .headBlock01 {
    position: relative;
  }
  .blogDetailArea01 .headBlock01::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .blogDetailArea01 .headBlock01 {
    position: relative;
  }
  .blogDetailArea01 .headBlock01::before {
    left: 0;
  }
  .blogDetailArea01 .headBlock01 .titleMain01 {
    padding: 30px 0 0 0;
    font-size: 18px;
    line-height: 1.78;
  }
  .blogDetailArea01 .headBlock01 .postinfo {
    margin-top: 10px;
  }
  .blogDetailArea01 .headBlock01 .postinfo .cat {
    margin-left: 20px;
  }
  .blogDetailArea01 .postContent {
    margin-top: 43px;
    font-size: 14px;
  }
  .blogDetailArea01 .postContent a {
    padding-bottom: 7px;
  }
  .blogDetailArea01 .postContent a:hover {
    opacity: 1;
  }
  .blogDetailArea01 .postContent h2 {
    font-size: 16px;
    line-height: 1.875;
  }
  .blogDetailArea01 .postContent ul li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
  }
  .blogDetailArea01 .postContent ul li:not(:first-child) {
    margin-top: 1.1em;
  }
  .blogDetailArea01 .postContent ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
  }
  .blogDetailArea01 .backToIndex01 {
    margin-top: 15px;
    height: 200px;
  }
  .blogDetailArea01 .backToIndex01 a:hover {
    opacity: 1;
  }
}

/**/

.ourproductsListMod01 .box01 .box0101:before {
  content: "";
  display: block;
  padding-top: 154%;
}
.js-slideimg-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.js-slideimg-wrapper:before {
  content: "";
  display: block;
  padding-top: 65%; /* 1:1 */
}

.js-slideimg-slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.js-slideimg-slide .box0101 {
  overflow: hidden;
  visibility: hidden;
}
.js-slideimg-slide .box0102 {
  opacity: 0;
  visibility: hidden;
}
.js-slideimg-slide.active .box0102 {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.js-slideimg-slide.active .box0101,
.js-slideimg-slide.prev .box0101 {
  visibility: visible;
}

.js-slideimg-slide .box0101 div {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  transition: all 1.5s cubic-bezier(0.16, 0.84, 0.44, 1) 0s;
  will-change: transform, width;
}
.js-slideimg-slide.active .box0101 div {
  transform: translateX(0);
  width: 100%;
  z-index: 5;
  opacity: 1;
  transition: width 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0s,
    transform 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0s;
}
.js-slideimg-slide.prev .box0101 div {
  z-index: 15;
  animation: slideout 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0s normal both;
}
@keyframes slideout {
  0% {
    transform: translateX(0);
    width: 100%;
  }
  100% {
    transform: translateX(-20%);
    width: 0;
  }
}
.js-slideimg-slide .box0101 a {
  display: block;
  position: absolute;
  background-color: #ccc;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.js-slideimg-pagenation {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -140px;
  left: auto;
  width: auto;
  height: auto;
  text-align: right;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.js-slideimg-pagenation-bullet {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  padding: 0 35px 0 0;
  width: auto;
  height: 24px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  font-weight: 800;
  line-height: 24px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.js-slideimg-pagenation-bullet.active {
  pointer-events: none;
}
.js-slideimg-pagenation-bullet span {
  position: relative;
  transition: 0.3s;
  /* display: none; */
  top: 2em;
}
.js-slideimg-pagenation-bullet:hover span,
.js-slideimg-pagenation-bullet.active span {
  top: 0;
}
.js-slideimg-pagenation-bullet::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 4px;
  display: block;
  width: 6px;
  height: 2px;
  background: #222;
  transition: all 0.3s ease;
}
.js-slideimg-pagenation-bullet.active::after,
.js-slideimg-pagenation-bullet:hover::after {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .js-slideimg-container {
    overflow-y: scroll;
  }
  .js-slideimg-wrapper {
    display: flex;
    width: 294vw;
  }
  .js-slideimg-wrapper:before {
    /* padding-top: 180%; */
    padding-top: 0;
    display: none;
  }
  .js-slideimg-slide {
    position: relative;
    margin-right: 7.3vw;
    width: 68vw;
  }
  .ourproductsListMod01 .js-slideimg-slide .box01 {
    width: auto;
  }
  .js-slideimg-slide .box0101,
  .js-slideimg-slide .box0102 {
    visibility: visible;
    opacity: 1;
  }
  .ourproductsListMod01 .js-slideimg-slide .box01 .box0102 .logo01 {
    margin-top: 30px;
    margin-bottom: 26px;
  }
  .js-slideimg-slide .box0101 div {
    transform: none;
  }
  .js-slideimg-pagenation {
    right: 0;
    display: none;
  }
  .js-slideimg-slide.active .box0101 div {
    transition: none;
    visibility: visible;
    display: block;
  }
  .js-slideimg-slide.prev .box0101 div {
    visibility: hidden;
  }
  /* .js-slideimg-slide .box0101 div{
      visibility: hidden;
      display: none;
    } */
}

/* recruit
------------------------------------------ */
/* recruitArea01 */
.recruitArea01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  min-width: 1080px;
  height: 100vh;
  min-height: 800px;
  background-color: #fff;
  color: #333;
  z-index: 1;
}
.recruitArea01 .block01 {
  position: relative;
  margin-left: 17.9%;
  width: calc(100% - 17.9%);
}
.recruitArea01 .block01::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.recruitArea01 .block01 .title01 {
  padding-top: 15px;
  line-height: 0;
}
.recruitArea01 .block01 .title01 img {
  width: 310px;
  height: 78px;
}
.recruitArea01 .block01 .textBlock01 {
  margin-top: 136px;
  font-size: 14px;
  line-height: 2.58;
}
@media screen and (max-width: 768px) {
  .recruitArea01 {
    min-width: 0;
    min-height: 568px;
  }
  .recruitArea01 .block01 {
    margin-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .recruitArea01 .block01 .title01 img {
    width: 170px;
    height: 43px;
  }
  .recruitArea01 .block01 .textBlock01 {
    margin-top: 95px;
    font-size: 13px;
    line-height: 1.85;
  }
}

/* recruitArea02 */
.recruitArea02 {
  position: relative;
  padding: 1px 0 0 0;
  min-width: 1080px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}
.recruitArea02 .headBlock01 {
  position: relative;
  margin: -271px 0 0 140px;
  padding: 272px 0 0 140px;
  width: calc(100% - 140px);
  height: 468px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3;
  overflow: hidden;
}
.recruitArea02 .headBlock01::before {
  content: "";
  position: absolute;
  top: 131px;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background: #49f2be;
  z-index: 4;
}
.recruitArea02 .headBlock01::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  display: block;
  width: 794px;
  height: 351px;
  background: url(../img/recruit_bg_a2_01.png) no-repeat;
  background-size: 794px 351px;
  z-index: 5;
}
.recruitArea02 .headBlock01 .nav01 {
  position: relative;
  margin-top: -8px;
  z-index: 6;
}
.recruitArea02 .headBlock01 .nav01 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.recruitArea02 .headBlock01 .nav01 ul li {
  position: relative;
  padding-right: 117px;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.recruitArea02 .headBlock01 .nav01 ul li:last-child {
  padding-right: 0;
}
.recruitArea02 .headBlock01 .nav01 ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 65px;
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.recruitArea02 .headBlock01 .nav01 ul li:last-child::after {
  display: none;
}
.recruitArea02 .headBlock01 .nav01 a {
  display: inline-block;
  position: relative;
}
.recruitArea02 .headBlock01 .nav01 a:hover:before {
  animation: hover-slideBg-in 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1 normal
    forwards running;
}
.recruitArea02 .headBlock01 .nav01 a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: hover-slideBg-out 0.3s cubic-bezier(0.16, 0.84, 0.44, 1) 0s 1
    normal forwards running;
}
@media screen and (max-width: 768px) {
  .recruitArea02 {
    min-width: 0;
  }
  .recruitArea02 .headBlock01 {
    margin: -79px 0 0 40px;
    padding: 91px 0 0 40px;
    width: calc(100% - 40px);
    height: 302px;
  }
  .recruitArea02 .headBlock01::before {
    top: 48px;
    height: 254px;
  }
  .recruitArea02 .headBlock01::after {
    width: 335px;
    height: 254px;
    background: url(../img/recruit_bg_a2_01_sp.png) no-repeat;
    background-size: 335px 254px;
    top: auto;
    bottom: 0;
  }
  .recruitArea02 .headBlock01 .titleMain01 {
    padding: 0 0 0 20px;
  }
  .recruitArea02 .headBlock01 .nav01 {
    margin-top: 7px;
  }
  .recruitArea02 .headBlock01 .nav01 ul {
    display: block;
  }
  .recruitArea02 .headBlock01 .nav01 ul li {
    padding-right: 0;
  }
  .recruitArea02 .headBlock01 .nav01 ul li + li {
    margin-top: 18px;
  }
  .recruitArea02 .headBlock01 .nav01 ul li::after {
    display: none;
  }
  .recruitArea02 .headBlock01 .nav01 ul li a:hover {
    opacity: 1;
  }
}

/* recruitArea03 */
.recruitArea03 {
  position: relative;
  min-width: 1080px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recruitArea03 > .vessel {
  padding: 103px 140px 0 140px;
}
.recruitArea03#INFOMATION > .vessel {
  padding-bottom: 258px;
}
.recruitArea03 .section01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
}
.recruitArea03 .section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 88px;
  display: block;
  width: 2px;
  height: 10px;
  background: #222;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.recruitArea03 .section01 .headBlock01 {
  padding: 31px 0 0 140px;
  width: 41.1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recruitArea03 .section01 .headBlock01 .titleMain01 .en {
  display: block;
  font-size: 24px;
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
}
.recruitArea03 .section01 .headBlock01 .titleMain01 .ja {
  display: block;
  margin-top: -2px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.recruitArea03 .section01 .bodyBlock01 {
  padding: 42px 0 0 0;
  width: 58.9%;
  font-size: 14px;
  line-height: 2;
}
.recruitArea03 .section01 .bodyBlock01 p + p {
  margin-top: 28px;
}
.recruitArea03 .section01 .bodyBlock01 .list01 + p {
  margin-top: 33px;
}
.recruitArea03 .section01 .bodyBlock01 .listDot01 + p {
  margin-top: 45px;
}
.recruitArea03 .section01 .bodyBlock01 .lead01 + p {
  margin-top: 33px;
}
.recruitArea03 .section01 .bodyBlock01 .title03 + p {
  margin-top: 33px;
}
.recruitArea03 .section01 .bodyBlock01 .list01 {
  margin-top: 30px;
}
.recruitArea03 .section01 .bodyBlock01 .list01 li + li {
  margin-top: 23px;
}
.recruitArea03 .section01 .bodyBlock01 .list01 .no {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}
.recruitArea03 .section01 .bodyBlock01 .list01 .text {
  padding: 2px 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.1em;
}
.recruitArea03 .section01 .bodyBlock01 .listDot01 li + li {
  margin-top: 28px;
}
.recruitArea03 .section01 .bodyBlock01 .listDot01.type2 li + li {
  margin-top: 16px;
}
.recruitArea03 .section01 .bodyBlock01 .title03 + .listDot01 {
  margin-top: 33px;
}
.recruitArea03 .section01 .bodyBlock01 p + .listDot01 {
  margin-top: 40px;
}
.recruitArea03 .section01 .bodyBlock01 p + .title01 {
  margin-top: 82px;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 + .title01 {
  margin-top: 50px;
}
.recruitArea03 .section01 .bodyBlock01 .title01 > .bg {
  display: inline-block;
  padding: 0 7px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.recruitArea03 .section01 .bodyBlock01 .title01 > .bg > .no {
  position: relative;
  padding-right: 20px;
}
.recruitArea03 .section01 .bodyBlock01 .title01 > .bg > .no::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.recruitArea03 .section01 .bodyBlock01 .title02 {
  margin-top: 58px;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruitArea03 .section01 .bodyBlock01 .title03 {
  font-weight: 700;
}
.recruitArea03 .section01 .bodyBlock01 p + .title03 {
  margin-top: 65px;
}
.recruitArea03 .section01 .bodyBlock01 .listDot01 + .title03 {
  margin-top: 65px;
}
.recruitArea03 .section01 .bodyBlock01 .lead01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.recruitArea03 .section01 .bodyBlock01 .title01 + .lead01 {
  margin-top: 10px;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 31px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 + .dlBox01 {
  margin-top: 0;
  border-top: none;
}
.recruitArea03 .section01 .bodyBlock01 .title02 + .dlBox01 {
  margin-top: 14px;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 > dt {
  padding: 19px 10px 19px 0;
  width: 107px;
  min-width: 107px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dt {
  padding: 28px 10px 28px 0;
  width: 179px;
  min-width: 179px;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dt.en {
  padding: 24px 10px 28px 0;
  font-size: 16px;
  font-family: "Karla", sans-serif;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 > dd {
  padding: 21px 0 23px 0;
  font-size: 14px;
  line-height: 1.86;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dd {
  padding: 28px 0 32px 0;
  font-size: 12px;
  line-height: 2;
}
.recruitArea03 .section01 .bodyBlock01 .dlBox01 > dd .dlBox01List01 li + li {
  margin-top: 6px;
}
.recruitArea03 .section01 .bodyBlock01 .info01 {
  border-top: 1px solid #e0e0e0;
}
.recruitArea03 .section01 .bodyBlock01 .info01 dl {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  border-bottom: 1px solid #e0e0e0;
}
.recruitArea03 .section01 .bodyBlock01 .info01 dl > dt {
  padding: 38px 10px 36px 0;
  width: 192px;
  min-width: 192px;
  color: #7e7e7e;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recruitArea03 .section01 .bodyBlock01 .info01 dl > dd {
  padding: 38px 0 36px 0;
}
.recruitArea03 #ENTRY {
  margin-top: 69px;
}
.recruitArea03 #ENTRY .entryTxt01 {
  font-size: 14px;
  line-height: 2;
}
.recruitArea03 #ENTRY .entryBtn01 {
  margin-top: 42px;
}
.recruitArea03 #ENTRY .entryBtn01 a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 400px;
  height: 100px;
  color: #fff;
}
.recruitArea03 #ENTRY .entryBtn01 a:before {
  background: #323232;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;

  font-family: "Karla", sans-serif;
  font-size: 15px;
}
.recruitArea03 #ENTRY .entryBtn01 a:hover:before {
  transform: scale(0.9);
  background: #222;
}
@media screen and (max-width: 768px) {
  .recruitArea03 {
    padding: 0;
    min-width: 0;
  }
  .recruitArea03 > .vessel {
    padding: 80px 40px 0 40px;
  }
  .recruitArea03#WHATWEDO > .vessel {
    padding-top: 43px;
  }
  .recruitArea03#INFOMATION > .vessel {
    padding-bottom: 80px;
  }
  .recruitArea03 .section01 {
    display: block;
  }
  .recruitArea03 .section01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .recruitArea03 .section01 .headBlock01 {
    padding: 11px 0 0 20px;
    width: auto;
  }
  .recruitArea03 .section01 .bodyBlock01 {
    padding: 34px 0 0 20px;
    width: auto;
    line-height: 1.86;
  }

  .recruitArea03 .section01 .bodyBlock01 p + p {
    margin-top: 28px;
  }

  .recruitArea03 .section01 .bodyBlock01 .list01 + p {
    margin-top: 35px;
  }

  .recruitArea03 .section01 .bodyBlock01 .listDot01 + p {
    margin-top: 45px;
  }

  .recruitArea03 .section01 .bodyBlock01 .lead01 + p {
    margin-top: 28px;
  }
  .recruitArea03 .section01 .bodyBlock01 .title03 + p {
    margin-top: 35px;
  }
  .recruitArea03 .section01 .bodyBlock01 .list01 {
    margin-top: 35px;
  }
  .recruitArea03 .section01 .bodyBlock01 .list01 li + li {
    margin-top: 11px;
  }

  .recruitArea03 .section01 .bodyBlock01 .listDot01 li + li {
    margin-top: 28px;
  }
  .recruitArea03 .section01 .bodyBlock01 .listDot01.type2 li + li {
    margin-top: 16px;
  }
  .recruitArea03 .section01 .bodyBlock01 .title03 + .listDot01 {
    margin-top: 33px;
  }
  .recruitArea03 .section01 .bodyBlock01 p + .listDot01 {
    margin-top: 40px;
  }

  .recruitArea03 .section01 .bodyBlock01 p + .title01 {
    margin-top: 50px;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01 + .title01 {
    margin-top: 50px;
  }

  .recruitArea03 .section01 .bodyBlock01 .dlBox01 {
    display: block;

    margin-top: 31px;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01 > dt {
    padding: 19px 0 10px 0;
    width: auto;
    min-width: 0;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dt {
    padding: 28px 0 10px 0;
    width: auto;
    min-width: 0;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dt.en {
    padding: 24px 0 10px 0;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01 > dd {
    padding: 0 0 23px 0;
  }
  .recruitArea03 .section01 .bodyBlock01 .dlBox01.type2 > dd {
    padding: 0 0 32px 0;
  }

  .recruitArea03 .section01 .bodyBlock01 .info01 dl {
    display: block;
  }
  .recruitArea03 .section01 .bodyBlock01 .info01 dl > dt {
    padding: 28px 0 0 0;
    width: auto;
  }
  .recruitArea03 .section01 .bodyBlock01 .info01 dl > dd {
    padding: 9px 0 26px 0;
  }

  .recruitArea03 #ENTRY .entryBtn01 a {
    width: 100%;
  }
  .recruitArea03 #ENTRY .entryBtn01 a:before {
    transition: opacity 0.5s ease;
  }
  .recruitArea03 #ENTRY .entryBtn01 a:hover:before {
    transform: scale(1);
    background: #323232;
  }
}

@media screen and (max-width: 374px) {
  .recruitArea03 #ENTRY .entryBtn01 a {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .homeArea01 .address01,
  .casesIndexArea01 .block01 .textBlock01,
  .aboutArea01 .block01 .textBlock01,
  .recruitArea01 .block01 .textBlock01,
  .contactArea01 .block01 .textBlock01 {
    margin-top: 35px;
  }
}

/* Print
------------------------------------------ */
@media print {
  /* All */
  html {
    overflow: visible;
  }
}
.back01 {
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
}
.back02 {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
}
.back03 {
	background-image: url(../images/bg03.jpg);
	background-repeat: no-repeat;
}
.back04 {
	background-image: url(../images/bg04.jpg);
	background-repeat: no-repeat;
}
.back05 {
	background-image: url(../images/bg05.jpg);
	background-repeat: no-repeat;
}
.shadoww{
text-shadow: 1px 1px 1px #FFFFFF;
}
.shadowg{
text-shadow: 1px 1px 1px #CCCCCC;
}

.pl150 {
	margin-left: 150px;
}
.plr20 {
	padding-right: 20px;
	padding-left: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb15 {
	margin-bottom: 15px;
}
.mb14 {
	margin-bottom: 14px;
}
.mb12 {
	margin-bottom: 12px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb08 {
	margin-bottom: 8px;
}
.mb06 {
	margin-bottom: 6px;
}
.mb03 {
	margin-bottom: 3px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr04 {
	margin-right: 4px;
}
.mr02 {
	margin-right: 2px;
}

.mr05 {
	margin-right: 5px;
}
.mr06 {
	margin-right: 6px;
}
.mr10 {
	padding-right: 10px;
}
.mr11 {
	margin-right: 11px;
}
.mr12 {
	margin-right: 12px;
}

.mr25 {
	padding-right: 25px;
}
.mr20 {
	padding-right: 20px;
}
.mr20 {
	padding-right: 20px;
}
.mr33 {
	padding-right: 33px;
}

.mr13 {
	margin-right: 13px;
}
.mr18 {
	padding-right: 18px;
}
.mw10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mw20 {
	margin-right: 20px;
	margin-left: 20px;
}
.text24 {
	font-size: 24px;
	color: #333333;
}
.text18w {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5em;
}
.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text12 {
	font-size: 12px;
	line-height: 1.5em;
}
.text14 {
	font-size: 14px;
	line-height: 20px;
}
.text14b{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
.text16 {
	font-size: 16px;
	line-height: 24px;
}
.text16b{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	display: none;
	margin-right: auto;
	margin-left: auto;
}
.text18 {
	font-size: 18px;
	line-height: 28px;
}

.text_red {
	color: #CC0000;
}
.text_yellow {
	color: #FFFF00;
}
.text_small {
	font-size: 10px;
}
.text_midle {
	font-size: 1.2em;
	line-height: 1.5em;
}
.text_big {
	font-size: 1.3em;
	line-height: 1.5em;
}
.text_big01blue {
	font-size: 18px;
	line-height: 24px;
	color: #0033CC;
}
.text_big02 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}
.text_big02blue {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: #003399;
}
.text_big01red {
	font-size: 16px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text_big02red {
	font-size: 24px;
	line-height: 2em;
	color: #FF0000;
	font-weight: bold;
}
.text_big03red {
	font-size: 16px;
	line-height: 2em;
	color: #C02752;
	font-weight: bold;
}

.text_bold {
	font-weight: bold;
}
.text_white {
	color: #FFFFFF;
}

.text_red {
	color: #FF0000;
}
.text_red2 {
	color: #CC0000;
}
.text_glay {
	color: #CDD0C1;
}
.text_glay2 {
	color: #999999;
}
.text_pink {
	color: #FF6699;
}
.text_orange {
	color: #FF6600;
}
.text_green {
	color: #009900;
}
.text_blue {
	color: #003399;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.post{
	width: 100%;
}
.post .box700 {
	width: 700px;
	float: left;
}
@media screen and (max-width: 768px) {
.post .box700 {
	width: 95%;
}



}
.post  .box700  th  {
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	font-weight: normal;
}
.post  .box700 td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}
