@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  min-height: 100vh;
}

div, p, ul, ol, li {
  box-sizing: border-box;
}

main {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}

.skew {
  transform: skewY(-10deg);
}

.skew > * {
  transform: skewY(10deg);
}

.eng {
  font-family: "Noto Sans JP", sans-serif;
}

.number {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.roundButton {
  display: inline-block;
  background-color: #5cad35;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1.2rem;
  position: relative;
  margin: 0 5px 20px 5px;
  transition: all 0.6s;
}
.roundButton.with_arrow {
  padding: 18px 60px 18px 30px;
}
.roundButton .arrow {
  display: inline;
  width: 35px;
  position: absolute;
  opacity: 0.5;
  right: 20px;
  top: 6px;
  transition: all 0.6s;
}
.roundButton:hover {
  background-color: #000;
}
.roundButton:hover .arrow {
  opacity: 1;
  right: 10px;
}
.roundButton.with_icon {
  padding: 18px 30px 18px 60px;
}
.roundButton.with_icon .icon {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 32px;
}
.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.des {
  font-size: 1.4rem;
  line-height: 1.8;
}

.lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}

.title__jp {
  font-size: 2rem;
  font-weight: bold;
}

.title__eng.about img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .title__eng.about img {
    width: 240px;
  }
}
.title__eng.contact img {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .title__eng.contact img {
    width: 200px;
  }
}
.title__eng.services img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .title__eng.services img {
    width: 200px;
  }
}
.title__eng.news img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .title__eng.news img {
    width: 160px;
  }
}

.image01Animation {
  animation-name: image01Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes image01Animation {
  from {
    opacity: 0;
    top: -50px;
    right: 345px;
  }
  to {
    opacity: 1;
    top: 0;
    right: 365px;
  }
}
/*image01Animation*/
.image02Animation {
  animation-name: image02Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  animation-timing-function: ease-out;
}

@keyframes image02Animation {
  from {
    opacity: 0;
    top: 100px;
    right: 220px;
  }
  to {
    opacity: 1;
    top: 50px;
    right: 200px;
  }
}
/*image02Animation*/
.image03Animation {
  animation-name: image03Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 600ms;
  animation-timing-function: ease-out;
}

@keyframes image03Animation {
  from {
    opacity: 0;
    top: -50px;
    right: -30px;
  }
  to {
    opacity: 1;
    top: 0px;
    right: -10px;
  }
}
/*image03Animation*/
.pageHeaderWrapper {
  width: 100%;
  overflow-x: hidden;
  min-height: 550px;
  position: relative;
}
.pageHeaderWrapper .pageHeaderImageArea {
  transition: all 0.6s;
  position: absolute;
  top: 0;
  right: -5%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .pageHeaderWrapper .pageHeaderImageArea {
    right: -85%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pageHeaderWrapper .pageHeaderImageArea {
    right: -50%;
  }
}
.pageHeaderWrapper .pageHeaderImageArea .pageHeaderImage {
  display: block;
  position: absolute;
  width: 365px;
  opacity: 0;
}
.pageHeaderWrapper .pageHeaderTitleArea {
  position: relative;
  top: 120px;
  left: 0;
}
.pageHeaderWrapper .pageTitle_eng {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.pageHeaderWrapper .pageTitle {
  margin-top: 10px;
  letter-spacing: 3px;
  color: #666;
}

.table {
  text-align: left;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 40px;
}
.table .column {
  width: 100%;
  padding: 18px 3%;
  border-bottom: #eee solid 1px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.table .column:last-child {
  border-bottom: none;
}
.table .column .left {
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.table .column .right {
  width: 70%;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 768px) {
  .table .column .left {
    width: 100%;
    padding-bottom: 5px;
  }
  .table .column .right {
    width: 100%;
    color: #666;
  }
}
.table .tableList {
  font-size: 1.3rem;
  padding: 5px 15px 5px 20px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #231815;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
}

h1 {
  margin: 0;
}

.headerArea {
  width: 100%;
  background-color: #fff;
  height: 90px;
  position: relative;
}
.headerArea.toppage {
  background-color: none;
}
.headerArea .container {
  padding: 0 0;
}

.header__logo {
  width: 280px;
  display: block;
  position: relative;
  top: 20px;
  left: 15px;
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 220px;
    top: 10px;
  }
}
.header__menu {
  position: absolute;
  right: 15px;
  top: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu li {
  display: inline-block;
  font-size: 1.4rem;
}
.header__menu li a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.3s;
}
.header__menu li a:hover {
  color: #5cad35;
}
@media screen and (max-width: 768px) {
  .header__menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .headerArea {
    height: 60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .headerArea {
    height: 60px;
  }
}
footer {
  width: 100%;
  background-color: #231815;
  position: relative;
  text-align: center;
}

.footerArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  min-height: 150px;
  padding-top: 50px;
}

.footerLink {
  display: block;
  width: 60%;
  margin-top: 130px;
  margin-bottom: 30px;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footerLink {
    width: 96%;
    margin-left: 2%;
    border-top: #333 solid 1px;
    margin-top: 50px;
    text-align: left;
  }
}
.footerLink li {
  display: inline-block;
}
.footerLink li a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 0.6;
  transition: all 0.5s;
}
.footerLink li a span.eng {
  display: none;
}
.footerLink li a .arrow {
  display: none;
}
.footerLink li a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footerLink li {
    display: block;
    border-bottom: #333 solid 1px;
  }
  .footerLink li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 3%;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .footerLink li a span.eng {
    display: block;
    color: #ccc;
    font-size: 1.2rem;
    padding: 5px 0 0 0.2%;
    letter-spacing: 1px;
  }
  .footerLink li a .arrow {
    display: block;
    width: 35px;
    position: absolute;
    top: 12px;
    right: 20px;
    opacity: 0.5;
    transition: all 0.6s;
  }
  .footerLink li a:hover {
    background-color: #000;
  }
  .footerLink li a:hover .arrow {
    opacity: 1;
    right: 10px;
  }
}

.footerLogoArea {
  display: block;
  text-align: center;
  width: 30%;
  padding-left: 15px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .footerLogoArea {
    width: 100%;
    text-align: center;
  }
}

.footerLogo {
  display: inline-block;
  width: 190px;
}
.footerLogo a {
  opacity: 0.7;
  transition: all 0.5s;
}
.footerLogo a:hover {
  opacity: 1;
}
.footerLogo img {
  width: 100%;
}

.footerBottomArea {
  padding: 30px 15px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.footer__address {
  text-align: center;
  padding: 40px 0;
  line-height: 2;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__address {
    width: 100%;
    text-align: center;
    padding: 40px 10% 20px 10%;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    padding: 0 20px;
  }
}

.pagetopLink {
  z-index: 100;
  position: absolute;
  top: 100px;
  right: 3%;
  display: inline-block;
  width: 72px;
  height: 72px;
  opacity: 0.8;
}
.pagetopLink img {
  width: 100%;
}
.pagetopLink:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pagetopLink {
    display: inline-block;
    position: relative;
    top: 20px;
    right: unset;
  }
}

.contactLinkWrapper {
  min-height: 350px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.equipmentLink {
  background: url(../img/common/equipment_bg.jpg) top center no-repeat;
  background-size: cover;
  width: 50%;
  text-align: center;
  padding-top: 15%;
  min-height: 300px;
}
.equipmentLink__title {
  text-decoration: none;
  letter-spacing: 5px;
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 40px;
}
.equipmentLink__title .arrow {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .equipmentLink {
    width: 100%;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

.contactLink {
  background: url(../img/common/contact_bg.jpg) top right no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 10%;
  text-align: center;
}
.contactLink__eng {
  display: block;
  color: #fff;
  font-size: 6rem;
  letter-spacing: -1px;
  padding: 70px 0 10px 0;
}
.contactLink__title {
  text-decoration: none;
  letter-spacing: 2.2px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 40px;
}
.contactLink__des {
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 2px;
  opacity: 0.7;
}
.contactLink .contactLinkBox {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .contactLink {
    width: 100%;
    text-align: center;
  }
}

.contactLinkButton {
  width: 220px;
  padding: 20px 0;
  border: #7b7a7b solid 1px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 3px;
  transition: all 0.6s;
  background-color: #000;
}

.linkButton .buttonArrow {
  width: 40px;
  position: absolute;
  top: 26px;
  right: -15px;
  transition: all 0.6s;
}
.linkButton:hover {
  background-color: #000;
  opacity: 0.8;
}
.linkButton:hover .buttonArrow {
  right: -30px;
  transition: all 0.6s;
}

.sp_menu {
  z-index: 6000;
  display: none;
  color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #fff;
  overflow-y: none;
  /*padding-top:90px;*/
  text-align: center;
}
.sp_menu__logo {
  width: 220px;
  top: 10px;
  left: 15px;
  position: relative;
  display: block;
}
.sp_menu__logo img {
  width: 100%;
}

.menuLink {
  list-style: none;
  text-align: left;
  width: 96%;
  margin-left: 2%;
  margin-top: 100px;
  border-top: #f4f5f5 solid 1px;
}
.menuLink__item {
  display: block;
  border-bottom: #f4f5f5 solid 1px;
}
.menuLink__item span.eng {
  display: block;
  color: #5cad35;
  font-size: 1.2rem;
  padding: 0 0 0 0.2%;
  letter-spacing: 1px;
}
.menuLink__item a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 3%;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.6s;
}
.menuLink__item a .arrow {
  width: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: all 0.6s;
}
.menuLink__item a:hover {
  background-color: #f7fdff;
}
.menuLink__item a:hover .arrow {
  opacity: 1;
  right: 10px;
}
.menuLink__item--disabled {
  opacity: 0.6;
}

.call {
  margin: 50px 0 30px 0;
  display: inline-block;
  background-color: #5cad35;
  color: #fff;
  text-decoration: none;
  padding: 6px 30px;
  border-radius: 100px;
  font-size: 1.8rem;
  transition: all 0.6s;
}
.call img {
  display: inline-block;
  width: 42px;
  position: relative;
  top: 3px;
}
.call .phoneNum {
  position: relative;
  top: -12px;
}
.call:hover {
  background-color: #000;
}

.callOption {
  font-size: 1.3rem;
  color: #aaa;
  line-height: 1.6;
}
.callOption span.bold {
  font-weight: bold;
  color: #999;
  margin-right: 20px;
}

.sp_header_button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 8000;
  display: none;
  width: 60px;
  height: 60px;
  background-color: #5cad35;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.sp_header_button.active {
  position: fixed;
}

.sp_header_text {
  color: #fff;
  display: block;
  font-weight: normal;
  padding-top: 6px;
}

/*humberger menu Button*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 22px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*action*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .sp_header_button {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .sp_header_button {
    display: block;
  }
}
/*
lozad animations
*/
.lozad, .lozad2 {
  opacity: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fade*/
.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
}

@keyframes fadeUp {
  from {
    position: relative;
    top: 20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUp*/
.fadeUpAbs {
  animation-name: fadeUpAbs;
  animation-duration: 1s;
}

@keyframes fadeUpAbs {
  from {
    position: absolute;
    top: 30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeUpAbsToCenter {
  animation-name: fadeUpAbsToCenter;
  animation-duration: 1.5s;
}

@keyframes fadeUpAbsToCenter {
  from {
    position: absolute;
    top: 55%;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 50% px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeDown {
  animation-name: fadeDown;
  animation-duration: 1s;
}

@keyframes fadeDown {
  from {
    position: relative;
    top: -20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDown*/
.fadeDownAbs {
  animation-name: fadeDownAbs;
  animation-duration: 1s;
}

@keyframes fadeDownAbs {
  from {
    position: absolute;
    top: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDownAbs*/
.fadeLeftAbs {
  animation-name: fadeLeftAbs;
  animation-duration: 1s;
}

@keyframes fadeLeftAbs {
  from {
    position: absolute;
    right: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeftAbs*/
.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
}

@keyframes fadeLeft {
  from {
    position: relative;
    right: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeft*/
.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
}

@keyframes fadeRight {
  from {
    position: relative;
    left: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRight*/
.fadeRightAbs {
  animation-name: fadeRightAbs;
  animation-duration: 1s;
}

@keyframes fadeRightAbs {
  from {
    position: absolute;
    left: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRightAbs*/
.contactPage {
  padding-bottom: 60px;
}
.contactPage .contactWrapper {
  padding: 0 3% 40px 3%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper {
    text-align: center;
  }
}
.contactPage .contactWrapper .contactLead {
  width: 100%;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper .contactLead {
    width: 100%;
  }
}
.contactPage .contactWrapper .contactLead .des {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.9;
}
.contactPage .contactWrapper .call {
  margin: 10px 0 30px 3%;
}
.contactPage .contactWrapper .contactTelDes {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.5;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .contactPage .contactWrapper .contactTelDes {
    display: block;
    text-align: center;
  }
}
.contactPage .selectArea {
  width: 100%;
  padding: 20px 0;
}

.confirmPage {
  width: 100%;
  padding-bottom: 100px;
  /* for message */
  /* for back-button */
  /* ƒXƒ}ƒz—p */
}
@media screen and (max-width: 768px) {
  .confirmPage {
    text-align: center;
  }
}
.confirmPage h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 2.5rem;
  padding-bottom: 40px;
}
.confirmPage ul {
  list-style: none;
  margin-bottom: 40px;
}
.confirmPage ul li {
  font-size: 1.5rem;
}
.confirmPage table#form {
  width: 70%;
  font-size: 1.5rem;
  border-collapse: collapse;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form {
    width: 100%;
  }
}
.confirmPage table#form tr {
  padding: 14px 20px;
  width: 100%;
  border-bottom: #fff solid 2px;
}
.confirmPage table#form th {
  padding: 14px 20px;
  background-color: #EEEEEE;
  width: 35%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form th {
    width: 50%;
    text-align: left;
  }
}
.confirmPage table#form td {
  padding: 14px 20px;
  width: 65%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .confirmPage table#form td {
    width: 50%;
    text-align: left;
  }
}
.confirmPage #body {
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .confirmPage #body {
    text-align: center;
  }
}
.confirmPage p.btn input {
  display: inline-block;
  padding: 14px 30px;
  background-color: #5cad35;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 5px;
}
.confirmPage p.btn input:hover {
  background-color: #000;
}
.confirmPage p.btn input.back {
  background-color: #999;
}
.confirmPage p.btn input.back:hover {
  background-color: #48b134;
}
.confirmPage p.btn {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirmPage p.btn {
    width: 100%;
    text-align: center;
  }
}
.confirmPage p.msg {
  color: #000;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding-left: 2%;
  padding-bottom: 50px;
}
.confirmPage span.msg {
  color: #dd0000;
}
.confirmPage form.back {
  margin-top: 2em;
}
@media only screen and (max-width: 480px) {
  .confirmPage {
    /* “ŠeƒtƒH[ƒ€ */
    /* ¬Œ©o‚µ */
    /* ƒTƒ“ƒNƒX */
  }
  .confirmPage #body {
    margin-left: 0;
  }
  .confirmPage #form-tbl {
    margin: 0 auto;
    text-align: center;
  }
  .confirmPage #form {
    width: 96%;
    margin: 10px auto;
  }
  .confirmPage #form th, .confirmPage #form td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 6px 3px;
    border-top: none;
  }
  .confirmPage #form tr:first-child th {
    border-top: 1px solid #666;
  }
  .confirmPage p.btn input {
    width: 10em;
  }
  .confirmPage h2 {
    margin: 1em 3px;
    width: 90%;
  }
  .confirmPage p.msg {
    margin: 1em auto;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  min-height: 100vh;
}

div, p, ul, ol, li {
  box-sizing: border-box;
}

main {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}

.skew {
  transform: skewY(-10deg);
}

.skew > * {
  transform: skewY(10deg);
}

.eng {
  font-family: "Noto Sans JP", sans-serif;
}

.number {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 768px) {
  .show_sm {
    display: block;
  }

  .show_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show_sm {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
.roundButton {
  display: inline-block;
  background-color: #5cad35;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1.2rem;
  position: relative;
  margin: 0 5px 20px 5px;
  transition: all 0.6s;
}
.roundButton.with_arrow {
  padding: 18px 60px 18px 30px;
}
.roundButton .arrow {
  display: inline;
  width: 35px;
  position: absolute;
  opacity: 0.5;
  right: 20px;
  top: 6px;
  transition: all 0.6s;
}
.roundButton:hover {
  background-color: #000;
}
.roundButton:hover .arrow {
  opacity: 1;
  right: 10px;
}
.roundButton.with_icon {
  padding: 18px 30px 18px 60px;
}
.roundButton.with_icon .icon {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 32px;
}
.dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.des {
  font-size: 1.4rem;
  line-height: 1.8;
}

.lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}

.title__jp {
  font-size: 2rem;
  font-weight: bold;
}

.title__eng.about img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .title__eng.about img {
    width: 240px;
  }
}
.title__eng.contact img {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .title__eng.contact img {
    width: 200px;
  }
}
.title__eng.services img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .title__eng.services img {
    width: 200px;
  }
}
.title__eng.news img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .title__eng.news img {
    width: 160px;
  }
}

.image01Animation {
  animation-name: image01Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes image01Animation {
  from {
    opacity: 0;
    top: -50px;
    right: 345px;
  }
  to {
    opacity: 1;
    top: 0;
    right: 365px;
  }
}
/*image01Animation*/
.image02Animation {
  animation-name: image02Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  animation-timing-function: ease-out;
}

@keyframes image02Animation {
  from {
    opacity: 0;
    top: 100px;
    right: 220px;
  }
  to {
    opacity: 1;
    top: 50px;
    right: 200px;
  }
}
/*image02Animation*/
.image03Animation {
  animation-name: image03Animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 600ms;
  animation-timing-function: ease-out;
}

@keyframes image03Animation {
  from {
    opacity: 0;
    top: -50px;
    right: -30px;
  }
  to {
    opacity: 1;
    top: 0px;
    right: -10px;
  }
}
/*image03Animation*/
.pageHeaderWrapper {
  width: 100%;
  overflow-x: hidden;
  min-height: 550px;
  position: relative;
}
.pageHeaderWrapper .pageHeaderImageArea {
  transition: all 0.6s;
  position: absolute;
  top: 0;
  right: -5%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .pageHeaderWrapper .pageHeaderImageArea {
    right: -85%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pageHeaderWrapper .pageHeaderImageArea {
    right: -50%;
  }
}
.pageHeaderWrapper .pageHeaderImageArea .pageHeaderImage {
  display: block;
  position: absolute;
  width: 365px;
  opacity: 0;
}
.pageHeaderWrapper .pageHeaderTitleArea {
  position: relative;
  top: 120px;
  left: 0;
}
.pageHeaderWrapper .pageTitle_eng {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.pageHeaderWrapper .pageTitle {
  margin-top: 10px;
  letter-spacing: 3px;
  color: #666;
}

.table {
  text-align: left;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 40px;
}
.table .column {
  width: 100%;
  padding: 18px 3%;
  border-bottom: #eee solid 1px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.table .column:last-child {
  border-bottom: none;
}
.table .column .left {
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.table .column .right {
  width: 70%;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 768px) {
  .table .column .left {
    width: 100%;
    padding-bottom: 5px;
  }
  .table .column .right {
    width: 100%;
    color: #666;
  }
}
.table .tableList {
  font-size: 1.3rem;
  padding: 5px 15px 5px 20px;
}

.contactForm {
  border-top: #ccc solid 1px;
  padding: 40px 0;
  font-size: 85%;
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.contactForm__Left {
  width: 40%;
}
.contactForm__Right {
  width: 50%;
}
.contactForm .require {
  display: inline-block;
  padding: 4px 8px;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  background-color: red;
  border-radius: 4px;
}
.contactForm .dblWrapper {
  width: 100%;
  font-size: 90%;
  padding-bottom: 15px;
}

div.contactFormArea label {
  display: inline-block;
  font-size: 1.4rem;
  padding: 3px 0;
  margin-top: 20px;
  letter-spacing: 2px;
}

div.contactFormArea input, div.contactFormArea textarea {
  margin-top: 5px;
  border: 0;
  padding: 10px 10px;
  color: #666;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  font-family: Arial, sans-serif;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80%;
  font-size: 1.5rem;
  box-sizing: border-box;
}

div.contactFormArea input[type=text], div.contactFormArea input[type=tel],
div.contactFormArea input[type=email], div.contactFormArea textarea {
  background-color: #fafafa;
  width: 100%;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
}

select {
  /* styling */
  background-color: #fafafa;
  border: thin solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  font-size: 1.3rem;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.submitArea {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 12%;
  box-sizing: border-box;
  font-size: 1.5rem;
  letter-spacing: 4px;
  width: 100%;
}
.submitArea .submit_button {
  border-radius: 50px;
  background-color: #5cad35;
  color: white !important;
  cursor: pointer;
  width: 200px !important;
  height: 50px;
  display: inline-block;
}
.submitArea .submit_button:hover {
  background-color: #000;
}

@media screen and (max-width: 700px) {
  .contactForm {
    display: block;
    width: 85%;
  }
  .contactForm__Left {
    width: 100%;
  }
  .contactForm__Right {
    width: 100%;
  }
}
.breadAreaWrapper {
  width: 100%;
  height: 34px;
}
.breadAreaWrapper .container {
  text-align: left;
  padding: 0px 3%;
  box-sizing: border-box;
}
.breadAreaWrapper .bread {
  padding: 15px 0;
  font-size: 1.2rem;
  color: #000;
}
.breadAreaWrapper .bread a {
  text-decoration: none;
  color: inherit;
}
.breadAreaWrapper .bread a:hover {
  text-decoration: underline;
}

.breadArea {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  padding-left: 15px;
  background-color: red;
}
.breadArea a {
  text-decoration: none;
  color: inherit;
}
.breadArea a:hover {
  text-decoration: underline;
}

.mv {
  width: 100%;
  padding: 0% 0 0% 0;
  position: relative;
  overflow: hidden;
  min-height: 430px;
}
.mv .toppageMvCatch {
  z-index: 500;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 25%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 120vw;
  }
  .mv .toppageMvCatch {
    font-size: 4rem;
    top: 15%;
    left: 5%;
  }
}

.videoArea {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #ccc;
  opacity: 0;
}
.videoArea video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .videoArea {
    width: 130%;
    top: 180px;
    left: -28%;
  }
}

.pngmask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(to right, #e5ffcc 0%, rgba(91, 207, 38, 0.73) 100%);
}

.videomask01 {
  position: absolute;
  top: 2%;
  left: 22%;
  width: 20%;
  height: 120%;
  opacity: 0.9;
  background-color: #fff;
}

.startClip1Animation {
  animation: clip1 1s ease-out forwards;
}

@keyframes clip {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.videomask01_2 {
  position: absolute;
  top: 2%;
  left: 22%;
  width: 20%;
  height: 120%;
  opacity: 0.9;
  background-color: #fff;
}

.startMotionUpAnimation {
  animation: motionUp 0.3s ease-out forwards;
}

.startMotionDownAnimation {
  animation: motionDown 0.3s ease-out forwards;
}

.videomask02 {
  position: absolute;
  top: 2%;
  left: 42.5%;
  width: 18.7%;
  height: 120%;
  background-color: #fff;
}

.startClip2Animation {
  animation: clip2 1s ease-out forwards;
}

@keyframes clip2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.videomask02_2 {
  position: absolute;
  top: 2%;
  left: 42.5%;
  width: 18.7%;
  height: 120%;
  opacity: 0.9;
  background-color: #fff;
}

.videomask03 {
  position: absolute;
  top: 2%;
  left: 61%;
  width: 20%;
  height: 120%;
  background-color: #fff;
}

@keyframes clip3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.startClip3Animation {
  animation: clip3 1s ease-out forwards;
}

.videomask03_2 {
  position: absolute;
  top: 2%;
  left: 60%;
  width: 20%;
  height: 120%;
  background-color: #fff;
}

.videomask04 {
  position: absolute;
  top: 2%;
  left: 80%;
  width: 20%;
  height: 120%;
  background-color: #fff;
}

.startClip4Animation {
  animation: clip4 1s ease-out forwards;
}

@keyframes clip4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.videomask04_2 {
  position: absolute;
  top: 2%;
  left: 80%;
  width: 20%;
  height: 120%;
  background-color: #fff;
}

@keyframes motionUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes motionDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100%);
  }
}
.toppageLeadArea {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .toppageLeadArea {
    padding-bottom: 100px;
  }
}
.toppageLeadArea .toppageLead {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 3%;
}
@media screen and (max-width: 768px) {
  .toppageLeadArea .toppageLead {
    padding: 60px 3% 0 3%;
  }
}
.toppageLeadArea .toppageLead__title {
  text-align: center;
  display: block;
  width: 45%;
  font-size: 3rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .toppageLeadArea .toppageLead__title {
    width: 100%;
    padding: 30px 0;
  }
}
.toppageLeadArea .toppageLead__des {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.toppageLeadArea .toppageLead__wrapper {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .toppageLeadArea .toppageLead__wrapper {
    width: 100%;
  }
}

.toppagePointAreaWrapper {
  background-color: #f7f7f7;
  width: 100%;
}

.toppagePointArea {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.toppagePointArea.point02 {
  flex-direction: row-reverse;
  padding: 150px 0 300px 0;
}
@media screen and (max-width: 768px) {
  .toppagePointArea.point02 {
    padding: 150px 0 200px 0;
  }
}

.slideFadeLink__image {
  background-color: #fff;
  width: 45vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  max-height: 320px;
}
@media screen and (max-width: 768px) {
  .slideFadeLink__image {
    padding-bottom: 10vw;
    width: 100vw;
  }
}
.slideFadeLink__image .dammy {
  width: 100%;
}
.slideFadeLink__image .parallax, .slideFadeLink__image .parallax2 {
  width: 170%;
  position: absolute;
  top: 0px;
  left: 0;
}
.slideFadeLink__image .colormat, .slideFadeLink__image .colormat2 {
  width: 100%;
  height: 260%;
  position: absolute;
  opacity: 0.8;
  top: -30%;
  left: 0;
  background-color: #bfeda6;
}

.pointTextArea {
  position: relative;
  width: 48vw;
  max-width: 570px;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .pointTextArea {
    width: 100vw;
    max-width: unset;
  }
}
.pointTextArea__title {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.pointTextArea__des {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}
.pointTextArea.point01 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pointTextArea.point01 {
    text-align: center;
  }
}
.pointTextArea.point02 {
  padding-top: 100px;
  width: 45vw;
}
@media screen and (max-width: 768px) {
  .pointTextArea.point02 {
    text-align: center;
    width: 100vw;
  }
}

.toppageGlobal {
  width: 100%;
}
.toppageGlobal .container {
  top: -180px;
  left: 0;
}
.toppageGlobal .photoWrapper {
  width: 100%;
}
.toppageGlobal .photoWrapper img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.globalTextArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}
.globalTextArea__title {
  width: 40%;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .globalTextArea__title {
    width: 100%;
    text-align: center;
  }
}
.globalTextArea__des {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.globalTextArea__wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .globalTextArea__wrapper {
    width: 100%;
  }
}

.toppageGosoudanArea {
  width: 100%;
  background-color: #f7f7f7;
  min-height: 200px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.toppageGosoudanArea__slide {
  width: 100%;
  margin: 50px 0;
  min-height: 200px;
  margin-bottom: 50px;
  overflow: hidden;
}
.toppageGosoudanArea__slide img {
  width: 100%;
  margin: 0 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.toppageGosoudanArea .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.toppageGosoudanArea .container .gosoudanTitle {
  width: 50%;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .toppageGosoudanArea .container .gosoudanTitle {
    width: 100%;
    text-align: center;
  }
}
.toppageGosoudanArea .container .gosoudanText {
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .toppageGosoudanArea .container .gosoudanText {
    width: 100%;
  }
}

.mainEquipment {
  width: 100%;
  text-align: center;
}
.mainEquipment .mainEquipment__title {
  font-size: 2.5rem;
  letter-spacing: 3px;
  padding: 80px 0;
}
.mainEquipment .equipmentBlockArea {
  width: 100%;
  display: block;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
.mainEquipment .equipmentBlockArea::after {
  display: block;
  content: "";
  width: 48%;
}
.mainEquipment .equipmentBlock {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .mainEquipment .equipmentBlock {
    width: 100%;
  }
}
.mainEquipment .equipmentBlockImage {
  width: 100%;
  overflow: hidden;
}
.mainEquipment .equipmentBlockImage img {
  width: 100%;
  display: block;
}
.mainEquipment .product__ganre {
  text-align: left;
  font-weight: normal;
  font-size: 2.4rem;
  padding: 25px 5% 10px 5%;
  line-height: 1.5;
}
.mainEquipment .dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5%;
}
.mainEquipment .dblWrapper .product__name {
  font-size: 1.7rem;
  margin: 10px 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
}
.mainEquipment .dblWrapper .left {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .mainEquipment .dblWrapper .left {
    width: 100%;
  }
}
.mainEquipment .dblWrapper .right {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .mainEquipment .dblWrapper .right {
    width: 100%;
  }
}
.mainEquipment .product__des {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 5% 25px 5%;
  line-height: 1.5;
  color: #555;
}

.equipmentList {
  width: 100%;
  background-color: #f7f7f7;
  padding: 100px 0;
}
.equipmentList .equimentListTitle {
  font-size: 2.5rem;
  letter-spacing: 3px;
  line-height: 1.5;
  text-align: center;
  padding: 80px 0;
}
.equipmentList .equipmentListLead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 60px;
}
.equipmentList .listArea {
  margin: 60px 0;
  width: 100%;
  padding: 0px 3%;
  display: flex;
  flex-wrap: wrap;
}
.equipmentList .listArea .listAreaColumn {
  width: 33%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .equipmentList .listArea .listAreaColumn {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .equipmentList .listArea .listAreaColumn {
    width: 100%;
  }
}
.equipmentList .listArea .listAreaTitle {
  border-top: #ccc solid 1px;
  width: 90%;
  font-size: 2rem;
  padding: 20px 0 0 0;
  display: inline-block;
}
.equipmentList .listArea .listAreaList {
  display: block;
  width: 100%;
  list-style: none;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .equipmentList .listArea .listAreaList {
    width: 100%;
  }
}
.equipmentList .listArea .listAreaList__item {
  padding: 12px 0;
  font-size: 1.6rem;
}

.gaiyouArea .container {
  padding: 0px 3% 60px 3%;
}
@media screen and (max-width: 768px) {
  .gaiyouArea .container {
    text-align: center;
  }
}
.gaiyouArea .title {
  font-size: 2.3rem;
}

.company_image {
  width: 100%;
  padding-bottom: 40px;
}

#singlePage .pageTitle.singleTitle {
  font-size: 3rem;
  letter-spacing: 4px;
}
#singlePage .itemHeaderImageArea {
  width: 100%;
  padding-top: 60px;
}
#singlePage .itemHeaderImageArea img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #singlePage .itemHeaderImageArea .item_header_image_dammy {
    display: none;
  }
}
#singlePage .itemHeaderImageArea .item_header_image_dammy_sp {
  display: none;
}
@media screen and (max-width: 648px) {
  #singlePage .itemHeaderImageArea .item_header_image_dammy_sp {
    display: block;
  }
}
#singlePage .newItemAreaWrapper {
  background-color: #fff;
  padding: 20px 0 0 0;
}
#singlePage .dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#singlePage .dblWrapper .left {
  width: 35%;
}
#singlePage .dblWrapper .left h2 {
  font-size: 2rem;
  padding: 30px 0;
}
@media screen and (max-width: 648px) {
  #singlePage .dblWrapper .left {
    width: 100%;
  }
  #singlePage .dblWrapper .left h2 {
    padding: 0 0 30px 0;
  }
}
#singlePage .dblWrapper .right {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 648px) {
  #singlePage .dblWrapper .right {
    width: 100%;
    padding: 0 3%;
  }
}
#singlePage .dblWrapper p.serviceItemDes {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#singlePage .dblWrapper .serviceItemSub {
  background-color: #efefef;
  padding: 18px 20px;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.7;
}
#singlePage .dblWrapper .serviceItemSub .strong {
  font-weight: bold;
  font-size: 1.4rem;
}
#singlePage .pointAreaWrapper {
  width: 100%;
  padding: 80px 0;
  min-height: 200px;
  background-color: #fff;
}
#singlePage .pointAreaWrapper.gray {
  background-color: #fafafa;
}
#singlePage .pointAreaWrapper .pointImage {
  width: 40%;
  max-width: 100px;
  margin-bottom: 20px;
}
#singlePage .pointAreaWrapper .pointTitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#singlePage .pointAreaWrapper .pointDes {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 3%;
}

/*# sourceMappingURL=main.css.map */
