@charset "UTF-8";

html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #fff;
  padding-top: 0;
  overflow-x: hidden;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  body {
    padding-left: 0px;
  }
  .container-fluid {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.preload::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/img/logo300.png);
}

a {
  color: #000000;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  color: #dc1715;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:focus,
*:focus {
  outline: none;
}

a[href^="tel:"] {
  cursor: default;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

img.img-fluid {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.container-100p {
  width: 100%;
  margin: 0 auto;
}

.row:before,
.row:after {
  width: 0;
}

.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.row.flex {
  display: flex;
  flex-wrap: wrap;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.flex-center {
  display: flex;
  align-items: center;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

h1 {
  margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

dt {
  font-weight: 600;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
}

.d-lg-block h1 {
  font-size: 0rem;
  padding: 10px 1rem;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ip-main {
  background: #f2f2e9 url(../assets/img/bg.svg) repeat center / cover;
}

/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */
#mainNav {
  min-height: 80px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: rgba(255, 255, 255, 0);
  }
  .container {
    max-width: 100%;
  }
  .navbar {
    height: 80px;
    padding: 0 20px;
  }

  .navbar-expand-lg > .container-100p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg {
    display: flex;
  }

  #mainNav .navbar-brand {
    padding: 0rem 0;
  }
  #mainNav .navbar-brand img {
    display: block;
  }

  #mainNav.navbar-shrink {
    background-color: rgba(255, 255, 255, 1);
  }
  #mainNav.navbar-shrink .navbar-brand img {
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0 30px;
  }
}

@media (min-width: 1300px) {
  .navbar {
    padding: 0 2%;
  }
}

@media (min-width: 1480px) {
  .navbar {
    padding: 0 2%;
  }
}

.company-name {
  width: 200px;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .company-name {
    width: 250px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1480px) {
}

.hero-photo-home-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 990px) {
  .hero-photo-home-section {
    height: auto;
  }
}

/*========= サービス動画ボタンのためのCSS ===============*/
.navvideo {
  position: fixed;
  z-index: 9998; /*ボタンを最前面に*/
  bottom: 150px;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 210px;
  background: #c61a22;
  margin: 0;
  padding: 0;
}
.navvideo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.navvideo a span {
  display: block;
  font-size: 3.6rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
.navvideo a span.menutext {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 990px) {
}
@media (orientation: landscape) and (max-width: 990px) {
  .navvideo {
    bottom: 50px;
  }
}
@media (max-width: 749px) {
  .navvideo {
    bottom: 120px;
    width: 42px;
    height: 170px;
  }
  .navvideo a span {
    font-size: 3rem;
  }
  .navvideo a span.menutext {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
}
@media (max-width: 380px) {
}
@media (orientation: portrait) and (max-height: 700px) {
}

/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

#mainNav .nav-link {
  padding: 1rem 1rem;
  color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 499px) {
  #mainNav .nav-link {
    padding: 0.3rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.4rem;
  }
}

@media (min-width: 749px) {
  #mainNav .nav-link {
    padding: 1rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
  }
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0rem;
}
#mainNav .navbar-toggler i {
  font-size: 150%;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: rgba(255, 255, 255, 1);
  }
  .container {
    max-width: 100%;
  }
  .navbar {
    height: 80px;
    padding: 0 20px;
  }
  #mainNav .nav-link {
    padding: 1rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
  }

  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
  }

  .navbar-expand-lg > .container-100p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg {
    display: flex;
  }

  #mainNav .navbar-brand {
    padding: 0rem 0;
  }
  #mainNav .navbar-brand img {
    display: block;
  }
  #mainNav .nav-link {
    position: relative;
    color: #000000;
    padding: 1.5rem 0;
    margin: 1rem 1rem;
    transition: all 0.4s ease-out;
  }
  #mainNav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #000000;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainNav .nav-link:hover {
    color: #000000;
  }
  #mainNav .nav-link:hover:before,
  #mainNav .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #mainNav .nav-link.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    color: #fff;
    background-color: #dc1715;
    transition: all 0.4s ease-out;
  }
  #mainNav .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav .nav-link.gnav-contact:hover {
    color: #fff;
    background-color: #023c82;
  }

  #mainNav.navbar-shrink {
    background-color: rgba(255, 255, 255, 1);
  }
  #mainNav.navbar-shrink .navbar-brand img {
    display: block;
  }
  #mainNav.navbar-shrink .nav-link {
    position: relative;
    color: #000;
    padding: 1.5rem 0;
    margin: 1rem 1rem;
    transition: all 0.4s ease-out;
    border-bottom: 0rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #023c82;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #023c82;
  }
  #mainNav.navbar-shrink .nav-link:hover:before,
  #mainNav.navbar-shrink .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #023c82;
    border-bottom: 0.25rem solid #023c82;
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    color: #fff;
    background-color: #c81323;
    transition: all 0.4s ease-out;
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav.navbar-shrink .nav-link.gnav-contact:hover {
    color: #fff;
    background-color: #023c82;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0 30px;
  }
  #mainNav .nav-link {
    margin: 1rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1rem;
  }
}

@media (min-width: 1300px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 1.5rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1.5rem;
  }
}

@media (min-width: 1480px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 2rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 2rem;
  }
}

.company-name {
  width: 200px;
  margin: 0;
  padding: 0;
}

.dropdown:hover {
  background-color: #fff;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  clear: both;
  font-size: 1.5rem;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.mega-menu > a {
  position: relative;
}
.mlr-ddmenu {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}
.dropdown-menu.dl-text {
  top: 90%;
}
.mega-dropdown {
  position: static;
}
.dropdown-menu.tex-dropdown-menu.show {
  width: 100%;
  margin: 0;
}
.dropdown-menu.mega-dropdown-menu.show {
  width: 100%;
  margin: 0;
}
.dropdown-item {
  padding: 1rem;
  margin: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #fff;
}

.megadropdown-imgwrap {
  display: none;
}
.megadropdown-imgwrap img {
  display: none;
}

.dropdown-menu .dropdown-header-title {
  display: block;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
}
.dropdown-menu .dropdown-header-title a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.dropdown-menu .dropdown-header-title a:hover {
  color: #50aad8;
}

@media (min-width: 992px) {
  .company-name {
    width: 250px;
  }
  .megadropdown-imgwrap {
    display: block;
    width: 70%;
    text-align: center;
    margin: 10px auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .megadropdown-imgwrap img {
    display: block;
  }

  .dropdown-menu {
    background-color: rgba(245, 245, 245, 1);
  }

  .dropdown-menu .dropdown-header-title {
    padding: 2rem 1rem 1rem 5rem;
  }
  .dropdown-menu .dropdown-header-title a {
    font-size: 1.8rem;
  }

  .mlr-ddmenu {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .mlr-ddmenu.full {
    width: 80%;
    border-right: solid 1px #ccc;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.38em;
    vertical-align: center;
    content: "";
    border-top: 0.45em solid;
    border-right: 0.45em solid transparent;
    border-bottom: 0;
    border-left: 0.45em solid transparent;
    transform: rotate(-0deg);
    transition: 0.5s;
  }
  .show .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  #mainNav .nav-link.dropdown-item-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.1rem 1rem;
    margin: 0;
  }
  #mainNav .nav-link.dropdown-item-group a {
    display: block;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    color: #222;
    margin: 0;
    padding: 5px 0;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item-group a:hover {
    color: #50aad8;
  }
  #mainNav .nav-link.dropdown-item {
    padding: 1rem;
    margin: 0;
  }
  #mainNav .nav-link.dropdown-item.firstlist {
    display: none;
  }
  #mainNav .nav-link.dropdown-item a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 5px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item a br {
    display: block;
  }
  #mainNav .nav-link.dropdown-item a:hover {
    color: #fff;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mainNav .nav-link.dropdown-item:hover {
    background-color: #023c82;
  }
  .dropdown-menu .dropdown-header-title {
    margin: 10px 0;
    padding: 0;
  }
  .dropdown-menu .dropdown-header-title a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  #mainNav .nav-link.dropdown-item a {
    font-size: 1vw;
    color: #000;
  }
  #mainNav .nav-link.dropdown-item-group a {
    font-size: 1vw;
  }
  .home-megadropdown-imgwrap {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
  }
  .home-megadropdown-imgwrap img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    overflow: hidden;
  }
  .home-megadropdown-imgwrap img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media (min-width: 1480px) {
  #mainNav .nav-link.dropdown-item a {
    font-size: 0.8vw;
  }
  #mainNav .nav-link.dropdown-item-group {
    padding: 0.5rem 1rem;
  }
  #mainNav .nav-link.dropdown-item-group a {
    font-size: 0.8vw;
  }
}

/* Dropdown Text Menu
 * --------------------------------------- */

.dropdown-menu.textdown {
  padding: 0;
  z-index: 1000;
}
.dropdown-menu.textdown .dropdown-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  clear: both;
  font-size: 1.5rem;
  font-weight: 400;
  color: #029842;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu.textdown.show {
  display: block;
}

@media (min-width: 992px) {
  .dropdown-menu.textdown .dropdown-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 499px) {
  .dropdown-menu.textdown .dropdown-item {
    font-size: 1.6rem;
  }
  .dropdown-menu.textdown .dropdown-item br {
    display: none;
  }
}

/*!------------------------------------------------------------------
[Home Hero Copy Section]
*/

.hero-copy-section {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero-section-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-copy-wrap {
  width: 100%;
  height: 100%;
}

.hero-section-text-wrap {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-text-inwrap {
  position: absolute;
  top: 4%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120%;
  height: 96%;
  padding: 0;
  z-index: 3;
}

@media (max-width: 990px) {
  .hero-copy-section {
    height: auto;
    padding: 80px 0 0;
  }
  .hero-section-content {
    display: block;
    height: auto;
  }

  .hero-copy-wrap {
    height: auto;
  }
  .hero-section-text-wrap {
    display: block;
    height: auto;
    padding: 0;
  }
  .hero-section-text-inwrap {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 3;
  }
}

.hero-copy-en01 {
  display: inline-block;
  font-size: 3.6vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 15px;
  padding: 20px 2% 24px 3%;
  background-color: #023c82;
}
.hero-copy-en02 {
  display: inline-block;
  width: 80%;
  font-size: 2.4vw;
  font-weight: 600;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 50px;
  padding: 20px 2% 24px 3%;
  background-color: #dc1715;
}
.hero-copy-en02 br {
  display: none;
}

.hero-copy-ja01 {
  display: block;
  width: 50%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 10px;
  padding: 5px 15px;
}
.hero-copy-ja01 span {
  display: inline-block;
  color: rgb(171, 189, 84);
  padding: 0 10px 0 0;
}
.hero-copy-ja02 {
  display: block;
  width: 53%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 10px;
  padding: 5px 15px;
}
.hero-copy-ja02 span {
  display: inline-block;
  color: rgb(171, 189, 84);
  padding: 0 10px 0 0;
}
.hero-copy-ja03 {
  display: block;
  width: 53%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 10px;
  padding: 5px 15px;
}
.hero-copy-ja03 span {
  display: inline-block;
  color: rgb(171, 189, 84);
  padding: 0 10px 0 0;
}
.hero-section-img-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  background-image: url(../assets/img/top-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 9% 3% 0 3%;
}
.hero-section-img-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
  padding: 5px 0;
}

@media (max-width: 1200px) {
  .hero-copy-ja01 {
    width: 52%;
  }
  .hero-copy-ja02 {
    width: 54%;
  }
  .hero-copy-ja03 {
    width: 54%;
  }
  .hero-section-img-wrap img {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .hero-copy-en01 {
    width: 100%;
    font-size: 4.8vw;
    margin: 0;
    text-align: center;
  }
  .hero-copy-en02 {
    width: 100%;
    font-size: 4vw;
    margin: 0;
    text-align: center;
  }
  .hero-copy-ja01 {
    width: 70%;
    font-size: 3.6vw;
  }
  .hero-copy-ja02 {
    width: 75%;
    font-size: 3.6vw;
  }
  .hero-copy-ja03 {
    width: 75%;
    font-size: 3.6vw;
  }
  .hero-section-img-wrap {
    display: block;
    height: 80vh;
  }
  .hero-section-img-wrap img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .hero-section-img-wrap {
    height: 220vh;
  }
}
@media (max-width: 749px) {
  .hero-section-img-wrap {
    height: 240vh;
  }
}
@media (max-width: 499px) {
  .hero-copy-section {
    height: auto;
    padding: 80px 0 0;
  }
  .hero-section-text-wrap {
    padding: 0;
  }
  .hero-copy-en01 {
    width: 100%;
    font-size: 5.4vw;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0 16px 0;
  }
  .hero-copy-en02 {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0 16px 0;
  }
  .hero-copy-en02 br {
    display: block;
  }
  .hero-copy-ja01 {
    width: 100%;
    font-size: 5vw;
    padding: 5px 0 5px 5%;
  }
  .hero-copy-ja02 {
    width: 100%;
    font-size: 5vw;
    padding: 5px 0 5px 5%;
  }
  .hero-copy-ja03 {
    width: 100%;
    font-size: 5vw;
    padding: 5px 0 5px 5%;
  }
  .hero-section-img-text {
    font-size: 1.4rem;
  }
  .hero-section-img-wrap {
    height: 80vh;
  }
}

/*!------------------------------------------------------------------
[Home 15years Section]
*/

.home-15years-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}
.home-15years-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-15years-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 auto 70px;
  padding: 10px 40px;
  background: #fff;
  clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%) !important;
}
.home-15years-title br {
  display: none;
}
.home-15years-text {
  display: inline-block;
  width: 100%;
  font-size: 1.2vw;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  color: #000;
  margin: 0 auto 3%;
  padding: 0;
}

.scroll-left {
  display: flex;
  margin: 4% 0 0;
}
.scroll-left li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
  padding-bottom: 8px;
}
.scroll-left li img {
  width: 100%;
}

@media (max-width: 1300px) {
  .home-15years-text {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .home-15years-text {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .home-15years-section {
    padding: 70px 0 0;
  }
  .home-15years-title {
    font-size: 4.8vw;
    margin: 0 auto 50px;
  }
  .home-15years-text br.tb {
    display: none;
  }
  .home-15years-text {
    font-size: 2.4vw;
    text-align: left;
  }
  .scroll-left li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 499px) {
  .home-15years-section {
    padding: 50px 0 0;
  }
  .home-15years-title {
    width: 90%;
    font-size: 6.6vw;
    line-height: 1.4;
    margin: 0 auto 30px;
  }
  .home-15years-title br {
    display: block;
  }
  .home-15years-text br.sp {
    display: none;
  }
  .home-15years-text {
    width: 84%;
    font-size: 1.6rem;
  }
  .scroll-left li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*!------------------------------------------------------------------
[Home Reason Section]
*/

.home-reason-section {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 100px 0 110px;
  background-image: url(../assets/img/construction_bg.png);
  background-position: top center;
}
.home-reason-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-reason-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0 auto 5%;
}
.home-reason-title:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -10%;
  display: block;
  width: 0.4rem;
  height: 120%;
  border-radius: 0.2rem;
  margin-right: 1.8rem;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  background: #fff;
}
.home-reason-title:after {
  content: "";
  position: absolute;
  top: -5%;
  right: -10%;
  display: block;
  width: 0.4rem;
  height: 120%;
  border-radius: 0.2rem;
  margin-left: 1.8rem;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  background: #fff;
}

.home-reason-title br {
  display: none;
}

.home-reason-sublead {
  display: block;
  font-size: 1.4vw;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0 auto 5%;
}
.home-reason-sublead br {
  display: none;
}
.home-reason-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.home-reason-title-wrap {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}
.home-reason-title-wrap img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.home-reason-number-text {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px;
  background-color: #023c82;
  border-radius: 6px;
}
.home-reason-number-text span {
  display: block;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding: 0;
}
.home-reason-subtitle {
  position: relative;
  display: block;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.4;
  color: #c81323;
  text-align: center;
  margin: 0;
  padding: 30px;
}
.home-reason-subsubtitle {
  position: relative;
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
  text-align: center;
  margin: 0 0 20px;
  padding: 20px 0 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.home-reason-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  text-align: left;
  margin: 0;
  padding: 0 30px 30px 30px;
}

.service-net-free-point1-texts-wrap {
  position: relative;
  display: block;
  margin: 10px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.service-net-free-point1-texts-icon-wrap {
  display: block;
  font-size: 7.2vw;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.service-net-free-point1-texts-title-wrap {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  margin: 10px 0 0;
  padding: 0;
}

.service-net-free-point13-contents-wrap01 {
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0;
  padding-bottom: 0;
}
.service-net-free-point13-contents-wrap02 {
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0;
  padding-bottom: 0;
}
.service-net-free-point12-texts-wrap02 {
  display: block;
  margin: 0 0 15px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}
.service-net-free-point1-texts-title-wrap {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
  padding: 0;
}
.service-net-free-point12-texts-wrap03 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.service-net-free-point12-texts-wrap03.bg-glay {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f2f2e9;
  border-radius: 6px;
}
.service-net-free-point12-texts-wrap031 {
  display: block;
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.service-net-free-point12-texts-wrap031.hyodai {
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
}
.service-net-free-point12-texts-wrap031.hyodai1 {
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
}
.service-net-free-point12-texts-wrap031.hyodai2 {
  font-size: 1.5vw;
  font-family: "Roboto", sans-serif;
}
.service-net-free-point12-texts-wrap032 {
  display: block;
  padding-left: 4%;
  padding-right: 0;
  display: block;
  font-size: 1.3vw;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  text-align: center;
}
.service-net-free-point12-texts-wrap032.hyodai {
  font-size: 1vw;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.service-net-free-point12-texts-wrap033 {
  display: block;
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-size: 1vw;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  text-align: center;
}
.service-net-free-point12-texts-wrap034 {
  display: block;
  padding-left: 10%;
  padding-right: 0;
  display: block;
  font-size: 1vw;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1480px) {
  .home-reason-number-text {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    padding: 15px;
  }
  .home-reason-number-text span {
    font-size: 3.6rem;
  }
  .home-reason-subtitle {
    font-size: 1.6vw;
    line-height: 1.4;
    padding: 30px 30px 20px 30px;
  }
  .home-reason-subtitle br {
    display: block;
  }
  .home-reason-subsubtitle {
    font-size: 1.4vw;
  }
  .home-reason-text {
    font-size: 1.5rem;
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1200px) {
  .home-reason-number-text {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .home-reason-number-text span {
    font-size: 3rem;
  }
  .home-reason-subtitle {
    font-size: 1.8vw;
    line-height: 1.4;
    padding: 30px 20px 20px 20px;
  }
  .home-reason-subsubtitle {
    font-size: 1.6vw;
  }
  .home-reason-text {
    font-size: 1.4rem;
    padding: 0 20px 30px 20px;
  }
}
@media (max-width: 990px) {
  .home-reason-section {
    padding: 70px 0 70px;
  }
  .home-reason-wrapper {
    width: 90%;
  }
  .home-reason-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .home-reason-title-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
  .home-reason-title-wrap.last {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .home-reason-title {
    font-size: 4.8vw;
  }
  .home-reason-title br.tb {
    display: block;
  }
  .home-reason-sublead {
    font-size: 2.4vw;
  }
  .home-reason-sublead br {
    display: block;
  }
  .service-net-free-point1-texts-icon-wrap {
    font-size: 12vw;
  }
  .service-net-free-point1-texts-title-wrap {
    display: block;
    font-size: 3vw;
  }
  .home-reason-title-wrap img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .home-reason-number-text {
    width: 100px;
    height: 100px;
    font-size: 1.8rem;
    padding: 20px;
  }
  .home-reason-number-text span {
    font-size: 4.8rem;
  }
  .home-reason-subtitle {
    font-size: 3.6vw;
    padding: 30px 20px 30px 20px;
  }
  .home-reason-subsubtitle {
    font-size: 3vw;
  }
  .home-reason-text {
    font-size: 1.8rem;
    padding: 0 30px 30px 30px;
  }

  .service-net-free-point13-contents-wrap01 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .service-net-free-point13-contents-wrap02 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .service-net-free-point12-texts-wrap031.hyodai {
    font-size: 2.4vw;
  }
  .service-net-free-point12-texts-wrap031.hyodai {
    font-size: 2.4vw;
  }
  .service-net-free-point12-texts-wrap031.hyodai1 {
    font-size: 2.4vw;
  }
  .service-net-free-point12-texts-wrap032.hyodai {
    font-size: 2.4vw;
    padding-left: 0;
  }
  .service-net-free-point12-texts-wrap031 {
    font-size: 2.4vw;
  }
  .service-net-free-point12-texts-wrap031.hyodai2 {
    font-size: 3vw;
  }
  .service-net-free-point12-texts-wrap032 {
    font-size: 2.4vw;
    padding-left: 0;
  }
}
@media (max-width: 499px) {
  .home-reason-section {
    padding: 50px 0 50px;
    min-height: 400px;
  }
  .home-reason-title {
    font-size: 6.6vw;
    line-height: 1.4;
    margin: 0 auto 40px;
  }
  .home-reason-title br.sp {
    display: block;
  }
  .home-reason-title-wrap {
    width: 100%;
    margin: 0 auto 30px;
  }

  .home-reason-sublead {
    font-size: 4vw;
    text-align: left;
  }
  .home-reason-sublead br {
    display: none;
  }

  .home-reason-subsubtitle {
    font-size: 5vw;
  }

  .home-reason-number-text {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .home-reason-number-text span {
    font-size: 3rem;
  }
  .home-reason-subtitle {
    font-size: 6vw;
    line-height: 1.4;
    padding: 20px 20px 20px 20px;
  }
  .home-reason-text {
    font-size: 1.6rem;
    padding: 0 20px 30px 20px;
  }
  .service-net-free-point1-texts-wrap {
    margin: 10px;
    padding: 20px 0;
  }
  .service-net-free-point1-texts-icon-wrap {
    font-size: 20vw;
  }
  .service-net-free-point1-texts-title-wrap {
    font-size: 4vw;
    margin: 0;
  }
  .service-net-free-point12-texts-wrap031.hyodai {
    font-size: 3vw;
  }
  .service-net-free-point12-texts-wrap031.hyodai1 {
    font-size: 3vw;
  }
  .service-net-free-point12-texts-wrap032.hyodai {
    font-size: 3vw;
  }
  .service-net-free-point12-texts-wrap031 {
    font-size: 3.6vw;
  }
  .service-net-free-point12-texts-wrap031.hyodai2 {
    font-size: 4vw;
  }
  .service-net-free-point12-texts-wrap032 {
    font-size: 3.3vw;
  }
}

/*!------------------------------------------------------------------
[Home Price Section] 
*/
.home-price-section {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 100px 0 110px;
}
.home-price-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 auto 50px;
  padding: 10px 40px;
  background: #fff;
  clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%) !important;
}
.home-price-title br {
  display: none;
}
.home-merit-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 auto 80px;
  padding: 10px 40px;
  background: #fff;
  clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%) !important;
}
.home-merit-title br {
  display: none;
}
.home-price-margin-lead {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0;
  color: #111;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}
.home-price-margin-lead.text-red {
  color: #c81323;
  margin: 0;
}
.home-price-margin-lead br {
  display: none;
}
.home-price-margin-lead span {
  font-size: 3.6vw;
  font-weight: 900;
}
.home-price-margin-lead.text-red span {
  font-size: 6vw;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.home-price-margin-lead.text-red span.yen {
  font-size: 3vw;
  font-family: "Noto Sans JP", sans-serif;
}

.home-price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.home-intercom-step-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 6%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.home-intercom-steptitle-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden;
}

.home-intercom-steptitle-wrap {
  position: relative; /* ←矢印の基準 */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 250px;
  font-size: 1.2vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #c81323;
}
/* ▶右側の矢印部分 */
.home-intercom-steptitle-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px; /* 矢印の飛び出し量 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  border-left: 60px solid #c81323; /* 矢印色 */
  background-color: transparent;
}

.home-intercom-steptitle-wrap-blue {
  position: relative; /* ←矢印の基準 */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 250px;
  font-size: 1.2vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #023c82;
}
/* ▶右側の矢印部分 */
.home-intercom-steptitle-wrap-blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px; /* 矢印の飛び出し量 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  border-left: 60px solid #023c82; /* 矢印色 */
  background-color: transparent;
}

.home-intercom-step-wrap-col6 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  font-size: 1.5vw;
  color: #fff;
  text-align: center;
  background-color: #9c9c9c;
}

.home-intercom-step-wrap-col2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  font-size: 1.5vw;
  color: #fff;
  text-align: center;
  background-color: #eb8400;
}

.home-intercom-step-wrap-col22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  font-size: 1.2vw;
  color: #fff;
  text-align: center;
  background-color: #c81323;
}
.home-intercom-step-wrap-col22 span {
  font-size: 1.8vw;
}

.home-intercom-step-wrap-col22w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  font-size: 1.2vw;
  font-weight: 600;
  color: #c81323;
  text-align: center;
  border-top: 6px dotted #c81323;
  border-right: 6px dotted #c81323;
  border-bottom: 6px dotted #c81323;
}
.home-intercom-step-wrap-col22w span {
  font-size: 1.8vw;
}

.home-area-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 5% 110px;
  background-image: url(../assets/img/construction_bg.png);
  background-position: top center;
}
.home-area-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.home-area-map-wrap {
  display: block;
  margin: 20px 0 50px;
  padding: 0;
}
.home-area-map-wrap img.spimg {
  display: none;
}
.home-area-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #111;
  text-align: center;
  margin: 0;
  padding: 20px 0 25px;
  background-color: #fff;
  border-radius: 6px;
}
.home-area-text-wrap br {
  display: none;
}

@media (max-width: 1680px) {
  .home-intercom-step-wrap span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1480px) {
  .home-price-margin-lead {
    font-size: 1.8vw;
  }
  .home-intercom-steptitle-wrap {
    height: 200px;
  }
  .home-intercom-steptitle-wrap-blue {
    height: 200px;
  }
  .home-intercom-step-wrap-col6 {
    height: 200px;
  }
  .home-intercom-step-wrap-col2 {
    height: 200px;
  }
  .home-intercom-step-wrap-col22 {
    height: 200px;
  }
  .home-intercom-step-wrap-col22w {
    height: 200px;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
  .home-intercom-steptitle-wrap::after {
    border-top: 110px solid transparent;
    border-bottom: 110px solid transparent;
    border-left: 60px solid #c81323;
  }
  .home-intercom-steptitle-wrap-blue::after {
    border-top: 110px solid transparent;
    border-bottom: 110px solid transparent;
    border-left: 60px solid #023c82;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .home-price-section {
    padding: 70px 0 60px;
  }
  .home-price-title {
    font-size: 4.8vw;
    margin: 0 0 40px;
  }
  .home-price-margin-lead {
    font-size: 3vw;
    margin: 0 0 30px;
  }
  .home-intercom-steptitle-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .home-intercom-steptitle-wrap {
    width: 100%;
    height: 150px;
    font-size: 3vw;
    line-height: 1.4;
    padding: 20px 0 20px;
    background-color: #c81323;
    border-right: none;
    margin-bottom: 50px;
  }
  .home-intercom-steptitle-wrap::after {
    top: 100%;
    bottom: 0;
    right: 50%;
    transform: translateY(0%);
    transform: translateX(50%);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #c81323;
    border-bottom: 0;
  }
  .home-intercom-steptitle-wrap-blue {
    width: 100%;
    height: 150px;
    font-size: 3vw;
    line-height: 1.4;
    padding: 20px 0 20px;
    border-right: none;
    margin-bottom: 50px;
  }
  .home-intercom-steptitle-wrap-blue::after {
    top: 100%;
    bottom: 0;
    right: 50%;
    transform: translateY(0%);
    transform: translateX(50%);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #023c82;
    border-bottom: 0;
  }
  .home-intercom-step-wrap {
    border-right: none;
    margin-bottom: 10px;
  }
  .home-intercom-step-wrap img.pcimg {
    display: none;
  }
  .home-intercom-step-wrap img.spimg {
    display: block;
  }
  .home-intercom-step-wrap span {
    font-size: 2.4vw;
  }
  .home-intercom-step-wrap span.second02 {
    padding: 15px 0;
  }
  .home-intercom-step-wrap .arrow-wrap {
    position: absolute;
    top: -45px;
    left: 5%;
    width: 80px;
    height: 80px;
    font-size: 6rem;
    transform: rotate(90deg);
  }
  .home-intercom-slide-textwrap {
    display: block;
    height: auto;
    font-size: 3.6vw;
    margin: 0 0 20px;
    padding: 20px 0 25px;
  }

  .home-merit-title {
    font-size: 4.8vw;
  }

  .home-area-section {
    padding: 70px 8% 60px;
  }
  .home-area-text-wrap {
    display: block;
    height: auto;
    font-size: 3vw;
    margin: 0 0 20px;
    padding: 20px 0 25px;
  }
  .home-intercom-step-wrap-col6 {
    height: 300px;
    font-size: 3.6vw;
  }
  .home-intercom-step-wrap-col2 {
    height: 150px;
    font-size: 3.6vw;
  }
  .home-intercom-step-wrap-col22 {
    height: 150px;
    font-size: 2.4vw;
  }
  .home-intercom-step-wrap-col22 span {
    font-size: 3.6vw;
  }
  .home-intercom-step-wrap-col22w {
    height: 150px;
    font-size: 2.4vw;
    border-top: none;
    border-left: 6px dotted #c81323;
    border-right: 6px dotted #c81323;
    border-bottom: 6px dotted #c81323;
  }
  .home-intercom-step-wrap-col22w span {
    font-size: 3.6vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-merit-title {
    font-size: 6.2vw;
    margin: 0 auto 40px;
  }
  .home-merit-title br {
    display: block;
  }
  .home-price-section {
    padding: 50px 0 50px;
  }
  .home-price-title {
    font-size: 6.6vw;
    margin: 0 0 30px;
  }
  .home-price-title br {
    display: block;
  }
  .home-price-margin-lead {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .home-price-margin-lead br {
    display: block;
  }
  .home-price-margin-lead span {
    font-size: 5.4vw;
  }
  .home-intercom-steptitle-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
  }
  .home-intercom-steptitle-wrap {
    font-size: 1.8rem;
    height: 100px;
    margin-bottom: 40px;
  }
  .home-intercom-step-wrap span {
    font-size: 1.6rem;
    padding: 20px 10px;
  }

  .home-intercom-steptitle-wrap-blue {
    font-size: 1.8rem;
    height: 100px;
    margin-bottom: 40px;
  }
  .home-intercom-steptitle-wrap::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #c81323;
    border-bottom: 0;
  }
  .home-intercom-steptitle-wrap-blue::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #023c82;
  }
  .home-intercom-step-wrap-col6 {
    height: 200px;
    font-size: 1.8rem;
  }
  .home-intercom-step-wrap-col2 {
    height: 100px;
    font-size: 1.8rem;
  }
  .home-intercom-step-wrap-col22 {
    height: 100px;
    font-size: 1.6rem;
  }
  .home-intercom-step-wrap-col22 span {
    font-size: 4.8vw;
  }
  .home-intercom-step-wrap-col22w {
    height: 100px;
    font-size: 1.4rem;
    border-left: 4px dotted #c81323;
    border-right: 4px dotted #c81323;
    border-bottom: 4px dotted #c81323;
  }
  .home-intercom-step-wrap-col22w span {
    font-size: 4.8vw;
  }

  .home-intercom-step-wrap span.second02 {
    padding: 20px 10px;
  }
  .home-intercom-step-wrap .arrow-wrap {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 3rem;
    margin-left: -20px;
  }
  .home-intercom-slide-textwrap {
    font-size: 6vw;
    line-height: 1.4;
    padding: 20px 0 20px;
  }
  .home-intercom-slide-textwrap br {
    display: block;
  }

  .home-area-section {
    padding: 50px 7% 40px;
  }
  .home-area-text-wrap {
    font-size: 5.4vw;
    line-height: 1.4;
    padding: 20px 0 20px;
  }
  .home-area-text-wrap br {
    display: block;
  }
  .home-area-map-wrap img.pcimg {
    display: none;
  }
  .home-area-map-wrap img.spimg {
    display: block;
  }
  .home-price-margin-lead.text-red span {
    font-size: 9.6vw;
  }
  .home-price-margin-lead.text-red span.yen {
    font-size: 4.8vw;
  }
}

/*!------------------------------------------------------------------
[Home Price Section] 2024.0416 追記　ここまで
*/

/*!------------------------------------------------------------------
[Home Quotation Section]
*/

.home-quotation-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 110px;
  background-image: url(../assets/img/construction_bg.png);
  background-position: top center;
}
.home-quotation-title {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 0 0 60px;
}
.home-quotation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.home-quotation-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}
.home-quotation-title-wrap-left {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 10%;
  border-right: solid 1px #fff;
}
.home-quotation-title-wrap-right {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 10%;
}
.home-quotation-subtitle {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 30px;
}
.home-quotation-subtitle span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0 0;
}

a.home-quotation-contact-tel {
  display: block;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

@media (max-width: 1200px) {
  .home-quotation-wrapper {
    width: 90%;
  }
}
@media (max-width: 990px) {
  .home-quotation-section {
    padding: 100px 0px 90px;
  }
  .home-quotation-wrapper {
    width: 80%;
  }
  .home-quotation-text {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 10px;
  }
  .home-quotation-text br {
    display: none;
  }
  .home-quotation-title-wrap-left {
    height: auto;
    padding: 10px 0;
    border-right: none;
  }
  .home-quotation-subtitle span {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-quotation-section {
    padding: 50px 0px 50px;
  }
  .home-quotation-text {
    font-size: 1.6rem;
  }
  .home-quotation-subtitle {
    font-size: 5.6vw;
    padding: 20px 0;
  }
  .home-quotation-subtitle span {
    font-size: 1.4rem;
  }
  .home-quotation-title-wrap-right {
    height: auto;
    padding: 10px 0;
  }
  a.home-quotation-contact-tel {
    font-size: 8.8vw;
    padding: 0;
  }
}

/* Btn Intercom 100p Center
 * --------------------------------------- */
.linkbutton-center-100p {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  line-height: 55px;
  border: solid 2px #000;
}
.linkbutton-center-100p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #c61a22;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.linkbutton-center-100p:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-center-100p .text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-100p:hover {
  border: solid 2px #c61a22;
}
.linkbutton-center-100p:hover .text {
  color: #fff;
}
.linkbutton-center-100p .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-100p:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 990px) {
  .linkbutton-center-100p {
    width: 80%;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .linkbutton-center-100p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 0;
    padding: 10px 20px;
    line-height: 1.4;
  }
  .linkbutton-center-100p .text {
    font-size: 1.6rem;
  }
}

/* Btn Intercom 300p Center
 * --------------------------------------- */
.linkbutton-center-300p {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  text-align: left;
  margin: 50px auto 0;
  padding: 0 20px;
  background: #fff;
  line-height: 55px;
  border: solid 2px #000;
}
.linkbutton-center-300p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #c61a22;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.linkbutton-center-300p:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-center-300p .text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-300p:hover {
  border: solid 2px #c61a22;
}
.linkbutton-center-300p:hover .text {
  color: #fff;
}
.linkbutton-center-300p .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-300p:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 990px) {
  .linkbutton-center-300p {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .linkbutton-center-300p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto 0;
    padding: 10px 20px;
    line-height: 1.4;
  }
  .linkbutton-center-300p .text {
    font-size: 1.6rem;
  }
}

/*!------------------------------------------------------------------
[Home Process Section]
*/

.home-process-content-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 6% 110px;
}
.home-process-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 auto 80px;
  padding: 10px 40px;
  background: #fff;
  clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%) !important;
}
.second-works-flow-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.f-right {
  flex-direction: row-reverse;
}

.features__item02 {
  text-align: left;
  background: linear-gradient(to right, #f5f5f5, #ffffff);
  padding: 0;
  border-radius: 6px;
}

dl.item-flow02 {
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
}
dl.item-flow02 dt {
  display: flex;
  align-items: center;
  float: left;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
}
dl.item-flow02 dd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  margin-right: 70px;
  height: 70px;
  padding: 0;
  color: #000;
}
dl.item-flow02 dt .features__item__icon_step {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  background-color: #023c82;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}
dl.item-flow02 dt .features__item__icon_step_text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
}
dl.item-flow02 dd .features__item__heading02 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

.item-flow02-textwrap {
  display: flex;
  align-items: center;
  height: 70px;
  padding-left: 5%;
  padding-right: 5%;
}
.item-flow02-textwrap .features__item__body02l {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
}
.item-flow02-textwrap .features__item__body02r {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
}

.features__item__arrow01 {
  font-size: 3rem;
  color: #111;
  text-align: center;
  margin: 20px auto;
}
.features__item__arrow02 {
  font-size: 3rem;
  color: #111;
  text-align: center;
  margin: 20px auto;
}

@media (max-width: 1480px) {
  .item-flow02-textwrap .features__item__body02l br {
    display: none;
  }
  .item-flow02-textwrap .features__item__body02r br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .home-process-content-section {
    padding: 100px 5% 110px;
  }
  .item-flow02-textwrap {
    padding-left: 2%;
    padding-right: 2%;
  }
  dl.item-flow02 dd .features__item__heading02 {
    font-size: 1.8rem;
  }
  .features__item__arrow01 {
    margin: 20px auto;
  }
  .features__item__arrow02 {
    margin: 20px auto;
  }
}
@media (max-width: 990px) {
  .home-process-content-section {
    padding: 70px 8% 60px;
  }
  .home-process-title {
    font-size: 4.8vw;
    margin: 0 0 50px;
  }
  .item-flow02-textwrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  dl.item-flow02 dd .features__item__heading02 {
    font-size: 2rem;
  }
  .item-flow02-textwrap .features__item__body02r {
    text-align: center;
  }
  .features__item__arrow01 {
    margin: 10px auto;
  }
  .features__item__arrow02 {
    margin: 10px auto;
  }
  .item-flow02-textwrap .features__item__body02l {
    text-align: center;
  }
}
@media (max-width: 499px) {
  .home-process-content-section {
    padding: 50px 7% 50px;
  }
  .home-process-title {
    font-size: 7.2vw;
    margin: 0 0 50px;
  }
  .item-flow02-textwrap {
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
  dl.item-flow02 dd {
    margin-left: 20px;
    margin-right: 20px;
  }
  .features__item__arrow01 {
    margin: 0 auto 8px;
  }
  .features__item__arrow02 {
    margin: 0 auto 8px;
  }
  .item-flow02-textwrap .features__item__body02l {
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1.4;
  }
  .item-flow02-textwrap .features__item__body02r {
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1.4;
  }
  dl.item-flow02 dd .features__item__heading02 {
    font-size: 1.6rem;
  }
}

/*!------------------------------------------------------------------
[Home Q&A Section]
*/

.home-qanda-content-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 10% 110px;
  background-color: #f0f0f0;
}

.home-qanda-title {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 0 60px;
}

.home-qanda-title-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  color: #111;
  text-align: center;
  margin: 0;
  padding: 0 0 40px 4px;
}

.home-qanda-content-wrapper {
  margin: 0;
  padding: 0;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #000;
}

/*アコーディオンタイトル*/
.accordion-area section .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  padding: 3% 3% 3% 70px;
  transition: all 0.5s ease;
}

.accordion-area section .title:hover {
  color: #c61a22;
}

.accordion-area section .title span {
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 0 10px;
  color: #023c82;
}

/*アイコンの＋と×*/
.accordion-area section .title::before,
.accordion-area section .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
}

.accordion-area section .title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}

.accordion-area section .title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area section .title.closed::before {
  transform: rotate(45deg);
}

.accordion-area section .title.closed::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area section .box {
  display: none;
  /*はじめは非表示*/
  background: #fff;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area section .box p {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
}

.accordion-area section .box p span {
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #c61a22;
  padding: 0 0 10px;
}

.accordion-area section .box p img.spimg {
  display: none;
}

/*!------------------------------------------------------------------
[Home video Section]
*/

.home-video-content-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 12% 110px;
  background-color: #f0f0f0;
}

.home-video-title {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
}

.home-video-text {
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 0 60px;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 全体表示。はみ出したくない場合 */
}

@media (max-width: 1480px) {
  .home-qanda-content-section {
    padding: 8% 5% 8%;
  }
  .home-video-content-section {
    padding: 8% 15% 8%;
  }
}

@media (max-width: 1200px) {
  .accordion-area section .title {
    font-size: 1.8rem;
  }

  .accordion-area section .box p img.pcimg {
    display: none;
  }

  .accordion-area section .box p img.spimg {
    display: block;
  }
  .home-video-content-section {
    padding: 8% 5% 8%;
  }
  .home-video-text {
    font-size: 1.5vw;
  }
}

@media (max-width: 990px) {
  .home-qanda-content-section {
    padding: 100px 10% 90px;
  }

  .accordion-area section .title:hover {
    color: #111;
  }
  .home-video-title {
    font-size: 4.8vw;
  }
  .home-video-text {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
@media (orientation: landscape) and (max-width: 990px) {
  .home-video-content-section {
    padding: 8% 10% 8%;
  }
}
@media (max-width: 749px) {
  .home-video-content-section {
    padding: 8% 10% 8%;
  }
}
@media (max-width: 499px) {
  .home-qanda-content-section {
    padding: 50px 7%;
  }

  .home-qanda-content-wrapper {
    margin: 0;
  }

  .home-qanda-title {
    margin: 0 0 20px;
  }

  .home-qanda-title-wrapper {
    margin: 0;
  }

  .accordion-area section .box {
    padding: 5%;
  }

  .accordion-area section .box p {
    line-height: 1.5;
    letter-spacing: 0;
  }
  .accordion-area section .title span {
    font-size: 1.8rem;
  }
  .accordion-area section .box p span {
    font-size: 1.8rem;
  }

  .home-video-title {
    font-size: 7.2vw;
    margin: 0 0 10px;
  }
  .home-video-text {
    font-size: 4.4vw;
    margin: 0 0 20px;
  }
  .home-video-content-section {
    padding: 50px 0 50px;
  }
}

/*!------------------------------------------------------------------
[Home Company Section]
*/
.home-company-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 2.5% 110px;
}
.home-company-title {
  position: relative;
  display: inline-block;
  font-size: 4vw;
  font-weight: 900;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 auto 80px;
  padding: 10px 40px;
  background: #fff;
  clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%) !important;
}
.home-company-title-wrap {
  padding: 0 5%;
}
.home-company-subtitle {
  display: block;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  text-align: left;
  margin: 0 0 50px;
  padding: 0;
}
.home-company-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #111;
  text-align: left;
  margin: 0 0 80px;
  padding: 0;
}

@media (max-width: 1200px) {
  .home-company-section {
    padding: 100px 5% 100px;
  }
  .home-company-title-wrap {
    padding: 0;
  }
  .home-company-title {
    font-size: 4vw;
    margin: 0 0 70px;
  }
  .home-company-subtitle {
    font-size: 2.6vw;
  }
  .home-company-subtitle br {
    display: none;
  }
  .home-company-text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 60px;
  }
}
@media (max-width: 990px) {
  .home-company-section {
    padding: 70px 8% 70px;
  }
  .home-company-title {
    font-size: 4.8vw;
    margin: 0 0 50px;
  }
  .home-company-subtitle {
    font-size: 3vw;
    text-align: center;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-company-section {
    padding: 50px 8% 50px;
  }
  .home-company-title {
    font-size: 7.2vw;
    margin: 0 0 30px;
  }
  .home-company-subtitle {
    font-size: 5.4vw;
    margin: 0 0 30px;
  }
  .home-company-subtitle br {
    display: block;
  }
  .home-company-text {
    line-height: 1.5;
    margin: 0;
  }
}

/*!----------------------------------
[Table Overview]
*/

table.overview {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
table.overview th {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  padding: 1.5em 1em;
  border-bottom: solid 1px #ccc;
}
table.overview th.first {
  border-top: solid 1px #ccc;
}
table.overview th span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0px;
}
table.overview td {
  width: 75%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 1.5em 1em;
  border-bottom: solid 1px #ccc;
}
table.overview td.first {
  border-top: solid 1px #ccc;
}
table.overview td a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #111;
  letter-spacing: 0px;
  line-height: 1;
  padding: 5px 0 0;
}
table.overview td a:hover {
  color: #111;
}
table.overview td a.tel {
  font-size: 1.8rem;
  font-weight: 400;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 0;
}

.office-gmap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.office-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.office-gmap-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 30px 0 10px;
  margin: 0;
}
.office-gmap-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #111;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 20px 0 0;
  margin: 0;
}

dl.overview-content-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.overview-content-wrap dt {
  float: left;
  width: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #111;
  text-align: left;
  line-height: 1.4;
  padding: 5px 0;
  margin: 0;
}
dl.overview-content-wrap dd {
  margin-left: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  color: #111;
  padding: 5px 0;
}
dl.overview-content-wrap dd span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 10px;
}

@media (max-width: 1480px) {
  table.overview {
    width: 100%;
  }
  table.overview th {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 1.5em 1em;
  }
  table.overview td {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 1.5em 1em;
  }
  table.overview td a {
    font-size: 1.6rem;
    padding: 5px 0 0;
  }
  table.overview td a.tel {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  table.overview td a.address-gm {
    font-size: 1.2rem;
    padding: 10px 0 15px;
  }
  dl.overview-content-wrap dt {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  dl.overview-content-wrap dd {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 10px 0;
  }
  dl.overview-content-wrap dd span {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
  .office-gmap-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  table.overview {
    width: 100%;
    margin-top: 70px;
  }
}
@media (max-width: 990px) {
  table.overview {
    margin-top: 30px;
  }
  dl.overview-content-wrap dt {
    padding: 5px 0;
  }
  dl.overview-content-wrap dd {
    padding: 5px 0;
  }
}
@media (max-width: 749px) {
  table.overview td a.address-gm {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  table.overview {
    width: 100%;
    border-spacing: 0px 0;
    margin-top: 50px;
  }
  table.overview th {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: left;
    padding: 1em 0.5em 0.3em;
    border-bottom: none;
  }
  table.overview th br {
    display: none;
  }
  table.overview td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 0.5em 1em;
  }
  table.overview td.first {
    border-top: none;
  }
  table.overview td span {
    display: block;
  }
  table.overview td a.tel {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  table.overview td a.address-gm {
    font-size: 1.6rem;
    padding: 10px 0 15px;
  }
  dl.overview-content-wrap dt {
    font-size: 1.6rem;
    font-weight: 600;
  }
  dl.overview-content-wrap dd {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .office-gmap-title {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
  }
}

/* Contact Section Btn
 * --------------------------------------- */

.linkbutton-footer {
  display: block;
  position: relative;
  width: 78%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #c81323;
  transition: all 0.4s ease-out;
}
.linkbutton-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #023c82;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.linkbutton-footer:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-footer .text {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer:hover .text {
  color: #fff;
}
.linkbutton-footer .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

/*!------------------------------------------------------------------
[Home Footer Section]
*/

#footer-inner {
  padding: 6% 5% 6%;
  background-color: #e2e2e2;
}

.footer-logo {
  display: inline-block;
  width: 75%;
  margin: 0 0 25px;
  padding: 0;
}
#footer p.description {
  width: 80%;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#footer p.description br {
  display: none;
}
address {
  margin-bottom: 0px;
}
dl.access-company {
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
}
dl.access-company dt {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1;
  padding: 0 0 10px;
}
dl.access-company dd {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  padding: 0;
}
dl.access-company dd a.g-map {
  display: block;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-align: left;
  line-height: 1.5;
  padding: 5px 0 10px;
}
.footer-tel-wrap {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
.footer-tel-wrap a {
  font-size: 1.8vw !important;
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #000 !important;
  margin: 0;
  padding: 0;
}
.footer-tel-wrap a span {
  display: inline-block;
  font-size: 1.3vw !important;
  padding: 0 10px 0 0;
}

.footer-right-menu-warp {
  margin-left: 5%;
  margin-right: 0;
}
#footer .widget {
  padding: 0 10% 0 0;
}
#footer .widget h4 {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
#footer .widget h4:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: relative;
  top: 8px;
  left: 0;
  background-color: #023c82;
}
#footer .widget .links li a {
  font-size: 1.4rem;
  line-height: 2.2;
}

#footer .widget .links li a > i {
  margin-right: 5px;
}

#footer .widget .products-list p {
  font-weight: 600;
}

.footer-commentary-wrap {
  width: 100%;
  margin-top: 4%;
}
.footer-commentary-01 {
  display: block;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0 0 25px;
  padding: 20px;
  background-color: #fff;
}
.footer-commentary-02 {
  display: block;
  font-size: 1.1vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0 0 40px;
  padding: 20px;
  background-color: #fff;
}
.footer-contact-tel-wrap {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-contact-tel-wrap a {
  display: block;
  font-size: 4.8vw !important;
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-contact-tel-wrap a span {
  display: inline-block;
  font-size: 3vw !important;
  letter-spacing: 0;
  padding: 0 20px 0 0;
}
.footer-contact-tel-uke {
  display: block;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 5px 0 0;
}

/* Footer Contact Btn
 * --------------------------------------- */
.footer-right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.linkbutton-footer-right {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #c81323;
  transition: all 0.4s ease-out;
}
.linkbutton-footer-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #023c82;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.linkbutton-footer-right:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-footer-right .text {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer-right:hover .text {
  color: #fff;
}
.linkbutton-footer-right .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer-right:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

.footer-inverse #footer-bottom {
  background-color: #023c82;
}
#footer p.copyright {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 1480px) {
  .footer-commentary-01 {
    font-size: 1.8vw;
  }
  .footer-commentary-02 {
    font-size: 1.2vw;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
  #footer .widget .links li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  #footer-inner {
    padding: 8% 5% 7%;
  }
  .footer-logo {
    display: block;
    width: 300px;
    margin: 0 auto 40px;
  }
  #footer p.description {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  #footer p.description br {
    display: block;
  }
  dl.access-company dt {
    font-size: 1.6rem;
    text-align: center;
  }
  dl.access-company dd {
    font-size: 1.6rem;
    text-align: center;
  }
  dl.access-company dd a.g-map {
    font-size: 1.4rem !important;
    text-align: center;
  }
  .footer-tel-wrap a {
    font-size: 2.4rem !important;
  }
  .footer-tel-wrap a span {
    font-size: 1.8rem !important;
  }
  #footer .widget {
    padding: 0 0;
  }
  #footer .widget .links li a {
    font-size: 1.5rem;
  }
  .footer-commentary-wrap {
    margin-top: 5%;
  }
  .footer-commentary-01 {
    font-size: 2.2vw;
    letter-spacing: 1px;
  }
  .footer-commentary-02 {
    font-size: 1.6vw;
    line-height: 1.5;
  }
  .footer-contact-tel-wrap a {
    font-size: 6vw !important;
  }
  .footer-contact-tel-wrap a span {
    font-size: 4.8vw !important;
  }
  .footer-contact-tel-uke {
    font-size: 1.4vw;
    padding: 10px 5% 20px 0;
  }
  .linkbutton-footer {
    padding: 0 10px;
    width: 100%;
  }
  .linkbutton-footer .text {
    font-size: 1.4rem;
  }
  .linkbutton-footer-right {
    padding: 0 10px;
    width: 100%;
  }
  .linkbutton-footer-right .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 990px) {
  .footer-logo {
    margin: 0 auto 30px;
  }
  #footer p.description {
    font-size: 1.6rem;
    text-align: left;
  }
  #footer p.description br {
    display: none;
  }
  dl.access-shop dt {
    font-size: 1.6rem;
  }
  dl.access-shop dd {
    font-size: 1.6rem;
  }
  dl.access-shop dd a.g-map {
    font-size: 1.4rem !important;
  }
  .footer-tel-wrap a {
    font-size: 4.8vw !important;
  }
  .footer-tel-wrap a span {
    font-size: 3vw !important;
  }
  #footer .widget .links li a {
    font-size: 1.6rem;
  }
  .footer-menu li a {
    font-size: 1.6rem;
  }
  .footer-commentary-wrap {
    margin-top: 8%;
  }
  .footer-commentary-01 {
    font-size: 2.4vw;
  }
  .footer-commentary-02 {
    font-size: 1.8vw;
  }
  .footer-commentary-02 br {
    display: none;
  }
  .footer-contact-tel-wrap a {
    font-size: 9.2vw !important;
  }
  .footer-contact-tel-wrap a span {
    font-size: 6vw !important;
  }
  .footer-contact-tel-uke {
    font-size: 2vw;
    padding: 10px 5% 30px 0;
  }
  #footer p.copyright {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
@media (max-width: 749px) {
  #footer .widget .links li a {
    font-size: 1.4rem;
  }
  .footer-menu li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  #footer-inner {
    padding: 40px 7% 40px;
  }
  .footer-logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  dl.access-shop dt {
    font-size: 1.8rem;
  }
  #footer .widget h4 {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-tel-wrap a {
    font-size: 7.2vw !important;
  }
  .footer-tel-wrap a span {
    font-size: 4.8vw !important;
  }
  .footer-commentary-wrap {
    margin-top: 20px;
  }
  dl.access-company {
    padding: 0;
  }
  .footer-commentary-01 {
    font-size: 1.8rem;
    letter-spacing: 0px;
    text-align: left;
  }
  .footer-commentary-02 {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 30px;
  }
  .footer-contact-tel-wrap a {
    font-size: 8.4vw !important;
    text-align: center;
  }
  .footer-contact-tel-wrap a span {
    font-size: 4.8vw !important;
    padding: 0 10px 0 0;
  }
  .footer-contact-tel-uke {
    font-size: 3.4vw;
    padding: 10px 0 30px 0;
  }
  #footer p.copyright {
    font-size: 1.2rem;
    padding: 15px 0;
  }
  #footer .widget {
    padding: 0 0 10px;
  }
  #footer .widget .links li a {
    font-size: 1.6rem;
  }
  .footer-menu li a {
    font-size: 1.6rem;
  }
}

/* Btn Intercom Center
 * --------------------------------------- */
#footer .homebtn {
  width: 80%;
}
.linkbutton-center-f100p {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  line-height: 45px;
  border: solid 2px #000;
}
.linkbutton-center-f100p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #c61a22;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.linkbutton-center-f100p:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkbutton-center-f100p .text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-f100p:hover {
  border: solid 2px #c61a22;
}
.linkbutton-center-f100p:hover .text {
  color: #fff;
}
.linkbutton-center-f100p .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-center-f100p:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 1200px) {
  #footer .homebtn {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .linkbutton-center-f100p {
    width: 100%;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .linkbutton-center-f100p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 40px auto 0;
    padding: 10px 20px;
    line-height: 1.4;
  }
  .linkbutton-center-f100p .text br {
    display: block;
  }
}

/*!------------------------------------------------------------------
[Scroll UP]
*/

.scroll-up {
  position: fixed;
  display: none;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
.scroll-up a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
  color: #fff;
  opacity: 1;
  background-color: #023c82;
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
}

@media (max-width: 1480px) {
  .scroll-up {
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .scroll-up {
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 749px) {
  .scroll-up {
    bottom: 0px;
    right: 0px;
  }
  .scroll-up a {
    height: 40px;
    width: 42px;
    line-height: 40px;
    font-size: 16px;
  }
  .scroll-up a::after {
    top: 1.3em;
    right: 0.5em;
  }
}

/* ------------------------------------------------------------------
contact.html
------------------------------------------------------------------- */
.home-contact-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 10% 100px;
  margin: 0;
  background-color: #fff;
}
.home-contact-title {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 0 60px;
}
p.contacts-txt-title {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 0 60px;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title br {
  display: none;
}

p.contacts-txt-titles {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title-name {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title-address {
  display: block;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0;
  text-align: center;
}
.contact-01-wrap {
  width: 80%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #fff;
}
.item-office-name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 10px 10px;
  text-align: center;
}
.item-contacts-l {
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #023c82;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.item-contacts-l a {
  font-size: 4.8vw;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #023c82;
}
.item-contacts-l-teltime {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
}
.item-contacts-r {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  color: #222;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}

@media (max-width: 1480px) {
  p.contacts-txt-title {
    font-size: 1.8rem;
  }
  p.contacts-address {
    font-size: 1.4rem;
  }
  .item-contacts-l {
    font-size: 6vw;
  }
  .item-contacts-l a {
    font-size: 6vw;
  }
  .item-contacts-l-teltime {
    font-size: 1.2vw;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
  h2.contact-detail-text {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 40px 0 0;
  }
}
@media (max-width: 1200px) {
  p.contacts-txt-title {
    font-size: 1.6rem;
  }
  h2.contact-detail-text {
    padding: 30px 0 0;
  }
  .item-contacts-l {
    font-size: 7.2vw;
  }
  .item-contacts-l a {
    font-size: 7.2vw;
  }
  .item-contacts-l-teltime {
    font-size: 2vw;
    padding: 0 0 60px;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
  }
}
@media (max-width: 990px) {
  .home-contact-section {
    padding: 100px 10% 90px;
  }
  .home-contact-title {
    font-size: 4.8vw;
    margin: 0 0 50px;
  }
  p.contacts-txt-title {
    font-size: 1.8rem;
    padding: 0 0 40px;
  }
  p.contacts-txt-title br {
    display: block;
  }
  .item-contacts-l-teltime {
    font-size: 1.4rem;
    padding: 0 0 40px;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 0 0 20px;
  }
  .contact-txt001 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (max-width: 749px) {
  h2.contact-detail-text {
    font-size: 1.5rem;
  }
  .contact-title01-main {
    width: 220px;
    font-size: 2rem;
    letter-spacing: 10px;
    padding: 10px 0;
  }
  .contact-lead {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 0 10% 50px;
  }
  p.contacts-txt-titles br {
    display: none;
  }
}
@media (max-width: 499px) {
  .home-contact-section {
    padding: 50px 10% 50px;
  }
  .home-contact-title {
    font-size: 7.2vw;
    margin: 0 0 30px;
  }
  .second-contacts-list-section {
    padding: 40px 9%;
  }
  h2.contact-detail-text {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 20px 15px 0;
    text-align: left;
  }
  h2.contact-detail-text br {
    display: none;
  }
  .contact-lead {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0;
    text-align: left;
  }
  .contact-lead br {
    display: none;
  }
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 0px;
    padding: 0 0 40px;
    text-align: left;
  }
  .item-office-name {
    font-size: 1.8rem;
    letter-spacing: 8px;
    padding: 0 0 5px 8px;
  }
  .item-contacts-l a {
    font-size: 9.6vw;
  }
  .item-contacts-l {
    font-size: 3.6rem;
    padding: 0 0 5px;
    text-align: center;
  }
  .item-contacts-l i {
    font-size: 3.6rem;
  }
  .item-contacts-l-teltime {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 0 30px;
  }
  .item-contacts-r {
    font-size: 2.4rem;
    padding: 0 0 20px;
    text-align: center;
  }
  p.contacts-txt-title br {
    display: none;
  }
  p.contacts-txt-title-name {
    font-size: 1.6rem;
  }
  p.contacts-txt-title-address {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  p.contacts-txt-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 30px;
    text-align: left;
  }
  p.contacts-txt-title br {
    display: none;
  }
  p.contacts-txt-titles {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 20px;
    text-align: left;
  }
  p.contacts-txt-titles br {
    display: none;
  }
  p.contacts-address {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  p.contacts-address span {
    font-size: 15px;
    padding: 0 0 10px 0;
  }
  dl.item-contacts {
    width: 100%;
    padding: 30px 0;
  }
  dl.item-contacts dd {
    font-size: 2.4rem;
  }
}
@media (max-width: 350px) {
  dl.item-contacts dt {
    width: 40px;
    font-size: 2.4rem;
  }
  dl.item-contacts dd {
    margin-left: 40px;
    font-size: 2.4rem;
  }
  p.contacts-address {
    font-size: 1.2rem;
  }
}

/* --------------------------------------
	section-contact
----------------------------------------*/

.contact-inner {
  width: 90%;
  font-size: 1.8rem;
  color: #222;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  padding: 100px 0 0;
}
/* txt */
.tell {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.tell span.num {
  font-size: 4.8rem;
  font-weight: 600;
}
.tell span.time {
  font-size: 1.6rem;
}
.contact-txt001 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-txt001 br {
  display: none;
}
.contact-txt01 {
  margin-bottom: 2em;
}
.contact-txt02 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2em;
}
.contact-txt02 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
.contact-txt03 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
em {
  color: #a40000;
  font-style: normal;
}
em02 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #212121;
  font-style: normal;
}

/* --------------------------------------
	itemBlock
----------------------------------------*/

.itemBlock {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 1.6rem;
}
.itemBlock .title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.itemBlock p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBlock label {
  cursor: pointer;
  display: block;
}
.itemBlock label:after {
  content: "";
  clear: both;
  display: block;
}
.itemBlock label input {
  float: left;
  font-size: 1.8rem;
}
.itemBlock label input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}
.itemBlock label p {
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  width: calc(100% - 24px);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

/* --------------------------------------
	contentsBlock
----------------------------------------*/

.contentsBlock {
  line-height: 1.5;
  margin-bottom: 30px;
}
.contentsBlock .title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.contentsBlock .title span {
  font-size: 1.8rem;
}

/* --------------------------------------
	addressBlock
----------------------------------------*/

.addressBlock {
  line-height: 1.5;
  font-size: 1.6rem;
}
.addressBlock .title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.addressBlock p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
.addressBlock p span {
  font-size: 1.4rem;
  font-weight: 400;
}
.addressBlock input {
  margin-bottom: 30px;
}

/* --------------------------------------
	privacyBlock
----------------------------------------*/

.privacyBlock {
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
.privacyBlock .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.privacyBlock label {
  cursor: pointer;
  display: block;
}
.privacyBlock label:after {
  content: "";
  clear: both;
  display: block;
}
.privacyBlock label input {
  float: left;
  font-size: 1.6rem;
}
.privacyBlock label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}
.privacyBlock p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 10px 10px;
}
.privacyBlock label p {
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  width: calc(100% - 24px);
  font-size: 1.8rem;
  line-height: 1.2;
}
.privacyBlock a {
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 400;
  color: #5c5e5d;
}
.privacyBlock a:hover {
  text-decoration: none;
}

/* --------------------------------------
	form
----------------------------------------*/

.form-control-w20p {
  display: inline-block;
  width: 10em;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #003366;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control-w20p:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.addressBlock input[type="text"] {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  border-color: #333;
}
.contentsBlock textarea {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  height: 8em;
  border-color: #333;
  border-radius: 4px;
}
.itemBlock select {
  height: 38px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px 6px 10px 6px;
  margin-right: 10px;
  color: #222;
  display: inline-block;
  border-color: #333;
}
.itemBlock label {
  font-weight: normal;
  color: #222;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.itemBlock label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
}

/* --------------------------------------
	Left Side  dl.contact-use-w
----------------------------------------*/

dl.contact-use-w {
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.contact-use-w dt {
  float: left;
  width: 20px;
  font-size: 1.8rem;
  color: #222;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0;
}
dl.contact-use-w dd {
  margin-left: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 10px 0;
}

/* --------------------------------------
	Left Side  tel
----------------------------------------*/

.tell p.num {
  font-size: 6rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.tell p.time {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.tell p.tel-txt {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 0 20px 0;
  margin: 0;
}
a.telcall {
  display: none;
}

/* --------------------------------------
	confirmBlock
----------------------------------------*/

.confirmBlock {
  text-align: center;
  line-height: 1;
}
.confirmBlock ul.submit {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-padding-start: 0px;
}
.confirmBlock ul.submit li {
  width: 100%;
  font-size: 1.8rem;
  display: inline-block;
}
.confirmBlock ul.submit li button.reset {
  background-color: #c9c9c9;
  border-radius: 8px;
  color: #434343;
  border: none;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.confirmBlock ul.submit li button.reset:hover {
  background-color: #222;
  color: #fff;
  cursor: pointer;
}
.confirmBlock ul.submit li button.confirm {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 auto;
  padding: 30px 80px;
  background-color: #c81323;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.confirmBlock ul.submit li button.confirm:hover {
  background-color: #023c82;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .itemBlock .title {
    font-size: 2rem;
  }
  .contentsBlock .title {
    font-size: 2rem;
  }
  .addressBlock .title {
    font-size: 2rem;
  }
}
@media (max-width: 1300px) {
  .headline-inline .headline-contact01 {
    font-size: 1.6rem;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.6rem;
  }
  .itemBlock .title {
    font-size: 1.6rem;
  }
  .contentsBlock .title {
    font-size: 1.6rem;
  }
  .contentsBlock .title span {
    font-size: 1.6rem;
  }
  .addressBlock .title {
    font-size: 1.6rem;
  }
  .privacyBlock .title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .contact-inner {
    width: 100%;
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.6rem;
  }
  .tell p.num {
    font-size: 4.9rem;
  }
  .tell p.time {
    font-size: 1.4rem;
  }
  .tell p.tel-txt {
    font-size: 1.4rem;
  }
  .contact-txt02 {
    font-size: 1.4rem;
  }
}
@media (max-width: 990px) {
  .contact-inner {
    font-size: 1.4rem;
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.5rem;
  }
  .headline-inline .headline-contact01 {
    font-size: 2rem;
    text-align: center;
  }
  .headline-inline .headline-contact02 {
    font-size: 2rem;
    text-align: center;
  }
  .tell {
    margin-bottom: 2em;
  }
  .tell span.num {
    font-size: 3.2rem;
  }
  .tell span.time {
    font-size: 1.4rem;
  }
  .contact-txt01 {
    margin-bottom: 1em;
  }
  .contact-txt02 {
    font-size: 1.4rem;
  }
  .contact-txt02 span {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .itemBlock .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .contentsBlock {
    font-size: 1.6rem;
  }
  .contentsBlock .title span {
    font-size: 1.3rem;
  }
  .privacyBlock {
    margin-bottom: 20px;
  }
  .addressBlock .title {
    font-size: 2rem;
  }
  .privacyBlock .title {
    font-size: 2rem;
  }
  .privacyBlock {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .privacyBlock label {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .contact-inner .tell p.num {
    font-size: 3.6rem;
  }
  .confirmBlock ul.submit {
    margin-top: 50px;
    padding-bottom: 2%;
  }
}
@media (max-width: 740px) {
  .headline-inline .headline-contact01 {
    font-size: 1.7rem;
    text-align: left;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.7rem;
    text-align: left;
  }
  .addressBlock {
    margin-bottom: 15px;
  }
  .addressBlock p {
    margin-bottom: 5px;
  }
  .addressBlock input {
    margin-bottom: 15px;
  }
  .addressBlock .title {
    margin-bottom: 20px;
  }
  .addressBlock span {
    font-size: 1rem;
  }
  .contentsBlock .title {
    font-size: 2rem;
  }
  .privacyBlock .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 680px) {
  /* SP */
  a.telcall {
    display: block;
  }
}
@media (max-width: 499px) {
  /* SP */
  .contact-inner {
    padding: 5% 0 0;
  }
  .contact-txt001 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .contact-txt001 br {
    display: block;
  }
  .contact-txt03 {
    font-size: 1.4rem;
  }
  #staff.bussiness-about-company {
    padding-top: 80px;
    margin-top: -80px;
  }
  .headline-inline .headline-contact01 {
    font-size: 1.5rem;
    padding: 10px 50px 10px 0;
  }
  .headline-inline .headline-contact02 {
    font-size: 1.5rem;
  }
  .itemBlock {
    font-size: 1.4rem;
  }

  .itemBlock p {
    font-size: 1.5rem;
  }
  .itemBlock .title {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  .itemBlock select {
    font-size: 1.3rem !important;
  }
  .contentsBlock {
    font-size: 1.5rem;
  }
  .contentsBlock .title {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .contentsBlock .title span {
    font-size: 1.5rem;
  }
  .addressBlock .title {
    font-size: 1.7rem;
  }
  .addressBlock span.age {
    display: block;
    font-size: 1.2rem;
  }
  .privacyBlock {
    margin-bottom: 50px;
  }
  .privacyBlock .title {
    font-size: 1.7rem;
  }
  .addressBlock p {
    font-size: 1.6rem;
  }
  .itemBlock label p {
    font-size: 1.6rem;
  }
  .privacyBlock p {
    font-size: 1.5rem;
  }
  .privacyBlock label p {
    font-size: 1.5rem;
  }
  .tell p.time {
    font-size: 1.2rem;
  }
  .tell p.tel-txt {
    font-size: 1.2rem;
  }
  .contact-txt02 {
    font-size: 1.2rem;
  }
  .form-control-w20p {
    width: 6em;
    margin-right: 0px !important;
  }
}
@media (max-width: 360px) {
  .headline-inline .headline-contact01 {
    font-size: 1.5rem;
    padding: 10px 60px 10px 0;
  }
  .contact-inner .tell p.num {
    font-size: 3rem;
  }
  .tell p.time {
    font-size: 1.2rem;
  }
  .tell p.tel-txt {
    font-size: 1.2rem;
  }
  .contact-txt02 {
    font-size: 1.2rem;
  }
  .contents01 .titleBlock p.read {
    font-size: 1.6rem;
  }
  .business-service-2x h5 {
    margin: 0 0 10px;
  }
  .business-service-2x p {
    font-size: 1rem;
  }
  .contents02 .titleBlock02 p.read {
    font-size: 1.6rem;
  }
  .about-company-left h2.about-copy {
    font-size: 1.6rem;
  }
  .about-company-left h2.recruit-copy {
    font-size: 1.8rem;
  }
}

/*!------------------------------------------------------------------
[Contact Us ]  confirm.html  確認画面
*/

.contact-inner .conbox-head {
  width: 100%;
  margin: 20px auto 80px;
  text-align: center;
}
.contact-inner .conbox-head p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
  text-align: center;
  margin: 0;
}
@media (max-width: 1200px) {
  .contact-inner .conbox-head {
    width: 100%;
  }
  .contact-inner .conbox-head p {
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  .contact-inner .conbox-head p {
    font-size: 1.5rem;
    text-align: left;
  }
  .contact-inner .conbox-head p br {
    display: none;
  }
}

.contact-inner .conbox01 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}

/* --------------------------------------
	conbox01 table
----------------------------------------*/

.contact-inner .conbox01 table {
  width: 100%;
  font-size: 18px;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.contact-inner .conbox01 table th {
  width: 35%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  color: #222;
}
.contact-inner .conbox01 table th.pt20 {
  padding-top: 20px;
}
.contact-inner .conbox01 table th span {
  margin-left: 25px;
}
.contact-inner .conbox01 table th span.ml0 {
  margin-left: 0px;
}
.contact-inner .conbox01 table th span span {
  margin-left: 0px;
}
.contact-inner .conbox01 table td {
  width: 60%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: left;
  color: #222;
}
.contact-inner .conbox01 table th.conend,
.contact-inner .conbox01 table td.conend {
  padding-top: 50px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.contact-inner .conbox01 table td span {
  font-size: 1.4rem;
}
.contact-inner .conbox01 table td.pt20 {
  padding-top: 20px;
}
.contact-inner .conbox01 table td.pb20 {
  padding-bottom: 20px;
}
.contact-inner .conbox01 table td.pt30 {
  padding-top: 30px;
}
.contact-inner .conbox01 table td.pt35 {
  padding-top: 35px;
}
.contact-inner .conbox01 table td.pt45 {
  padding-top: 45px;
}

/* --------------------------------------
	conbox01 table  submit
----------------------------------------*/

.contact-inner .conbox01 table th ul.submit {
  width: 30%;
  font-size: 0;
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin: 60px auto 0;
}
.contact-inner .conbox01 table th ul.submit li {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.contact-inner .conbox01 table th ul.submit li button.reset {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 25px;
  font-size: 1.8rem;
  background-color: #ccc;
  color: #212121;
  border: 0px outset buttonface;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.reset:hover {
  background-color: #999;
  color: #222;
  cursor: pointer;
}
.contact-inner .conbox01 table th ul.submit li button.confirm {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 25px;
  font-size: 1.8rem;
  background-color: #009fd5;
  color: #fff;
  border: 0px outset buttonface;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-inner .conbox01 table th ul.submit li button.confirm:hover {
  background-color: #d71d3b;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1200px) {
  /* SP */
  .contact-inner .conbox01 {
    width: 90%;
    margin: 0 auto;
  }
  .contact-inner .conbox01 table th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .contact-inner .conbox01 table td {
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .contact-inner .conbox01 table th ul.submit {
    -webkit-padding-start: 0px;
  }
  .contact-inner .conbox01 table th ul.submit li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .contact-inner .conbox01 table th ul.submit li button.reset {
    width: 100%;
  }
  .contact-inner .conbox01 table th ul.submit li button.confirm {
    width: 100%;
  }
}
@media (max-width: 990px) {
  /* SP */
  .contact-inner .conbox01 table th ul.submit {
    width: 50%;
  }
}
@media (max-width: 499px) {
  /* SP */
  .contact-inner .conbox01 table th ul.submit {
    width: 100%;
    margin: 30px auto 0;
  }
}

/*!------------------------------------------------------------------
[Privacy Policy ]
*/

.privacyBlock iframe {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
  border-width: 0px;
  border-radius: 0.25rem;
  overflow: hidden;
}

.privacy-title-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background-color: #f5f5f5;
}

.privacy-inner-title {
  display: block;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
  text-align: center;
  margin: 0;
  padding: 0;
}
.privacy-inner-title span {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 0 0;
}
.privacy-inner-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 0 50px;
  margin: 0;
  background-color: #f5f5f5;
}

.privacy-inner {
  margin: 0;
  padding: 0;
  text-align: left;
}

.privacy-title-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 0 30px;
}
.privacy-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
  margin: 0;
  padding: 0 0 15px;
}
.privacy-title-right {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222;
  text-align: right;
  margin: 0;
  padding: 0;
}
.privacy-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222;
  margin: 0;
  padding: 0 0 40px;
}
.privacy-txt02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  margin: 0;
  padding: 0 0 20px;
}
.privacy-txt-last {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  margin: 0;
  padding: 0 0 50px;
}

dl.item-privacy-lines {
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}
dl.item-privacy-lines dt {
  float: left;
  width: 30px;
  font-size: 1.6rem;
  color: #222;
  text-align: left;
  line-height: 1.4;
  padding: 4px 0;
  margin: 0;
}
dl.item-privacy-lines dd {
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 4px 0;
}

@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .privacy-inner-section {
    padding: 0 25px 0 30px;
  }
  .privacy-title {
    font-size: 1.5rem;
    padding: 0 0 30px;
  }
  .privacy-subtitle {
    font-size: 1.6rem;
  }
  .privacy-txt {
    font-size: 1.5rem;
  }
}
