@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:hover img {
  opacity: 0.8;
  text-decoration: none;
  color: unset;
}

p {
  word-break: break-all;
}

.relative {
  position: relative;
}

pre {
  white-space: unset;
  word-break: break-all;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1360px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #2D3746;
  margin-bottom: 5.4rem;
  border-bottom: dotted 1px;
  display: inline-block;
}

.h3-wrap {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.xl_120 {
  font-size: 12rem;
}

.xl_100 {
  font-size: 10rem;
}

.xl_90 {
  font-size: 9rem;
}

.xl_70 {
  font-size: 7rem;
}

.xl_60 {
  font-size: 6rem;
}

.xl_40 {
  font-size: 4rem;
}

.xl_58 {
  font-size: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .xl_120 {
    font-size: 6rem;
  }
  .xl_100 {
    font-size: 5rem;
  }
  .xl_90 {
    font-size: 4.5rem;
  }
  .xl_70 {
    font-size: 3.5rem;
  }
  .xl_60 {
    font-size: 3rem;
  }
  .xl_40 {
    font-size: 2rem;
  }
  .xl_58 {
    font-size: 2.8rem;
  }
}
.header {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 20px;
}
.header .nav-area .tel {
  margin-bottom: 20px;
  text-align: right;
}
.header .nav-area .nav-menu ul {
  display: flex;
}
.header .nav-area .nav-menu ul li {
  width: 180px;
  text-align: center;
}
.header .nav-area .nav-menu ul li:not(:last-child) {
  border-right: solid 2px;
}
.header .nav-area .nav-menu ul li a {
  font-size: 2rem;
  font-weight: bold;
}
.header #nav-open {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header {
    margin: 0 auto;
    padding: 2rem 1.6rem;
  }
  .header .site-title {
    width: 200px;
  }
  .header .site-title img {
    width: 200px;
  }
  .header .nav-area {
    width: calc(100% - 200px);
  }
  .header .nav-area .icon_tel {
    position: absolute;
    right: 9.6rem;
    top: 2.6rem;
  }
  .header .nav-area .icon_tel img {
    width: 24px;
  }
  .header .nav-area .nav-menu {
    display: none;
    position: fixed;
    background-color: #2D3746;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
  }
  .header .nav-area .nav-menu .sp_head {
    background: #FFF;
    padding: 2rem 1.6rem;
  }
  .header .nav-area .nav-menu .sp_head .site-logo img {
    width: 200px;
  }
  .header .nav-area .nav-menu ul {
    flex-wrap: wrap;
    padding: 3.2rem 1.6rem;
    color: #FFF;
  }
  .header .nav-area .nav-menu ul li {
    width: 100%;
    text-align: left;
    border-top: solid 1px;
  }
  .header .nav-area .nav-menu ul li:not(:last-child) {
    border-right: none;
  }
  .header .nav-area .nav-menu ul li:last-child {
    border-bottom: solid 1px;
  }
  .header .nav-area .nav-menu ul li a {
    font-size: 1.6rem;
    padding: 1.6rem 0.8rem;
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .header .nav-area .nav-menu ul li a::after {
    content: ">";
    position: absolute;
    right: 1.6rem;
  }
  .header .nav-area .nav-menu.open {
    display: block;
  }
  .header #nav-open {
    display: inline-block;
    width: 42px;
    height: 42px;
    z-index: 9999;
    position: absolute;
    top: 2rem;
    right: 1.6rem;
    border-radius: 4px;
    background: #2D3746;
    position: fixed;
  }
  .header #nav-open span {
    position: absolute;
    transition: all 0.5s ease-in-out;
    height: 3px;
    /*線の太さ*/
    width: 24px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: "";
    cursor: pointer;
    z-index: 9999;
    /*最前面*/
    left: 9px;
    top: 11px;
  }
  .header #nav-open span:nth-of-type(2) {
    margin-top: 8px;
  }
  .header #nav-open span:nth-of-type(3) {
    margin-top: 15px;
  }
  .header #nav-open.active span:nth-of-type(1) {
    transform: translateY(9px) translateX(0) rotate(35deg);
  }
  .header #nav-open.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateY(9px);
  }
  .header #nav-open.active span:nth-of-type(3) {
    transform: translateY(-6px) translateX(0) rotate(-35deg);
  }
}
.footer {
  color: #FFF;
  background-color: #2D3746;
  padding: 30px 0;
}
.footer p {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
.footer p .bold {
  font-size: 1.8rem;
  padding-right: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 2.4rem 1.6rem;
  }
  .footer p {
    font-size: 1.4rem;
    line-height: 170%;
  }
  .footer p .bold {
    font-size: 1.6rem;
    padding-right: unset;
  }
}
.main-visual {
  background-image: url("../img/main_visual.png");
  min-height: 600px;
  background-size: cover;
  margin-bottom: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-visual .text-area {
  text-shadow: 3px 3px 7px #2D3746;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.main-visual .text-area p {
  color: #FFF;
  position: absolute;
  color: white;
  font-weight: 900;
  text-align: right;
  top: 220px;
  left: 50px;
}

.top_business .wrapper,
.top_track-record .wrapper,
.top_inquiry .wrapper {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.top_business .wrapper,
.top_track-record .wrapper {
  display: flex;
}
.top_business .text-area,
.top_track-record .text-area {
  position: relative;
}
.top_business .text-area h2,
.top_track-record .text-area h2 {
  color: #AFB9C8;
  position: absolute;
  font-weight: 900;
  line-height: 360%;
  word-break: keep-all;
}
.top_business .text-area .btn_inner-link,
.top_track-record .text-area .btn_inner-link {
  position: absolute;
  font-size: 2rem;
  width: 400px;
  z-index: 10;
  transition: 0.5s;
}
.top_business .bg-img,
.top_track-record .bg-img {
  background-repeat: no-repeat;
}

.top_business .text-area {
  width: calc(100% - 750px);
}
.top_business .text-area h2 {
  left: 60px;
  top: 50px;
}
.top_business .text-area .btn_inner-link {
  background: #2D3746;
  color: #FFF;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 90% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 90% 0%, 100% 100%);
  bottom: 80px;
  left: 300px;
  padding-left: 14px;
}
.top_business .bg-img {
  width: 750px;
  min-height: 500px;
  background-image: url("../img/top_business.png");
  -webkit-clip-path: polygon(0% 100%, 25% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 25% 0%, 100% 0%, 100% 100%);
}

.top_track-record {
  background-color: #2D3746;
  padding: 8rem 0;
}
.top_track-record .text-area {
  width: calc(100% - 710px);
}
.top_track-record .text-area h2 {
  top: 65px;
  right: 65px;
  text-align: right;
}
.top_track-record .text-area .btn_inner-link {
  background: #FFF;
  color: #2D3746;
  -webkit-clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
  text-align: right;
  bottom: 60px;
  right: 450px;
  padding-right: 14px;
}
.top_track-record .bg-img {
  width: 710px;
  min-height: 500px;
  background-image: url("../img/top_track_record.png");
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 75% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 75% 100%);
}

.top_inquiry .wrapper {
  min-height: 370px;
  background-image: url("../img/bg_circle.png");
  background-position: right -50px;
  position: relative;
}
.top_inquiry .wrapper .btn_inner-link {
  font-size: 4rem;
  font-weight: 900;
  position: absolute;
  border-bottom: solid 1px #2D3746;
  color: #2D3746;
  padding-left: 6px;
}
.top_inquiry .wrapper .btn_inner-link::after {
  content: "";
  border-right: solid 1px #2D3746;
  position: absolute;
  height: 31px;
  right: 10px;
  transform: rotate(135deg);
  bottom: -5.5px;
}
.top_inquiry .wrapper .btn_inner-link.aboutus {
  width: 280px;
  left: 0;
  top: 95px;
}
.top_inquiry .wrapper .btn_inner-link.inquiry {
  width: 360px;
  top: 220px;
  left: 240px;
}

@media only screen and (max-width: 767px) {
  .main-visual {
    min-height: 260px;
    background-position: center center;
    margin-bottom: 6rem;
  }
  .main-visual .text-area p {
    position: relative;
    text-align: center;
    top: 84px;
    left: 0;
    left: unset;
  }
  .top_business .wrapper,
  .top_track-record .wrapper,
  .top_inquiry .wrapper {
    width: 100%;
  }
  .top_business .wrapper,
  .top_track-record .wrapper {
    flex-wrap: wrap;
    padding: 0 1.6rem;
  }
  .top_business .text-area h2,
  .top_track-record .text-area h2 {
    position: unset;
    line-height: 210%;
    margin-bottom: 1.6rem;
  }
  .top_business .text-area .btn_inner-link,
  .top_track-record .text-area .btn_inner-link {
    position: unset;
    font-size: 1.6rem;
    width: 100%;
    display: block;
    padding: 0.8rem;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top_business .bg-img,
  .top_track-record .bg-img {
    margin-bottom: 2.4rem;
  }
  .top_business .bg-img img,
  .top_track-record .bg-img img {
    line-height: 0;
  }
  .top_business {
    margin-bottom: 4.8rem;
  }
  .top_business .text-area {
    width: 100%;
    order: 10;
  }
  .top_business .text-area h2 {
    left: 60px;
    top: 50px;
  }
  .top_business .bg-img {
    order: 1;
    width: 100%;
    min-height: auto;
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top_track-record {
    padding: 4rem 0;
  }
  .top_track-record .text-area {
    width: 100%;
  }
  .top_track-record .text-area h2 {
    text-align: left;
  }
  .top_track-record .bg-img {
    width: 100%;
    min-height: auto;
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top_inquiry .wrapper {
    min-height: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .top_inquiry .wrapper .btn_inner-link {
    font-size: 2.4rem;
    position: relative;
    padding-left: 0.6rem;
  }
  .top_inquiry .wrapper .btn_inner-link::after {
    height: 24px;
    right: 7px;
    bottom: -4.5px;
  }
  .top_inquiry .wrapper .btn_inner-link.aboutus, .top_inquiry .wrapper .btn_inner-link.inquiry {
    max-width: 400px;
    width: 100%;
    top: unset;
    left: unset;
  }
}
@media only screen and (max-width: 767px) and (max-width: 590px) {
  .top_inquiry .wrapper .btn_inner-link.aboutus, .top_inquiry .wrapper .btn_inner-link.inquiry {
    max-width: 300px;
  }
}
.container.ashen {
  background-color: #F5F5F6;
}

.sm_wrapper, .md_wrapper, .l_wrapper, .xl_wrapper {
  margin: 0 auto;
  padding: 4.8rem 0;
}

.sm_wrapper {
  max-width: 700px;
}

.md_wrapper {
  max-width: 1000px;
}

.l_wrapper {
  max-width: 1160px;
}

.xl_wrapper {
  max-width: 1200px;
}

.sub_main-visual {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  background-size: cover;
}
.sub_main-visual h2 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 3px 3px 7px #2D3746;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.d-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
}
.d-list dt:not(:last-of-type),
.d-list dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.d-list dt {
  width: 22%;
  color: #2D3746;
  font-weight: bold;
}
.d-list dd {
  width: 78%;
}

.sub_access iframe {
  width: 100%;
  height: 400px;
}
.sub_access .access-info {
  max-width: 550px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
}
.sub_access .access-info .text-area address {
  font-size: 1.6rem;
}
.sub_access .access-info .text-area p {
  font-size: 1.4rem;
}
.sub_access .access-info .btn_gmap {
  width: 200px;
  border: solid 2px #2D3746;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2D3746;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.5s;
}
.sub_access .access-info .btn_gmap:hover {
  background-color: #2D3746;
  color: #FFF;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-list::after {
  content: "";
  width: 30%;
}
.product-list li {
  width: 30%;
  margin-bottom: 5rem;
}
.product-list li .img-wrap img {
  box-shadow: 3px 3px 3px #AFB9C8;
}
.product-list li .product-title {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: #2D3746;
  margin: 1rem auto;
}
.product-list li p {
  font-size: 1.6rem;
  line-height: 180%;
}
.product-list li p .bold {
  font-weight: bold;
}

.form-list {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3rem;
}
.form-list dt,
.form-list dd {
  margin-bottom: 3.2rem;
}
.form-list dt {
  width: 250px;
  display: flex;
  align-items: center;
}
.form-list dt label {
  font-size: 1.6rem;
  font-weight: bold;
}
.form-list dt .required {
  color: #FFF;
  font-size: 1.1rem;
  background: #b40000;
  padding: 0.2rem 0.7rem;
  border-radius: 4px;
  margin-left: 2.2rem;
}
.form-list dd {
  width: calc(100% - 250px);
}
.form-list dd input[type=text],
.form-list dd input[type=email],
.form-list dd textarea {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.6rem;
  border: solid 1px #4d2f00;
  border-radius: 4px;
  background: #FFF;
}
.form-list dd textarea {
  height: 200px;
}
.form-list dd .error {
  margin-top: 0.8rem;
  color: #b40000;
}

form .check {
  max-width: 750px;
  margin: 0 auto 3.6rem;
  line-height: 170%;
  font-weight: bold;
  font-size: 1.8rem;
}
form .btn_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  flex-wrap: wrap;
}
form .btn_form {
  display: block;
  width: 300px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.5s;
  margin: 0 auto;
  padding: 1.6rem;
  text-align: center;
}
form .btn_submit {
  border: solid 2px #2D3746;
  color: #2D3746;
}
form .btn_submit:hover {
  background-color: #2D3746;
  color: #FFF;
}
form .btn_back {
  border: solid 2px #AFB9C8;
  color: #AFB9C8;
}
form .btn_back:hover {
  background-color: #AFB9C8;
  color: #FFF;
}

.business-list {
  margin-bottom: 10rem;
}
.business-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  padding: 5rem;
  width: 100%;
}
.business-list li:not(:last-child) {
  margin-bottom: 7rem;
}
.business-list li .img-area {
  max-width: 700px;
}
.business-list li .text-area {
  line-height: 170%;
  max-width: calc(100% - 700px - 3.2rem);
}
.business-list li .text-area h4 {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.business-list li .text-area p {
  font-size: 1.6rem;
}

.business-list2 {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-list2 li {
  background: #FFF;
  padding: 3.2rem;
  width: 48%;
  margin-bottom: 7rem;
}
.business-list2 li .img-area {
  max-width: 100%;
  margin-bottom: 2rem;
}
.business-list2 li .text-area {
  line-height: 170%;
}
.business-list2 li .text-area h4 {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.business-list2 li .text-area p {
  font-size: 1.6rem;
}

.equip-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.equip-list dd, .equip-list dt {
  font-size: 1.6rem;
  border-bottom: solid 1px #2D3746;
}
.equip-list dd:first-of-type, .equip-list dt:first-of-type {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2D3746;
}
.equip-list dt {
  width: 240px;
  padding: 1.6rem;
}
.equip-list dd {
  width: calc(100% - 240px - 10px);
  padding: 1.6rem 0.8rem;
  margin-left: 5px;
}

.company > :last-child,
.inquiry > :last-child,
.business > :last-child {
  margin-bottom: 5rem;
}

.company .sub_main-visual {
  background-image: url(../img/sub_mainvisual_03.png);
  background-position-y: bottom;
}
.company .president-wrap p {
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 5.4rem;
}
.company .president-wrap p.name {
  text-align: right;
  font-weight: bold;
}

.production .sub_main-visual {
  background-image: url(../img/sub_mainvisual_02.png);
}
.production .description {
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 5.4rem;
}

.inquiry .sub_main-visual {
  background-image: url(../img/sub_mainvisual_04.png);
}
.inquiry .tel-area {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.inquiry .tel-area p {
  font-size: 1.8rem;
}
.inquiry .tel-area p:not(.bold) {
  color: #2D3746;
}
.inquiry .tel-area p.bold {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
.inquiry .tel-area h4 {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.inquiry .tel-area h4 .icon img {
  width: 26px;
  margin-right: 2.6rem;
}

.business .sub_main-visual {
  background-image: url(../img/sub_mainvisual_01.png);
}
.business .description {
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 5.4rem;
}

@media only screen and (max-width: 767px) {
  .sm_wrapper, .md_wrapper, .l_wrapper, .xl_wrapper {
    padding: 4rem 1.6rem;
  }
  .sm_wrapper.sp_px-none, .md_wrapper.sp_px-none, .l_wrapper.sp_px-none, .xl_wrapper.sp_px-none {
    padding: 4rem 0rem;
  }
  .sub_main-visual {
    height: 220px;
  }
  .sub_main-visual h2 {
    font-size: 3.6rem;
    word-break: keep-all;
  }
  .business .sub_main-visual {
    background-image: url(../img/sub_mainvisual_01_sp.png);
  }
  .company .president-wrap p {
    font-size: 1.6rem;
    line-height: 160%;
    margin-bottom: 4.8rem;
  }
  .d-list dt:not(:last-of-type),
  .d-list dd:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .d-list dt {
    width: 100%;
  }
  .d-list dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .sub_access iframe {
    height: 300px;
  }
  .sub_access .access-info {
    flex-wrap: wrap;
  }
  .sub_access .access-info .text-area {
    width: 100%;
    margin-bottom: 2.6rem;
  }
  .sub_access .access-info .text-area address {
    font-size: 1.5rem;
  }
  .sub_access .access-info .text-area p {
    font-size: 1.5rem;
  }
  .sub_access .access-info .btn_gmap {
    margin: 0 auto;
    padding: 1rem;
  }
  .product-list::after {
    width: 100%;
  }
  .product-list li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .product-list li .product-title {
    font-size: 1.8rem;
    text-align: left;
  }
  .product-list li p {
    font-size: 1.4rem;
    line-height: 170%;
  }
  .form-list {
    width: 100%;
  }
  .form-list dt {
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .form-list dt label {
    font-size: 1.4rem;
  }
  .form-list dd {
    margin-bottom: 2.8rem;
    width: 100%;
  }
  .form-list dd input[type=text],
  .form-list dd input[type=email],
  .form-list dd textarea {
    padding: 1.4rem;
    font-size: 1.4rem;
  }
  .form-list dd textarea {
    height: 160px;
  }
  form .check {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  form .btn_form {
    width: 60%;
    max-width: 400px;
    min-width: 260px;
    margin: 1rem auto;
    padding: 1.2rem;
  }
  .business-list {
    margin-bottom: 6rem;
  }
  .business-list li {
    padding: 3.2rem 1.6rem;
  }
  .business-list li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .business-list li .img-area {
    max-width: 100%;
    order: 1;
  }
  .business-list li .text-area {
    order: 10;
    max-width: 100%;
    margin-top: 2rem;
  }
  .business-list li .text-area h4 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
  .business-list2 li {
    padding: 3.2rem 1.6rem;
    width: 100%;
  }
  .business-list2 li .img-area {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .business-list2 li .text-area h4 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
  .equip-list dd, .equip-list dt {
    border-bottom: none;
  }
  .equip-list dd:first-of-type, .equip-list dt:first-of-type {
    border-bottom: solid 1px #2D3746;
    margin-bottom: 2.4rem;
    padding: 0.8rem 0;
  }
  .equip-list dt {
    width: 100%;
    padding: 0rem;
    font-weight: bold;
  }
  .equip-list dt:first-of-type {
    width: calc(50% - 2.5px);
  }
  .equip-list dt:not(:first-of-type) {
    margin-bottom: 0.5rem;
  }
  .equip-list dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 0rem;
    margin-left: 0px;
  }
  .equip-list dd:first-of-type {
    margin-left: 5px;
    width: calc(50% - 2.5px);
  }
  .equip-list dd:not(:first-of-type) {
    margin-bottom: 2.4rem;
  }
  .inquiry .tel-area {
    width: 100%;
  }
  .inquiry .tel-area p {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }
  .inquiry .tel-area p:not(.bold) {
    color: #2D3746;
  }
  .inquiry .tel-area p.bold {
    font-size: 1.8rem;
  }
  .inquiry .tel-area h4 {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .inquiry .tel-area h4 .icon img {
    width: 18px;
    margin-right: 0.9rem;
  }
}
.liberty {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}/*# sourceMappingURL=style.css.map */