@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* = common
----------------------------------- */
html {
  font-size: 62.5%;
}
@media (max-width: 568px) {
  html {
    font-size: 50%;
  }
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}

a {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
a.external {
  padding-right: 20px;
  background: url(../img/common/ico_blank.svg) right 2px top 1px no-repeat;
  background-size: 1.3rem;
}
a:hover {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 1140px;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .container {
    max-width: 85%;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .container {
    max-width: 95%;
  }
}

.disp_pc {
  display: block;
}
@media (max-width: 568px) {
  .disp_pc {
    display: none;
  }
}

.disp_sp {
  display: none;
}
@media (max-width: 568px) {
  .disp_sp {
    display: block;
  }
}

/* = header
----------------------------------------------------------------------------------------- */
#header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 149px;
  color: #ffffff;
  z-index: 100;
}
#header .logo {
  position: relative;
}
@media (max-width: 568px) {
  #header .logo {
    margin: 0 auto;
  }
}
#header .logo a {
  padding-top: 85px;
  background: url(../img/common/logo.svg) no-repeat center top;
  width: 155px;
  height: 77px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1.5;
  z-index: 2;
}
@media (max-width: 568px) {
  #header .logo a {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 65px;
    font-size: 1.2rem;
    width: 135px;
    height: auto;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#header .logo a strong {
  font-size: 2rem;
}
@media (max-width: 568px) {
  #header .logo a strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .logo a strong {
    font-size: 1.5rem;
  }
}
#header .logo a span {
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 568px) {
  #header .logo a span {
    font-size: 1.2rem;
  }
}
#header .logo a:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
#header .gnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 34px;
  right: 50px;
}
@media (max-width: 568px) {
  #header .gnav {
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    padding: 80px 30px 30px;
  }
  #header .gnav.opened {
    right: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav {
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    padding: 80px 30px 30px;
  }
  #header .gnav.opened {
    right: 0;
    transition: all 0.3s ease-in-out;
  }
}
#header .gnav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 568px) {
  #header .gnav ul {
    display: block;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul {
    display: block;
    text-align: center;
    height: 100%;
    overflow: auto;
  }
}
#header .gnav ul li {
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  #header .gnav ul li {
    font-size: 2.2rem;
    padding: 20px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul li {
    font-size: 2.2rem;
    padding: 20px;
  }
}
#header .gnav ul li:last-child {
  padding-left: 25px;
}
@media (max-width: 568px) {
  #header .gnav ul li:last-child {
    margin-top: 30px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul li:last-child {
    margin-top: 30px;
  }
}
#header .gnav ul li a:not(.contact) {
  padding: 10px 2px;
  margin: 0 20px;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  opacity: 1;
}
#header .gnav ul li a:not(.contact)::after {
  content: "";
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
}
#header .gnav ul li a:not(.contact):hover, #header .gnav ul li a:not(.contact).active {
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .gnav ul li a:not(.contact):hover::after, #header .gnav ul li a:not(.contact).active::after {
  content: "";
  background: #e6eff9;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 568px) {
  #header .gnav ul li a:not(.contact):hover::after {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul li a:not(.contact):hover::after {
    display: none;
  }
}
#header .gnav ul li .contact {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_contact.svg") no-repeat center top;
  display: block;
  width: 169px;
  height: 48px;
  background-size: 169px 48px;
  position: relative;
  opacity: 1;
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul li .contact {
    margin: 0 auto;
  }
}
#header .gnav ul li .contact::after {
  content: "";
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_contact_hover.svg") no-repeat center top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#header .gnav ul li .contact:hover::after {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
@media (max-width: 568px) {
  #header .gnav ul li .contact::after {
    background: none !important;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #header .gnav ul li .contact::after {
    background: none !important;
  }
}

.btn_sp_nav {
  display: none;
}
@media (max-width: 568px) {
  .btn_sp_nav {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_sp_nav.svg") no-repeat center top;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 100;
    filter: drop-shadow(1px 1px 1px #777);
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .btn_sp_nav {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_sp_nav.svg") no-repeat center top;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 100;
    filter: drop-shadow(1px 1px 1px #777);
  }
}

.btn_sp_nav_close {
  display: none;
}
@media (max-width: 568px) {
  .btn_sp_nav_close {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_sp_nav_close.svg") no-repeat center top;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 101;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .btn_sp_nav_close {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_sp_nav_close.svg") no-repeat center top;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 101;
  }
}

/* = footer
----------------------------------------------------------------------------------------- */
#footer {
  width: 100%;
  height: 631px;
  background: url(../img/common/img_footer.jpg) center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 568px) {
  #footer {
    height: 350px;
  }
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333333;
  mix-blend-mode: multiply;
  position: absolute;
}
#footer .container {
  position: absolute;
  color: #ffffff;
  padding: 55px 0 51px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 568px) {
  #footer .container {
    padding: 55px 0 18px;
  }
}
#footer .container .logo a {
  padding-top: 85px;
  background: url(../img/common/logo.svg) no-repeat center top;
  width: 155px;
  height: 77px;
  background-size: contain;
  display: block;
  text-align: center;
  margin: 0 auto 85px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}
#footer .container .logo a strong {
  font-size: 2rem;
}
@media (min-width: 568px) and (max-width: 1125px) {
  #footer .container .logo a strong {
    font-size: 1.8rem;
  }
}
#footer .container .logo a span {
  font-size: 1.2rem;
  display: block;
}
#footer .container .logo a:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
#footer .container .address {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 568px) {
  #footer .container .address {
    display: none;
  }
}
#footer .container .fnav {
  display: flex;
  margin: 0 auto;
  position: relative;
  justify-content: center;
}
@media (max-width: 568px) {
  #footer .container .fnav {
    display: none;
  }
}
#footer .container .fnav ul {
  display: flex;
}
@media (max-width: 568px) {
  #footer .container .fnav ul {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  #footer .container .fnav ul li {
    margin-bottom: 20px;
  }
}
#footer .container .fnav ul li a {
  padding: 10px;
  margin: 0 11px;
}
#footer .container .fnav ul li a:hover {
  text-decoration: underline;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#footer .container .fnav ul li .contact {
  top: 56px;
  left: 50%;
  transform: translate(-50%, 0);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_contact.svg") no-repeat center top;
  display: block;
  width: 169px;
  height: 48px;
  background-size: 169px 48px;
  position: absolute;
  opacity: 1;
}
#footer .container .fnav ul li .contact::after {
  content: "";
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_contact_hover.svg") no-repeat center top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#footer .container .fnav ul li .contact:hover::after {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
#footer .container .sns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 133px auto 65px;
}
@media (max-width: 568px) {
  #footer .container .sns {
    margin: 80px auto 30px;
  }
}
#footer .container .sns li a {
  display: block;
}
#footer .container .sns li .facebook {
  content: url(../img/common/ico_facebook.svg);
  width: 36px;
  height: 36px;
  margin-right: 32px;
}
#footer .container .sns li .youtube {
  content: url(../img/common/ico_youtube.svg);
  width: 139px;
  height: 31px;
}
#footer .container .copyright a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}
@media (max-width: 568px) {
  #footer .container .copyright a {
    padding-bottom: 30px;
  }
}

/* = main
----------------------------------------------------------------------------------------- */
#main .section {
  position: relative;
}
#main .section .container .title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 5px solid #000000;
}
@media (max-width: 568px) {
  #main .section .container .title {
    font-size: 2.5rem;
    line-height: 1.3;
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main .section .container .title {
    font-size: 2.3rem;
  }
}
#main .section .container .title strong {
  font-size: 4rem;
  color: #005abf;
}
@media (max-width: 568px) {
  #main .section .container .title strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main .section .container .title strong {
    font-size: 2.7rem;
  }
}
#main .section .container .post_body p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
#main .section .container .post_body ul {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
#main .section .container .post_body ul li {
  color: #005abf;
  text-decoration: underline;
  margin-bottom: 10px;
}
#main .section .container .post_body ul li a.contact {
  padding: 0;
}
#main .section .container .btn,
#main .section .container .btn_to_contact {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: block;
  position: relative;
  background: url(../img/common/btn_2.png) no-repeat center center;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 348px;
  height: 80px;
  padding: 30px 0px;
  margin: 27px auto;
}
#main .section .container .btn::after,
#main .section .container .btn_to_contact::after {
  display: block;
  position: absolute;
  content: url(../img/common/arrow.svg);
  width: 8px;
  height: 14px;
  top: 28px;
  right: 20px;
}
@media (max-width: 568px) {
  #main .section .container .btn::after,
#main .section .container .btn_to_contact::after {
    top: 23px;
  }
}
@media (max-width: 568px) {
  #main .section .container .btn,
#main .section .container .btn_to_contact {
    font-size: 2.1rem;
    width: 280px;
    height: 64px;
    padding: 22px 0;
    margin: 50px auto 30px;
  }
}
#main .reverse {
  background: #e6eff9;
}
#main .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#main .items .item {
  width: 31%;
}
@media (max-width: 568px) {
  #main .items .item {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main .items .item {
    width: 49%;
  }
}
#main #contact,
#main .contact {
  text-align: center;
  padding: 95px 0 92px;
}
@media (max-width: 568px) {
  #main #contact,
#main .contact {
    padding: 80px 0;
  }
}
#main #contact .container,
#main .contact .container {
  background: url(../img/common/contact_box.svg);
  width: 1140px;
  height: 257px;
  color: #ffffff;
  padding: 33px 0 51px;
}
@media (max-width: 568px) {
  #main #contact .container,
#main .contact .container {
    width: 100%;
    height: 350px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main #contact .container,
#main .contact .container {
    width: 100%;
    height: 350px;
  }
}
#main #contact .container .title,
#main .contact .container .title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 42px;
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 568px) {
  #main #contact .container .title,
#main .contact .container .title {
    font-size: 2.4rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main #contact .container .title,
#main .contact .container .title {
    font-size: 2.4rem;
  }
}
#main #contact .container .contact_box,
#main .contact .container .contact_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media (max-width: 568px) {
  #main #contact .container .contact_box,
#main .contact .container .contact_box {
    padding: 0px 25px;
  }
}
#main #contact .container .contact_box .address,
#main .contact .container .contact_box .address {
  width: 41%;
  padding-right: 10px;
}
@media (max-width: 568px) {
  #main #contact .container .contact_box .address,
#main .contact .container .contact_box .address {
    width: 100%;
    font-size: 2rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main #contact .container .contact_box .address,
#main .contact .container .contact_box .address {
    width: 100%;
  }
}
#main #contact .container .contact_box .address span,
#main .contact .container .contact_box .address span {
  font-size: 1.4rem;
  padding-left: 10px;
}
@media (max-width: 568px) {
  #main #contact .container .contact_box .address span,
#main .contact .container .contact_box .address span {
    display: block;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#main #contact .container .contact_box .address .tel,
#main .contact .container .contact_box .address .tel {
  padding: 15px 0px 0px 0px;
}
#main #contact .container .contact_box .address .tel a,
#main .contact .container .contact_box .address .tel a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/ico_tel.svg") no-repeat center top;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 57px;
}
@media (max-width: 568px) {
  #main #contact .container .contact_box .address .tel a,
#main .contact .container .contact_box .address .tel a {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/ico_tel_sp.svg") no-repeat center top;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main #contact .container .contact_box .btn_contact,
#main .contact .container .contact_box .btn_contact {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_to_contact.svg") no-repeat center top;
  display: block;
  width: 530px;
  height: 79px;
  background-size: 530px 79px;
  position: relative;
  opacity: 1;
}
#main #contact .container .contact_box .btn_contact::after,
#main .contact .container .contact_box .btn_contact::after {
  content: "";
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_to_contact_hover.svg") no-repeat center top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#main #contact .container .contact_box .btn_contact:hover::after,
#main .contact .container .contact_box .btn_contact:hover::after {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
@media (max-width: 568px) {
  #main #contact .container .contact_box .btn_contact,
#main .contact .container .contact_box .btn_contact {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_to_contact_sp.svg") no-repeat center top;
    display: block;
    width: 282px;
    height: 54px;
    background-size: 282px 54px;
  }
  #main #contact .container .contact_box .btn_contact::after,
#main .contact .container .contact_box .btn_contact::after {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/btn_to_contact_sp_hover.svg") no-repeat center top;
    display: block;
  }
}
#main #products,
#main .products {
  margin: 107px auto 90px;
}
@media (max-width: 568px) {
  #main #products,
#main .products {
    padding-left: 0px;
    margin: 80px auto;
  }
}
#main #products .container,
#main .products .container {
  position: relative;
}
#main #products .container::before,
#main .products .container::before {
  content: "";
  background: url(../img/home/products_en.svg);
  width: 70px;
  height: 453px;
  top: -13px;
  left: 0px;
  display: block;
  position: absolute;
}
@media (max-width: 568px) {
  #main #products .container::before,
#main .products .container::before {
    display: none;
  }
}
#main #products .container .box,
#main .products .container .box {
  padding-left: 100px;
}
@media (max-width: 568px) {
  #main #products .container .box,
#main .products .container .box {
    padding-left: 0px;
  }
}
#main #products .container .box .title,
#main .products .container .box .title {
  padding-left: 7px;
}
#main #products .container .box ol,
#main .products .container .box ol {
  list-style: decimal-leading-zero;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding-left: 40px;
  width: 60%;
}
@media (max-width: 568px) {
  #main #products .container .box ol,
#main .products .container .box ol {
    -moz-column-count: 1;
         column-count: 1;
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main #products .container .box ol,
#main .products .container .box ol {
    margin-bottom: 50px;
    width: 100%;
  }
}
#main #products .container .box ol li,
#main .products .container .box ol li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media (max-width: 568px) {
  #main #products .container .box ol li,
#main .products .container .box ol li {
    font-size: 1.9rem;
  }
}
#main #products .container .box ol li a,
#main .products .container .box ol li a {
  padding-bottom: 2px;
}
#main #products .container .box ol li a:hover,
#main .products .container .box ol li a:hover {
  color: #005abf;
  border-bottom: 2px solid #0059bf;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#main #products .container .box .image_box,
#main .products .container .box .image_box {
  position: absolute;
  width: 520px;
  height: 735px;
  top: -63px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 568px) {
  #main #products .container .box .image_box,
#main .products .container .box .image_box {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #main #products .container .box .image_box,
#main .products .container .box .image_box {
    position: static;
    height: 620px;
    margin: 0 auto;
  }
}
#main #products .container .box .btn,
#main .products .container .box .btn {
  margin: 40px 0 0;
}
@media (max-width: 568px) {
  #main #products .container .box .btn,
#main .products .container .box .btn {
    margin: 50px auto 30px;
  }
}

/* = home
----------------------------------- */
#home #main .hero {
  width: 100%;
  height: 800px;
  background-image: url(../img/home/main_visual.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-top: -149px;
}
@media (max-width: 568px) {
  #home #main .hero {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top: -149px;
  }
}
#home #main .hero::before {
  content: "";
  width: 377px;
  height: 377px;
  display: block;
  border-style: solid;
  border-width: 377px 377px 0 0;
  border-color: #0059bf transparent transparent transparent;
  position: absolute;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  #home #main .hero::before {
    display: none;
  }
}
#home #main .hero::after {
  content: "";
  width: 565px;
  height: 565px;
  display: block;
  border-style: solid;
  border-width: 0px 0px 565px 565px;
  border-color: transparent transparent #0059bf transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  #home #main .hero::after {
    display: none;
  }
}
#home #main .hero .catchcopy {
  position: absolute;
  right: 50px;
  bottom: 65px;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media (max-width: 568px) {
  #home #main .hero .catchcopy {
    width: 100%;
    bottom: 0px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main .hero .catchcopy {
    right: 20px;
  }
}
#home #main .hero .catchcopy h2 {
  font-size: 4.2rem;
  margin-bottom: 16px;
}
@media (max-width: 568px) {
  #home #main .hero .catchcopy h2 {
    font-size: 2.5rem;
    margin: 0 auto 10px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main .hero .catchcopy h2 {
    font-size: 3.5rem;
    margin: 0 auto 10px;
  }
}
#home #main .hero .catchcopy h2 strong {
  display: block;
  font-size: 6.2rem;
}
@media (max-width: 568px) {
  #home #main .hero .catchcopy h2 strong {
    font-size: 3.5rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main .hero .catchcopy h2 strong {
    font-size: 5rem;
  }
}
#home #main .hero .catchcopy p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-shadow: 0 3 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 568px) {
  #home #main .hero .catchcopy p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main .hero .catchcopy p {
    font-size: 1.5rem;
  }
}
#home #main #about {
  margin: 95px auto 92px;
}
@media (max-width: 568px) {
  #home #main #about {
    margin: 60px auto;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about {
    margin: 60px auto;
  }
}
#home #main #about .container {
  position: relative;
}
#home #main #about .container::before {
  content: "";
  background: url(../img/home/crane.png);
  width: 170px;
  height: 300px;
  top: -95px;
  right: 0;
  position: absolute;
  z-index: 10;
}
@media (max-width: 568px) {
  #home #main #about .container::before {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about .container::before {
    display: none;
  }
}
#home #main #about .container .box .title {
  margin-bottom: 30px;
  border-bottom: none;
}
@media (max-width: 568px) {
  #home #main #about .container .box .title {
    border-bottom: 4px solid #000000;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about .container .box .title {
    border-bottom: 4px solid #000000;
    display: inline-grid;
  }
}
#home #main #about .container .box .title .title_child {
  font-size: 4rem;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 5px solid #000000;
}
@media (max-width: 568px) {
  #home #main #about .container .box .title .title_child {
    display: unset;
    font-size: 2.5rem;
    border-bottom: none;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about .container .box .title .title_child {
    font-size: 2.5rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
#home #main #about .container .box .title .title_child strong {
  font-size: 4.7rem;
}
@media (max-width: 568px) {
  #home #main #about .container .box .title .title_child strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about .container .box .title .title_child strong {
    font-size: 3rem;
  }
}
#home #main #about .container .box p {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 21px;
}
@media (max-width: 568px) {
  #home #main #about .container .box p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #home #main #about .container .box p {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#home #main #about .container .box .items {
  counter-reset: item;
  list-style: none;
}
#home #main #about .container .box .items .item {
  position: relative;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item {
    margin-bottom: 30px;
  }
}
#home #main #about .container .box .items .item::before {
  content: "";
  position: absolute;
  background: #0059bf;
  mix-blend-mode: multiply;
  width: 100px;
  height: 100px;
  top: 136px;
  right: 0px;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item::before {
    width: 65px;
    height: 65px;
    top: 147px;
  }
}
#home #main #about .container .box .items .item::after {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 600;
  width: 100px;
  height: 100px;
  top: 136px;
  right: 0px;
  padding: 25px 21px;
  z-index: 1;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item::after {
    font-size: 3.5rem;
    width: 65px;
    height: 65px;
    top: 147px;
    padding: 17px 13px;
  }
}
#home #main #about .container .box .items .item img {
  margin-bottom: 25px;
}
#home #main #about .container .box .items .item h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #0059bf;
  padding: 0 10px 0 20px;
  margin-bottom: 13px;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item h3 {
    padding: 0 10px;
  }
}
#home #main #about .container .box .items .item p {
  padding: 0 10px 0 20px;
  line-height: 1.8;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item p {
    font-size: 1.9rem;
    line-height: 1.5;
    padding: 0 10px;
  }
}
#home #main #about .container .box .items .item_01 {
  margin-top: 0;
}
#home #main #about .container .box .items .item_02 {
  margin-top: -30px;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item_02 {
    margin-top: 0;
  }
}
#home #main #about .container .box .items .item_03 {
  margin-top: -60px;
}
@media (max-width: 568px) {
  #home #main #about .container .box .items .item_03 {
    margin-top: 0;
  }
}
#home #main #technology {
  padding: 52px 0px 53px 0px;
}
@media (max-width: 568px) {
  #home #main #technology {
    padding: 80px 0px;
  }
}
#home #main #technology .container {
  position: relative;
}
#home #main #technology .container::after {
  content: "";
  background: url(../img/home/technology_en.svg);
  width: 70px;
  height: 605px;
  top: -123px;
  right: 0px;
  display: block;
  position: absolute;
}
@media (max-width: 568px) {
  #home #main #technology .container::after {
    display: none;
  }
}
#home #main #technology .container p {
  line-height: 1.8;
  margin-bottom: 21px;
}
@media (max-width: 568px) {
  #home #main #technology .container p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#home #main #technology .container .content {
  position: relative;
  margin: 50px 0;
}
#home #main #technology .container h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 18px;
}
#home #main #technology .container .items {
  width: 92%;
  margin-bottom: 26px;
}
@media (max-width: 568px) {
  #home #main #technology .container .items {
    width: 100%;
  }
}
#home #main #technology .container .items .item {
  width: 49%;
  background: #e6eff9;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
}
@media (max-width: 568px) {
  #home #main #technology .container .items .item {
    width: 100%;
  }
}
#home #main #technology .container .items .item .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
@media (max-width: 568px) {
  #home #main #technology .container .items .item .movie {
    margin-top: 30px;
  }
}
#home #main #technology .container .items .item .movie img,
#home #main #technology .container .items .item .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#home #main #technology .container .btn {
  margin: 0;
}
@media (max-width: 568px) {
  #home #main #technology .container .btn {
    margin: 60px auto 30px;
  }
}
#home #main #shop {
  margin: 150px auto 60px;
}
@media (max-width: 568px) {
  #home #main #shop {
    margin: 60px auto;
  }
}
#home #main #shop .container p {
  text-align: center;
  line-height: 1.8;
  margin: 30px auto;
}
@media (max-width: 568px) {
  #home #main #shop .container p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

/* = page
----------------------------------- */
.page #main .hero,
.single #main .hero {
  width: 100%;
  height: 411px;
  background-image: url(../img/products/main_visual.jpg);
  background-size: cover;
  position: relative;
  margin-top: -160px;
  margin-bottom: 22px;
}
@media (max-width: 568px) {
  .page #main .hero,
.single #main .hero {
    height: 300px;
  }
}
.page #main .hero::before,
.single #main .hero::before {
  content: "";
  width: 377px;
  height: 377px;
  display: block;
  border-style: solid;
  border-width: 377px 377px 0 0;
  border-color: #0059bf transparent transparent transparent;
  position: absolute;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  .page #main .hero::before,
.single #main .hero::before {
    display: none;
  }
}
.page #main .hero::after,
.single #main .hero::after {
  content: "";
  width: 262px;
  height: 262px;
  display: block;
  border-style: solid;
  border-width: 0px 0px 262px 262px;
  border-color: transparent transparent #0059bf transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  .page #main .hero::after,
.single #main .hero::after {
    display: none;
  }
}
.page #main .hero .page_title,
.single #main .hero .page_title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 171px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/common/page_title.svg);
  width: 304px;
  height: 127px;
  padding: 35px;
}
@media (max-width: 568px) {
  .page #main .hero .page_title,
.single #main .hero .page_title {
    font-size: 2.4rem;
    padding: 20px 35px;
    top: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    height: 85px;
  }
}
.page #main .hero .page_title::after,
.single #main .hero .page_title::after {
  content: "TECHNOLOGY";
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-top: 7px;
}
.page #main .breadcrumb,
.single #main .breadcrumb {
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 127px;
}
@media (max-width: 568px) {
  .page #main .breadcrumb,
.single #main .breadcrumb {
    width: 90%;
    margin-bottom: 80px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .page #main .breadcrumb,
.single #main .breadcrumb {
    width: 90%;
    margin-bottom: 80px;
  }
}
.page #main .breadcrumb ul,
.single #main .breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
}
.page #main .breadcrumb ul li,
.single #main .breadcrumb ul li {
  margin-right: 5px;
}
@media (max-width: 568px) {
  .page #main .breadcrumb ul li,
.single #main .breadcrumb ul li {
    margin-bottom: 5px;
  }
}
.page #main .breadcrumb ul li::before,
.single #main .breadcrumb ul li::before {
  content: ">";
  margin-right: 0.3rem;
}
.page #main .breadcrumb ul li:first-child::before,
.single #main .breadcrumb ul li:first-child::before {
  content: "";
}
.page #main .breadcrumb ul li:not(:last-child) a,
.single #main .breadcrumb ul li:not(:last-child) a {
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}
.page #main .section .container,
.single #main .section .container {
  margin: 0px auto 100px;
}
@media (max-width: 568px) {
  .page #main .section .container,
.single #main .section .container {
    margin: 0px auto 30px;
  }
}
.page #main dl.table,
.single #main dl.table {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 1.8rem;
  line-height: 1.8;
  border-top: 1px #cccccc solid;
}
.page #main dl.table dt,
.single #main dl.table dt {
  width: 25%;
  box-sizing: border-box;
  padding: 20px 55px;
  font-weight: normal;
  border-bottom: 1px #cccccc solid;
}
@media (max-width: 568px) {
  .page #main dl.table dt,
.single #main dl.table dt {
    width: 100%;
    padding: 15px 15px 0px;
    border-bottom: none;
    font-weight: bold;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .page #main dl.table dt,
.single #main dl.table dt {
    width: 100%;
    padding: 15px 15px 0px;
    border-bottom: none;
    font-weight: bold;
  }
}
.page #main dl.table dd,
.single #main dl.table dd {
  width: 75%;
  box-sizing: border-box;
  padding: 20px 35px;
  border-bottom: 1px #cccccc solid;
}
@media (max-width: 568px) {
  .page #main dl.table dd,
.single #main dl.table dd {
    width: 100%;
    padding: 0px 15px 15px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .page #main dl.table dd,
.single #main dl.table dd {
    width: 100%;
    padding: 0px 15px 15px;
  }
}
.page #main dl.table dd ul,
.single #main dl.table dd ul {
  list-style: circle;
  margin-left: 20px;
}
@media (max-width: 568px) {
  .page #main dl.table dd ul,
.single #main dl.table dd ul {
    margin-left: 12px;
  }
}
.page #main dl.table dd .items .item,
.single #main dl.table dd .items .item {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .page #main dl.table dd .items .item,
.single #main dl.table dd .items .item {
    width: 100%;
  }
}
.page #main dl.table dd p,
.single #main dl.table dd p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.page #main dl.table dd ol,
.single #main dl.table dd ol {
  list-style: decimal;
  padding-left: 20px;
}
.page #main dl.table dd ol li,
.single #main dl.table dd ol li {
  line-height: 1.5;
  margin-bottom: 20px;
}
.page #main dl.table dd ol li strong,
.single #main dl.table dd ol li strong {
  margin-bottom: 10px;
}

.archive #main .section .container .btn_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.archive #main .section .container .btn_to {
  display: block;
  width: 235px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 0 15px;
  border-radius: 6px;
  background: #e4480c;
  color: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.1s ease-out;
  border: none;
}
.archive #main .section .container .btn_to a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}
.archive #main .section .container .btn_to a:hover {
  transition: all 0.1s ease-in;
  background-color: #f49d00;
}
.archive #main .section .container .btn_to::after {
  content: "→";
  position: absolute;
  top: 0px;
  right: 14px;
}
.archive #main .section .container .btn_to.disabled {
  background: #bcbcbc;
}
@media (max-width: 568px) {
  .archive #main .section .container .btn_to {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.archive #main .section .container .btn_to_prev a {
  background-size: 8px 16px;
  position: relative;
}
.archive #main .section .container .btn_to_prev::after {
  content: "←";
  left: 14px;
  right: auto;
}
.archive #main .section .container .btn_to_list::after {
  content: "";
}
.archive #main .section .container .btn_to_back a {
  background-size: 8px 16px;
  position: relative;
}
.archive #main .section .container .btn_to_back::after {
  content: "<";
  left: 14px;
}

/* = products
----------------------------------- */
#products #main .hero .page_title::after {
  content: "PRODUCTS";
}
#products #main #product .container .items {
  counter-reset: item;
  list-style: none;
}
#products #main #product .container .items .item {
  margin-bottom: 64px;
  position: relative;
  margin-bottom: 64px;
}
#products #main #product .container .items .item a {
  display: block;
}
#products #main #product .container .items .item a::before {
  content: "";
  position: absolute;
  background: #0059bf;
  mix-blend-mode: multiply;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
}
#products #main #product .container .items .item a::after {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  padding: 12px 11px;
  z-index: 1;
}
@media (max-width: 568px) {
  #products #main #product .container .items .item a::after {
    padding: 15px 13px;
  }
}
#products #main #product .container .items .item a img {
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
#products #main #product .container .items .item a p {
  background: #e6eff9;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 22px 0;
  height: 65px;
}
#products #main #product .container .items::after {
  content: "";
  display: block;
  width: 31%;
}
#products #main #our_policy {
  background: #ffffff;
  padding: 1px 0px 1px;
}
#products #main #our_policy .container {
  position: relative;
  margin: 72px auto 121px;
}
@media (max-width: 568px) {
  #products #main #our_policy .container {
    padding-left: 10px;
    margin: 72px auto 60px;
  }
}
#products #main #our_policy .container::before {
  content: "";
  background: url(../img/products/our_policy_en.svg);
  width: 70px;
  height: 542px;
  top: -25px;
  left: 0px;
  display: block;
  position: absolute;
}
@media (max-width: 568px) {
  #products #main #our_policy .container::before {
    display: none;
  }
}
#products #main #our_policy .container p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.9px;
}
#products #main #our_policy .container .box {
  padding-left: 100px;
}
@media (max-width: 568px) {
  #products #main #our_policy .container .box {
    padding-left: 0px;
  }
}
#products #main #our_policy .container .box .policy .title {
  margin-bottom: 65px;
}
@media (max-width: 568px) {
  #products #main #our_policy .container .box .policy .title {
    margin-bottom: 30px;
  }
}
#products #main #our_policy .container .box .policy p {
  width: 54%;
  margin-bottom: 55px;
}
@media (max-width: 568px) {
  #products #main #our_policy .container .box .policy p {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #products #main #our_policy .container .box .policy p {
    width: 100%;
  }
}
#products #main #our_policy .container .box .quality p {
  width: 54%;
  margin-bottom: 121px;
}
@media (max-width: 568px) {
  #products #main #our_policy .container .box .quality p {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #products #main #our_policy .container .box .quality p {
    width: 100%;
    margin-bottom: 60px;
  }
}
#products #main #our_policy .container .box .image_box {
  position: absolute;
  position: absolute;
  width: 38.6%;
  height: 735px;
  top: 22px;
  right: 23px;
  z-index: 1;
}
@media (max-width: 568px) {
  #products #main #our_policy .container .box .image_box {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #products #main #our_policy .container .box .image_box {
    position: static;
    width: 75%;
    height: 500px;
    margin: 0 auto;
  }
}
#products #main #our_policy .container .flow_chart {
  margin: 50px auto;
}

/* = company
----------------------------------- */
#company #main .hero .page_title::after {
  content: "COMPANY";
}
#company #main #company_intro p {
  line-height: 1.5;
  padding: 0 55px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media (max-width: 568px) {
  #company #main #company_intro p {
    padding: 0px;
  }
}
#company #main #access {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
#company #main #access .container {
  text-align: center;
}
#company #main #access .container .title {
  font-size: 2.6rem;
  margin-bottom: 50px;
  border-bottom: 4px solid #000000;
}
#company #main #access .container .note {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 568px) {
  #company #main #access .container .note {
    font-size: 2rem;
    text-align: left;
  }
}
#company #main #access .container .note strong {
  font-size: 2rem;
  margin-bottom: 20;
}
@media (max-width: 568px) {
  #company #main #access .container .note strong {
    display: block;
    font-size: 2.2rem;
  }
}
#company #main #access .container p {
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  #company #main #access .container p {
    font-size: 2.2rem;
  }
}
#company #main #access .container .access_map {
  width: 100%;
  height: 474px;
  margin-bottom: 50px;
}
#company #main #access .container .access_map iframe {
  width: 100%;
  height: 100%;
}

/* = estimate
----------------------------------- */
@media (max-width: 568px) {
  #estimate #main .hero .page_title {
    top: 135px;
  }
}
#estimate #main .hero .page_title::after {
  content: " SHOP";
}
#estimate #main .content .container {
  text-align: center;
}
#estimate #main .content .container .note {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 63px;
}
@media (max-width: 568px) {
  #estimate #main .content .container .note {
    text-align: left;
  }
}
#estimate #main .content .container .title {
  font-size: 2.6rem;
  margin-bottom: 73px;
}
#estimate #main .content .container .items {
  margin-bottom: 113px;
}
#estimate #main .content .container .items .item {
  width: 47.5%;
  background: #e6eff9;
  margin-bottom: 55px;
}
@media (max-width: 568px) {
  #estimate #main .content .container .items .item {
    width: 100%;
  }
}
#estimate #main .content .container .items .item img {
  height: 406px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 568px) {
  #estimate #main .content .container .items .item img {
    height: auto;
  }
}
#estimate #main .content .container .items .item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 18px 0px;
  margin: 0 auto;
  height: 78px;
}
#estimate #main .content .container .items .item .btn {
  width: 212px;
  height: 48px;
  padding: 14px 0px;
  margin-top: 0px;
}
#estimate #main .content .container .items .item .btn::after {
  top: 14px;
  right: 17px;
}
#estimate #main .scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}
#estimate #main .scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
#estimate #main .scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #f1f1f1;
}
#estimate #main .scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #bcbcbc;
}
#estimate #main table {
  border-top: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
#estimate #main td,
#estimate #main th {
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  padding: 15px 10px 15px 20px;
  width: 30px;
  height: 48px;
}
#estimate #main th {
  font-weight: normal;
}
#estimate #main .fixed_01 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 80px;
  background: #ffffff;
}
@media (max-width: 568px) {
  #estimate #main .fixed_01 {
    border-right: 1px solid #cccccc;
  }
}
#estimate #main .fixed_01::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
#estimate #main .notice_sp {
  display: none;
}
@media (max-width: 568px) {
  #estimate #main .notice_sp {
    display: block;
    text-align: right;
    padding: 10px 0 20px;
  }
}
#estimate #main p {
  text-align: left;
}

/* = technology
----------------------------------- */
#technology #main .hero .page_title {
  width: 520px;
  height: 165px;
}
@media (max-width: 568px) {
  #technology #main .hero .page_title {
    width: 336px;
    height: 105px;
  }
}
#technology #main .hero .page_title::after {
  content: "TECHNOLOGY";
}
#technology #main #equipment .container .box {
  margin-bottom: 50px;
}
#technology #main #equipment .container .sub_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#technology #main #equipment .container p,
#technology #main #equipment .container ul {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  #technology #main #equipment .container p,
#technology #main #equipment .container ul {
    font-size: 1.7rem;
  }
}
#technology #main #equipment .container p strong,
#technology #main #equipment .container ul strong {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  #technology #main #equipment .container p strong,
#technology #main #equipment .container ul strong {
    line-height: 1.5;
  }
}
#technology #main #equipment .container .notes {
  margin: -50px 0 80px 0;
}
@media (max-width: 568px) {
  #technology #main #equipment .container .notes {
    margin: -50px 0 50px 0;
  }
}
#technology #main #equipment .container a {
  color: #005abf;
  font-weight: 500;
  padding: 3px;
  text-decoration: underline;
}
#technology #main #equipment .container .image {
  margin: 0 auto 50px;
}
@media (max-width: 568px) {
  #technology #main #equipment .container .image {
    margin: 0 auto 30px;
  }
}
#technology #main #equipment .container .image figcaption {
  padding: 10px 0 0 10px;
}
#technology #main #equipment .container .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#technology #main #equipment .container .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 8px;
}
#technology #main #equipment .container .items .item {
  margin-bottom: 64px;
}
#technology #main #equipment .container .items .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
#technology #main #equipment .container .items .item .catch {
  background: #e6eff9;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 22px 0;
  height: 65px;
}

/* = contact
----------------------------------- */
#contact #main .hero .page_title::after {
  content: "CONTACT";
}
.contact_form .note {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 568px) {
  .contact_form .note {
    text-align: left;
  }
}
.contact_form dl.table {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media (max-width: 568px) {
  .contact_form dl.table {
    width: 100%;
  }
}
.contact_form dl.table dt {
  width: 35%;
  box-sizing: border-box;
  padding: 30px 15px 10px 15px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px #cccccc solid;
}
@media (max-width: 568px) {
  .contact_form dl.table dt {
    width: 100%;
    padding: 15px 15px 10px 50px !important;
    border-bottom: none;
    font-weight: bold;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .contact_form dl.table dt {
    width: 100%;
    padding: 15px 15px 10px 50px !important;
    border-bottom: none;
    font-weight: bold;
  }
}
.contact_form dl.table dt .required {
  background: #FF0000;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 8px;
  position: absolute;
  top: 20px;
  right: 0px;
  border-radius: 3px;
}
@media (max-width: 568px) {
  .contact_form dl.table dt .required {
    top: 15px;
    right: unset;
    left: 0px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  .contact_form dl.table dt .required {
    top: 15px;
    right: unset;
    left: 0px;
  }
}
.contact_form dl.table dd {
  width: 65%;
  box-sizing: border-box;
  padding: 20px 20px;
  border-bottom: 1px #cccccc solid;
}
@media (max-width: 568px) {
  .contact_form dl.table dd {
    width: 100%;
    padding: 0px 20px 15px;
  }
}
.contact_form dl.table .form_control {
  border: 1px #ccc solid;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 568px) {
  .contact_form .btn_area .btn_to_contact,
.contact_form .btn_area .btn_to_back {
    width: 250px;
    height: auto;
  }
}

/* = single
----------------------------------- */
.single #main {
  background: #ffffff;
}
.single #main #content {
  margin-bottom: 185px;
}
@media (max-width: 568px) {
  .single #main #content {
    margin-bottom: 0px;
  }
}
.single #main #content .container {
  text-align: left;
}
.single #main #content .container .items {
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.single #main #content .container .items:last-of-type {
  border-bottom: none;
}
@media (max-width: 568px) {
  .single #main #content .container .items {
    padding: 50px 0px 0px;
    margin-bottom: 0px;
  }
}
.single #main #content .container .items .item {
  width: 47.5%;
  background: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .single #main #content .container .items .item {
    width: 100%;
  }
}
.single #main #content .container .items .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 407px;
}
.single #main #content .container .items .item .title {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  border-bottom: none;
}
@media (max-width: 568px) {
  .single #main #content .container .items .item .title {
    font-size: 2.2rem;
  }
}
.single #main #content .container .items .item .title strong {
  font-size: 3.2rem;
  color: #000000;
}
.single #main #content .container .items .item form.form_cart {
  display: flex;
  justify-content: flex-end;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 568px) {
  .single #main #content .container .items .item form {
    font-size: 2.2rem;
  }
}
.single #main #content .container .items .item form .box {
  padding: 20px 50px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 568px) {
  .single #main #content .container .items .item form .box {
    padding: 20px 20px;
  }
}
.single #main #content .container .items .item form .box input {
  width: 207px;
  height: 40px;
  background: #eeeeee;
  text-align: right;
  padding: 10px 30px;
}
.single #main #content .container .items .item .btn {
  width: 307px;
  height: 60px;
  padding: 20px 0px;
  margin: 60px auto 43px;
}
@media (max-width: 568px) {
  .single #main #content .container .items .item .btn {
    margin: 60px auto 20px;
  }
}
.single #main #content .container .items .item .btn::before {
  content: url(../img/estimate/ico_cart.svg);
  width: 31px;
  height: 29px;
  padding: 0px;
  padding-right: 35.5px;
}
.single #main #content .container .items .item .btn::after {
  display: none;
}
.single #main #content .container .items .item .cart {
  display: block;
  text-align: right;
  margin-right: 83px;
}
.single #main #content .container .items .item .cart::before {
  content: url(../img/estimate/ico_cart_bk.svg);
  width: 19px;
  height: 19px;
  padding-right: 8px;
}
.single #main p {
  margin-bottom: 65px;
}
@media (max-width: 568px) {
  .single #main p {
    font-size: 1.8rem;
  }
}
.single #main .text {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media (max-width: 568px) {
  .single #main .text {
    font-size: 2rem;
  }
}
.single #main .attention {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 568px) {
  .single #main .attention {
    font-size: 1.8rem;
  }
}
.single #main .attention li {
  margin-bottom: 10px;
}

#estimate.single #main #content .container .title {
  border-bottom: none;
  margin-bottom: 60px;
}
#estimate.single #main #content .container .items {
  border-bottom: none;
}
#estimate.single #main #content .container .items .item .btn_cart {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: block;
  position: relative;
  background: url(../img/common/btn_2.png) no-repeat center center;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 307px;
  height: 60px;
  padding: 20px 0px 20px 10px;
  margin: 30px auto;
}
#estimate.single #main #content .container .items .item .btn_cart::before {
  display: block;
  position: absolute;
  content: url(../img/estimate/ico_cart.svg);
  width: 31px;
  height: 29px;
  top: 14px;
  left: 30px;
}
#estimate.single #main #content .container .items .item .btn_cart::after {
  display: none;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .items .item .btn_cart {
    font-size: 2.3rem;
    width: 280px;
    height: auto;
    margin: 30px auto;
  }
}
#estimate.single #main #content .container .items .table_item_select td {
  width: 30%;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .items .table_item_select td {
    width: 100%;
  }
}
#estimate.single #main #content .container .items .table_item_select td input[type=text], #estimate.single #main #content .container .items .table_item_select td select {
  background: #eeeeee;
  text-align: right;
  padding: 10px 30px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#estimate.single #main #content .container .cart_01 {
  border-top: 1px solid #cccccc;
}
#estimate.single #main #content .container .cart_01 li {
  font-size: 1.6rem;
  padding: 20px 50px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .cart_01 li {
    padding: 20px;
  }
}
#estimate.single #main #content .container .cart_01 li strong {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 20px;
  display: inline-block;
  width: 207px;
  text-align: right;
}
#estimate.single #main #content .container .cart_02 table {
  border-top: 1px solid #cccccc;
  border-collapse: collapse;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .cart_02 tr {
    border-bottom: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 20px;
  }
  #estimate.single #main #content .container .cart_02 tr:last-of-type {
    border-bottom: none;
  }
}
#estimate.single #main #content .container .cart_02 th {
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  padding: 10px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  background: #f0e6cc;
}
#estimate.single #main #content .container .cart_02 td {
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  padding: 10px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .cart_02 td {
    display: table;
    width: 100%;
    height: 25px;
    border-bottom: none;
    font-size: 2rem;
    text-align: left;
    margin-top: 10px;
  }
}
#estimate.single #main #content .container .cart_02 .name {
  font-weight: 600;
  text-align: left;
  width: 230px;
}
#estimate.single #main #content .container .cart_02 .quantity {
  text-align: right;
}
#estimate.single #main #content .container .cart_02 .price {
  text-align: right;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .cart_02 .price {
    text-align: right;
  }
}
#estimate.single #main #content .container .cart_02 .total {
  text-align: left;
  padding: 15px 30px;
  border-bottom: none;
  font-size: 2rem;
  font-weight: 600;
}
#estimate.single #main #content .container .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#estimate.single #main #content .container .btn_area .btn_to_back,
#estimate.single #main #content .container .btn_area .btn_confirm {
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: block;
  position: relative;
  background: url(../img/common/btn_2.png) no-repeat center center;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 261px;
  height: 51px;
  padding: 16px 0px;
  margin: 30px;
}
#estimate.single #main #content .container .btn_area .btn_to_back::after,
#estimate.single #main #content .container .btn_area .btn_confirm::after {
  display: none;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .btn_area .btn_to_back,
#estimate.single #main #content .container .btn_area .btn_confirm {
    font-size: 2.3rem;
    width: 280px;
    height: auto;
    margin: 30px auto;
  }
}
#estimate.single #main #content .container .btn_area .btn_confirm {
  font-size: 2rem;
  width: 307px;
  height: 60px;
  padding: 20px 0px 20px 10px;
}
#estimate.single #main #content .container .btn_area .btn_confirm::before {
  display: block;
  position: absolute;
  content: url(../img/estimate/ico_cart.svg);
  width: 31px;
  height: 29px;
  top: 14px;
  left: 30px;
}
#estimate.single #main #content .container .btn_area .btn_to_back {
  background: #999;
}
#estimate.single #main #content .container .delete .btn_delete {
  display: block;
  position: relative;
  border-radius: 100px;
  width: 84px;
  height: 33px;
  background: #CCCCCC;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 10px 10px 10px 20px;
  margin: 0;
  float: right;
}
@media (max-width: 568px) {
  #estimate.single #main #content .container .delete .btn_delete {
    margin-bottom: 20px;
  }
}
#estimate.single #main #content .container .delete .btn_delete::before {
  display: block;
  position: absolute;
  content: "✕";
  top: 10px;
  left: 20px;
}
#estimate.single #main #content .container .delete .btn_delete::after {
  display: none;
}

#products.single #main #content .btn_estimate_wide {
  width: calc(100% - 40px);
  height: 100px;
  margin: 0 auto 30px;
  background-color: #005abf;
  background-image: url("/assets/img/products/btn_estimate_wide.svg"), linear-gradient(to right, #005abf 0%, #005abf 50%, #0056bb 51%, #0056bb 100%);
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  display: block;
}
@media (max-width: 568px) {
  #products.single #main #content .btn_estimate_wide {
    width: 100%;
    height: 90px;
    background-size: cover;
    margin: 0 auto 0px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #products.single #main #content .btn_estimate_wide {
    width: calc(100% - 40px);
    height: 90px;
    margin: 0 auto 0px;
  }
}
#products.single #main #content .items .item .box {
  padding-left: 13%;
}
@media (max-width: 568px) {
  #products.single #main #content .items .item .box {
    padding-left: 0;
  }
}
#products.single #main #content .items .item .box .btn_estimate {
  display: block;
  margin: 30px auto;
}
#products.single #main #content .items .item .box .btn_estimate img {
  width: 467px;
  height: 135px;
}
@media (max-width: 568px) {
  #products.single #main #content .items .item .box .btn_estimate img {
    width: 300px;
    height: 90px;
  }
}
@media (min-width: 568px) and (max-width: 1125px) {
  #products.single #main #content .items .item .box .btn_estimate img {
    width: 300px;
    height: 90px;
  }
}

/* = home
----------------------------------- */
#haro.page #main {
  font-family: "Noto Sans JP", sans-serif;
}
#haro.page #main .imgs-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#haro.page #main .imgs-1 > img {
  width: 60%;
  margin: 0 0 30px 0;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-1 > img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-1 > iframe {
  width: 60%;
  height: 385px;
  margin: 0 0 30px 0;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-1 > iframe {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-1 > div {
  width: 60%;
  margin: 0 0 30px 0;
  text-align: left;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-1 > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-1 > div img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#haro.page #main .imgs-1.imgs-wide > img, #haro.page #main .imgs-1.imgs-wide > div {
  width: 90%;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-1.imgs-wide > img, #haro.page #main .imgs-1.imgs-wide > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
#haro.page #main .imgs-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#haro.page #main .imgs-2 > img {
  width: 48.5%;
  margin: 0 0;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-2 > img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-2 > div {
  width: 48.5%;
  margin: 0 0;
  text-align: left;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-2 > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-2 > div img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#haro.page #main .imgs-3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#haro.page #main .imgs-3 > img {
  width: 30.3333333333%;
  margin: 0 1.5% 30px 1.5%;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-3 > img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-3 > div {
  width: 30.3333333333%;
  margin: 0 0 30px 0;
  text-align: left;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-3 > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-3 > div img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#haro.page #main .imgs-5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#haro.page #main .imgs-5 > img {
  width: 18%;
  margin: 0 0 30px 0;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-5 > img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-5 > div {
  width: 18%;
  margin: 0 0 30px 0;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-5 > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#haro.page #main .imgs-5 > div img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
@media (max-width: 568px) {
  #haro.page #main .imgs-sp-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #haro.page #main .imgs-sp-2 > img, #haro.page #main .imgs-sp-2 > div {
    width: 48% !important;
  }
}
#haro.page #main .hero {
  width: 100%;
  height: 800px;
  background-image: url(../img/haro/main_visual_01.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -149px;
}
@media (max-width: 568px) {
  #haro.page #main .hero {
    width: 100%;
    height: 400px;
    margin: 0 auto 180px;
    margin-top: -149px;
  }
}
#haro.page #main .hero::before {
  content: "";
  width: 377px;
  height: 377px;
  display: block;
  border-style: solid;
  border-width: 377px 377px 0 0;
  border-color: #0059bf transparent transparent transparent;
  position: absolute;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  #haro.page #main .hero::before {
    display: none;
  }
}
#haro.page #main .hero::after {
  content: "";
  width: 565px;
  height: 565px;
  display: block;
  border-style: solid;
  border-width: 0px 0px 565px 565px;
  border-color: transparent transparent #0059bf transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 568px) {
  #haro.page #main .hero::after {
    display: none;
  }
}
#haro.page #main .hero .catchcopy {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 50px 0px;
  letter-spacing: 0.1rem;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy {
    width: 100%;
    margin: 0 auto;
    background: #005abf;
    padding: 30px 5%;
    bottom: -157px;
    letter-spacing: 0px;
  }
}
#haro.page #main .hero .catchcopy .catchcopy_sub {
  font-size: 3rem;
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy .catchcopy_sub {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#haro.page #main .hero .catchcopy .catchcopy_sub .catchcopy_sub_primary {
  line-height: 1.5;
}
#haro.page #main .hero .catchcopy .catchcopy_sub .catchcopy_sub_secondary {
  line-height: 1;
}
#haro.page #main .hero .catchcopy h1 {
  margin-top: -20px;
  font-weight: 500;
}
#haro.page #main .hero .catchcopy h1 strong {
  font-size: 8.4rem;
  margin-left: 20px;
  line-height: 1;
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy h1 strong {
    font-size: 6rem;
    margin-left: 0px;
  }
}
#haro.page #main .hero .catchcopy h1 strong::before {
  content: "“";
  margin-right: -18px;
}
#haro.page #main .hero .catchcopy h1 strong::after {
  content: "”";
  margin-left: -18px;
}
#haro.page #main .hero .catchcopy h1 strong rt {
  font-size: 1.8rem;
  letter-spacing: 1.8rem;
  text-align: center;
}
#haro.page #main .hero .catchcopy h2 {
  font-size: 4.7rem;
  margin-bottom: 16px;
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy h2 {
    font-size: 3rem;
    margin: 0 auto 10px;
  }
}
#haro.page #main .hero .catchcopy h2 strong {
  display: block;
  font-size: 6.7rem;
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy h2 strong {
    font-size: 3.6rem;
  }
}
#haro.page #main .hero .catchcopy p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-shadow: 0 3 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 568px) {
  #haro.page #main .hero .catchcopy p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
#haro.page #main #evolution .title {
  font-size: 6rem;
  color: #005abf;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  #haro.page #main #evolution .title {
    font-size: 4rem;
    text-align: center;
  }
}
@media (max-width: 568px) {
  #haro.page #main .title {
    text-align: center;
  }
}
#haro.page #main .section {
  padding: 75px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 568px) {
  #haro.page #main .section {
    padding: 40px 0px;
  }
}
#haro.page #main .section .container {
  margin-bottom: 75px;
}
@media (max-width: 568px) {
  #haro.page #main .section .container {
    margin-bottom: 40px;
  }
}
#haro.page #main .section .container:last-of-type {
  margin-bottom: 0px;
}
#haro.page #main .section:not(#contact) .title {
  color: #005abf;
}
#haro.page #main .section strong {
  font-weight: 700;
  color: #005abf;
}
#haro.page #main .section h3 {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 568px) {
  #haro.page #main .section h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
#haro.page #main .section p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
#haro.page #main .section p:last-of-type:not(:first-of-type) {
  margin-bottom: 0rem;
}
@media (max-width: 568px) {
  #haro.page #main .section p {
    text-align: left;
  }
  #haro.page #main .section p br {
    display: none;
  }
}
#haro.page #main .section .feature {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  #haro.page #main .section .feature {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
#haro.page #main .section .feature li {
  margin: 0 30px;
  background: #333;
  color: #fff;
  font-weight: 300;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  line-height: 1.5;
  border: 4px #333 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
}
#haro.page #main .section .feature li::before {
  content: "";
  border: 2px #fff solid;
  position: absolute;
  border-radius: 100px;
  width: 140px;
  height: 140px;
}
@media (max-width: 568px) {
  #haro.page #main .section .feature li {
    margin: 0 0 15px;
    width: 95px;
    height: 95px;
    font-size: 1.4rem;
  }
  #haro.page #main .section .feature li::before {
    border: 2px #fff solid;
    width: 85px;
    height: 85px;
  }
}
#haro.page .post-password-form {
  width: 1140px;
  max-width: 100%;
  margin: 0px auto 100px;
}
#haro.page .post-password-form p {
  margin-bottom: 30px;
  text-align: center;
}
#haro.page .post-password-form input[name=post_password] {
  border: 1px #ccc solid;
  padding: 10px 20px;
}
#haro.page .post-password-form input[name=Submit] {
  background: #005abf;
  border: 1px #005abf solid;
  color: #fff;
  padding: 10px 20px;
}

.haro #footer {
  height: 707px;
  background: url(../img/haro/main_visual_01.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 568px) {
  .haro #footer {
    height: 430px;
  }
}
.haro #footer .subsidy {
  font-size: 1.2rem;
  text-align: center;
  padding: 30px 0px;
}

/* page ---
  ------------------------------- */
.haro.page.single #main .hero {
  height: 411px;
  background-image: url(../img/haro/main_visual_01.jpg);
  background-size: cover;
}/*# sourceMappingURL=style.css.map */