@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500&display=swap");
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  zoom: 1;
}

/*Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 300;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 300;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000000;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* 共通カラー */
:root {
  --main-color: #FA0045;
  /* var(--main-color) */
  --sub-color: #EB0037;
  /* var(--sub-color) */
  --sub-color2: #820021;
  /* var(--sub-color2) */
  --bg-color: #FCE8EA;
  /* var(--bg-color) */
  --bg-color2: #CA002B;
  /* var(--bg-color2) */
  --bg-black: #333333;
  /* var(--bg-black) */
}

/* メイン #4FB847 */
/* サブ1 #098100 */
/*** ------------------------------------------------------------------------------

common

-----------------------------------------------------------------------------  ***/
main {
  background-color: #F9F9F9;
}

.bg-w {
  background-color: #fff;
}

img {
  vertical-align: bottom;
  width: 100%;
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*** ------------------------------------------------------------------------------

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a {
  outline: none;
  color: #333;
}

a:link {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

br.br {
  display: block;
}

@media (max-width: 1550px) {
  br.br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*** ------------------------------------------------------------------------------

共通タイトル

-----------------------------------------------------------------------------  ***/
.tit-box {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.tit-box h3 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}

.tit-box h3 span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  color: var(--main-color);
}

.tit-box .line-txt {
  text-stroke: 1px rgb(250, 0, 69);
  -webkit-text-stroke: 1px rgba(250, 0, 69, 0.15);
  color: transparent;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1024px) {
  .tit-box {
    margin-bottom: 50px;
  }

  .tit-box h3 {
    font-size: 3rem;
  }

  .tit-box h3 span {
    font-size: 1.6rem;
  }

  .tit-box .line-txt {
    font-size: 9rem;
  }
}
@media (max-width: 768px) {
  .tit-box {
    margin-bottom: 30px;
  }

  .tit-box h3 {
    font-size: 2rem;
  }

  .tit-box h3 span {
    font-size: 1.4rem;
  }

  .tit-box .line-txt {
    font-size: 4.8rem;
  }
}
.sp-follow-link {
  display: none;
}
@media (max-width: 1024px) {
  .sp-follow-link {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 15;
  }
  .sp-follow-link a {
    width: 100%;
    display: block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 5px;
  }
  .sp-follow-link a::after {
    content: "∨";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) scale(1, 0.7);
            transform: translateY(-50%) scale(1, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 12px;
  }
  .sp-follow-link span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .sp-follow-link span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url("../img/icon-mail-black.png");
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
header {
  width: calc(100% - 300px);
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .inner {
  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;
}

header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header h1 img {
  width: 292px;
}

header h1 span {
  font-size: 2rem;
  font-weight: 400;
  margin: -8px 0 0 20px;
  display: block;
}

header #navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #navi nav .menu {
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #navi nav .menu li {
  margin: 0 0 0 20px;
}

header #navi nav .menu li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #navi nav .menu li a:hover {
  color: var(--main-color);
}

header #navi nav .menu li.contact-btn {
  display: none;
}

header #nav-toggle {
  display: none;
}

@media (max-width: 1450px) {
  header h1 img {
    width: 55%;
  }

  header h1 span {
    font-size: 1.2vw;
    margin: -8px 0 0 8px;
  }

  header #navi nav .menu {
    font-size: 1.1vw;
    word-break: keep-all;
  }

  header #navi nav .menu li {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1024px) {
  header {
    width: 100%;
  }

  header #navi nav .menu {
    font-size: 1.2vw;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 10px;
  }

  header h1 img {
    width: 140px;
  }

  header h1 span {
    font-size: 1.2rem;
    margin: -5px 0 0 10px;
  }

  header nav {
    right: -100%;
    top: 0;
    background: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
  }

  header #nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 10000;
    padding: 10px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.8);
  }

  header #nav-toggle div {
    position: relative;
  }

  header #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--main-color);
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  header #nav-toggle span:nth-child(1) {
    top: 4px;
  }

  header #nav-toggle span:nth-child(2) {
    top: 14px;
  }

  header #nav-toggle span:nth-child(3) {
    top: 24px;
  }

  header .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  header .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }

  header #navi nav .menu {
    font-size: 14px;
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.5);
    padding: 0;
    margin-top: 50px;
  }

  header #navi nav .menu li {
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  }

  header #navi nav .menu li a {
    padding: 10px 0;
    display: block;
  }

  header #navi nav .menu li a:hover {
    color: #00c2ba;
  }

  header #navi nav .menu li.contact-btn {
    display: block;
    border: solid 2px #FA0045;
    margin: 10px 10px 0;
  }

  header #navi nav .menu li.contact-btn a {
    color: #FA0045;
  }
}
/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
footer {
  width: calc(100% - 300px);
}

footer .ft-menu ul {
  background-color: #F9F9F9;
  text-align: center;
  font-size: 1.3rem;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .ft-menu ul li {
  padding: 0 15px;
  border-right: solid 1px #000;
}

footer .ft-menu ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .ft-menu ul li a:hover {
  opacity: 0.7;
}

footer .ft-menu ul li:last-child {
  border: none;
}

footer address {
  background-color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
}

@media (max-width: 1024px) {
  footer {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer {
    width: 100%;
  }

  footer .ft-menu ul {
    font-size: 1.2rem;
    display: block;
    padding: 0;
  }

  footer .ft-menu ul li {
    padding: 10px 0;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }

  footer address {
    font-size: 1rem;
  }
}
/*** ------------------------------------------------------------------------------

about

-----------------------------------------------------------------------------  ***/
#about {
  width: calc(100% - 300px);
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
  background-color: #F9F9F9;
  margin-bottom: 120px;
}

#about:before {
  content: "";
  width: 100%;
  height: 155%;
  -webkit-transform: skew(0deg, -36deg);
          transform: skew(0deg, -36deg);
  background-color: #fff;
  position: absolute;
  top: 65%;
}

#about .inner {
  margin: -40px 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

#about .inner .img {
  margin: 30px 0 0 2%;
  position: relative;
  width: 48%;
}

#about .inner .img:after {
  content: "";
  width: 45%;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: -1;
}

#about .inner .txt-box {
  margin-top: 30px;
  width: 48%;
}

#about .inner .txt-box .txt01 {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  #about {
    width: 100%;
    padding: 50px 0;
  }

  #about .inner {
    margin: -40px 20px 0 0;
  }

  #about .inner .txt-box .txt01 {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #about {
    padding: 30px 0;
    margin-bottom: 50px;
  }

  #about .inner {
    margin: 0;
    display: block;
  }

  #about:before {
    height: 110%;
    top: 67%;
  }

  #about .inner .img {
    margin: 30px auto 0;
    position: relative;
    width: 90%;
  }

  #about .inner .img:after {
    top: -20px;
    left: -10px;
  }

  #about .inner .txt-box {
    margin: 0 auto 50px;
    width: 90%;
  }

  #about .inner .txt-box .txt01 {
    font-size: 1.4rem;
  }
}
/*** -----------------------------------------------------------------------------

banner

-----------------------------------------------------------------------------  ***/
#bn {
  padding: 80px 20px 20px;
  position: relative;
  z-index: 1;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#bn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bn ul li {
  width: calc(50% - 10px);
  height: 287px;
  overflow: hidden;
}

#bn ul li a {
  display: block;
  color: #fff;
  position: relative;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

#bn ul li a p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

#bn ul li a strong {
  font-size: 2.7rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

#bn ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 19px;
  background: url(../img/icon-window.png) no-repeat center center/cover;
  display: block;
  z-index: 1;
}

#bn ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

#bn ul li.bn1 a:after {
  background: url(../img/bn-center.jpg) no-repeat center center/cover;
}

#bn ul li.bn2 a:after {
  background: url(../img/bn-3pl.jpg) no-repeat center center/cover;
}

#bn ul li a:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

@media (max-width: 1024px) {
  #bn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #bn {
    padding: 40px 10px 10px;
    background-color: #fff;
  }

  #bn ul {
    display: block;
  }

  #bn ul li {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
  }

  #bn ul li a p {
    font-size: 1.4rem;
  }

  #bn ul li a strong {
    font-size: 2rem;
  }
}
/*** ------------------------------------------------------------------------------

case

-----------------------------------------------------------------------------  ***/
#case {
  width: calc(100% - 300px);
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}

#case:before {
  content: "";
  width: 100%;
  height: 50%;
  -webkit-transform: skew(0deg, -36deg);
          transform: skew(0deg, -36deg);
  background-color: #fff;
  position: absolute;
  top: -25%;
}

#case .copy {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin: -30px 0 30px;
  position: relative;
  z-index: 1;
}

#case .logo {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

#case .logo .slick-slide {
  margin: 0 15px;
}

#case .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#case .inner > li {
  margin-bottom: 50px;
  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;
}

#case .inner > li .img {
  width: 36%;
  position: relative;
}

#case .inner > li .img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bg-black);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px 10px;
  display: block;
}

#case .inner > li .txt-box {
  width: 61%;
}

#case .inner > li .txt-box .midashi {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

#case .inner > li .txt-box .balloon {
  padding: 20px;
  background-color: var(--sub-color);
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

#case .inner > li .txt-box .balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: var(--sub-color) transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

#case .inner > li .txt-box .balloon .txt01 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}

#case .inner > li .txt-box .balloon .txt01 span {
  display: inline-block;
  width: 26px;
  margin-right: 10px;
  vertical-align: middle;
}

#case .inner > li .txt-box .balloon li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}

#case .inner > li .txt-box .proposing {
  padding: 20px;
  background-color: #fff;
  position: relative;
}

#case .inner > li .txt-box .proposing .txt01 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}

#case .inner > li .txt-box .proposing .txt01 span {
  display: inline-block;
  width: 26px;
  margin-right: 10px;
  vertical-align: middle;
}

#case .inner > li .txt-box .proposing .list1 li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}

#case .inner > li .txt-box .proposing .efficacy {
  border: solid 1px var(--main-color);
  margin-top: 15px;
}

#case .inner > li .txt-box .proposing .efficacy .tit {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 10px;
}

#case .inner > li .txt-box .proposing .list2 {
  padding: 10px;
}

#case .inner > li .txt-box .proposing .list2 li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
  color: var(--main-color);
}

@media (max-width: 1450px) {
  #case .inner > li .img {
    width: 42%;
  }

  #case .inner > li .txt-box {
    width: 56%;
  }

  #case .inner > li .txt-box .midashi {
    font-size: 1.4vw;
  }

  #case .inner > li .txt-box .balloon .txt01 {
    font-size: 1.3vw;
  }

  #case .inner > li .txt-box .balloon .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .balloon li {
    font-size: 1.3vw;
  }

  #case .inner > li .txt-box .proposing .txt01 {
    font-size: 1.3vw;
  }

  #case .inner > li .txt-box .proposing .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .proposing .list1 li {
    font-size: 1.3vw;
  }

  #case .inner > li .txt-box .proposing .efficacy .tit {
    font-size: 1.3vw;
  }

  #case .inner > li .txt-box .proposing .list2 li {
    font-size: 1.3vw;
  }
}
@media (max-width: 1024px) {
  #case {
    width: 100%;
    padding: 50px 0;
  }

  #case .inner > li .txt-box .midashi {
    font-size: 1.8vw;
  }

  #case .inner > li .txt-box .balloon .txt01 {
    font-size: 1.5vw;
  }

  #case .inner > li .txt-box .balloon .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .balloon li {
    font-size: 1.5vw;
  }

  #case .inner > li .txt-box .proposing .txt01 {
    font-size: 1.5vw;
  }

  #case .inner > li .txt-box .proposing .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .proposing .list1 li {
    font-size: 1.5vw;
  }

  #case .inner > li .txt-box .proposing .efficacy .tit {
    font-size: 1.5vw;
  }

  #case .inner > li .txt-box .proposing .list2 li {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  #case {
    padding: 30px 0 20px;
  }

  #case:before {
    height: 32%;
  }

  #case .copy {
    font-size: 1.4rem;
    margin: -10px 0 20px;
  }

  #case .logo {
    margin-bottom: 40px;
  }

  #case .logo .slick-slide {
    margin: 0 10px;
  }

  #case .inner > li {
    margin-bottom: 40px;
    display: block;
  }

  #case .inner > li .img {
    width: 100%;
    margin-bottom: 20px;
  }

  #case .inner > li .txt-box {
    width: 100%;
  }

  #case .inner > li .txt-box .midashi {
    font-size: 1.7rem;
  }

  #case .inner > li .txt-box .balloon {
    padding: 10px;
  }

  #case .inner > li .txt-box .balloon .txt01 {
    font-size: 1.5rem;
  }

  #case .inner > li .txt-box .balloon .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .balloon li {
    font-size: 1.4rem;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }

  #case .inner > li .txt-box .proposing {
    padding: 20px;
    background-color: #fff;
    position: relative;
  }

  #case .inner > li .txt-box .proposing .txt01 {
    font-size: 1.5rem;
  }

  #case .inner > li .txt-box .proposing .txt01 span {
    width: 20px;
  }

  #case .inner > li .txt-box .proposing .list1 li {
    font-size: 1.4rem;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }

  #case .inner > li .txt-box .proposing .efficacy .tit {
    font-size: 1.4rem;
  }

  #case .inner > li .txt-box .proposing .list2 {
    padding: 10px;
  }

  #case .inner > li .txt-box .proposing .list2 li {
    font-size: 1.4rem;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
/*** ------------------------------------------------------------------------------

company

-----------------------------------------------------------------------------  ***/
#company {
  width: calc(100% - 300px);
  padding: 100px 0;
  background-color: var(--bg-color2);
  position: relative;
  z-index: 5;
}

#company h3 {
  color: #fff;
}

#company .tit-box h3 span {
  color: #fff;
}

#company .tit-box .line-txt {
  text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

#company table {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}

#company table th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: solid 1px #fff;
  vertical-align: top;
}

#company table td {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: solid 1px #fff;
}

#company table td a {
  color: #fff;
}

#company table td a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #company {
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #company {
    width: 100%;
    padding: 30px 0;
    margin-top: 0;
  }

  #company table th {
    font-size: 1.4rem;
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 15px 0 5px;
  }

  #company table td {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding: 0 0 15px;
  }
}
/*** ------------------------------------------------------------------------------

contact

-----------------------------------------------------------------------------  ***/
@media (min-width: 1025px) {
  #contact {
    width: 300px;
    height: 100%;
    position: fixed;
    padding: 0 10px;
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact.act1,
#contact.act2,
#contact.act3 {
    background-color: #FA0045;
  }

  #contact .form {
    width: 280px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
  }

  #contact .form .txt-box {
    text-align: center;
    margin-bottom: 5px;
  }

  #contact .form .txt-box .midashi {
    color: #FA0045;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  #contact .form .txt-box .midashi span {
    background-color: #FA0045;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto 5px;
    border: solid 2px #FA0045;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #contact .form .txt-box .txt01 {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #contact .form .txt-box .tel {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
  }

  #contact .form .txt-box .tel span {
    width: 20px;
    height: 20px;
    margin: -5px 6px 0 -10px;
    display: inline-block;
    vertical-align: top;
  }

  #contact .form table {
    width: 100%;
  }

  #contact .form table th {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
    padding: 5px 0 10px 0;
    vertical-align: top;
    width: 40px;
  }

  #contact .form table tr:first-child th {
    padding-top: 0;
  }

  #contact .form table td {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
    padding: 0 0 10px 10px;
  }

  #contact .form table td .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #contact .form table td .radio li {
    width: 54.3%;
    margin-bottom: 5px;
  }

  #contact .form table td .radio li:nth-child(odd) {
    width: 45.6%;
  }

  #contact .form .textarea .th {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  #contact .form .textarea .th,
#contact .form .textarea .td {
    display: block;
    width: 100%;
  }

  #contact .textarea .td textarea {
    max-width: 500px;
  }

  #contact .privacy {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 10px 0 10px;
  }

  #contact .privacy a {
    text-decoration: underline;
    font-weight: 500;
  }

  #contact .privacy a:hover {
    text-decoration: none;
  }

  #contact .form .btn .submit-btn {
    text-align: center;
    border-radius: 5px;
  }

  #contact .form .btn .submit-btn,
#contact .form .btn input[type=submit],
#contact .form .btn input[type=button] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
    width: 140px;
    background: #FA0045;
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    border: solid 1px #FA0045;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact .form .btn input[type=submit]:hover,
#contact .form .btn input[type=button]:hover {
    background-color: #fff;
    color: #FA0045;
  }
}
@media all and (-ms-high-contrast: none) {
  #contact .form table td .radio li:nth-child(odd) {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  #contact {
    width: 100%;
    padding: 50px 0;
    position: relative;
    height: auto;
    top: initial;
    right: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #F9F9F9;
    z-index: 1;
  }

  #contact .form {
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: none;
            transform: none;
  }

  #contact .form .txt-box {
    text-align: center;
    margin-bottom: 20px;
  }

  #contact .form .txt-box .midashi {
    color: #FA0045;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  #contact .form .txt-box .midashi span {
    background-color: #FA0045;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #contact .form .txt-box .txt01 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #contact .form .txt-box .tel {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
  }

  #contact .form .txt-box .tel span {
    width: 20px;
    height: 20px;
    margin: -5px 6px 0 -10px;
    display: inline-block;
    vertical-align: top;
  }

  #contact .form table {
    width: 100%;
  }

  #contact .form table th {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0;
    padding-top: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    word-break: keep-all;
    vertical-align: top;
    width: 45px;
  }

  #contact .form table td {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  }

  #contact .form table td .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #contact .form table td .radio li {
    margin-right: 10px;
  }

  #contact .form .textarea .th {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0;
  }

  #contact .form .textarea .th,
#contact .form .textarea .td {
    display: block;
    width: 100%;
  }

  #contact .textarea .td textarea {
    max-width: 800px;
  }

  #contact .privacy {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 20px 0;
  }

  #contact .privacy a {
    text-decoration: underline;
    font-weight: 500;
  }

  #contact .privacy a:hover {
    text-decoration: none;
  }

  #contact .form .btn .submit-btn {
    text-align: center;
    border-radius: 5px;
  }

  #contact .form .btn .submit-btn,
#contact .form .btn input[type=submit],
#contact .form .btn input[type=button] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
    width: 140px;
    background: #FA0045;
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    border: solid 1px #FA0045;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contact .form .btn input[type=submit]:hover,
#contact .form .btn input[type=button]:hover {
    background-color: #fff;
    color: #FA0045;
  }
}
@media (max-width: 768px) {
  #contact .form table th {
    font-size: 1.2rem;
    padding-top: 17px;
    width: 40px;
  }

  #contact .form table td {
    font-size: 1.2rem;
  }

  #contact .form table td .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #contact .form table td .radio li {
    width: 45%;
    margin: 0 0 5px;
  }

  #contact .form table td .radio li:nth-child(odd) {
    width: 45%;
  }

  #contact .form .textarea .th {
    font-size: 1.2rem;
  }

  #contact .form .btn input[type=submit]:hover,
#contact .form .btn input[type=button]:hover {
    background-color: #FA0045;
    color: #fff;
  }

  #contact .privacy {
    font-size: 1.2rem;
  }
}
#contact input[type=text],
#contact select,
#contact textarea {
  padding: 3px;
  font-weight: 400;
  border: solid 1px #ccc;
  border-radius: 5px;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 1.2rem;
  vertical-align: top;
}

#contact input::-webkit-input-placeholder {
  color: #CCC;
}

#contact input::-moz-placeholder {
  color: #CCC;
}

#contact input:-ms-input-placeholder {
  color: #CCC;
}

#contact input::-ms-input-placeholder {
  color: #CCC;
}

#contact input::placeholder {
  color: #CCC;
}

/* 旧Edge対応 */
#contact input::-ms-input-placeholder {
  color: #CCC;
}

/* IE対応 */
#contact input:-ms-input-placeholder {
  color: #CCC;
}

#contact input[type=radio] {
  margin: 0 2px;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  #contact input[type=text],
#contact select, #contact textarea {
    font-size: 16px;
  }
}
#confirm-modal-bg {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

#confirm-modal-bg.is-open {
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 0.8;
}

#confirm-modal {
  position: absolute;
  display: none;
  z-index: 10001;
}

#confirm-modal.is-open {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 10px;
  opacity: 1;
  display: block;
}

#confirm-modal_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  width: 640px;
  max-width: 90%;
}

table#confirm-modal_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#confirm-modal_table tr.mfp_colored {
  background-color: #F6F7F9;
}

table#confirm-modal_table tr.mfp_achroma {
  background-color: #FFF;
}

table#confirm-modal_table tr th, table#confirm-modal_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}

table#confirm-modal_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#confirm-modal_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

@media screen and (max-width: 800px) {
  table#confirm-modal_table tr th {
    white-space: nowrap;
    width: 100px;
  }
}
#contact .form .Error {
  color: #FF0000;
  padding: 5px 0px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

#contact .form .txt-box .time {
  font-size: 1rem;
}

.ip_reject_error {
  border: 1px solid #FF0000;
  background: #F8EEEE;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1rem;
}

/*** -----------------------------------------------------------------------------

download

-----------------------------------------------------------------------------  ***/
.download {
  width: calc(100% - 300px);
  position: relative;
  background-image: url("../img/download-bg.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .download {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .download {
    background-image: url("../img/download-bg_sp.jpg");
  }
}
.download::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 20px 0;
  border-color: transparent #FA0045 transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .download::before {
    content: none;
  }
}

.download_document {
  padding: 30px 0 25px;
  background: rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  .download_document {
    padding: 25px 0;
  }
}

.download_document-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .download_document-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.download_body {
  width: 66%;
}
@media (max-width: 768px) {
  .download_body {
    width: 62%;
  }
}

.download_txt01 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  .download_txt01 {
    font-size: 14px;
    padding: 0;
  }
}
.download_txt01::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}
@media (max-width: 768px) {
  .download_txt01::before {
    content: none;
  }
}
.download_txt01::after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}
@media (max-width: 768px) {
  .download_txt01::after {
    content: none;
  }
}

.download_ttl {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .download_ttl {
    font-size: 20px;
    padding: 8px 0;
    letter-spacing: -0.04em;
    margin-top: 10px;
  }
}
.download_ttl span {
  display: inline-block;
  background-color: var(--main-color);
  text-align: center;
  font-size: 25px;
  border-radius: 30px;
  padding: 2px 20px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .download_ttl span {
    margin-right: 5px;
    font-size: 14px;
    padding: 2px 10px;
    letter-spacing: -0.02em;
  }
}

.download_txt02 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5625;
}
@media (max-width: 768px) {
  .download_txt02 {
    width: 90vw;
    font-size: 14px;
    line-height: 1.6;
  }
}

.download_image {
  width: 30%;
}
@media (max-width: 768px) {
  .download_image {
    width: 38%;
    margin-right: -2%;
  }
}

.download_contact {
  padding: 45px 0;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .download_contact {
    padding: 25px 0;
  }
}

.download_contact-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .download_contact-inner {
    display: block;
  }
}

.download_contact-btn {
  display: none;
}
@media (max-width: 1024px) {
  .download_contact-btn {
    display: block;
    width: 60%;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .download_contact-btn {
    width: 90%;
  }
}
.download_contact-btn a {
  width: 100%;
  display: block;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .download_contact-btn a {
    font-size: 14px;
    padding: 8px;
  }
}
.download_contact-btn a::after {
  content: "∨";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) scale(1, 0.7);
          transform: translateY(-50%) scale(1, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--main-color);
}
@media (max-width: 768px) {
  .download_contact-btn a::after {
    font-size: 12px;
  }
}

.download_contact-ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 62px;
}
@media (max-width: 768px) {
  .download_contact-ttl {
    font-size: 16px;
    padding-left: 35px;
  }
}
.download_contact-ttl span {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #FA0045;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 2px #FA0045;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .download_contact-ttl span {
    width: 30px;
    height: 30px;
    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;
  }
}
.download_contact-ttl span img {
  width: auto;
}
@media (max-width: 768px) {
  .download_contact-ttl span img {
    width: 18px;
    height: 18px;
  }
}

.download_contact-txt {
  font-size: 16px;
  line-height: 1.5625;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .download_contact-txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

/*** ------------------------------------------------------------------------------

equipment

-----------------------------------------------------------------------------  ***/
#equipment {
  width: calc(100% - 300px);
  padding: 100px 0 0;
  position: relative;
}

#equipment:before {
  content: "";
  width: 100%;
  height: 200%;
  -webkit-transform: skew(0deg, -36deg);
          transform: skew(0deg, -36deg);
  background-color: #fff;
  position: absolute;
  top: 27%;
}

#equipment .inner {
  max-width: 1200px;
  width: 90%;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}

#equipment .inner .midashi {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}

#equipment .inner .midashi span {
  color: var(--main-color);
}

#equipment .inner .midashi .scroll {
  display: none;
}

#equipment .inner table {
  width: 100%;
}

#equipment .inner .outline {
  margin-bottom: 50px;
}

#equipment .inner .outline tr {
  background-color: #F1F1F1;
}

#equipment .inner .outline tr:nth-child(even) {
  background-color: #fff;
}

#equipment .inner .outline th {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 15px;
  vertical-align: top;
}

#equipment .inner .outline td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 15px;
}

#equipment .inner .map {
  margin-bottom: 120px;
}

#equipment .inner .map iframe {
  width: 100%;
  height: 600px;
}

#equipment .inner .area {
  margin-bottom: 50px;
}

#equipment .inner .area .midashi {
  position: relative;
}

#equipment .inner .area .midashi .tani {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
}

#equipment .inner .area .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#equipment .inner .area table {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

#equipment .inner .area th {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px;
  vertical-align: top;
  background-color: #F1F1F1;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#equipment .inner .area .head th {
  text-align: center;
}

#equipment .inner .area td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  background-color: #fff;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#equipment .inner .area th.head {
  min-width: 60px;
}

#equipment .inner .area .area-c {
  background-color: #D0F0FB;
  font-weight: 500;
  text-align: center;
}

#equipment .inner .area .area-b {
  background-color: #FFE5E5;
  font-weight: 500;
  text-align: center;
}

#equipment .inner .area .area-a {
  background-color: #D6E9C8;
  font-weight: 500;
  text-align: center;
}

#equipment .inner .area .notes {
  font-size: 1.4rem;
  margin-top: 10px;
}

#equipment .inner .flatmap .box {
  margin-bottom: 50px;
}

#equipment .inner .flatmap .box:last-child {
  margin-bottom: 0;
}

#equipment .inner .flatmap .box .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #F1F1F1;
  padding: 30px 0;
  background-color: #fff;
}

#equipment .inner .flatmap .box .img img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

#equipment .inner .flatmap .box:nth-of-type(1) .img img {
  width: 55%;
}

#equipment .inner .flatmap .box:nth-of-type(2) .img img {
  width: 67%;
}

@media (max-width: 1200px) {
  #equipment .inner .area th {
    font-size: 1.3rem;
  }

  #equipment .inner .area td {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  #equipment {
    width: 100%;
    padding: 50px 0;
  }

  #equipment .inner {
    width: 90%;
    margin: 0 auto;
  }

  #equipment .inner .midashi {
    font-size: 1.6rem;
  }

  #equipment .inner .outline th {
    font-size: 1.4rem;
  }

  #equipment .inner .outline td {
    font-size: 1.4rem;
  }

  #equipment .inner .area .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: scroll;
  }

  #equipment .inner .area th {
    font-size: 1.4rem;
  }

  #equipment .inner .area td {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #equipment {
    padding: 30px 0;
  }

  #equipment .inner .midashi {
    font-size: 1.4rem;
    position: relative;
  }

  #equipment .inner .outline {
    margin-bottom: 30px;
  }

  #equipment .inner .outline th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #equipment .inner .outline td {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #equipment .inner .map {
    margin-bottom: 20px;
  }

  #equipment .inner .map iframe {
    height: 400px;
  }

  #equipment .inner .area {
    margin-bottom: 30px;
  }

  #equipment .inner .area th {
    font-size: 1.2rem;
  }

  #equipment .inner .area td {
    font-size: 1.2rem;
  }

  #equipment .inner .area .notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  #equipment .inner .flatmap .box {
    margin-bottom: 20px;
  }

  #equipment .inner .flatmap .box .img img {
    width: 80%;
    height: auto !important;
  }
}
@media (max-width: 680px) {
  #equipment .inner .midashi .scroll {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--main-color);
    font-weight: 500;
  }

  #equipment .inner .area .midashi .tani {
    right: 75px;
  }
}
/*** ------------------------------------------------------------------------------

faq

-----------------------------------------------------------------------------  ***/
#faq {
  width: calc(100% - 300px);
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

#faq .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#faq .inner dl {
  margin-bottom: 10px;
}

#faq .inner dt {
  background-color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

#faq .inner dt span {
  color: var(--main-color);
  margin-right: 0.5rem;
}

#faq .inner dt:after {
  content: "∨";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) scale(1, 0.7);
          transform: translateY(-50%) scale(1, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--main-color);
}

#faq .inner dt.open:after {
  -webkit-transform: rotate(180deg) scale(1, 0.7);
  transform: rotate(180deg) scale(1, 0.7);
  top: 25%;
}

#faq .inner dd {
  display: none;
  background-color: #fff;
  padding: 10px 20px 20px;
  margin-top: 2px;
}

#faq .inner dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-indent: -2rem;
  margin-left: 2rem;
}

#faq .inner dd p span {
  color: #FA0045;
  margin-right: 0.5rem;
}

#faq .faq_contact-btn {
  display: none;
}

@media (max-width: 1024px) {
  #faq {
    width: 100%;
    padding: 50px 0;
  }

  #faq .inner dt {
    padding: 15px 3rem 15px 15px;
    font-size: 1.6rem;
  }

  #faq .inner dt p {
    text-indent: -2.3rem;
    margin-left: 2.3rem;
  }

  #faq .inner dt.open:after {
    top: 30%;
  }

  #faq .inner dd {
    display: none;
    background-color: #fff;
    padding: 10px 15px 15px;
    margin-top: 1px;
  }

  #faq .inner dd p {
    font-size: 1.4rem;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
  }

  #faq .faq_contact-btn {
    width: 40%;
    display: block;
    margin: 15px auto 10px;
  }
  #faq .faq_contact-btn a {
    width: 100%;
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #faq .faq_contact-btn a::after {
    content: "∨";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) scale(1, 0.7);
            transform: translateY(-50%) scale(1, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--main-color);
  }
}
@media (max-width: 1024px) {
  #faq .faq_contact-btn {
    width: calc(100% - 1.4rem);
    display: block;
    margin: 15px auto 10px;
    margin-left: 1.4rem;
  }
  #faq .faq_contact-btn a {
    padding: 8px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  #faq .faq_contact-btn a::after {
    font-size: 12px;
  }
}
/*** ------------------------------------------------------------------------------

features

-----------------------------------------------------------------------------  ***/
#features {
  width: calc(100% - 300px);
  padding: 80px 0 0;
  position: relative;
}

#features .tit-box h3 strong {
  color: var(--main-color);
}

#features .inner li {
  margin: -20px 80px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

#features .inner li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin: -20px 0 60px 80px;
  padding-right: 30px;
}

#features .inner li:last-child {
  margin-bottom: 0;
}

#features .inner li .img {
  margin: 30px 0 0 2%;
  position: relative;
  width: 48%;
}

#features .inner li .img:after {
  content: "";
  width: 65%;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

#features .inner li:nth-child(even) .img:after {
  left: initial;
  right: -30px;
}

#features .inner li .txt-box {
  margin-top: 30px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#features .inner li .txt-box .num {
  font-family: "Oswald", sans-serif;
  color: var(--main-color);
  font-size: 6rem;
  line-height: 1;
  font-weight: 300;
  position: relative;
  display: inline;
}

#features .inner li .txt-box .txt-group {
  margin-left: 30px;
}

#features .inner li .txt-box .txt01 {
  font-size: 2.6rem;
  line-height: 1.6;
  color: var(--main-color);
  font-weight: 400;
}

#features .inner li .txt-box .txt01 br.br {
  display: block;
}

#features .inner li .txt-box .txt02 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 20px 0 0 0;
}

@media (max-width: 1550px) {
  #features .inner li .txt-box .txt01 br.br {
    display: block;
  }
}
@media (max-width: 1350px) {
  #features .inner li .txt-box .txt01 br.br {
    display: none;
  }
}
@media (max-width: 1024px) {
  #features {
    width: 100%;
    padding: 50px 0;
  }

  #features .inner li .txt-box .num {
    font-size: 6vw;
  }

  #features .inner li .txt-box .txt01 {
    font-size: 2.8vw;
  }

  #features .inner li .txt-box .txt02 {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #features {
    padding: 50px 0 0;
  }

  #features .inner li {
    margin: 0;
    display: block;
  }

  #features .inner li:nth-child(even) {
    margin: 0;
    padding-right: 0;
  }

  #features .inner li .img {
    margin: 40px auto 10px;
    position: relative;
    width: 90%;
  }

  #features .inner li .img:after {
    top: -10px;
    left: -10px;
  }

  #features .inner li:nth-child(even) .img:after {
    right: -10px;
  }

  #features .inner li .txt-box {
    margin: 0 auto 50px;
    width: 90%;
  }

  #features .inner li .txt-box .num {
    font-size: 4rem;
  }

  #features .inner li .txt-box .txt-group {
    margin-left: 15px;
  }

  #features .inner li .txt-box .txt01 {
    font-size: 1.8rem;
    margin: 10px 0 0 0;
  }

  #features .inner li .txt-box .txt02 {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
  }
}
#features .inner li .txt-box .point {
  display: inline-block;
  color: #fff;
  background-color: #FA0045;
  text-align: center;
  padding: 2px 8px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #features .inner li .txt-box .point {
    font-size: 1.4rem;
  }
}

/*** ------------------------------------------------------------------------------

gallery

-----------------------------------------------------------------------------  ***/
#gallery {
  width: calc(100% - 300px);
  padding: 100px 0 50px;
  position: relative;
  background-color: #fff;
}

#gallery .slick-slide {
  margin: 0 15px;
}

#gallery .slick-dots li.slick-active button {
  background-color: var(--sub-color) !important;
}

#gallery .txt {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #gallery {
    width: 100%;
    padding: 50px 0;
  }

  #gallery .slick-dots {
    bottom: -25px !important;
  }
}
@media (max-width: 768px) {
  #gallery {
    padding: 30px 0 60px;
  }

  #gallery .slick-slide {
    margin: 0 10px;
  }

  #gallery .txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/*** ------------------------------------------------------------------------------

intro

-----------------------------------------------------------------------------  ***/
#intro {
  width: calc(100% - 300px);
  padding: 100px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#intro:before {
  content: "";
  width: 100%;
  height: 130%;
  -webkit-transform: skew(0deg, -36deg);
          transform: skew(0deg, -36deg);
  background-color: var(--bg-color2);
  position: absolute;
  top: -300px;
}

#intro .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

#intro .inner .tit {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}

#intro .inner .tit span {
  color: #fff;
  position: relative;
}

#intro .inner .tit span:after {
  content: "／";
  margin: 0 1rem;
}

#intro .inner .midashi {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

#intro .about {
  background: url(../img/about-img01.jpg) no-repeat center right/65%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

#intro .about .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}

#intro .trouble {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: url(../img/trouble-img01.png) no-repeat bottom right 18%/460px;
}

#intro .trouble .bolloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 30px 60px;
  position: relative;
  width: 56%;
}

#intro .trouble .bolloon:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--sub-color2);
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

#intro .trouble .bolloon:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60px;
  right: -60px;
  background: url(../img/trouble-balloon.png) no-repeat center/contain;
}

#intro .trouble .bolloon li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
}

#intro .trouble .bolloon li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#intro .solution {
  background-color: #F9F9F9;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

#intro .solution:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 45px 0 45px;
  border-color: var(--bg-color2) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#intro .solution .midashi {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: var(--sub-color);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

#intro .solution .midashi strong {
  background-color: var(--sub-color);
  color: #fff;
  font-size: 4.6rem;
  display: inline-block;
  margin: 0 2px;
  padding: 8px 8px;
  line-height: 1;
  position: relative;
}

#intro .solution .midashi strong:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--sub-color2);
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

#intro .solution .wrap {
  background: url(../img/solution-img.jpg) no-repeat center left/50%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

#intro .solution .wrap .inner .txt-box {
  width: 46%;
  margin-left: 54%;
}

#intro .solution .wrap .inner .txt-box .txt01 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
}

#intro .solution .wrap .inner .txt-box .list {
  background-color: var(--bg-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin-top: 30px;
}

#intro .solution .wrap .inner .txt-box .list li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 3.8rem;
  color: var(--main-color);
  text-indent: -3.8rem;
  position: relative;
  z-index: 1;
}

#intro .solution .wrap .inner .txt-box .list li:last-child {
  margin-bottom: 0;
}

#intro .solution .wrap .inner .txt-box .list li span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: var(--main-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 5px;
  margin-right: 8px;
  text-indent: 0;
  position: relative;
}

#intro .solution .wrap .inner .txt-box .list li span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--sub-color2);
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

@media (max-width: 1450px) {
  #intro .inner .tit {
    font-size: 1.1vw;
  }

  #intro .inner .midashi {
    font-size: 2.6vw;
  }

  #intro .about .txt {
    font-size: 1.1vw;
  }

  #intro .trouble {
    background: url(../img/trouble-img01.png) no-repeat bottom right 18%/46%;
  }

  #intro .trouble .bolloon:before {
    width: 40px;
    height: 40px;
    top: 40px;
    right: -40px;
  }

  #intro .trouble .bolloon li {
    font-size: 1.4vw;
  }

  #intro .solution .midashi {
    font-size: 2.8vw;
  }

  #intro .solution .midashi strong {
    font-size: 3vw;
  }

  #intro .solution .midashi strong:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--sub-color2);
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -1;
  }

  #intro .solution .wrap {
    padding: 30px 0;
    position: relative;
    z-index: 1;
  }

  #intro .solution .wrap .inner .txt-box {
    width: 46%;
    margin-left: 54%;
  }

  #intro .solution .wrap .inner .txt-box .txt01 {
    font-size: 1.7vw;
  }

  #intro .solution .wrap .inner .txt-box .list li {
    font-size: 1.3vw;
  }

  #intro .solution .wrap .inner .txt-box .list li span {
    font-size: 1.4vw;
  }
}
@media (max-width: 1024px) {
  #intro {
    width: 100%;
    padding: 50px 0;
  }

  #intro .inner .tit {
    font-size: 1.2vw;
  }

  #intro .inner .midashi {
    font-size: 2.8vw;
  }

  #intro .about {
    padding: 50px 0;
  }

  #intro .about .txt {
    font-size: 1.2vw;
  }

  #intro .trouble {
    padding: 50px 0;
    background: url(../img/trouble-img01.png) no-repeat bottom right 5%/46%;
  }

  #intro .trouble .bolloon li {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  #intro {
    padding: 0;
  }

  #intro:before {
    -webkit-transform: skew(0deg, -55deg);
            transform: skew(0deg, -55deg);
    top: 94%;
    height: 1120px;
  }

  #intro .inner .tit {
    font-size: 2.6vw;
  }

  #intro .inner .midashi {
    font-size: 4.5vw;
  }

  #intro .about {
    background: url(../img/about-img01.jpg) no-repeat center bottom/contain;
    padding: 30px 0 65%;
  }

  #intro .about .txt {
    font-size: 1.4rem;
  }

  #intro .trouble {
    background: url(../img/trouble-img01.png) no-repeat bottom right 5%/46%;
    padding: 30px 0 51%;
  }

  #intro .trouble .bolloon {
    padding: 15px 15px 15px 30px;
    position: relative;
    width: 96%;
  }

  #intro .trouble .bolloon:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--sub-color2);
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }

  #intro .trouble .bolloon:before {
    width: 20px;
    height: 20px;
    top: initial;
    bottom: -20px;
    right: 26%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #intro .trouble .bolloon li {
    font-size: 1.6rem;
  }

  #intro .trouble .bolloon li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #intro .solution {
    padding: 50px 0;
    position: relative;
    z-index: 1;
  }

  #intro .solution:before {
    border-width: 30px 20px 0 20px;
  }

  #intro .solution .midashi {
    font-size: 7vw;
    margin-bottom: 20px;
  }

  #intro .solution .midashi strong {
    font-size: 8vw;
    margin: 0 3px;
  }

  #intro .solution .midashi strong:after {
    bottom: -2px;
    right: -2px;
  }

  #intro .solution .wrap {
    background: url(../img/solution-img.jpg) no-repeat center bottom/contain;
    padding: 0 0 65%;
    position: relative;
    z-index: 1;
  }

  #intro .solution .wrap .inner .txt-box {
    width: 100%;
    margin: 0 0 5%;
  }

  #intro .solution .wrap .inner .txt-box .txt01 {
    font-size: 4.5vw;
  }

  #intro .solution .wrap .inner .txt-box .list {
    padding: 10px;
    margin-top: 20px;
  }

  #intro .solution .wrap .inner .txt-box .list li {
    font-size: 1.6rem;
    margin: 0 0 10px 3.4rem;
    text-indent: -3.4rem;
  }

  #intro .solution .wrap .inner .txt-box .list li span {
    font-size: 1.6rem;
  }

  #intro .solution .wrap .inner .txt-box .list li span:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--sub-color2);
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -1;
  }
}
@media (max-width: 530px) {
  #intro:before {
    -webkit-transform: skew(0deg, -55deg);
            transform: skew(0deg, -55deg);
    top: -250px;
    height: 200%;
  }
}
/*** ------------------------------------------------------------------------------

message

-----------------------------------------------------------------------------  ***/
#message {
  width: calc(100% - 300px);
  padding: 100px 0 0;
  background-color: #F9F9F9;
  position: relative;
  z-index: 1;
}

#message .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  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;
}

#message .inner .img {
  width: 36%;
}

#message .inner .txt-box {
  width: 61%;
}

#message .inner .txt-box .midashi {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

#message .inner .txt-box .txt01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

#message .inner .txt-box .txt02 {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  #message {
    width: 100%;
    padding: 50px 0;
  }

  #message .inner .txt-box .txt01 {
    font-size: 2.4vw;
  }

  #message .inner .txt-box .txt02 {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #message {
    padding: 0 0 20px;
    margin: -1px 0;
  }

  #message .inner {
    margin: 0 auto;
    display: block;
  }

  #message .inner .img {
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
  }

  #message .inner .txt-box {
    margin: 0 auto;
    width: 100%;
  }

  #message .inner .txt-box .txt01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #message .inner .txt-box .txt02 {
    font-size: 1.4rem;
  }
}
/*** ------------------------------------------------------------------------------

mv

-----------------------------------------------------------------------------  ***/
#mv {
  width: calc(100% - 300px);
  position: relative;
  background: url(../img/mv.webp) no-repeat top 50% center/cover;
  height: calc(100% - 88px);
  color: #fff;
  z-index: 10;
}

@media all and (-ms-high-contrast: none) {
  #mv {
    background: url(../img/mv.jpg) no-repeat top 50% center/cover;
  }
}
#mv .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/mv-ribbon.png) no-repeat top left/contain;
  padding: 95px 25px;
}

#mv .ribbon strong {
  -webkit-transform: rotate(-39deg) translate(-10px, -42px);
          transform: rotate(-39deg) translate(-10px, -42px);
  display: block;
  font-size: 2.2rem;
}

#mv .txt-box {
  position: absolute;
  top: 60px;
  left: 210px;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#mv .txt-box h2 {
  font-size: 5.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}

#mv .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58px;
  text-align: center;
  -webkit-animation: arrowmove 2s ease-in-out infinite;
          animation: arrowmove 2s ease-in-out infinite;
}

#mv .scroll p {
  font-size: 1.6rem;
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#mv .scroll .arrow {
  width: 58px;
  height: 58px;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
}

#mv .scroll .arrow img {
  width: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll_top {
  width: 45px;
  height: 45px;
  padding: 5px;
  display: inline-block;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 300px;
}

.scroll_top img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.scroll_top:hover {
  opacity: 0.5;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}
@media (max-width: 1560px) {
  #mv .ribbon {
    padding: 8.3% 2%;
  }

  #mv .ribbon strong {
    -webkit-transform: rotate(-39deg) translate(-3%, -100%);
            transform: rotate(-39deg) translate(-3%, -100%);
    font-size: 1.6vw;
  }

  #mv .txt-box {
    top: 6%;
    left: 18%;
    font-size: 1.4vw;
    z-index: 1;
  }

  #mv .txt-box h2 {
    font-size: 3.6vw;
  }
}
@media (max-width: 1450px) {
  #mv {
    min-height: 91%;
  }
}
@media (max-width: 1024px) {
  #mv {
    width: 100%;
  }

  #mv .ribbon {
    padding: 77px 16px;
  }

  #mv .ribbon strong {
    -webkit-transform: rotate(-39deg) translate(-5px, -34px);
            transform: rotate(-39deg) translate(-5px, -34px);
    font-size: 2rem;
  }

  #mv .txt-box {
    position: absolute;
    top: 110px;
    left: 170px;
    font-size: 1.6vw;
  }

  #mv .txt-box h2 {
    font-size: 4.6vw;
  }

  #mv .scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 58px;
    text-align: center;
    -webkit-animation: arrowmove 2s ease-in-out infinite;
            animation: arrowmove 2s ease-in-out infinite;
  }

  #mv .scroll p {
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }

  #mv .scroll .arrow {
    width: 58px;
    height: 58px;
    border: solid 1px #fff;
    border-radius: 50px;
    position: relative;
  }

  #mv .scroll .arrow img {
    width: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .scroll_top {
    right: 0;
    bottom: 45px;
  }
}
@media (max-width: 768px) {
  #mv {
    min-height: calc(100% - 52px);
    background: url(../img/mv_sp.jpg) no-repeat top 40px center/contain;
    height: 0;
    min-height: auto;
    padding-top: 133%;
  }

  #mv .ribbon {
    background: none;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#CE033C+0#FA0045+50,35952e+100 */
    background: #CE033C;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#CE033C), color-stop(50%, #FA0045), to(#CE033C));
    background: linear-gradient(to right, #CE033C 0%, #FA0045 50%, #CE033C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CE033C", endColorstr="#CE033C",GradientType=1 );
    /* IE6-9 */
  }

  #mv .ribbon strong {
    -webkit-transform: none;
            transform: none;
    font-size: 1.7rem;
  }

  #mv .txt-box {
    top: 60px;
    left: 0;
    right: auto;
    padding-right: 0;
    font-size: 2.8vw;
    width: 100%;
    text-align: center;
  }

  #mv .txt-box h2 {
    font-size: 9vw;
  }

  #mv .txt-box .txt {
    display: none;
  }

  #mv .scroll {
    display: none;
  }
}
#mv .merit {
  max-width: 538px;
  width: 78%;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  #mv .merit {
    width: 82%;
  }
}
@media (max-width: 768px) {
  #mv .merit {
    max-width: none;
    width: 92.8%;
    margin: auto;
  }
}

/*** ------------------------------------------------------------------------------

search

-----------------------------------------------------------------------------  ***/
#search {
  width: calc(100% - 300px);
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 120px 0 100px;
}
@media (max-width: 1024px) {
  #search {
    width: 100%;
    padding: 50px 0;
  }
}
#search .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#search .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #search .search-list {
    width: 90%;
    margin: auto;
    display: block;
  }
}
#search .search_arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#search .search_arrow.slick-disabled {
  opacity: 0.6;
}
#search .search_arrow-prev {
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#search .search_arrow-next {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: -30px;
}
#search .search-item {
  width: 31.1%;
  max-width: 374px;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  #search .search-item {
    width: 100%;
  }
}
#search .search-item:nth-child(n+2) {
  margin-left: 30px;
}
@media (max-width: 768px) {
  #search .search-item:nth-child(n+2) {
    margin-left: 0;
  }
}
#search .search-item a {
  display: block;
}
#search .search-item a:hover {
  text-decoration: underline;
}
#search .search-item_catch {
  background-color: var(--main-color);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #search .search-item_catch {
    font-size: 15px;
  }
}
#search .search-item_catch span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  #search .search-item_catch span {
    font-size: 12px;
  }
}
#search .search-item_info {
  padding: 20px 15px 35px;
}
@media (max-width: 768px) {
  #search .search-item_info {
    padding-bottom: 30px;
  }
}
#search .search-item_name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #search .search-item_name {
    font-size: 16px;
  }
}
#search .search-item_name::before {
  font-size: 14px;
  color: #ff336b;
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0.7, 1.5);
          transform: translateY(-50%) scale(0.7, 1.5);
}
#search .search-item_address {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #search .search-item_address {
    font-size: 12px;
  }
}
#search .search-item_address::before {
  content: "";
  width: 15px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon-pin.png");
  background-size: 100% 100%;
}
#search .search-item_text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.78;
}
@media (max-width: 768px) {
  #search .search-item_text {
    font-size: 12px;
  }
}
#search .search-item_text li {
  margin-left: 1em;
  text-indent: -1em;
}
#search .search_btn {
  width: 40%;
  max-width: 380px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  #search .search_btn {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
}
#search .search_btn a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #search .search_btn a {
    padding: 10px 30px;
  }
}
#search .search_btn a::after {
  font-size: 14px;
  color: #ff336b;
  content: ">";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) scale(0.7, 1.5);
          transform: translateY(-50%) scale(0.7, 1.5);
}

/*** ------------------------------------------------------------------------------

service

-----------------------------------------------------------------------------  ***/
#service {
  width: calc(100% - 300px);
  padding: 140px 0 0;
  position: relative;
  z-index: 10;
}

#service .inner {
  background-color: #F9F9F9;
}

#service .inner .tit-box {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -10px;
}

#service .inner .copy {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

#service .inner .list {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  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;
}

#service .inner .list li {
  width: 32%;
  margin-bottom: 30px;
}

#service .inner .list li .txt01 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 15px 0 10px;
}

#service .inner .list li .txt02 {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  #service {
    width: 100%;
    padding: 50px 0;
  }

  #service .inner .list li .txt01 {
    font-size: 1.8rem;
  }

  #service .inner .list li .txt02 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #service {
    padding: 30px 0 60px;
  }

  #service .inner .list {
    padding-bottom: 0;
  }

  #service .inner .list li {
    width: 49%;
    margin-bottom: 30px;
  }

  #service .inner .list li .txt01 {
    font-size: 1.6rem;
  }

  #service .inner .list li .txt02 {
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  #service .inner .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*** -----------------------------------------------------------------------------

thanks

-----------------------------------------------------------------------------  ***/
#form header {
  margin: 0 auto;
}

#form header .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#thanks {
  padding: 150px 0;
}

#thanks .txt01 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

#thanks .btn {
  display: block;
  width: 140px;
  background: #FA0045;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 25px auto 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border: solid 1px #FA0045;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #thanks .btn:hover {
    background-color: #fff;
    color: #FA0045;
  }
}
@media (max-width: 768px) {
  #thanks .txt01 {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  #thanks .txt01 {
    font-size: 1.3rem;
  }
}