@charset "UTF-8";
/*
Theme Name: 株式会社エイト工業
*/
/*****
reset
*****/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

button:focus {
  outline: 0;
}

a:focus,
*:focus {
  outline: none;
}

.cf:before,
.cf:after {
  content: '';
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clear-b {
  clear: both !important;
}

@media (min-width: 769px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*****
breakpoint
*****/
/*1200px～*/
/*1025px～1199px*/
/*992px～1024px*/
/*768px～991px*/
/*576px～767px*/
/*～575px*/
/*****
layout
*****/
body .mt-50 {
  margin-top: 5rem !important;
}

body .mt-60 {
  margin-top: 6rem !important;
}

body .mt-70 {
  margin-top: 7rem !important;
}

body .mt-80 {
  margin-top: 8rem !important;
}

body .mt-90 {
  margin-top: 9rem !important;
}

body .mt-100 {
  margin-top: 10rem !important;
}

body .mt-110 {
  margin-top: 11rem !important;
}

body .mt-120 {
  margin-top: 12rem !important;
}

body .mt-130 {
  margin-top: 13rem !important;
}

body .mt-140 {
  margin-top: 14rem !important;
}

body .mt-150 {
  margin-top: 15rem !important;
}

body .mb-50 {
  margin-bottom: 5rem !important;
}

body .mb-60 {
  margin-bottom: 6rem !important;
}

body .mb-70 {
  margin-bottom: 7rem !important;
}

body .mb-80 {
  margin-bottom: 8rem !important;
}

body .mb-90 {
  margin-bottom: 9rem !important;
}

body .mb-100 {
  margin-bottom: 10rem !important;
}

body .mb-110 {
  margin-bottom: 11rem !important;
}

body .mb-120 {
  margin-bottom: 12rem !important;
}

body .mb-130 {
  margin-bottom: 13rem !important;
}

body .mb-140 {
  margin-bottom: 14rem !important;
}

body .mb-150 {
  margin-bottom: 15rem !important;
}

body .pt-50 {
  padding-top: 5rem !important;
}

body .pt-60 {
  padding-top: 6rem !important;
}

body .pt-70 {
  padding-top: 7rem !important;
}

body .pt-80 {
  padding-top: 8rem !important;
}

body .pt-90 {
  padding-top: 9rem !important;
}

body .pt-100 {
  padding-top: 10rem !important;
}

body .pt-110 {
  padding-top: 11rem !important;
}

body .pt-120 {
  padding-top: 12rem !important;
}

body .pt-130 {
  padding-top: 13rem !important;
}

body .pt-140 {
  padding-top: 14rem !important;
}

body .pt-150 {
  padding-top: 15rem !important;
}

body .pb-50 {
  padding-bottom: 5rem !important;
}

body .pb-60 {
  padding-bottom: 6rem !important;
}

body .pb-70 {
  padding-bottom: 7rem !important;
}

body .pb-80 {
  padding-bottom: 8rem !important;
}

body .pb-90 {
  padding-bottom: 9rem !important;
}

body .pb-100 {
  padding-bottom: 10rem !important;
}

body .pb-110 {
  padding-bottom: 11rem !important;
}

body .pb-120 {
  padding-bottom: 12rem !important;
}

body .pb-130 {
  padding-bottom: 13rem !important;
}

body .pb-140 {
  padding-bottom: 14rem !important;
}

body .pb-150 {
  padding-bottom: 15rem !important;
}

@media (max-width: 991px) {
  body .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
}

@media (max-width: 767px) {
  body .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
}

body .lh-00 {
  line-height: 0 !important;
}

body .lh-15 {
  line-height: 1.5em !important;
}

body .lh-16 {
  line-height: 1.6em !important;
}

body .lh-17 {
  line-height: 1.7em !important;
}

body .lh-18 {
  line-height: 1.8em !important;
}

body .lh-19 {
  line-height: 1.9em !important;
}

body .lh-20 {
  line-height: 2em !important;
}

.container-1080 {
  width: 100%;
  max-width: 999px;
  padding: 0 15px;
  margin: 0 auto;
}

.w-1080 {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
}

/*****
color
*****/
/*****
font
*****/
html {
  font-size: 56.25%;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  color: #333;
  line-height: 1.6em;
}

body .fs-10 {
  font-size: 1rem !important;
}

body .fs-11 {
  font-size: 1.1rem !important;
}

body .fs-12 {
  font-size: 1.2rem !important;
}

body .fs-13 {
  font-size: 1.3rem !important;
}

body .fs-14 {
  font-size: 1.4rem !important;
}

body .fs-15 {
  font-size: 1.5rem !important;
}

body .fs-16 {
  font-size: 1.6rem !important;
}

body .fs-17 {
  font-size: 1.7rem !important;
}

body .fs-18 {
  font-size: 1.8rem !important;
}

body .fs-19 {
  font-size: 1.9rem !important;
}

body .fs-20 {
  font-size: 2rem !important;
}

body .fs-21 {
  font-size: 2.1rem !important;
}

body .fs-22 {
  font-size: 2.2rem !important;
}

body .fs-23 {
  font-size: 2.3rem !important;
}

body .fs-24 {
  font-size: 2.4rem !important;
}

body .fs-25 {
  font-size: 2.5rem !important;
}

body .fs-26 {
  font-size: 2.6rem !important;
}

body .fs-27 {
  font-size: 2.7rem !important;
}

body .fs-28 {
  font-size: 2.8rem !important;
}

body .fs-29 {
  font-size: 2.9rem !important;
}

body .fs-30 {
  font-size: 3rem !important;
}

body .fs-35 {
  font-size: 3.5rem !important;
}

body .fs-40 {
  font-size: 4rem !important;
}

body .fs-45 {
  font-size: 4.5rem !important;
}

body .fs-50 {
  font-size: 5rem !important;
}

.en {
  font-family: 'Rajdhani', sans-serif;
}

.f-green02 {
  color: #009b7d;
}

/*****
link
*****/
a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #999;
}

/*****
header
*****/
#header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 6;
}

#header .logo {
  background: #009b7d;
  padding: 0.75rem 0.5rem;
}

#header .sp-btn01 {
  display: none;
}

#header .contact-btns {
  position: fixed;
  top: 0;
  right: 0;
}

#header .contact-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .contact-btns ul li a {
  display: block;
  padding: 3rem clamp(15px, 1.4vw, 20px);
}

.btn-2lines {
  padding: 1.7rem clamp(15px, 1.4vw, 20px) !important;
}

@media (max-width: 1024px) {
  #header .logo img {
    width: 200px;
    height: auto;
  }
  #header .contact-btns ul li a {
    display: block;
    padding: 3rem 1.4rem;
  }
  .btn-2lines {
    padding: 1.7rem 1.4rem !important;
  }
}

@media (max-width: 991px) {
  #header .inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #header .logo {
    margin-right: auto;
    padding: 1rem 0.5rem;
  }
  #header .logo img {
    width: auto;
    height: auto;
  }
  #header .sp-btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4em;
    font-size: 1.4rem;
  }
  #header .sp-btn01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  #header .logo {
    width: 66%;
  }
  #header .logo img {
    max-width: 100%;
    height: auto;
  }
  #header .sp-btn01 {
    width: 20%;
  }
  #header .sp-btn01 a {
    width: 100%;
  }
}

.navbar-nav {
  margin: 0 min(49%, 430px) 0 0;
}

@media (max-width: 1024px) {
  .navbar-nav {
    margin: 0 420px 0 0;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 0;
    padding: 1rem 0 0 0;
  }
}

.nav-item {
  font-weight: 500;
  margin: 0 3rem;
}

.nav-item a:hover {
  color: #999;
}

@media (max-width: 1024px) {
  .nav-item {
    margin: 0 2rem;
  }
}

@media (max-width: 991px) {
  .nav-item {
    margin: 0;
  }
  .nav-item a {
    padding: 1.25rem;
    display: block;
  }
  .nav-item.sp-tel {
    margin: 1rem 0 0 0;
    font-size: 2rem;
  }
  .nav-item.sp-tel a {
    background: #009b7d;
    color: #fff;
    text-align: center;
    padding: 1.75rem 1.25rem;
  }
  .nav-item.sp-tel.btn09 a {
    background: #e6641f !important;
  }
}

.navbar-toggler {
  padding: 0;
  font-size: 1rem;
  border: none;
  margin-right: 0;
  width: 60px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-toggler {
    width: 14%;
  }
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon,
.navbar-toggler[aria-expanded='false'] .navbar-toggler-icon {
  background: none;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon::after {
  font-family: 'Material Icons';
  content: '\e5cd';
  color: #000;
  font-size: 4rem;
}

.navbar-toggler[aria-expanded='false'] .navbar-toggler-icon::after {
  font-family: 'Material Icons';
  content: '\e5d2';
  color: #000;
  font-size: 4rem;
}

html.fixed {
  overflow: hidden !important;
}

html.fixed body {
  overflow: hidden !important;
}

.over {
  display: none;
}

.over.open {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}

/*****
main
*****/
#main {
  padding-bottom: 15rem;
  padding-top: 53px;
}

@media (max-width: 767px) {
  #main {
    padding-top: 14vw;
  }
}

/*****
footer
*****/
#footer {
  background: #f4f4f4;
  padding: 5rem 0 0 0;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .inner .block {
  width: 20%;
}

#footer .inner .block:nth-child(2) {
  width: 45%;
}

#footer .inner .block:nth-child(2) ul {
  width: 47%;
}

#footer .inner .block .headline {
  border-bottom: #ddd solid 1px;
  font-weight: 100;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
}

#footer .inner .block ul li {
  font-size: 1.4rem;
  font-weight: 100;
  margin: 0 0 1rem 1rem;
  line-height: 1.6em;
}

#footer .inner .block ul li::before {
  content: '-';
  margin: 0 0.5rem 0 -1rem;
  color: #aaa;
}

#footer .inner .block ul li a:hover {
  color: #777;
}

#footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer nav ul li {
  font-size: 1.4rem;
  font-weight: 100;
}

#footer nav ul li a {
  display: block;
  padding: 0.5rem 0 0 0;
}

#footer nav ul li a::after {
  content: '|';
  color: #ddd;
  margin: 0 1.5rem;
}

#footer nav ul li a:hover {
  color: #777;
}

#footer nav ul li:last-child a::after {
  content: none;
}

#footer .copy {
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  font-weight: 100;
}

@media (max-width: 1024px) {
  #footer .inner .block {
    width: 22%;
  }
  #footer .inner .block:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 2rem 0 0 0;
  }
  #footer nav ul {
    display: block;
  }
  #footer nav ul li a {
    text-align: center;
    display: block;
    padding: 2rem 0 0 0;
  }
  #footer nav ul li a::after {
    content: none;
  }
  #footer .copy {
    font-size: 1.1rem;
  }
}

/*****
toppage
*****/
.top-kv-article {
  position: relative;
}

.top-kv-article .slider {
  margin-bottom: 0;
}

.top-kv-article .slider .block {
  position: relative;
}

.top-kv-article .slider .block .img img {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-kv-article .slider .block .catch-block {
  position: absolute;
  top: 65%;
  left: 0;
  background: rgba(0, 155, 125, 0.85);
  padding: 3rem 0 3.5rem 0;
  width: 40vw;
  max-width: 768px;
}

.top-kv-article .slider .block .catch-block .catch {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  right: 5rem;
}

.top-kv-article .slider .block .catch-block .catch .en {
  font-weight: 600;
  font-size: 7rem;
}

.top-kv-article .slider .block .catch-block .catch .ja {
  font-size: 2.4rem;
  font-weight: 500;
}

.top-kv-article .side-menu {
  position: absolute;
  top: 20%;
  right: 0;
}

.top-kv-article .side-menu .block {
  background: #fff;
  padding: 3rem 2rem 1rem;
  margin: 0 0 2rem 0;
}

.top-kv-article .side-menu .block ul li {
  margin: 0 0 1rem 0;
  font-weight: 500;
  text-align: center;
}

.top-kv-article .side-menu .block ul li a {
  color: #fff;
  display: block;
  padding: 2rem 8rem;
  position: relative;
}

.top-kv-article .side-menu .block ul li a::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-kv-article .side-menu .block ul li a:hover {
  background: rgba(221, 150, 15, 0.5);
}

.top-kv-article .side-menu .btn04 {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 3rem 2rem;
  position: relative;
}

.top-kv-article .side-menu .btn04::after {
  content: url('assets/images/icon-arrow02.png');
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
}

.top-kv-article .side-menu .btn04:hover {
  color: #333;
  background: #eee;
}

@media (max-width: 1024px) {
  .top-kv-article .slider .block .catch-block {
    width: 48vw;
  }
}

@media (max-width: 991px) {
  .top-kv-article .slider .block .img img {
    height: 500px;
  }
  .top-kv-article .slider .block .catch-block {
    width: 55vw;
    padding: 2rem 0 2.5rem 0;
  }
  .top-kv-article .slider .block .catch-block .catch {
    left: 5rem;
  }
  .top-kv-article .slider .block .catch-block .catch .en {
    font-size: 6rem;
  }
  .top-kv-article .slider .block .catch-block .catch .ja {
    font-size: 2rem;
  }
  .top-kv-article .side-menu {
    top: 5%;
  }
}

@media (max-width: 767px) {
  .top-kv-article {
    position: static;
  }
  .top-kv-article .slider .block .img img {
    height: 350px;
  }
  .top-kv-article .slider .block .catch-block {
    padding: 1.25rem 0;
    width: 65vw;
    top: 65%;
  }
  .top-kv-article .slider .block .catch-block .catch {
    left: 2rem;
    width: 100%;
  }
  .top-kv-article .slider .block .catch-block .catch .en {
    font-size: 9vw;
  }
  .top-kv-article .slider .block .catch-block .catch .ja {
    font-size: 3vw;
  }
  .top-kv-article .side-menu {
    position: static;
  }
  .top-kv-article .side-menu .btn04 {
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
  }
  .top-kv-article .side-menu .btn09 {
    border-top: none !important;
    border-bottom: #333 solid 1px;
  }
}

.slide-animation {
  -webkit-animation: fadezoom 10s 0s forwards;
  animation: fadezoom 10s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li button::before {
  font-size: 15px;
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #009b7d;
}

@media (max-width: 1024px) {
  .slick-dots {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: 5px;
  }
  .slick-dots li button::before {
    font-size: 8px;
    opacity: 1;
    color: #fff;
  }
}

.top-product-article .container-1080 {
  padding-top: 7rem;
}

.top-product-article .container-1080 .headline01,
.top-product-article .container-1080 .headline01-2line {
  margin-bottom: 5rem;
}

.top-product-article section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-product-article section .bg-text {
  font-size: 20rem;
  color: #f4f4f4;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: 4.5rem;
  left: 0;
}

@media (max-width: 1024px) {
  .top-product-article section .bg-text {
    font-size: 15vw;
    top: 3.5rem;
    left: 0;
  }
}

@media (max-width: 767px) {
  .top-product-article .container-1080 {
    padding-top: 2rem;
  }
  .top-product-article .container-1080 .headline01,
  .top-product-article .container-1080 .headline01-2line {
    margin-bottom: 2rem;
  }
  .top-product-article section .bg-text {
    top: 3vw;
    font-size: 20vw;
  }
}

.top-industry-article {
  padding: 10rem 0 0 0;
}

.top-industry-article .container-1080 {
  padding-top: 5rem;
}

.top-industry-article .container-1080 .headline01,
.top-industry-article .container-1080 .headline01-2line {
  margin-top: 5rem;
  margin-bottom: 5rem;
  float: right;
}

.top-industry-article section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-industry-article section .bg-text {
  font-size: 20rem;
  color: #f4f4f4;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: 9rem;
  right: 0;
}

@media (max-width: 1024px) {
  .top-industry-article .container-1080 {
    padding-top: 5rem;
  }
  .top-industry-article .container-1080 .headline01,
  .top-industry-article .container-1080 .headline01-2line {
    margin-top: 0;
    float: none;
  }
  .top-industry-article section .bg-text {
    font-size: 15vw;
    top: 2rem;
    left: 0;
  }
}

@media (max-width: 991px) {
  .top-industry-article .container-1080 .headline01,
  .top-industry-article .container-1080 .headline01-2line {
    margin-top: -1rem;
  }
  .top-industry-article section .bg-text {
    top: 1rem;
  }
}

@media (max-width: 767px) {
  .top-industry-article .container-1080 {
    padding-top: 0;
  }
  .top-industry-article .container-1080 .headline01,
  .top-industry-article .container-1080 .headline01-2line {
    margin-bottom: 2rem;
  }
  .top-industry-article section .bg-text {
    top: -4vw;
    font-size: 20vw;
  }
}

.top-aboutus-article {
  padding-top: 10rem;
  height: 650px;
  margin: 0 0 7rem 0;
  background: url('assets/images/top-aboutus-img01.jpg') no-repeat right top
    18rem;
  background-size: 55.5%;
}

.top-aboutus-article section {
  position: relative;
  padding: 5rem 0 0 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-aboutus-article section .bg-text {
  font-size: 20rem;
  color: #f4f4f4;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 0;
}

.top-aboutus-article section .container-1080 {
  padding-top: 5rem;
  position: relative;
  z-index: 3;
}

.top-aboutus-article section .container-1080 .inner {
  width: 35%;
}

.top-aboutus-article section .container-1080 .inner .txt {
  font-size: 1.5rem;
  line-height: 1.7em;
  margin: 0 0 5rem 0;
}

@media (max-width: 1024px) {
  .top-aboutus-article {
    background: url('http://mdesigny.xsrv.jp/eight/wp-content/uploads/2021/07/top-aboutus-img01.jpg')
      no-repeat right -41rem top 18rem;
    background-size: 100%;
  }
  .top-aboutus-article section .bg-text {
    font-size: 15vw;
    left: 0;
  }
  .top-aboutus-article section .bg-img img {
    height: 40vw;
  }
  .top-aboutus-article section .container-1080 .inner {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .top-aboutus-article {
    background: url('http://mdesigny.xsrv.jp/eight/wp-content/uploads/2021/07/top-aboutus-img01.jpg')
      no-repeat right -57rem top 18rem;
    background-size: 120%;
    height: 550px;
  }
  .top-aboutus-article section .bg-text {
    font-size: 15vw;
    left: 0;
  }
  .top-aboutus-article section .bg-img img {
    height: 45vw;
  }
  .top-aboutus-article section .container-1080 .inner {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .top-aboutus-article {
    padding-top: 5rem;
    height: auto;
    background: none;
  }
  .top-aboutus-article section {
    position: relative;
    padding: 5rem 0 0 0;
  }
  .top-aboutus-article section .bg-text {
    top: 1vw;
  }
  .top-aboutus-article section .bg-img {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .top-aboutus-article section .bg-img img {
    width: 100%;
    height: auto;
  }
  .top-aboutus-article section .container-1080 {
    padding-top: 0;
    position: relative;
    margin-bottom: 3rem;
  }
  .top-aboutus-article section .container-1080 .headline02 {
    margin: -3rem 0 3rem 0 !important;
  }
  .top-aboutus-article section .container-1080 .inner {
    width: 100%;
  }
  .top-aboutus-article section .container-1080 .inner .txt {
    margin: 0 0 3rem 0;
  }
}

@media screen and (min-width: 1921px) {
  .top-aboutus-article {
    padding-top: 10rem;
    height: 650px;
    margin: 0 0 7rem 0;
    background: url('http://mdesigny.xsrv.jp/eight/wp-content/uploads/2021/07/top-aboutus-img01.jpg')
      no-repeat right -18rem top 18rem;
    background-size: 61.5%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .top-aboutus-article {
    padding-top: 10rem;
    height: 650px;
    margin: 0 0 7rem 0;
    background: url('http://mdesigny.xsrv.jp/eight/wp-content/uploads/2021/07/top-aboutus-img01.jpg')
      no-repeat right -18rem top 18rem;
    background-size: 70%;
  }
}

/*****
layer
*****/
.layer-header-section01 {
  position: relative;
}

.layer-header-section01 .img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}

.layer-header-section01 .inner {
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layer-header-section01 .inner-eight {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .layer-header-section01 .img img {
    height: 265px;
  }
}

@media (max-width: 767px) {
  .layer-header-section01 .img img {
    height: 150px;
  }
}

.layer-header-section02 {
  background: #2c8a77;
}

.layer-header-section02 .headline03 {
  padding: 9.5rem 0;
}

@media (max-width: 767px) {
  .layer-header-section02 .headline03 {
    padding: 5rem 0;
  }
}

.bread {
  width: 100%;
  max-width: 999px;
  padding: 1rem 15px;
  margin: 0 auto 6rem auto;
}

.bread ul li {
  float: left;
  font-size: 1.4rem;
}

.bread ul li a {
  color: #333;
}

.bread ul li a::after {
  font-family: 'Material Icons';
  content: '\e315';
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  vertical-align: bottom !important;
  color: #bbb;
  margin: 0 0.25rem;
}

.bread ul li a:hover {
  color: #999;
}

.tblscroll {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .tblscroll {
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .tblscroll table {
    width: 100%;
  }
  .tblscroll::-webkit-scrollbar {
    height: 5px;
  }
  .tblscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tblscroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

/*****
parts
*****/
/*
btn
*/
.btn01 {
  background: #333;
  color: #fff;
}

.btn01:hover {
  background: #999;
  color: #fff;
}

.btn02 {
  background: #009b7d;
  color: #fff;
}

.btn03 {
  background: #dd960f;
  color: #fff;
}

.btn04 {
  background: #fff;
  color: #333;
}

.btn05 {
  background: #009b7d;
  color: #fff;
  position: relative;
  padding: 2rem;
  display: block;
}

.btn05::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn05:hover {
  background: rgba(0, 155, 125, 0.5);
  color: #fff;
}

.btn06 {
  background: #333;
  color: #fff;
  position: relative;
  padding: 2rem;
  display: block;
}

.btn06::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn06:hover {
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
}

.btn07 {
  background: #009b7d;
  color: #fff;
  position: relative;
  padding: 1rem 2rem;
  display: block;
}

.btn07::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
  right: 15px;
}

.btn07:hover {
  background: rgba(0, 155, 125, 0.5);
  color: #fff;
}

.btn08 {
  background: #009b7d;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  border: #009b7d solid 1px;
  width: 100%;
  position: relative;
}

.btn08:hover {
  background: rgba(0, 155, 125, 0.5);
  border: rgba(0, 155, 125, 0.5) solid 1px;
  color: #fff;
}

.btn08::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn09 {
  background: #e6641f !important;
  color: #fff !important;
}

.btn09:hover {
  background: #f09d70 !important;
  color: #fff;
}

.top-kv-article .side-menu .btn09::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
}

@media (max-width: 767px) {
  .btn08::after {
    right: 15px;
  }
}

/*
textlink
*/
.tlink {
  color: #009b7d;
}

.tlink:hover {
  color: #6dbfaf;
}

/*
table
*/
.tbltitle01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #009b7d;
  padding: 1rem 0;
  border-top: #009b7d solid 1px;
  border-right: #009b7d solid 1px;
  border-left: #009b7d solid 1px;
}

.tbl01 {
  width: 100%;
}

.tbl01 tr th {
  background: #009b7d;
  color: #fff;
  text-align: center;
  padding: 0.75rem 0;
  width: 50%;
}

.tbl01 tr th:last-child {
  background: #333;
}

.tbl01 tr td {
  padding: 0.75rem 3rem;
  width: 50%;
  white-space: pre-wrap;
  vertical-align: middle;
}

.tbl01 tr td.green-d {
  background: #ccebe5;
}

.tbl01 tr td.green-t {
  background: #e6f5f2;
}

.tbl01 tr td.gray-d {
  background: #ddd;
}

.tbl01 tr td.gray-t {
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .tbl01 tr td {
    white-space: nowrap;
  }
}

.tbl02 tr td {
  width: auto;
}

.tbl02 tr td.bo-L-white01 {
  border-left: #fff solid 2px;
}

.tbl02 tr td.bo-B-white01 {
  border-bottom: #fff solid 2px;
}

.tbl03 {
  width: 100%;
  max-width: 500px;
  border-top: #ddd solid 1px;
}

.tbl03 tr th {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  width: 30%;
  vertical-align: middle;
}

.tbl03 tr td {
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .tbl03 {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .tbl03 {
    display: block;
    width: 100%;
  }
  .tbl03 tbody,
  .tbl03 tr {
    display: block;
    width: 100%;
  }
  .tbl03 tbody th,
  .tbl03 tr th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl03 tbody td,
  .tbl03 tr td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl03 br {
    display: none;
  }
}

.tbl04 {
  width: 100%;
}

.tbl04 tr th {
  color: #fff;
  text-align: center;
  width: calc(100% / 8);
  padding: 0.75rem 0;
}

.tbl04 tr th:nth-child(odd) {
  background: #6dbfaf;
}

.tbl04 tr th:nth-child(even) {
  background: #333;
}

.tbl04 tr td {
  text-align: center;
  padding: 0.75rem 0;
}

.tbl04 tr td:nth-child(odd) {
  background: #ccebe5;
}

.tbl04 tr td:nth-child(even) {
  background: #ddd;
}

@media (max-width: 991px) {
  .tbl04 tr th,
  .tbl04 tr td {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
}

.tbl05 {
  width: 100%;
}

.tbl05 tr th {
  color: #fff;
  text-align: center;
  padding: 0.75rem;
}

.tbl05 tr th:first-child {
  background: #009b7d;
  width: 30%;
}

.tbl05 tr th:nth-child(2) {
  background: #009b7d;
  width: 35%;
}

.tbl05 tr th:last-child {
  background: #333;
  width: 35%;
}

.tbl05 tr td {
  padding: 0.75rem 1.5rem;
}

.tbl05 tr td.green01 {
  background: #009b7d;
}

.tbl05 tr td.green02 {
  background: #4cb8a3;
}

.tbl05 tr td.green03 {
  background: #ccebe5;
}

.tbl05 tr td.green04 {
  background: #e6f5f2;
}

.tbl05 tr td.gray01 {
  background: #ddd;
}

.tbl05 tr td.gray02 {
  background: #f4f4f4;
}

.tbl05 tr td:first-child {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.tbl05 .bo-B {
  border-bottom: #3bb19b solid 2px;
}

.tbl06 tr td {
  text-align: center;
  padding: 0.75rem;
}

.tbl06 tr td:first-child {
  background: #009b7d;
  width: 30%;
}

.tbl06 tr td:last-child {
  padding: 0.75rem 1.5rem;
}

.tbl07 {
  width: 100%;
}

.tbl07 tr th {
  color: #fff;
  text-align: center;
  padding: 0.75rem 1.5rem;
}

.tbl07 tr th.green01 {
  background: #009b7d;
}

.tbl07 tr th.green02 {
  background: #4cb8a3;
}

.tbl07 tr th.w-30 {
  width: 30%;
}

.tbl07 tr td {
  padding: 0.75rem 1.5rem;
}

.tbl07 tr td.green03 {
  background: #ccebe5;
}

.tbl07 tr td.green04 {
  background: #e6f5f2;
}

.tbl07 .bo-B {
  border-bottom: #f0f9f7 solid 1px;
}

.tbl07 .bo-R {
  border-right: #f0f9f7 solid 1px;
}

.tbl08 {
  width: 100%;
}

.tbl08 tr th {
  vertical-align: middle;
  width: 12%;
  border-bottom: #eaeaea solid 1px;
  padding: 1.75rem 0;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.tbl08 tr th.req {
  position: relative;
}

.tbl08 tr th.req::after {
  content: '必須';
  background: #009b7d;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0.25rem 0.5rem 0.3rem;
  line-height: 1;
}

.tbl08 tr th.req02 {
  position: relative;
}

.tbl08 tr th.req02::after {
  top: 18%;
}

.tbl08 tr th.any {
  position: relative;
}

.tbl08 tr th.any::after {
  content: '任意';
  background: #7c7c7c;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0.25rem 0.5rem 0.3rem;
  line-height: 1;
}

.tbl08 tr td {
  vertical-align: middle;
  padding: 1.75rem 0 1.75rem 1.5rem;
  border-bottom: #eaeaea solid 1px;
}

.tbl08 tr td span {
  color: #7c7c7c;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}

.tbl08 tr td span.cap {
  margin: -1rem 0 0 0;
}

.tbl08 tr td span.wpcf7-not-valid-tip {
  color: #f00;
}

.tbl08 tr td span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

.tbl08 tr td p {
  color: #7c7c7c;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}

@media (max-width: 991px) {
  .tbl08 tr th {
    width: 16%;
  }
}

@media (max-width: 767px) {
  .tbl08 {
    width: 100%;
    display: block;
  }
  .tbl08 tbody {
    width: 100%;
    display: block;
  }
  .tbl08 tr {
    width: 100%;
    display: block;
  }
  .tbl08 tr th {
    border-bottom: none;
    padding: 1.75rem 0 0 0;
    width: 100%;
    display: block;
  }
  .tbl08 tr th br {
    display: none;
  }
  .tbl08 tr th.req {
    position: static;
  }
  .tbl08 tr th.req::after {
    position: static;
    margin: 0 0 0 1rem;
  }
  .tbl08 tr th.req02 {
    position: static;
  }
  .tbl08 tr th.req02::after {
    position: static;
    margin: 0 0 0 1rem;
  }
  .tbl08 tr th.any {
    position: static;
  }
  .tbl08 tr th.any::after {
    position: static;
    margin: 0 0 0 1rem;
  }
  .tbl08 tr td {
    vertical-align: middle;
    padding: 1.75rem 0;
    border-bottom: #eaeaea solid 1px;
    width: 100%;
    display: block;
  }
  .tbl08 tr td span {
    color: #7c7c7c;
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
  .tbl08 tr td span.cap {
    margin: -1rem 0 0 0;
  }
}

.tbl09 {
  width: 100%;
  border-top: #ddd solid 1px;
}

.tbl09 tr th {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  width: 15%;
  white-space: nowrap;
  vertical-align: middle;
}

.tbl09 tr td {
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tbl09 {
    display: block;
    width: 100%;
  }
  .tbl09 tbody,
  .tbl09 tr {
    display: block;
    width: 100%;
  }
  .tbl09 tbody th,
  .tbl09 tr th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl09 tbody th br,
  .tbl09 tr th br {
    display: none;
  }
  .tbl09 tbody td,
  .tbl09 tr td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.tbl09 {
  border-top: none;
}

.tbl09 tr th {
  width: 13%;
  padding-left: 0;
  padding-right: 0;
}

.tbl09 tr th.align-top::after {
  top: 22%;
}

.tbl09 tr td {
  padding-right: 0;
}

.tbl09 tr td span {
  margin: 0;
}

.tbl09 tr td input.half {
  width: 50%;
  margin: 0 1rem 0 0;
}

@media (max-width: 991px) {
  .tbl09 {
    display: block;
    width: 100%;
  }
  .tbl09 tbody,
  .tbl09 tr {
    display: block;
    width: 100%;
  }
  .tbl09 tbody th,
  .tbl09 tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .tbl09 tbody th br,
  .tbl09 tr th br {
    display: none;
  }
  .tbl09 tbody th::after,
  .tbl09 tr th::after {
    position: static !important;
    margin: 0 0 0 1rem !important;
  }
  .tbl09 tbody td,
  .tbl09 tr td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tbl09 tr th {
    padding-left: 0;
    padding-right: 0;
  }
  .tbl09 tr td {
    padding-left: 0;
    padding-right: 0;
  }
}

.tbl10 {
  width: 100%;
  border-top: #ddd solid 1px;
}

.tbl10 tr th {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  width: 12%;
  white-space: nowrap;
  vertical-align: middle;
}

.tbl10 tr td {
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  vertical-align: middle;
}

.tbl10 tr td a {
  color: #009b7d;
  font-weight: 700;
}

@media (max-width: 991px) {
  .tbl10 tr th {
    width: 15%;
  }
}

@media (max-width: 767px) {
  .tbl10 {
    display: block;
    width: 100%;
  }
  .tbl10 tbody,
  .tbl10 tr {
    display: block;
    width: 100%;
  }
  .tbl10 tbody th,
  .tbl10 tr th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl10 tbody th br,
  .tbl10 tr th br {
    display: none;
  }
  .tbl10 tbody td,
  .tbl10 tr td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.tbl11 {
  width: 100%;
  border-top: #ddd solid 1px;
}

.tbl11 tr th {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  width: 15%;
  white-space: nowrap;
  vertical-align: middle;
}

.tbl11 tr td {
  padding: 1.5rem 2rem;
  border-bottom: #ddd solid 1px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tbl11 {
    display: block;
    width: 100%;
  }
  .tbl11 tbody,
  .tbl11 tr {
    display: block;
    width: 100%;
  }
  .tbl11 tbody th,
  .tbl11 tr th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl11 tbody th br,
  .tbl11 tr th br {
    display: none;
  }
  .tbl11 tbody td,
  .tbl11 tr td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .tbl12 {
    border-right: #ddd solid 1px;
    border-left: #ddd solid 1px;
  }
}

.tbl13 tr th {
  width: 13%;
}

@media (max-width: 767px) {
  .tbl13 tr th {
    width: 100%;
  }
}

/*
form
*/
.form01 input[type='text'],
.form01 input[type='tel'],
.form01 input[type='email'] {
  width: 100%;
  border: #eaeaea solid 1px;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}

.form01 textarea {
  width: 100%;
  border: #eaeaea solid 1px;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  height: 120px;
}

.form01 a {
  color: #009b7d;
}

.form01 input[type='checkbox'] {
  margin: -0.25rem 0.5rem 0 0;
}

.form01 .submitbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 340px;
  margin: 0 auto;
}

.form01 .submitbutton p {
  position: relative;
  width: 100%;
}

.form01 .submitbutton p input[type='submit'] {
  background: #009b7d;
  color: #fff;
  padding: 1rem 2rem;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.form01 .submitbutton p input[type='submit']:hover {
  background: rgba(0, 155, 125, 0.5);
  color: #fff;
}

.form01 .submitbutton p::after {
  content: url('assets/images/icon-arrow01.png');
  display: block;
  position: absolute;
  top: 15%;
  right: 15px;
}

@media (max-width: 767px) {
  .form01 .submitbutton {
    width: 100%;
  }
}

/*
list
*/
.list01 {
  border-bottom: #ddd solid 1px;
  padding: 1.5rem 0;
}

.list01 dt {
  font-weight: normal;
}

.list01 dd a {
  color: #333;
}

.list01 dd a:hover {
  color: #999;
}

.list01:first-child {
  border-top: #ddd solid 1px;
}

.list02 li {
  margin: 0 0 0 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.list02 li::before {
  content: '・';
  color: #ddd;
  font-weight: 700;
  margin: 0 0 0 -1.6rem;
}

.list02 li.parent {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.list02 li.parent::before {
  content: '・';
  color: #009b7d;
  font-weight: 700;
  margin: 0 0 0 -1.6rem;
}

.list03 {
  border-bottom: #ddd solid 1px;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}

.list03 dt {
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 3rem 0;
}

.list03 dt .date {
  background: #a3a3a3;
  color: #fff;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 1rem 0 0;
}

.list03 dd {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .list03 dt {
    display: block;
    margin: 0 0 1.5rem 0;
  }
  .list03 dt .date {
    margin: 0 0 1rem 0;
    display: inline-block;
  }
  .list03 dt .title {
    display: block;
  }
  .list03 dt a {
    display: block;
    margin: 2rem 0 0 0;
  }
}

.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list04 li {
  margin: 0 2rem;
  width: 340px;
}

@media (max-width: 767px) {
  .list04 {
    display: block;
  }
  .list04 li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .list04 li:last-child {
    margin: 0;
  }
}

.list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list05 li {
  width: 48%;
}

@media (max-width: 991px) {
  .list05 {
    display: block;
  }
  .list05 li {
    width: 100%;
  }
  .list05 li:first-child {
    margin: 0 0 2rem 0;
  }
}

.list06 li {
  font-size: 1.5rem;
  margin: 0 0 0 1.5rem;
}

.list06 li::before {
  content: '※';
  margin: 0 0 0 -1.5rem;
}

.list07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list07 li {
  width: 31%;
  margin: 0 0 2rem 0;
}

@media (max-width: 767px) {
  .list07 {
    display: block;
  }
  .list07 li {
    width: 100%;
  }
}

.list08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list08 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin: 0 0 2rem 0;
}

.list08 li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .list08 {
    display: block;
  }
  .list08 li {
    width: 100%;
  }
}

/*
headline
*/
.headline01,
.headline01-2line {
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 1.75rem;
}

.headline01::before,
.headline01-2line::before {
  content: '';
  display: block;
  width: 10px;
  height: 4px;
  background: #009b7d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 10px;
}

.headline02 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .headline02 {
    font-size: 6vw;
  }
}

.headline03 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.headline03 .en {
  font-size: 7rem;
  font-weight: 700;
  color: #ddd;
  display: block;
}

@media (max-width: 767px) {
  .headline03 {
    font-size: 1.8rem;
  }
  .headline03 .en {
    font-size: 4rem;
  }
}

.headline04 {
  font-size: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline04::before {
  content: '';
  display: block;
  height: 5px;
  width: 15px;
  border-radius: 20px;
  background: #009b7d;
  margin: 0 1rem 0 0;
}

@media (max-width: 767px) {
  .headline04 {
    font-size: 2.2rem;
  }
}

.headline05 {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 0 0 1.25rem 0;
  border-bottom: 2px solid #ddd;
}

.headline05::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: inherit;
  border-bottom: 2px solid #009b7d;
}

@media (max-width: 767px) {
  .headline05 {
    font-size: 1.8rem;
  }
}

.headline06 {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding: 0 0 1.25rem 0;
  border-bottom: 2px solid #fff;
}

.headline06::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: inherit;
  border-bottom: 2px solid #009b7d;
}

@media (max-width: 767px) {
  .headline06 {
    font-size: 1.8rem;
  }
}

.headline07 {
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline07::before {
  content: '・';
  color: #009b7d;
  font-size: 2rem;
}

/*
contents
*/
.cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt01 .block {
  width: 19%;
}

.cnt01 .block a .img {
  line-height: 0;
  overflow: hidden;
}

.cnt01 .block a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt01 .block a .btn {
  background: #009b7d;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
  line-height: 1.4em;
  position: relative;
  height: 100px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  text-align: left;
}

.cnt01 .block a .btn::after {
  content: url('assets/images/icon-arrow01.png');
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.cnt01 .block a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cnt01 .block a:hover .btn {
  background: rgba(0, 155, 125, 0.5);
}

@media (max-width: 991px) {
  .cnt01 .block a .img img {
    height: 130px;
  }
  .cnt01 .block a .btn {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    height: 80px;
  }
  .cnt01 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cnt01 {
    display: block;
  }
  .cnt01 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt01 .block a .img img {
    height: 180px;
  }
  .cnt01 .block a .btn {
    font-size: 2rem;
    padding: 2rem;
    height: 65px;
  }
  .cnt01 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

.cnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cnt02 .block {
  width: 32%;
  margin: 0 0 3rem 0;
}

.cnt02 .block a .img {
  line-height: 0;
  overflow: hidden;
}

.cnt02 .block a .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt02 .block a .btn {
  background: #333;
  width: 100%;
  padding: 2rem;
  height: 140px;
  position: relative;
}

.cnt02 .block a .btn .main {
  color: #fff;
  font-size: 2rem;
  border-bottom: #7c7c7c solid 1px;
  text-align: left;
  font-weight: 700;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}

.cnt02 .block a .btn .sub {
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.4em;
}

.cnt02 .block a .btn::after {
  content: url('assets/images/icon-arrow01.png');
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.cnt02 .block a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .cnt02 .block a .btn {
    padding: 1.5rem 1rem;
    height: 125px;
  }
}

@media (max-width: 767px) {
  .cnt02 {
    display: block;
  }
  .cnt02 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt02 .block a .btn {
    padding: 1.5rem 1rem;
    height: 115px;
  }
  .cnt02 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

.cnt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt03 .btn-block {
  width: 35%;
}

.cnt03 .txt-block {
  width: 60%;
}

.cnt03 .txt-block02 {
  margin-top: -60px;
}

@media (max-width: 991px) {
  .cnt03 .btn-block {
    width: 40%;
  }
  .cnt03 .txt-block {
    width: 54%;
  }
  .cnt03 .txt-block02 {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .cnt03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cnt03 .btn-block {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cnt03 .txt-block {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 3rem 0;
  }
  .cnt03 .txt-block02 {
    margin: 0 0 3rem 0;
  }
}

.cnt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cnt04::before {
  content: '';
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cnt04::after {
  content: '';
  display: block;
  width: 23%;
}

.cnt04 ul {
  width: 23%;
}

@media (max-width: 991px) {
  .cnt04::after {
    content: '';
    display: block;
    width: 31%;
  }
  .cnt04 ul {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .cnt04 ul {
    width: 48%;
  }
}

.cnt05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cnt05 .block {
  width: 23%;
  margin: 0 0 3rem 0;
}

.cnt05 .block a .img {
  line-height: 0;
  overflow: hidden;
}

.cnt05 .block a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt05 .block a .btn {
  background: #e6f5f2;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 2rem 10rem;
  line-height: 1.4em;
  position: relative;
  height: 100px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  text-align: left;
}

.cnt05 .block a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cnt05 .block a:hover .btn {
  /*background: rgba(230,245,242,0.50);*/
}

@media (max-width: 991px) {
  .cnt05 .block a .img img {
    height: 130px;
  }
  .cnt05 .block a .btn {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    height: 80px;
  }
  .cnt05 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cnt05 {
    display: block;
  }
  .cnt05 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt05 .block a .img img {
    height: 180px;
  }
  .cnt05 .block a .btn {
    font-size: 2rem;
    padding: 2rem;
    height: 65px;
  }
  .cnt05 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

.cnt06 .block {
  background: #e6f5f2;
}

.cnt06 .block a .btn {
  font-size: 1.8rem;
  padding: 2rem;
  height: auto;
}

.cnt07 .block {
  background: #e6f5f2;
  width: 31%;
}

.cnt07 .block a .btn {
  font-size: 1.8rem;
  padding: 2rem;
  height: auto;
}

@media (max-width: 991px) {
  .cnt07 .block {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .cnt07 .block {
    width: 100%;
  }
}

.cnt08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cnt08 table {
  width: 50%;
}

@media (max-width: 767px) {
  .cnt08 {
    display: block;
  }
  .cnt08 table {
    width: 100%;
  }
}

.cnt09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt09 .inner {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cnt09 .inner .number {
  white-space: nowrap;
  margin: 0 1rem 0 0;
  color: #00932d;
}

@media (max-width: 767px) {
  .cnt09 {
    display: block;
  }
  .cnt09 .inner {
    width: 100%;
  }
  .cnt09 .inner:first-child {
    margin: 0 0 2rem 0;
  }
}

.cnt10 {
  width: 100%;
  max-width: 340px;
}

.cnt11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.cnt11 .title {
  border: #009b7d solid 1px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #009b7d;
  padding: 1.5rem 2rem;
  white-space: nowrap;
}

.cnt11 .btnblock {
  width: 100%;
}

@media (max-width: 767px) {
  .cnt11 {
    display: block;
  }
  .cnt11 .title {
    text-align: center;
  }
}

.cnt12 .block {
  background: #e6f5f2;
  width: 48%;
}

.cnt12 .block a .btn {
  font-size: 1.8rem;
  padding: 2rem;
  height: auto;
}

@media (max-width: 767px) {
  .cnt12 .block {
    width: 100%;
  }
}

.cnt13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cnt13 .block {
  width: 31%;
  margin: 0 0 3rem 0;
}

.cnt13 .block a .img {
  line-height: 0;
  overflow: hidden;
}

.cnt13 .block a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cnt13 .block a .btn {
  background: #f4f4f4;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 2rem 10rem;
  line-height: 1.4em;
  position: relative;
  height: 100px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  text-align: left;
}

.cnt13 .block a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cnt13 .block a:hover .btn {
  /*background: rgba(230,245,242,0.50);*/
}

@media (max-width: 991px) {
  .cnt13 .block {
    width: 48%;
  }
  .cnt13 .block a .img img {
    height: 180px;
  }
  .cnt13 .block a .btn {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    height: 80px;
  }
  .cnt13 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cnt13 {
    display: block;
  }
  .cnt13 .block {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt13 .block a .img img {
    height: 180px;
  }
  .cnt13 .block a .btn {
    font-size: 2rem;
    padding: 2rem;
    height: 65px;
  }
  .cnt13 .block a .btn::after {
    right: 10px;
    bottom: 10px;
  }
}

.cnt14 .block {
  width: 23%;
  margin: 0 0 3rem 0;
}

@media (max-width: 991px) {
  .cnt14 .block {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .cnt14 .block {
    width: 100%;
  }
}

.cnt15 .block {
  width: 48%;
  margin: 0 0 3rem 0;
}

@media (max-width: 767px) {
  .cnt15 .block {
    width: 100%;
  }
}

.cnt16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt16 .txt-block {
  padding: 0 3rem 0 0;
}

@media (max-width: 991px) {
  .cnt16 {
    display: block;
  }
  .cnt16 .txt-block {
    padding: 0;
    margin: 0 0 5rem 0;
  }
  .cnt16 .img {
    text-align: center;
  }
}

.cnt17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt17 .txt-block {
  padding: 0 8rem 0 0;
  width: 100%;
}

@media (max-width: 991px) {
  .cnt17 {
    display: block;
  }
  .cnt17 .txt-block {
    padding: 0;
    margin: 0 0 4rem 0;
  }
  .cnt17 .img {
    text-align: center;
  }
}

.cnt18 .block a .img {
  border-bottom: #fff solid 5px;
  background: #fff;
}

#formbtn {
  width: 100%;
}

#formbtn .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
}

#formbtn .button-block .button-block01 {
  color: #009b7d;
  font-weight: 700;
  width: 20%;
  border: #009b7d 1px solid;
  text-align: center;
  padding: 1.5rem 1rem;
}

#formbtn .button-block .button-block02 {
  background: #009b7d;
  color: #fff;
  width: 80%;
  border: #009b7d 1px solid;
  padding: 1.5rem 1rem;
  position: relative;
}

#formbtn .button-block .button-block02::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

#formbtn .button-block.active .button-block02::after {
  content: '\f077';
}

#formbtn .form-block {
  background: #f4f4f4;
  display: none;
  width: 100%;
  padding: 1rem 3rem 3rem;
}

@media (max-width: 991px) {
  #formbtn .button-block .button-block01 {
    width: 30%;
  }
  #formbtn .button-block .button-block02 {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #formbtn .button-block {
    display: block;
  }
  #formbtn .button-block .button-block01 {
    width: 100%;
  }
  #formbtn .button-block .button-block02 {
    width: 100%;
  }
  #formbtn .button-block .button-block02::after {
    right: 10px;
  }
  #formbtn .form-block {
    padding: 2rem 1rem;
  }
}

.number-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number-cell p {
  font-size: 1rem;
  color: #7c7c7c;
}

.number-cell select {
  width: 100%;
  border: #eaeaea solid 1px;
  font-size: 1.4rem;
  padding: 0.65rem 0.5rem;
}

@media (max-width: 991px) {
  .number-cell div {
    margin: 0 0 2rem 0;
  }
  .number-cell div:last-child {
    margin: 0;
  }
}

.connector-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.connector-cell div {
  width: 49.5%;
}

.connector-cell div p {
  font-size: 1rem;
  color: #7c7c7c;
}

@media (max-width: 991px) {
  .connector-cell {
    display: block;
  }
  .connector-cell div {
    width: 100%;
  }
}

span.your-quantity {
  display: inline !important;
}

/****************
メガメニュー化
****************/
.nav-link {
  padding: 0;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown {
  position: static;
}

.dropdown .show {
  background: #009b7d;
  color: #fff;
}

.dropdown-menu {
  width: 100%;
  border-radius: none;
  margin: 0;
  border: none;
  position: relative;
  z-index: -1;
  background: #009b7d;
  padding: 2rem 0;
}

.dropdown-menu ul {
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-menu ul::after {
  content: '';
  display: block;
  width: 31%;
}

.dropdown-menu ul li {
  width: 31%;
  font-size: 1.4rem;
  margin: 1rem 0;
}

.dropdown-menu ul li a {
  color: #fff;
  white-space: pre-wrap;
  display: block;
  position: relative;
  padding: 0 3rem 0 0;
}

.dropdown-menu ul li a:hover {
  background: none;
  color: #ddd;
}

.dropdown-menu ul li a::after {
  content: '>';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-menu ul li {
    width: 46%;
  }
}

.navbar-collapse {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-item {
  margin: 0;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding: 0;
  }
}

.navbar-nav .nav-link {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0 min(1.6vw, 24px) !important;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

@media (max-width: 1024px) {
  .navbar-nav .nav-link {
    padding: 0 12px !important;
  }
}

.navbar-nav .nav-link:hover {
  color: #fff;
  background: #009b7d;
}

.navbar-nav .nav-link.show {
  color: #fff;
  background: #009b7d;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    height: auto;
    padding: 1rem 0 !important;
  }
  .navbar-nav .nav-link:hover {
    color: #000;
    background: #fff;
  }
  .navbar-nav .nav-link.show {
    color: #fff;
    background: #009b7d;
  }
}

.nav-item.sp-tel {
  margin: 0;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.submitbutton p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submitbutton p input[type='button'] {
  background: #aaa;
  color: #fff;
  padding: 1rem 2rem;
  display: block;
  border: none;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 2rem 0 0;
}

.ajax-loader {
  display: none !important;
}

#header .logo img {
  width: 210px;
  height: auto;
}

.eight-bg-color {
  background: linear-gradient(to right, #009b7d, #00a283, #fcb32a);
  padding: min(15vw, 170px) 0 120px 0;
  margin: 190px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eight-container {
  position: relative;
  width: 90%;
  padding: 0;
  margin: 0;
}

.eight-item1 {
  position: absolute;
  top: -55%;
  left: 0;
  right: 0;
}

.eight-item1-display-sp {
  display: none;
}

.eight-item2 {
  display: flex;
  justify-content: space-between;
}

.eight-item2-1 {
  width: 95%;
}

.eight-item2-2 {
  width: 95%;
  margin: 0 0 0 auto;
}

.w95-breakpoint991 {
  width: 95%;
  margin: auto;
  background-color: red;
}

@media (max-width: 991px) {
  .eight-bg-color {
    padding: 15vw 0 40px 0;
    margin: 20vw auto 0 auto;
  }

  .eight-item1 {
    top: -25vw;
  }

  .eight-item2 {
    display: block;
  }

  .eight-item2-1 {
    width: 100%;
    margin-bottom: 10%;
  }

  .eight-item2-2 {
    width: 100%;
    margin: 0;
    margin-bottom: 10%;
  }

  .w90-breakpoint991 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .eight-bg-color {
    padding: 25vw 0 40px 0;
    margin: 32vw auto 0 auto;
  }

  .eight-item1 {
    top: -45vw;
  }

  .eight-item1-display-sp {
    display: block;
  }

  .eight-item1-display-pc {
    display: none;
  }
}

.maxw1500 {
  max-width: 1500px;
  margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
  .w95-breakpoint992-1080 {
    width: 95%;
  }
}

@media (max-width: 608px) {
  .headline01-2line::before {
    top: 25%;
  }
}

.policy_link {
    color: #009b7d;
    text-decoration: none;
    position: relative;
}

.policy_link:hover {
opacity: 0.7;
color: #009b7d;
}

.policy_link::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 8px;
    border-radius: 20px;
    background: #009b7d;
    position: relative;
    top: -4px;
    margin-right: 4px;
}

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