@charset "UTF-8";

:root {
  --color-p1: #d58139; /*基本の赤 #DC1715（旧）#d58139*/
  --color-p2: #0033cc; /*基本のブルー（マウスオーバー）*/
  --color-p3: #44b1ac;
}

html {
  scroll-behavior: smooth;
}
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: 500;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  body {
    padding-left: 0;
  }
  .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(../img/logo300.png);
}

a {
  color: #000;
  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: var(--color-p2);
  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: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

/*米印リスト*/
ul.kome {
  margin: 0;
  list-style-type: none;
  font-size: 100%;
}
ul.kome li {
  margin-left: -1em;
  text-indent: -1em;
  padding-left: 2em;
  line-height: 150%;
}
ul.kome li:before {
  content: "※";
}

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

/* ------------------------------------------------------------------
Nav
------------------------------------------------------------------- */

/*社名*/
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
#mainNav .navbar-brand {
  padding: 0rem 0;
}
#mainNav .navbar-brand img {
  display: block;
}

/*リンクボタン（文字）*/
#mainNav .nav-link {
  padding: 1rem 1rem;
  color: #000;
}
#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;
    font-size: 1.4rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1100px) {
  #mainNav .nav-link {
    padding: 1rem 1rem;
    font-size: 1.5rem;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.5rem;
  }
}

/*toggle button*/
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 0rem;
}
#mainNav .navbar-toggler i {
  font-size: 150%;
}

/*SPのみお問い合わせ*/
#mainNav .sp-contact {
  margin: 0 12px 0 auto;
}
#mainNav .sp-contact a {
  margin-left: auto;
  padding: 0.7rem 2rem;
  color: #fff;
  background: var(--color-p1);
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .sp-contact {
    display: none;
  }

  #mainNav {
    background-color: rgba(255, 255, 255, 0);
  }

  /*pc 社名 + nav 全体*/
  .navbar {
    height: 80px;
    padding: 0 20px;
  }
  .navbar-expand-lg > .container-100p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg {
    display: flex;
  }
  .navbar-expand-lg .navbar-collapse {
  }

  /*pc 社名 + nav inner*/
  .container {
    max-width: 100%;
  }

  /*nav li	a*/
  #mainNav .nav-link {
    position: relative;
    color: #000;
    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 var(--color-p1);
    -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: var(--color-p1);
  }
  #mainNav .nav-link:hover:before,
  #mainNav .nav-link:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
  }

  /*nav li	a お問い合わせ*/
  #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: var(--color-p1);
    transition: all 0.4s ease-out;
  }
  #mainNav .nav-link.gnav-contact::before {
    content: "";
    display: none;
  }
  #mainNav .nav-link.gnav-contact:hover {
    color: #fff;
    background: var(--color-p3);
  }

  /*スクロールしたら*/
  #mainNav.navbar-shrink {
    background: #000;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    display: block;
  }
  #mainNav.navbar-shrink .nav-link {
    position: relative;
    color: #f5f5f5;
    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 var(--color-p1);
    -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: var(--color-p1);
  }
  #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.gnav-contact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    color: #fff;
    background: var(--color-p1);
    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: var(--color-p2);
  }

  /*for PC nav-item_sub*/
  .nav-item_sub {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .nav-item {
    opacity: 1;
    transition: all 0.5s;
  }
  .nav-item:hover > .nav-item_sub {
    visibility: visible;
    opacity: 1;
  }
  .nav-item_sub {
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }

  .menu-child {
    position: fixed;
    top: 80px;
    display: block;
    padding: 0;
    background: rgba(255, 255, 255, 1);
  }
  .menu-child li {
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .menu-child a {
    display: block;
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .menu-child a:hover {
    background: #333;
    color: #fff;
  }
}

/*for PC サブメニュー位置*/
@media (min-width: 992px) {
  .menu-child {
    left: 50%;
    font-size: 13px;
  }
}
@media (min-width: 1100px) {
  .menu-child {
    left: 43%;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .menu-child {
    left: 37%;
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .menu-child {
    left: 40%;
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .menu-child {
    left: 43%;
  }
}
@media (min-width: 1400px) {
  .menu-child {
    left: 43%;
  }
}
@media (min-width: 1451px) {
  .menu-child {
    left: 44%;
  }
}
@media (min-width: 1600px) {
  .menu-child {
    left: 46%;
  }
}
@media (min-width: 1650px) {
  .menu-child {
    left: 48%;
  }
}
@media (min-width: 1700px) {
  .menu-child {
    left: 50%;
  }
}
@media (min-width: 1750px) {
  .menu-child {
    left: 51%;
  }
}
@media (min-width: 1800px) {
  .menu-child {
    left: 55%;
  }
}

/*文字サイズ*/
@media (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
  #mainNav .nav-link.sp-none {
    display: block;
  }
  #mainNav .nav-link {
    margin: 1rem 0.6rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 0.6rem;
  }
}
@media (min-width: 1200px) {
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1480px) {
  #mainNav .navbar-nav > li.nav-item > a {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0 30px;
  } /*ナビゲーション全体*/

  #mainNav .nav-link {
    margin: 1rem 1rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1rem;
  }

  /*nav-item_sub*/
  .menu-child {
  }
  .menu-child dt {
    font-size: 12px;
  }
}

@media (min-width: 1300px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 1.2rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1.2rem;
  }
}

@media (min-width: 1480px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 1.5rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 1.5rem;
  }
}

@media (min-width: 1680px) {
  .navbar {
    padding: 0 2%;
  }
  #mainNav .nav-link {
    margin: 1rem 2rem;
  }
  #mainNav.navbar-shrink .nav-link {
    margin: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .sp-sub-link {
    display: none;
  }
}

.logo-mark-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-mark-wrap {
  width: 70px;
  margin: 0;
  padding: 0 6px 0 0;
} /*画像があったらimgタグを括る*/

/*社名（テキスト*/
.company-name {
  margin: 0;
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #000;
}
#mainNav.navbar-shrink .company-name {
  color: #fff;
} /*スクロールしたら*/

.company-name p {
  width: 100px;
  margin-top: 15px;
}
.company-name .nrml {
}
.company-name .scrl {
  display: none;
}
#mainNav.navbar-shrink .company-name {
  color: #fff;
}
#mainNav.navbar-shrink .company-name .nrml {
  display: none;
}
#mainNav.navbar-shrink .company-name .scrl {
  display: inline-block;
}

@media (max-width: 1480px) {
  .company-name {
    font-size: 1.4vw;
  }
}

@media (max-width: 1100px) {
  /*SP用リンクボタン*/
  .sp-none {
    display: none;
  }
  .nav-item_sub {
    display: none;
  }
  .sp-sub-link ul {
    margin: 5px;
    font-size: 14px;
  }
  .sp-sub-link li {
    margin: 10px;
  }
}

@media (max-width: 1100px) {
  .company-name {
    font-size: 2rem;
  }
  #mainNav.navbar-shrink .company-name {
    color: #000;
  }
  #mainNav.navbar-shrink .company-name .nrml {
    display: inline-block;
  }
  #mainNav.navbar-shrink .company-name .scrl {
    display: none;
  }
}

.nav-contact-tel-wrap-sp {
  display: none;
}
.nav-contact-tel-wrap {
  display: block;
  margin: 12px 0 0 0;
  padding: 0;
  text-align: right;
}
a.nav-contact-tel {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  color: #000;
  margin: 0;
  padding: 0;
}
a.nav-contact-tel .fa-mobile-alt {
}
.nav-contact-uketuke {
  font-size: 12px;
}
.navbar-shrink a.nav-contact-tel,
.navbar-shrink .nav-contact-uketuke {
  color: #fff;
}

@media (max-width: 990px) {
  .nav-contact-tel-wrap {
    display: none;
  }
  .nav-contact-tel-wrap-sp {
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
  }
  .nav-contact-tel-wrap-sp a {
    color: #fff;
    font-size: 20px;
  }
  .nav-contact-uketuke-sp {
    font-size: 12px;
  }
}

/*------------------------------------------------------------------
 　.home-wrap 
------------------------------------------------------------------*/

.home-wrap {
  animation: pagefadein 3s forwards;
}
@keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------------------------------------
 　.kasou-wrap 
------------------------------------------------------------------*/

.kasou-wrap {
  animation: pagefadein 3s forwards;
}
@keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------------------------------------
 　HOME main
------------------------------------------------------------------*/
/*SP時の背景画像*/
.top-main-sp-photo {
  display: none;
}

/*動画がない時の背景画像*/
.movie-home-section {
  background-image: url(../img/home-bg-top001.jpg);
}

@media (max-width: 990px) {
  .movie-home-section {
    background: url(../img/home-bg-top001.jpg) right;
  }
}
@media (max-width: 749px) {
  .movie-home-section {
  }
  .top-main-sp-photo {
    display: block;
  }
}

.movie-home-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.movie-home-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .movie-home-section video {
  }
}

/*HOME first view text area base white*/
.hero-text-section {
  position: relative;
  width: 35%;
  height: 100%;
  margin: 0 60% 0 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.hero-section-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15%;
}

/*HOME first view text area*/
.hero-lead-wrap {
  display: block;
  width: 100%;
  height: auto;
}
/*HOME first view text english*/
.hero-lead-en {
  display: block;
  font-size: 2.7vw;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  color: #e98b2a;
  margin: 0 auto 5%;
  padding: 0;
}
.hero-lead-en span:nth-child(12),
.hero-lead-en span:nth-child(13),
.hero-lead-en span:nth-child(14),
.hero-lead-en span:nth-child(15),
.hero-lead-en span:nth-child(16),
.hero-lead-en span:nth-child(17),
.hero-lead-en span:nth-child(18),
.hero-lead-en span:nth-child(19),
.hero-lead-en span:nth-child(20) {
  font-size: 2.7vw;
}
.hero-lead-en span:nth-child(31),
.hero-lead-en span:nth-child(32),
.hero-lead-en span:nth-child(33),
.hero-lead-en span:nth-child(34),
.hero-lead-en span:nth-child(35),
.hero-lead-en span:nth-child(36),
.hero-lead-en span:nth-child(37),
.hero-lead-en span:nth-child(38) {
  font-size: 4.8vw;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.hero-lead-en span:nth-child(40),
.hero-lead-en span:nth-child(41),
.hero-lead-en span:nth-child(42),
.hero-lead-en span:nth-child(43),
.hero-lead-en span:nth-child(46),
.hero-lead-en span:nth-child(48),
.hero-lead-en span:nth-child(49),
.hero-lead-en span:nth-child(50) {
  font-size: 1.4vw;
  color: #000;
}
/*HOME first view text copy*/
.hero-copy {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 3%;
  padding: 0;
}
.hero-copy br {
  display: none;
}
.hero-copy span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #00b1bb 0%);
}
.hero-copy02 {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto;
  padding: 0;
}
.hero-copy02 span.hero-copy0201 {
  display: inline-block;
  font-size: 3.6vw;
  font-family: "Roboto", sans-serif;
  padding: 20px 0 0;
}
.hero-copy02 span.hero-copy0202 {
  display: inline-block;
  width: 250px;
  padding: 0;
}

dl.hero-lead01 {
  width: 86%;
  color: #fff;
  padding: 5px 10px;
  margin: 8px 0;
  background-color: #00b1bb;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
  box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
}
dl.hero-lead01 dt {
  float: left;
  width: 40px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1;
  padding: 0;
  margin: 0;
}
dl.hero-lead01 dd {
  margin-left: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: 1px;
  padding: 6px 0 0;
}

@media (max-width: 1680px) {
  .hero-copy02 span.hero-copy0202 {
    width: 200px;
    padding: 0;
  }
  dl.hero-lead01 dt {
    width: 35px;
    font-size: 2.4rem;
  }
  dl.hero-lead01 dd {
    margin-left: 35px;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 4px 0 0;
  }
}

@media (max-width: 1480px) {
  .hero-section-content {
    padding: 5% 0 0 15%;
  }
  .hero-copy02 span.hero-copy0202 {
    width: 150px;
    padding: 0;
  }
  dl.hero-lead01 {
    width: 95%;
    padding: 4px 6px;
  }
  dl.hero-lead01 dt {
    width: 30px;
    font-size: 2rem;
  }
  dl.hero-lead01 dd {
    margin-left: 30px;
    font-size: 1.6rem;
    padding: 2px 0 0;
  }
}

@media (max-width: 1300px) {
  .hero-lead-en br.w48 {
    display: inline;
  }
}
@media (max-width: 1200px) {
}

@media (max-width: 990px) {
  .hero-text-section {
    width: 50%;
    margin: 0;
  }
  .hero-lead-wrap {
    padding: 7% 5% 5% 8%;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0 20px 20px 0;
  }
  .hero-section-content {
    padding: 5% 0 0 0;
  }
  .hero-lead-en {
    font-size: 4vw;
  }
  .hero-lead-en span.hero-lead-en1 {
    font-size: 6.8vw;
  }
  .hero-lead-en span.hero-lead-en2 {
    font-size: 2.4vw;
  }
  .hero-lead-en span:nth-child(12),
  .hero-lead-en span:nth-child(13),
  .hero-lead-en span:nth-child(14),
  .hero-lead-en span:nth-child(15),
  .hero-lead-en span:nth-child(16),
  .hero-lead-en span:nth-child(17),
  .hero-lead-en span:nth-child(18),
  .hero-lead-en span:nth-child(19),
  .hero-lead-en span:nth-child(20) {
    font-size: 4vw;
  }
  .hero-lead-en span:nth-child(31),
  .hero-lead-en span:nth-child(32),
  .hero-lead-en span:nth-child(33),
  .hero-lead-en span:nth-child(34),
  .hero-lead-en span:nth-child(35),
  .hero-lead-en span:nth-child(36),
  .hero-lead-en span:nth-child(37),
  .hero-lead-en span:nth-child(38) {
    font-size: 6.8vw;
  }
  .hero-lead-en span:nth-child(40),
  .hero-lead-en span:nth-child(41),
  .hero-lead-en span:nth-child(42),
  .hero-lead-en span:nth-child(43),
  .hero-lead-en span:nth-child(46),
  .hero-lead-en span:nth-child(48),
  .hero-lead-en span:nth-child(49),
  .hero-lead-en span:nth-child(50) {
    font-size: 2.4vw;
  }
  .hero-copy {
    font-size: 2.4vw;
  }
  .hero-copy br {
    display: block;
  }
  .hero-copy02 {
    font-size: 3vw;
  }
  dl.hero-lead01 {
    width: 100%;
  }
  dl.hero-lead01 dt {
    width: 25px;
    font-size: 1.8rem;
  }
  dl.hero-lead01 dd {
    margin-left: 25px;
    font-size: 1.4rem;
  }
}

@media (max-width: 749px) {
  .hero-section-content {
    padding: 20% 0 0 0;
  }
  dl.hero-lead01 {
    display: none;
  }
}

@media (max-width: 499px) {
  .hero-text-section {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hero-lead-wrap {
    width: 100%;
    padding: 0 8% 0 8%;
    border-radius: 0 0px 0px 0;
    background-color: rgba(255, 255, 255, 0);
  }

  .hero-lead {
    font-size: 1.5rem;
  }
  .hero-lead br {
    display: none;
  }

  .hero-lead-en {
    font-size: 8.4vw;
    text-align: center;
    margin: 0 auto 3%;
  }
  .hero-lead-en span.hero-lead-en1 {
    font-size: 12vw;
  }
  .hero-lead-en span.hero-lead-en2 {
    font-size: 4.8vw;
  }
  .hero-lead-en span:nth-child(12),
  .hero-lead-en span:nth-child(13),
  .hero-lead-en span:nth-child(14),
  .hero-lead-en span:nth-child(15),
  .hero-lead-en span:nth-child(16),
  .hero-lead-en span:nth-child(17),
  .hero-lead-en span:nth-child(18),
  .hero-lead-en span:nth-child(19),
  .hero-lead-en span:nth-child(20) {
    font-size: 8.4vw;
  }
  .hero-lead-en span:nth-child(31),
  .hero-lead-en span:nth-child(32),
  .hero-lead-en span:nth-child(33),
  .hero-lead-en span:nth-child(34),
  .hero-lead-en span:nth-child(35),
  .hero-lead-en span:nth-child(36),
  .hero-lead-en span:nth-child(37),
  .hero-lead-en span:nth-child(38) {
    font-size: 12vw;
  }
  .hero-lead-en span:nth-child(40),
  .hero-lead-en span:nth-child(41),
  .hero-lead-en span:nth-child(42),
  .hero-lead-en span:nth-child(43),
  .hero-lead-en span:nth-child(46),
  .hero-lead-en span:nth-child(48),
  .hero-lead-en span:nth-child(49),
  .hero-lead-en span:nth-child(50) {
    font-size: 4.8vw;
  }
  .hero-copy {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 auto;
  }
  .hero-copy02 {
    font-size: 7.2vw;
    text-align: center;
  }
  .hero-copy02 span.hero-copy0201 {
    font-size: 12vw;
  }
  .hero-copy02 span.hero-copy0202 {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  dl.hero-lead01 {
    display: block;
  }
  dl.hero-lead01 dt {
    width: 30px;
    font-size: 2rem;
    padding: 4px 0 0;
  }
  dl.hero-lead01 dd {
    margin-left: 30px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

/*------------------------------------------------------------------
　HOME セクションタイトル
------------------------------------------------------------------*/

.home-secinfo-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4% 10%;
  background: #f0e19e;
  overflow: hidden;
}
.home-secinfo-title {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
}
.home-secinfo-subtitle {
  display: block;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #c90926;
  margin: 0 0 30px;
  padding: 0;
}
.home-secinfo-subtitle br {
  display: none;
}
.home-secinfo-subtext {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
}
.home-secinfo-tel a {
  display: block;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
}
.home-secinfo-subtext02 {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}

@media (max-width: 990px) {
  .home-secinfo-area {
    padding: 6% 10%;
  }
  .home-secinfo-title {
    font-size: 3vw;
  }
  .home-secinfo-subtitle {
    font-size: 4.8vw;
  }
  .home-secinfo-subtext {
    font-size: 2.4vw;
    text-align: left;
  }
  .home-secinfo-subtext br {
    display: none;
  }
  .home-secinfo-tel a {
    font-size: 6vw;
  }
  .home-secinfo-subtext02 {
    font-size: 2.4vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-secinfo-area {
    padding: 10% 10%;
  }
  .home-secinfo-title {
    font-size: 6vw;
  }
  .home-secinfo-subtitle {
    font-size: 8.4vw;
  }
  .home-secinfo-subtitle br {
    display: block;
  }
  .home-secinfo-subtext {
    font-size: 1.7rem;
  }
  .home-secinfo-subtext br {
    display: none;
  }
  .home-secinfo-tel a {
    font-size: 9.6vw;
  }
  .home-secinfo-subtext02 {
    font-size: 1.7rem;
  }
}

section.home-sectitle-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4% 10%;
  background: #f2914a;
  overflow: hidden;
}
.home-sectitle-title {
  display: block;
  font-size: 3.6vw;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}
.home-sectitle-title span {
  display: block;
  font-size: 1.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 20px 0 0;
}

@media (max-width: 1480px) {
  .home-sectitle-title span {
    padding: 10px 0 0;
  }
}
@media (max-width: 990px) {
  .home-sectitle-title {
    font-size: 6vw;
  }
  .home-sectitle-title span {
    font-size: 2.4vw;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  section.home-sectitle-area {
    padding: 5%;
  }
  .home-sectitle-title {
    font-size: 8.4vw;
  }
  .home-sectitle-title span {
    font-size: 1.7rem;
    padding: 6px 0 0;
  }
}

/*------------------------------------------------------------------
　HOME 注目ポイント
------------------------------------------------------------------*/

section.home-points-contents-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

.home-points-contents-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10% 0 5%;
}
.home-points-contents-wrap02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 10%;
}
.home-points-contents-wrapper-reverse {
  flex-direction: row-reverse;
}
.home-points-subtitle {
  position: relative;
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 4%;
  padding: 5%;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
  box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
}
.home-points-subtitle span.marker {
  display: inline-block;
  padding: 0 10px 10px;
  background: linear-gradient(transparent 50%, #00b1bb 0%);
}

.home-points-subtitle p.points-number {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 100px;
  height: 100px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 12px;
  border-radius: 50%;
  background-color: #00b1bb;
  z-index: 99;
}
.home-points-subtitle p.points-number span {
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 85%;
  text-align: center;
  color: #fff;
}
.home-points-subtitle p.points-number::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: -10px;
  border: 11px solid transparent;
  border-left: 18px solid #00b1bb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-points-subtext {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 5%;
  border: solid 1px #f0f0f0;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
  box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
}

@media (max-width: 1480px) {
  .home-points-subtitle p.points-number {
    width: 90px;
    height: 90px;
    font-size: 1.8rem;
    padding-top: 10px;
  }
  .home-points-subtitle p.points-number span {
    font-size: 4rem;
  }
  .home-points-subtext {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media (max-width: 1300px) {
  .home-points-subtitle {
    padding: 4%;
  }
  .home-points-subtext {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 4%;
  }
}
@media (max-width: 1200px) {
  .home-points-contents-wrap {
    padding: 5% 5% 0 0%;
  }
  .home-points-contents-wrap02 {
    padding: 5% 0% 0 5%;
  }
  .home-points-subtitle {
    margin: 0 0 2%;
  }
  .home-points-subtext {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media (max-width: 990px) {
  .home-points-contents-wrap {
    padding: 8% 5%;
  }
  .home-points-contents-wrap02 {
    padding: 8% 5%;
  }
  .home-points-subtitle {
    font-size: 4vw;
    margin: 0 0 4%;
  }
  .home-points-subtext {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .home-points-subtitle p.points-number {
    top: -90px;
  }
  .home-points-subtitle {
    font-size: 6vw;
    margin: 0 0 4%;
  }
  .home-points-subtitle span.marker {
    background: none;
  }
  .home-points-subtext {
    font-size: 1.8rem;
    padding: 8%;
  }
}

/*------------------------------------------------------------------
　HOME コストパフォーマンス
------------------------------------------------------------------*/

section.home-performance-contents-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5% 10%;
  background-color: #fff;
  overflow: hidden;
}

.home-performance-subtitle {
  position: relative;
  display: block;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 3%;
  padding: 0;
}

#table-equipment {
  width: 100%;
  margin: 0 0 30px;
}
#table-equipment tr:nth-child(1) {
  background-color: #f5f5f5;
}
#table-equipment tr:nth-child(2) {
  background-color: #d8f1f2;
}
#table-equipment tr:nth-child(3) {
  background-color: #f5f5f5;
}
#table-equipment tr:nth-child(4) {
  background-color: #d8f1f2;
}
#table-equipment th,
#table-equipment td {
  width: 25%;
  font-size: 1.2vw;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 10px;
  border: 10px solid #fff;
  border-radius: 20px;
  border-collapse: collapse;
}
#table-equipment th {
  font-weight: 600;
  line-height: 1.4;
}
#table-equipment th.one {
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
  background-color: #00b1bb;
}
#table-equipment td.one {
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
  background-color: #00b1bb;
}
#table-equipment td.en {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1200px) {
  section.home-performance-contents-area {
    padding: 5% 5%;
  }
}

@media (max-width: 990px) {
  .home-performance-subtitle {
    font-size: 3vw;
  }
  #table-equipment th,
  #table-equipment td {
    width: auto;
    font-size: 1.8rem;
  }
  #table-equipment th.one {
    font-size: 2.4rem;
  }
  #table-equipment td.one {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 499px) {
  #table-equipment {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table-equipment .fixed {
    position: sticky;
    left: 0;
  }
  #table-equipment .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (max-width: 499px) {
  .home-performance-subtitle {
    font-size: 6vw;
  }
  #table-equipment th,
  #table-equipment td {
    width: auto;
    font-size: 1.6rem;
  }
  #table-equipment th.fixed {
    width: auto;
    background-color: #fff;
  }
}

/*------------------------------------------------------------------
　HOME お客様の実例
------------------------------------------------------------------*/

section.home-case-contents-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5% 10% 5% 10%;
  background-color: #fff;
  overflow: hidden;
}
section.home-case-contents-area02 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10% 8% 10%;
  background-color: #fff;
  overflow: hidden;
}

.home-case-subtitle {
  position: relative;
  display: block;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 4%;
  padding: 0;
}
.home-case-after-subtitle {
  position: relative;
  display: block;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0 0 4%;
  padding: 2%;
}
.home-case-after-subtitle br {
  display: none;
}

.home-case-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2% 3% 2%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
  box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
}
.casebox {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e2e2e2 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e2e2e2 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.home-case-photowrap01 {
  position: relative;
  display: block;
  margin: 0 0 4%;
  padding: 4%;
}
.home-case-photowrap01 img {
  display: block;
  border-radius: 16px;
}

.home-case-photowrap01 p.before-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  background-color: #f2914a;
  z-index: 99;
}
.home-case-photowrap01 p.before-number::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: -10px;
  border: 11px solid transparent;
  border-left: 18px solid #f2914a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-case-photowrap02 {
  position: relative;
  display: block;
  margin: 0;
  padding: 4%;
}
.home-case-photowrap02 img {
  display: block;
  border-radius: 16px;
}

.home-case-photowrap02 p.before-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  background-color: #f2914a;
  z-index: 99;
}
.home-case-photowrap02 p.before-number::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: -10px;
  border: 11px solid transparent;
  border-left: 18px solid #f2914a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-case-textarea {
  position: relative;
  display: block;
  width: 96%;
  height: 100%;
  margin: 2% 0 0 4%;
  padding: 0;
}

.home-case-spectitle {
  display: block;
  width: 100%;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 20px;
  background-color: #00b1bb;
  border-radius: 10px;
}
.home-case-specarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4% 3%;
}
.home-case-specwrap {
  display: block;
  width: 97%;
  margin: 0 1.5%;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.home-case-spectext {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 10px;
}

.home-case-speclead {
  display: block;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #00b1bb;
  margin: 8% 0 12%;
  padding: 0;
}
.home-case-speclead br.br {
  display: none;
}

.home-case-spec-conwrap {
  position: relative;
  display: block;
  width: 96%;
  margin: 0 2% 10%;
  padding: 30px 15px 15px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.home-case-spec-contitle {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -60px;
  display: block;
  width: 120px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 6px;
  background-color: #00b1bb;
  border-radius: 8px;
}
.home-case-spec-context01 {
  display: block;
  font-size: 2vw;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 6% 0 0;
}
.home-case-spec-contexti {
  display: block;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 5% 0 0;
}
.home-case-spec-context02 {
  display: block;
  font-size: 3vw;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}
.home-case-spec-context02 span {
  font-size: 1.5vw;
}
.home-case-spec-context03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #f2914a;
  margin: 2% 0 0;
  padding: 2% 0 2.5%;
  background-color: #d8f1f2;
  border-radius: 10px;
}
.home-case-spec-context03 span.jp1 {
  display: inline-block;
  font-size: 1.2vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #157687;
  padding: 0 10px 0 0;
}
.home-case-spec-context03 span.unit {
  display: inline-block;
  font-size: 2vw;
  padding: 0;
}
.home-case-spec-context03 span.jp2 {
  display: inline-block;
  font-size: 1.2vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #157687;
  padding: 0 0 0 10px;
}
.home-case-spec-context03 span.unit02 {
  display: inline-block;
  font-size: 4vw;
  padding: 0;
}

.home-case-voicetitle {
  display: block;
  font-size: 2.4vw;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 5% 0 2%;
  padding: 0;
}
.home-case-voicetitle span {
  display: block;
  font-size: 1.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0 0;
}
.home-case-voicephoto {
  position: relative;
  display: block;
  margin: 0;
  padding: 4%;
  background-color: #00b1bb;
  border-radius: 50%;
}
.home-case-voicelead01 {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 16% 0 0 8%;
}
.home-case-voicelead02 {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 16% 0 0 8%;
}
.home-case-voicelead02 br.br {
  display: none;
}
.home-case-voicetext {
  position: relative;
  display: block;
  margin: 0;
  padding: 4%;
}

@media (max-width: 1480px) {
  .home-case-speclead {
    margin: 6% 0 10%;
  }
  .home-case-spec-contitle {
    top: -10px;
    margin-left: -60px;
    width: 120px;
    font-size: 1.6rem;
  }
  .home-case-spec-context03 span.jp1 {
    font-size: 1.1vw;
  }
  .home-case-spec-context03 span.jp2 {
    font-size: 1.1vw;
  }
}

@media (max-width: 1200px) {
  section.home-case-contents-area {
    padding: 5% 5% 5% 5%;
  }
  section.home-case-contents-area02 {
    padding: 0 5% 8% 5%;
  }
  .home-case-wrapper {
    padding: 2% 2% 2%;
    border-radius: 14px;
  }
  .home-case-specwrap {
    padding: 10px;
  }
  .home-case-spectitle {
    font-size: 1.8vw;
    padding: 10px;
  }
  .home-case-spectext {
    font-size: 1.4vw;
  }
  .home-case-voicelead01 {
    font-size: 2.2vw;
    padding: 16% 0 0 8%;
  }
  .home-case-voicelead02 {
    font-size: 1.6vw;
    padding: 16% 0 0 8%;
  }
}
@media (max-width: 990px) {
  .home-case-subtitle {
    font-size: 3vw;
  }
  .home-case-textarea {
    width: 96%;
    margin: 2% 2% 0 2%;
  }
  .home-case-spectitle {
    font-size: 3vw;
    border-radius: 6px;
  }
  .home-case-specarea {
    padding: 4% 0;
  }
  .home-case-specwrap {
    width: 100%;
    margin: 0;
  }
  .home-case-spectext {
    font-size: 1.8rem;
  }
  .home-case-speclead {
    font-size: 3.6vw;
  }
  .home-case-spec-context01 {
    font-size: 2.4rem;
  }
  .home-case-spec-contexti {
    font-size: 3rem;
    padding: 0 0 0;
  }
  .home-case-spec-context02 {
    font-size: 3.6rem;
  }
  .home-case-spec-context02 span {
    font-size: 2.4rem;
  }
  .home-case-spec-context03 span.jp1 {
    font-size: 1.6rem;
  }
  .home-case-spec-context03 span.jp2 {
    font-size: 1.6rem;
  }
  .home-case-spec-context03 {
    font-size: 5.4rem;
  }
  .home-case-spec-context03 span.unit {
    font-size: 3.6rem;
  }
  .home-case-spec-context03 span.unit02 {
    font-size: 5.4rem;
  }

  .home-case-voicetitle {
    font-size: 3.6rem;
  }
  .home-case-voicetitle span {
    font-size: 1.8rem;
  }
  .home-case-after-subtitle {
    font-size: 1.8rem;
  }
  .home-case-voicelead01 {
    font-size: 2.4vw;
  }
  .home-case-voicelead02 {
    font-size: 2.4vw;
    padding: 12% 0 0 8%;
  }
  .home-case-voicelead02 br.br {
    display: block;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  section.home-case-contents-area02 {
    padding: 5% 5% 8% 5%;
  }
  .home-case-subtitle {
    font-size: 5.4vw;
    margin: 0 0 6%;
  }
  .home-case-spectitle {
    font-size: 6vw;
  }
  .home-case-spectext {
    padding: 10px 0;
  }
  .home-case-speclead {
    font-size: 5.4vw;
  }
  .home-case-speclead br.br {
    display: block;
  }
  .home-case-spec-conwrap {
    width: 100%;
    margin: 0 0 10%;
  }
  .home-case-spec-context03 {
    font-size: 4.8rem;
  }
  .home-case-spec-context03 span.unit {
    font-size: 3rem;
  }
  .home-case-spec-context03 span.jp1 {
    padding: 0 10px 0 0;
  }
  .home-case-spec-context03 span.jp2 {
    padding: 0 0 0 10px;
  }
  .home-case-spec-context03 span.unit02 {
    font-size: 4.8rem;
  }
  .home-case-after-subtitle {
    font-size: 2rem;
    line-height: 1.4;
  }
  .home-case-after-subtitle br {
    display: block;
  }
  .home-case-voicelead01 {
    font-size: 1.8rem;
    padding: 5% 3% 3% 3%;
    text-align: left;
  }
  .home-case-voicelead01 br {
    display: none;
  }
  .home-case-voicelead02 {
    font-size: 1.8rem;
    padding: 5% 3% 3% 3%;
    text-align: left;
  }
  .home-case-voicelead02 br {
    display: none;
  }
}

/*------------------------------------------------------------------
　HOME 特典
------------------------------------------------------------------*/
.top-tokuten {
  border-top: 1px solid #ccc;
  text-align: center;
}
.top-tokuten img {
  max-width: 680px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.top-tokuten img.img_sp {
  display: none;
}
@media (max-width: 499px) {
  .top-tokuten img.img_pc {
    display: none;
  }
  .top-tokuten img.img_sp {
    display: block;
    max-width: 400px;
    width: 100%;
  }
}

/*------------------------------------------------------------------
　HOME 会新型コロナウイルス感染症対策
------------------------------------------------------------------*/

section.taisaku-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5% 0;
  background: var(--color-p3);
}
.taisaku-section-content {
  width: 86%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.taisaku-title {
  display: block;
  margin: 0 0 2%;
  padding: 0;
  font-size: 1.9vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
.taisaku-subtext {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #444;
  text-align: center;
}
.taisaku-title br {
  display: none;
}
ul.taisaku-list {
  display: inline-block;
  list-style-type: disc;
  margin: 0 auto;
  text-align: left;
}
ul.taisaku-list li {
  margin-left: 1em;
  line-height: 2em;
}

@media (max-width: 1480px) {
  .taisaku--subtext {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .taisaku-subtitle {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 990px) {
  .taisaku-section-content {
    width: 94%;
  }
  .taisaku-title {
    font-size: 3rem;
  }
  .taisaku-title br {
    display: inline;
  }
}
@media (max-width: 749px) {
  .taisaku-subtitle {
    font-size: 3vw;
    letter-spacing: 0;
  }
}
@media (max-width: 499px) {
  section.taisaku-section {
    padding: 70px 0 40px;
  }
  .taisaku-title {
    margin: 0 0 40px;
    font-size: 2rem;
  }
  .taisaku-subtext {
    width: 86%;
    padding: 0 0 30px;
    font-size: 1.6rem;
  }
  ul.taisaku-list li {
    margin-bottom: 0.5em;
    line-height: 1.6em;
  }
}

/*--------------------------------------------------------------------------------------
　HOME ＋ONEはこんなことにお悩みの方にピッタリのパーソナルトレーニングジムです。
--------------------------------------------------------------------------------------*/

section.home-sectitle-area-ja {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4% 10%;
  background: #f2914a;
  overflow: hidden;
}
.home-sectitle-title-ja {
  display: block;
  font-size: 2.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
.home-sectitle-title-ja br.br {
  display: none;
}

section.tunagu-section {
  width: 100%;
  height: auto;
  margin: 4% 0 8%;
  padding: 0;
  background-color: #fff;
}

.tunagu-section-content {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*タイトル*/
.tunagu-title {
  display: block;
  margin: 0 0 5%;
  padding: 0;
  font-size: 2.5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
.tunagu-title .br {
  display: none;
}
/*アイコン*/
.tunagu-title-img {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 6em;
  text-align: center;
}

/*アイコン下のタイトル*/
.tunagu-subtitle {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 6px;
  color: #000;
  text-align: center;
}
.tunagu-subtitle span {
  color: #009cd1;
} /*使ってない*/

/*text*/
.tunagu-subtext {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
}

.top-tunagu-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-tunagu-icon-area .worry-wrap {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  text-align: center;
  margin: 2% 1%;
  padding: 0 1% 2%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
  box-shadow: 0 4px 20px rgb(40 44 57 / 15%);
}

.top-tunagu-bottom-catch {
  display: block;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  margin-bottom: 4%;
  padding-top: 4%;
}
.top-tunagu-bottom-catch .br {
  display: none;
}

.top-to-contactus {
  text-align: center;
}
.top-to-contactus a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 10px 30px;
  background: var(--color-p1);
  border: 4px solid var(--color-p1);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.top-to-contactus a:hover {
  background: #fff;
  color: var(--color-p1);
}

@media (max-width: 1480px) {
  .tunagu-subtitle {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .tunagu-subtext {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .tunagu-subtitle {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .top-tunagu-bottom-catch {
    font-size: 1.6rem;
  }
  .top-tunagu-icon-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-tunagu-icon-area div:nth-child(1),
  .top-tunagu-icon-area div:nth-child(2),
  .top-tunagu-icon-area div:nth-child(3) {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
  .top-tunagu-icon-area div:nth-child(4),
  .top-tunagu-icon-area div:nth-child(5) {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
  .top-to-contactus a {
    width: 70%;
    padding: 10px 10px;
  }
}
@media (max-width: 990px) {
  .tunagu-section-content {
    width: 94%;
  }
  .tunagu-title {
    font-size: 3rem;
  }
  .tunagu-title .br {
    display: inline;
  }

  .home-sectitle-title-ja {
    font-size: 3vw;
  }
  .top-tunagu-icon-area div:nth-child(1),
  .top-tunagu-icon-area div:nth-child(2),
  .top-tunagu-icon-area div:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .top-tunagu-icon-area div:nth-child(4),
  .top-tunagu-icon-area div:nth-child(5) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .top-tunagu-icon-area .worry-wrap {
    padding: 0 1% 5%;
  }
  .tunagu-subtext {
    font-size: 2rem;
  }
  .tunagu-subtext br {
    display: none;
  }
  .top-tunagu-bottom-catch {
    font-size: 2.4vw;
  }
  .top-to-contactus a {
    width: 80%;
  }
}
@media (max-width: 749px) {
  .taisaku-subtext {
    width: 90%;
  }
  ul.taisaku-list li {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .tunagu-subtitle {
    font-size: 2.4vw;
    letter-spacing: 0;
  }
  .top-tunagu-bottom-catch {
    font-size: 3vw;
  }
  .top-to-contactus a {
    width: 90%;
    padding: 15px 10px;
    font-size: 3.6vw;
  }
}
@media (max-width: 499px) {
  section.tunagu-section {
    margin: 30px 0 40px;
  }
  .tunagu-title {
    margin: 0 0 40px;
    font-size: 2rem;
  }
  .tunagu-subtext {
    width: 100%;
    padding: 0 0 30px;
  }
  .tunagu-subtext br {
    display: block;
  }
  .top-tunagu-icon-area div:nth-child(1),
  .top-tunagu-icon-area div:nth-child(2),
  .top-tunagu-icon-area div:nth-child(3),
  .top-tunagu-icon-area div:nth-child(4),
  .top-tunagu-icon-area div:nth-child(5) {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .top-tunagu-bottom-catch .br {
    display: inline;
  }

  .home-sectitle-title-ja {
    font-size: 2rem;
  }
  .home-sectitle-title-ja br {
    display: none;
  }

  .top-tunagu-bottom-catch {
    font-size: 4.4vw;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 6%;
  }
  ul.taisaku-list li {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .top-to-contactus a {
    font-size: 6vw;
    line-height: 1.3;
  }
}

/*------------------------------------------------------------------
	　HOME　Our Service
------------------------------------------------------------------*/

section.about-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 15%;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 255) 100%);
}
.about-bg-wrap {
  position: absolute;
  bottom: -10%;
  left: 0%;
  width: 75%;
  height: 33%;
  background: #f5f5f5;
}
.about-slide-wrap {
  border-radius: 0 0px 0px 0;
  overflow: hidden;
}

/**/
.home-img-wrap {
  position: relative;
  text-align: center;
  margin: 0px;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
}
.home-img-wrap a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.home-img-wrap a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/*Our Service<span>事業内容*/
.about-copy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-lead-wrap {
  padding: 0 10% 0 15%;
}
.about-title {
  display: block;
  margin: 0 0 10%;
  padding: 0;
  font-size: 3vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: left;
}
.about-title span {
  display: block;
  padding: 20px 0 0 5px;
  color: #000;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-lead {
  display: block;
  margin: 0 0 8%;
  padding: 0;
  color: #000;
  font-size: 1.8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 4px;
}
.about-lead span {
  color: #009cd1;
}
.about-text {
  display: block;
  width: 90%;
  margin: 0 0 8%;
  padding: 0;
  color: #444;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
}

@media (max-width: 1480px) {
  .about-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .about-lead {
    letter-spacing: 2px;
  }
}
@media (max-width: 990px) {
  .about-slide-wrap {
    width: 100%;
  }
  .about-lead-wrap {
    padding: 6% 10% 0;
  }
  .about-title {
    margin: 0 0 5%;
    font-size: 3.6rem;
    text-align: center;
  }
  .about-title span {
    padding: 10px 0 0 5px;
    font-size: 1.5rem;
  }
  .about-lead {
    margin: 0 0 5%;
    font-size: 3rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .about-text {
    width: 100%;
    margin: 0 0 5%;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .about-bg-wrap {
    display: none;
  }
}
@media (max-width: 749px) {
  .about-lead {
    margin: 0 0 5%;
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 499px) {
  section.about-section {
    margin: 0 0 70px;
  }
  .about-slide-wrap {
    width: 100%;
    border-radius: 0 0px 0px 0;
  }
  .about-lead-wrap {
    padding: 50px 8% 10px;
  }
  .about-title {
    margin: 0 0 40px;
    font-size: 3rem;
    text-align: center;
  }
  .about-lead {
    margin: 0 0 30px;
    font-size: 6vw;
    letter-spacing: 0;
    text-align: center;
  }
  .about-text {
    margin: 0 0 40px;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------------
	　VIEW MORE VIEW LIST button
------------------------------------------------------------------*/

/*左揃え*/
.linkbutton-left {
  position: relative;
  display: block;
  width: 160px;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  background: transparent;
  border: solid 2px #000;
  text-align: left;
  line-height: 40px;
}
.linkbutton-left::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: var(--color-p3);
  -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-left: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-left .text {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-left:hover {
  border: solid 2px var(--color-p3);
}
.linkbutton-left:hover .text {
  color: #fff;
}
.linkbutton-left .arrow {
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-left:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}
@media (max-width: 990px) {
  .linkbutton-left {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------
　2　column の時の　VIEW MOREのWRAP
------------------------------------------------------------------*/
.linkbutton-round-wrapper {
  display: block;
  width: 100%;
  height: 70px;
  margin: 5rem 0 0;
  padding: 0;
  text-align: left;
}
a.linkbutton-round-wrap {
  display: flex;
  align-items: center;
  width: 180px;
  height: 70px;
  margin: 0;
  padding: 0;
  color: #000;
  text-align: left;
}
a.linkbutton-round-wrap-center {
  display: flex;
  align-items: center;
  width: 180px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  color: #000;
  text-align: left;
}

@media (max-width: 1200px) {
  .linkbutton-round-wrapper {
    margin: 2rem 0 0;
  }
}
@media (max-width: 990px) {
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  a.linkbutton-round-wrap {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------
　HOME Topics 新着情報
------------------------------------------------------------------*/

/*title*/
.works-title-left {
  display: block;
  margin: 0 0 4%;
  padding: 0;
  color: #000;
  font-size: 3vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.works-title-left span {
  display: block;
  padding: 20px 0 0 5px;
  color: #000;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 990px) {
  .works-title-left {
    margin: 0 0 8%;
    font-size: 3.6rem;
    text-align: center;
  }
  .works-title-left span {
    padding: 10px 0 0 0;
    font-size: 1.5rem;
  }
}

section.home-topics-area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5% 0 0;
  padding: 0;
}
.home-topics-inner-area {
  margin: 0 auto;
  padding: 6% 10%;
  background-color: #f0f0f0;
}

.home-topics-contents-wrap {
  width: 90%;
  height: 70%;
  margin: 0 auto 5%;
  padding: 0 3% 5%;
}
.home-topics-date {
  align-self: center;
}
.home-topics-date span.year {
  display: block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 5px;
  padding: 0 0 0 5px;
}
.home-topics-date span.day {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
}
.home-topics-category {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  align-self: center;
  padding: 5px 10px;
  margin: 6% 0 0;
  background: var(--color-p3);
  border: solid 1px var(--color-p3);
}

h3.home-topics-title a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #000;
  -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;
}
h3.home-topics-title a:hover {
  color: var(--color-p1);
}

.home-topics-viewlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.home-topics-viewlist p {
  display: inline;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .home-topics-date span.year {
    padding: 0 0 0 2px;
  }
  h3.home-topics-title a {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 990px) {
  .home-topics-contents-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto 5%;
    padding: 0 0 5%;
  }
  .home-topics-date span.year {
    display: inline-block;
    padding: 0 0 0 0;
  }
  .home-topics-date span.day {
    display: inline-block;
  }
  .home-topics-category {
    display: inline-block;
    margin: 0% 0 0;
  }
  h3.home-topics-title a {
    padding: 15px 0 0 0;
  }
}

@media (max-width: 499px) {
  h3.home-topics-title a {
    font-size: 1.6rem;
  }
}

@media (max-width: 990px) {
  section.home-topics-area {
    width: 100%;
    margin: 0 0 8% 0;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .home-news-title {
    margin: 0 0 30px;
    font-size: 3rem;
  }
  .home-news-title span {
    padding: 10px 0 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 499px) {
  section.home-topics-area {
    margin: 0 0 12% 0;
    padding: 10% 5%;
  }
  .home-topics-inner-area {
    padding: 10% 8% 10% 8%;
  }
  .home-news-title {
    margin: 0 0 20px;
  }
  .home-topics-slide-wrap {
    margin-bottom: 30px;
  }
  .swiper-slide-title {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------------
　【共通】Contact Usお問い合わせ
------------------------------------------------------------------*/
section.contact-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 8% 0;
  background-color: rgba(255, 255, 255, 1);
}
.contact-titles {
  display: block;
  font-size: 3vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin: 0 0 2%;
  padding: 0;
}
.contact-titles span {
  display: block;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 20px 0 0 0;
}

.contact-section-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5% 5% 5% 5%;
  background-color: #f5f5f5;
  border-radius: 0;
}
.contact-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-leads {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
}
.contact-lead {
  display: block;
  font-size: 1.2vw;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  margin: 0 0 3%;
  padding: 0;
}
.contact-lead br {
  display: none;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  color: #999;
  font-size: 12px;
}
.sns i {
  font-size: 29px;
}
.sns a:hover {
  color: var(--color-p1);
}

.contact-tel-wrap {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
a.contact-tel {
  display: block;
  font-size: 3.6vw;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  padding: 0;
}
.contact-tel-uke {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  padding: 10px 0 0;
}

@media (max-width: 1680px) {
}
@media (max-width: 1480px) {
  .contact-lead {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .contact-lead br {
    display: block;
  }
  .contact-tel-uke {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .contact-lead br {
    display: block;
  }
  a.contact-tel {
    font-size: 3.6vw;
  }
  .contact-tel-uke {
    font-size: 1.3rem;
  }
  .contact-leads {
    font-size: 2.6rem;
  }
}
@media (max-width: 990px) {
  section.contact-section {
    width: 100%;
    margin: 0;
    padding: 8% 0;
  }
  .contact-titles {
    font-size: 3.6rem;
    margin: 0 0 3%;
  }
  .contact-titles span {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 10px 0 0 0;
  }
  .contact-lead {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 0 4%;
  }
  .contact-section-content {
    padding: 8% 5%;
    border-radius: 0;
  }
  .contact-tel-wrap {
    margin: 0 0 3%;
  }
  a.contact-tel {
    font-size: 6rem;
  }
}
@media (max-width: 749px) {
  .contact-leads {
    font-size: 2rem;
  }
  .contact-lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  section.contact-section {
    padding: 0 0 12%;
  }
  .contact-section-content {
    padding: 12% 10%;
  }
  .contact-titles {
    font-size: 3rem;
    margin: 0 0 30px;
  }
  .contact-leads {
    font-size: 4.3vw;
  }
  .contact-lead {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 30px;
    padding: 0 8%;
  }
  .contact-lead br {
    display: none;
  }
  a.contact-tel {
    font-size: 9.6vw;
    letter-spacing: 0;
  }
  .contact-tel-uke {
    font-size: 1.5rem;
  }
}

/* メールでのお問い合わせ*/
.footer-right-btn {
  display: block;
  margin: 4% auto 0;
  padding: 0;
}
.linkbutton-footer {
  display: block;
  position: relative;
  width: 80%;
  height: 50px;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent;
  line-height: 45px;
  border: solid 2px var(--color-p3);
  background: var(--color-p3);
}
.linkbutton-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: var(--color-p1);
  -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.6rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer:hover {
  border: solid 2px var(--color-p1);
}
.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;
}

.linkbutton-footer-line {
  display: block;
  position: relative;
  width: 80%;
  height: 50px;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent;
  line-height: 45px;
  border: solid 2px #06c152;
  background: #06c152;
}
.linkbutton-footer-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #d58139;
  -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-line: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-line .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.linkbutton-footer-line:hover {
  border: solid 2px #d58139;
}
.linkbutton-footer-line:hover .text {
  color: #fff;
}
.linkbutton-footer-line .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-line:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 25px;
}

@media (max-width: 1200px) {
  .linkbutton-footer {
    padding: 0 10px;
  }
  .linkbutton-footer .text {
    font-size: 1.2rem;
  }
  .linkbutton-footer-line {
    padding: 0 10px;
  }
  .linkbutton-footer-line .text {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  .linkbutton-footer {
    padding: 0 20px;
  }
  .linkbutton-footer .text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .linkbutton-footer-line {
    padding: 0 20px;
  }
  .linkbutton-footer-line .text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .contact-leads {
    font-size: 3.6vw;
    text-align: center;
  }
  .contact-leads-s {
    text-align: center;
  }
  .sns {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 499px) {
  .contact-leads {
    font-size: 7.2vw;
    text-align: center;
    margin-bottom: 4%;
  }
  .contact-leads-s {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 5%;
  }
  .contact-leads-s br {
    display: none;
  }
}

/*------------------------------------------------------------------
	　【共通】footer
-----------------------------------------------------------------*/
section.footer-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}

.footer-section-content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 5%;
}

.footer-infoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-logo-wrapper {
  -ms-flex-preferred-size: 510px;
  flex-basis: 510px;
}

.footer-menu-area {
  -ms-flex-preferred-size: calc(100% - 510px);
  flex-basis: calc(100% - 510px);
}

.footer-logo-wrapper {
  margin: 0;
  padding: 0;
}
.footer-logo-wrap {
  display: block;
  width: 100%;
  font-size: 2.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #000;
  text-align: left;
  padding: 0 0 20px;
  margin: 0 auto;
}

.footer-address {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  padding: 0 0 20px;
  margin: 0;
}
.footer-address br {
  display: none;
}
.footer-address span.footer-gmap {
  display: block;
  margin: 0;
  padding: 5px 0 0;
}
.footer-address span.footer-gmap a {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}
.footer-address span.footer-gmap a i {
  font-size: 1.8rem;
}
.footer-address span.footer-gmap a:hover {
  color: var(--color-p1);
}

.footer-tel-wrapper {
  padding: 0;
}
.footer-tel-wrap01 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
a.footer-tel {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 5px 0;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: left;
  margin: 10px auto;
  padding: 0;
}

.footer-menu li.menu-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-menu li a {
  display: block;
  width: 100%;
  font-size: 0.9vw;
  font-weight: 600;
  color: #000;
  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;
}
.footer-menu li a:hover {
  color: var(--color-p1);
}

.footer-pri {
  text-align: left;
  margin: 0;
  padding-top: 20px;
}
.footer-pri a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0;
}
.footer-pri a i {
  font-size: 1.8rem;
}
.footer-pri a:hover {
  color: var(--color-p1);
}

.copyright {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 5% 0 10px;
}

@media (max-width: 1680px) {
  .footer-section-content {
  }
  .footer-logo-wrapper {
    padding: 0 2% 0 0;
  }
}
@media (max-width: 1480px) {
  .footer-menu li.menu-list {
    margin: 0;
  }
  .footer-address {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  a.footer-tel {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 5px 0;
  }
}

@media (max-width: 1380px) {
}
@media (max-width: 1300px) {
  a.footer-tel {
    font-size: 1.5rem;
  }
  .footer-address {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 0 0 5px;
  }
}

@media (max-width: 1200px) {
  .footer-infoarea {
    display: block;
  }
  .footer-address br {
    display: block;
  }
  .footer-address {
    font-size: 1.2rem;
  }
  a.footer-tel {
    font-size: 1.2rem;
  }
  .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu li.menu-list {
    width: 33%;
    margin: 0;
  }
  .footer-menu li a {
    font-size: 1.6rem;
  }
}

@media (max-width: 990px) {
  .footer-logo-wrapper {
    padding: 0;
  }
  .footer-address br {
    display: none;
  }
  .footer-menu {
    padding: 0 0 50px;
  }
  .footer-menu li.menu-list {
    width: 50%;
    padding: 10px 0;
  }
  .footer-menu li a {
    font-size: 1.6rem;
  }
  .footer-logo-wrap {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto;
  }
  .footer-address {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .footer-address span.footer-gmap {
    text-align: center;
  }
  .row.no-margin.footer-tel-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
  }
  a.footer-tel {
    font-size: 1.6rem;
    text-align: center;
  }
  .footer-pri {
    text-align: center;
    margin: 0 0 40px;
  }
  .copyright {
    font-size: 1.4rem;
    text-align: center;
    padding: 30px 0 20px;
  }
}

@media (max-width: 749px) {
  .footer-logo-wrap {
    padding-bottom: 20px;
    line-height: 1.6em;
  }
  .footer-logo-wrap span {
    display: block;
  }
  .footer-address br {
    display: inline;
  }
}

@media (max-width: 499px) {
  .footer-menu li.menu-list {
    width: 49%;
    padding: 10px 0%;
    text-align: center;
  }
  .footer-menu li a {
    font-size: 1.5rem;
  }

  .footer-logo-wrap {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.4;
    padding: 0 0 10px;
    margin: 0 auto;
  }
  .footer-logo-wrap span {
    font-size: 12vw;
  }
  .footer-address {
    width: 100%;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .footer-address span.footer-gmap a {
    font-size: 1.4rem;
  }
  .row.no-margin.footer-tel-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-tel-wrap01 {
    display: block;
    width: 100%;
  }
  .footer-tel-wrap02 {
    display: block;
    width: 100%;
  }
  a.footer-tel {
    width: 100%;
    font-size: 2.4rem;
  }
  .copyright {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 0 50px;
  }
}
@media (max-width: 359px) {
}

/*------------------------------------------------------------------
	　【共通】Scroll UP
-----------------------------------------------------------------*/
.scroll-up {
  position: fixed;
  display: none;
  bottom: 100px;
  right: 0;
  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: #000;
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
}

@media (max-width: 1480px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 749px) {
  .scroll-up {
    bottom: 140px;
    right: 0;
  }
  .scroll-up a {
    height: 40px;
    width: 42px;
    line-height: 40px;
    font-size: 16px;
  }
  .scroll-up a::after {
    top: 1.3em;
    right: 0.5em;
  }
}

/*------------------------------------------------------------------
【下層ページ共通】 PRIVACY POLICY / CONTACT US / TOPICS ヘッダ
------------------------------------------------------------------*/

#second-hero {
  position: fixed;
  width: 100%;
  height: 80vh;
  background-color: #fff;
  padding: 0;
  z-index: -1;
  border: 1px solid #000;
}
.second-copy-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding: 0;
}
.second-copy-wrap {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.second-copy-title {
  display: block;
  font-size: 3.6vw;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #f5f5f5;
  text-shadow: 3px 3px 5px #000;
  margin: 0;
  padding: 0 0 8%;
}
.second-copy-title span {
  display: block;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding: 1.5% 0 0;
}
.second-copy-title span.subtitle {
  display: block;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding: 20px 0 0;
}
.second-copy-lead {
  display: block;
  font-size: 1vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #f5f5f5;
  text-shadow: 2px 2px 3px #000;
  margin: 0;
  padding: 0;
}
.second-copy-section-s {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  padding: 0;
  background-color: #f5f5f5;
}
.second-copy-wrap-s {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 2% 0 0;
}
.second-copy-title-s {
  display: block;
  font-size: 3vw;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.second-copy-title-s span.subtitle-s {
  display: block;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 20px 0 0 0;
}
.ip-main-inner {
  background-color: #fff;
}
@media (max-width: 1480px) {
  .second-copy-lead {
    font-size: 1.2vw;
    letter-spacing: 1px;
  }
}
@media (max-width: 1200px) {
  #second-hero {
    height: 100vh;
  }
  .second-copy-section {
    height: 100vh;
  }
  .second-diagonal-content {
    left: -20%;
    width: 45%;
  }
  .second-copy-title {
    font-size: 6vw;
    padding: 0 0 8%;
  }
  .second-copy-title span {
    font-size: 2.4vw;
    letter-spacing: 2px;
    padding: 3% 0 0;
  }
  .second-copy-lead {
    font-size: 1.8vw;
    letter-spacing: 1px;
  }
  .second-copy-title span.subtitle {
    font-size: 2.4vw;
  }
  .second-copy-title-s {
    font-size: 3rem;
  }
  .second-copy-title-s span.subtitle-s {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 10px 0 0;
  }
}
@media (max-width: 990px) {
  .second-diagonal-content {
    left: -20%;
    width: 60%;
  }
  .second-copy-section-s {
    height: 30vh;
  }
}

@media (max-width: 749px) {
  .second-copy-section-s {
    height: 100vh;
  }
}

@media (max-width: 499px) {
  .second-diagonal-content {
    left: -27.5%;
    width: 70%;
  }
  .second-copy-wrap {
    left: 10%;
  }
  .second-copy-title {
    font-size: 4.8rem;
    padding: 0 0 10%;
  }
  .second-copy-title span {
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 3% 0 0;
  }
  .second-copy-title span.subtitle {
    font-size: 2rem;
  }
  .second-copy-lead {
    width: 94%;
    font-size: 1.8rem;
  }
  .second-copy-lead br {
    display: none;
  }
  .second-copy-section-s {
    height: 30vh;
  }
  .second-copy-title-s {
    padding-top: 50px;
  }
}

.second-copy-title-category {
  display: block;
  font-size: 25px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0;
}
.second-copy-title-category-caterogy-name {
  display: block;
  margin-top: 20px;
  font-size: 40px;
}

@media (max-width: 499px) {
  .second-copy-title-category {
    padding: 70px 0 0;
  }
}

/*------------------------------------------------------------------
	コンセプト
------------------------------------------------------------------*/
.concept-top-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/*left text area*/
.concept-hero-lead-wrapper {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
/*text wrap*/
.concept-hero-lead-wrap {
  width: 100%;
  margin: 0;
  padding: 0 10%;
}
.concept-hero-title {
  display: block;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 0;
  padding: 0;
}
.concept-hero-title span {
  display: block;
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
  color: var(--color-p1);
}
.concept-hero-title-catch {
  display: block;
  font-size: 1.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto 15px;
  padding: 0;
}
.concept-hero-title-catch br {
  dislaay: none;
}
.concept-hero-text {
  padding: 0;
}

/*右側スクロール画像*/
.concept-slide-wrap {
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
}

/*right photo*/
.concept-hero-bg-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../img/concept_main.png);
  border-radius: 0;
  overflow: hidden;
}

@media (max-width: 990px) {
  .concept-hero-lead-wrapper {
    background: url(../img/concept_main.png) center;
  }
  .concept-hero-title {
    font-size: 30px;
    color: #fff;
  }
  .concept-hero-title span {
    font-size: 20px;
    color: #ccc;
  }
  .concept-hero-title-catch {
    font-size: 16px;
    color: #fff;
  }
  .concept-hero-title-catch br {
    dislaay: inline;
  }
  .concept-hero-text {
    padding: 0;
    color: #ccc;
  }
}

/*--　説明の1ブロック目　--*/
section.concept-section01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}

/*left image*/
.concept-img-wrap01 {
  position: relative;
  margin: 5px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}
.concept-img-wrap01 a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.concept-img-wrap01 a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*--　説明の2ブロック目 --*/
section.concept-section02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}
.lixil-wrap {
  flex-direction: row-reverse;
} /*右に写真*/
/*image*/
.concept-img-wrap02 {
  position: relative;
  margin: 5px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
}
.concept-img-wrap02 a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.concept-img-wrap02 a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*logo + text + link button*/
.concept-lead-wrap {
  width: 80%;
  margin: 0 10%;
  padding: 5%;
  background: var(--color-p3);
}

@media (max-width: 990px) {
  .concept-lead-wrap {
    width: 100%;
    margin: 0;
  }
}

.concept-title {
  display: block;
  text-align: left;
  margin: 0 0 5%;
  padding: 0;
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
}
.concept-lead {
  display: block;
  font-size: 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #fff;
  margin: 0 0 4%;
  padding: 0;
}
.concept-lead span {
  color: #fff;
}
.concept-lead-wrap p {
  color: #fff;
}
.concept-lead-wrap ul li {
  color: #fff;
}
.concept-text {
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 1480px) {
  .concept-title {
    margin: 0 0 5%;
  }
  .concept-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .concept-lead-wrap p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .concept-lead-wrap ul li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .concept-lead-wrap {
    padding: 5% 10%;
  }
}
@media (max-width: 990px) {
  .concept-title {
    margin: 0 auto 3%;
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
  }
  .concept-img-wrap01 {
    margin: 0 0 0 0;
  }
  .concept-img-wrap02 {
    margin: 0 0 0 0;
  }
  .concept-lead {
    margin: 0 0 4%;
    font-size: 3rem;
    letter-spacing: 2px;
  }

  .concept-lead-wrap {
    padding: 5% 8%;
  }
  .concept-lead-wrap p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .concept-lead-wrap ul {
    margin-left: 10%;
  }
  .concept-lead-wrap ul li {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 10px;
  }
}
@media (max-width: 749px) {
  .concept-lead {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .concept-lead-wrap ul {
    margin-left: 7%;
  }
}
@media (max-width: 499px) {
  .concept-lead-wrap {
    padding: 40px 10%;
  }
  .concept-img-wrap01 {
    margin: 0 0 0 0;
    border-radius: 0;
  }
  .concept-img-wrap02 {
    margin: 0 0 0 0;
    border-radius: 0;
  }
  .concept-title {
    margin: 0 auto 20px;
  }
  .concept-lead {
    font-size: 2rem;
    text-align: center;
  }
  .concept-text {
    font-size: 1.6rem;
  }
  .concept-lead-wrap ul {
    margin-left: 2%;
  }
  .concept-lead-wrap ul li {
    line-height: 1.4;
    padding-bottom: 15px;
  }
}

.concept-bottom-catch {
  padding: 20px;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  text-align: center;
}
.concept-bottom-catch br {
  display: none;
}
.concept-bottom-catch p {
  margin: 0 auto;
}
.concept-bottom-catch p span.zeroone {
  display: block;
  margin-bottom: 0.3em;
  font-size: 35px;
}
@media (max-width: 990px) {
  .concept-bottom-catch br {
    display: inline;
  }
}
@media (max-width: 499px) {
  .concept-bottom-catch {
    font-size: 5.2vw;
  }
  .concept-bottom-catch p span.zeroone {
    font-size: 6.2vw;
  }
}

section.concept-second-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.concept-second-wrapper {
  padding: 5% 10%;
}
.concept-second-title {
  display: block;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 5%;
  padding: 0;
  text-align: center;
}
.concept-second-title span {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 10px 0 0 5px;
}
.company-second-subtitle {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

/*--　特長の1ブロック目　--*/
section.concept-section02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}

/*left image*/
.concept-img-wrap03 {
  position: relative;
  margin: 5px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}
.concept-img-wrap03 a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.concept-img-wrap03 a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*--　特長の2ブロック目 --*/
section.concept-section04 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}
.lixil-wrap {
  flex-direction: row-reverse;
} /*右に写真*/
/*image*/
.concept-img-wrap04 {
  position: relative;
  margin: 5px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
}
.concept-img-wrap04 a img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  overflow: hidden;
}
.concept-img-wrap04 a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 990px) {
  .concept-second-wrapper {
    padding: 10%;
  }
  .concept-second-title {
    font-size: 30px;
  }
}

/*------------------------------------------------------------------
	施設紹介
------------------------------------------------------------------*/
.works-top-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/*left text area*/
.works-hero-lead-wrapper {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
/*text wrap*/
.works-hero-lead-wrap {
  width: 100%;
  margin: 0;
  padding: 0 10%;
}
.works-hero-title {
  display: block;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #000;
  margin: 0;
  padding: 0;
}
.works-hero-title span {
  display: block;
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
  color: var(--color-p1);
  letter-spacing: 1px;
}
.works-hero-title-catch {
  display: block;
  font-size: 1.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto 15px;
  padding: 0;
}
.works-hero-title-catch br {
  dislaay: none;
}
.works-hero-text {
  padding: 0;
}

/*右側スクロール画像*/
.works-slide-wrap {
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
}

.facility-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.facility-gallery p {
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  margin: 0;
  line-height: 0;
}
.facility-gallery img {
  width: 100%;
  height: auto;
  line-height: 0;
}

@media (max-width: 990px) {
  .works-hero-title {
    font-size: 30px;
    color: #fff;
  }
  .works-hero-title span {
    font-size: 20px;
    color: var(--color-p1);
  }
  .works-hero-title-catch {
    font-size: 16px;
    color: #fff;
  }
  .works-hero-title-catch br {
    dislaay: inline;
  }
  .works-hero-text {
    padding: 0;
    color: #ccc;
  }
  .works-top-section {
    background: url(../img/works_top_sp_main.png) no-repeat center;
    background-size: cover;
  }
  .works-slide-wrap {
    display: none;
  }

  .facility-gallery p {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

/*トレーナー紹介*/
section.works-second-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.works-second-wrapper {
  padding: 5% 10%;
}
.works-second-title {
  display: block;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 5%;
  padding: 0;
  text-align: center;
}
.works-second-title br {
  display: none;
}
.works-second-title span {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 10px 0 0 5px;
}

.works-second-lead {
  margin-bottom: 70px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.works-second-lead p {
  letter-spacing: 0;
}

.works-second-subtitle {
  text-align: center;
}
.works-second-subtitle span {
  display: block;
  margin-bottom: 40px;
  padding: 15px 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0;
  background: var(--color-p3);
  color: #fff;
  text-align: center;
}

.staff-photo {
  margin: 0 30% 50px 30%;
}

.works-second-contents {
  padding: 0 10%;
}
.works-second-contents p {
  margin-bottom: 1.5em;
}

.sign {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
}
.sign span {
  display: block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 4px 0 0;
}

@media (max-width: 1200px) {
  .works-second-subtitle span {
    font-size: 2.4rem;
  }
}
@media (max-width: 990px) {
  .works-second-wrapper {
    padding: 10% 8%;
  }
  .works-second-title,
  .works-third-title {
    font-size: 30px;
  }

  .works-second-subtitle span {
    font-size: 1.8rem;
    padding: 15px 5%;
  }
  .staff-photo {
    margin: 0 0 50px 0;
  }
  .works-second-contents {
    padding: 0;
  }
  .works-second-lead {
    margin-bottom: 40px;
  }
  .works-second-lead p {
    text-align: left;
  }
  .works-second-lead p br {
    display: none;
  }
}
@media (max-width: 499px) {
  .works-second-wrapper {
    padding: 10% 9%;
  }
  .works-second-title br {
    display: block;
  }
  .works-second-title {
    line-height: 1.3;
  }
  .works-second-contents p {
    font-size: 1.8rem;
  }
  .works-second-lead p {
    font-size: 1.8rem;
  }
}

/*アクセス*/
section.works-third-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}
.works-third-wrapper {
  padding: 5% 10%;
}
.works-third-title {
  display: block;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 5%;
  padding: 0;
  text-align: center;
}
.works-third-title span {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 10px 0 0 5px;
}

.gmap-textwrap {
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 1px;
}
.gmap-textwrap br.br {
  display: none;
}
.gmap-textwrap a.address-gm {
  display: block;
  font-size: 1.4rem;
}

.gmap-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap-wrap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  text-align: center;
  background: var(--color-p3);
}

.works-access-info .gaikan {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.works-access-info .gaikan img {
  width: 100%;
  height: auto;
}
.works-access-info .train {
  margin: 0 auto;
  padding: 20px 50px;
}
.works-access-info .train p {
  text-align: left;
}

.works-attention {
  text-align: center;
}
.works-attention ul {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 990px) {
  .works-third-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 768px) {
  .works-access-info {
    display: block;
  }
}

@media (max-width: 499px) {
  .works-third-wrapper {
    padding: 10% 9%;
  }
  .gmap-textwrap br.br {
    display: block;
  }
  .works-access-info .train {
    padding: 20px 10px;
  }
  .works-access-info .train p {
    text-align: center;
  }
}

/*------------------------------------------------------------------
	料金/ご入会の流れ
------------------------------------------------------------------*/
.flow-top-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/*left text area*/
.flow-hero-lead-wrapper {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
/*text wrap*/
.flow-hero-lead-wrap {
  width: 100%;
  margin: 0;
  padding: 0 10%;
}
.flow-hero-title {
  display: block;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 0;
  padding: 0;
}
.flow-hero-title span {
  display: block;
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
  color: var(--color-p1);
}
.flow-hero-title-catch {
  display: block;
  font-size: 1.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto 15px;
  padding: 0;
}
.flow-hero-title-catch a {
}
.flow-hero-title-catch br {
  dislaay: none;
}
.flow-hero-text {
  padding: 0;
}

.flow-page-link {
  margin: 20px 0 0 1em;
}
.flow-page-link li {
  margin-bottom: 5px;
}
.flow-page-link li a {
  position: relative;
  display: inline-block;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
}

.flow-page-link li a::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #000;
  -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;
}
.flow-page-link li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*右側スクロール画像*/
.flow-slide-wrap {
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
}

/*right photo*/
.flow-hero-bg-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../img/flow_main.png);
  border-radius: 0;
  overflow: hidden;
}
.flow-hero-bg-section::before {
  display: none;
}

@media (max-width: 990px) {
  .flow-hero-lead-wrapper {
    background: url(../img/flow_main_sp.png) center;
  }
  .flow-hero-title {
    font-size: 30px;
    color: #fff;
  }
  .flow-hero-title span {
    font-size: 20px;
    color: #ccc;
  }
  .flow-hero-title-catch {
    font-size: 16px;
    color: #fff;
  }
  .flow-hero-title-catch br {
    dislaay: inline;
  }
  .flow-hero-text {
    padding: 0 0 0 10px;
    color: #ccc;
  }
  .flow-page-link li a {
    color: #ccc;
  }

  .flow-page-link li a::after {
    border-top: 2px solid #ccc;
  }
}

/*位置調整*/
.flow-contents-area {
  padding-top: 80px;
}
.flow-contents-area-contents {
  margin-top: -80px;
  padding-top: 80px;
}

section.flow-second-section,
section.flow-third-section,
section.flow-forth-section,
section.flow-fifth-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5% 10%;
}
section.flow-second-section,
section.flow-forth-section {
  background: #f5f5f5;
}

.flow-second-wrapper,
.flow-third-wrapper,
.flow-forth-wrapper,
.flow-fifth-wrapper {
}
.flow-second-title,
.flow-third-title,
.flow-forth-title,
.flow-fifth-title {
  display: block;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 5%;
  padding: 0;
  text-align: center;
}
.flow-second-title span,
.flow-third-title span,
.flow-forth-title span,
.flow-fifth-title span {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p1);
  padding: 10px 0 0 5px;
}
.flow-third-title br {
  display: none;
}

/*料金とコース*/
.flow-second-subtitle {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
}
.flow-second-subtitle:before {
  background: #333;
  content: "";
  display: block;
  transform: rotate(120deg);
  position: absolute;
  bottom: -30px;
  right: -100px;
  width: 300px;
  height: 200px;
}

.flow-second-ctitle {
  margin-bottom: 20px;
  padding: 8px 8px 8px 10px;
  border-left: 7px solid #000;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.flow-second-ctitle strong {
  color: var(--color-p1);
}

.flow-second-ticket-area,
.flow-second-ticket-area2 {
  margin-bottom: 50px;
}

.flow-second-ticket-area {
}
.flow-second-ticket-block {
  margin-bottom: 30px;
  padding: 20px;
  background: #ebebeb;
}

.flow-second-ticket-title {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.flow-second-ticket-list {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
.flow-second-ticket-sublist {
  margin: 0 0 0 0px;
}

.flow-second-ticket-title02 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.flow-second-ticket-text02 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.flow-second-ticket-sublistimg {
  margin: 0 30% 0 0;
}
.flow-second-ticket-img {
  padding: 20px 20px 20px 0;
}
.flow-second-ticket-img img {
  border-radius: 16px;
}

.flow-third-area {
  margin-bottom: 50px;
}

.flow-forth-area {
  margin-bottom: 50px;
  text-align: center;
}

.flow-third-block {
  margin: 0 0% 60px 0%;
}
.flow-third-block h3 {
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
}
.flow-third-block h3 span {
  margin-right: 10px;
  padding: 0;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-p3);
}
.flow-third-block h3 span span {
  margin-left: 5px;
  font-size: 40px;
  padding: 0px;
}
.next {
  display: block;
  width: 0;
  height: 0;
  margin: 10px 10px 10px 5%;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-p3);
}
.flow-third-block p {
  padding: 0 5px;
}

.flow-forth-contactus {
  margin-top: 50px;
  padding: 20px;
  border: 3px solid var(--color-p1);
  text-align: center;
}
.flow-forth-contactus span {
  display: block;
}
.flow-forth-contactus span:first-child {
  margin-bottom: 0.5em;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.flow-forth-contactus strong {
  font-size: 20px;
  background: linear-gradient(transparent 50%, #f6b37a 0%);
}

@media (max-width: 1200px) {
  .flow-second-ticket-sublistimg {
    margin: 0 0% 0 0;
  }
}
@media (max-width: 990px) {
  section.flow-second-section,
  section.flow-third-section,
  section.flow-forth-section,
  section.flow-fifth-section {
    padding: 5% 8%;
  }
  .flow-second-wrapper,
  .flow-third-wrapper,
  .flow-forth-wrapper,
  .flow-fifth-wrapper {
    padding: 5% 0;
  }
  .flow-third-block h3 > span {
    display: block;
  }

  .flow-second-subtitle:before {
    background: none;
    content: "";
    display: block;
    transform: rotate(0);
  }

  .flow-second-title,
  .flow-third-title,
  .flow-forth-title,
  .flow-fifth-title {
    font-size: 30px;
  }

  .flow-fifth-title small {
    display: block;
  }
  .flow-third-title br {
    display: inline;
  }
  .flow-third-block {
    margin: 0 2% 40px 2%;
  }
}

/*よくあるご質問（Q&A）*/
.flow-fifth-contents dl {
  margin-bottom: 50px;
}
.flow-fifth-contents dl:last-child {
  margin-bottom: 0;
}

.flow-fifth-contents dt {
  padding: 6px 15px;
  background: var(--color-p3);
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
}
.flow-fifth-contents dd {
  padding: 20px 15px;
}

@media (max-width: 1200px) {
  .flow-fifth-contents dt {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .flow-fifth-contents dd br.br {
    display: none;
  }
}
@media (max-width: 990px) {
  .flow-fifth-contents dt {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 10px 15px;
  }
}
@media (max-width: 749px) {
}
@media (max-width: 499px) {
  .flow-second-title,
  .flow-third-title,
  .flow-forth-title,
  .flow-fifth-title {
    font-size: 26px;
  }
  .flow-second-ticket-img {
    padding: 20px 0 0 0;
  }
  .flow-fifth-contents dt {
    font-size: 20px;
  }
  .flow-fifth-contents dd {
    font-size: 18px;
  }
}

/*--------------- 
TOPICS / BLOG
トピックス・スタッフブログ
topics.html
---------------*/

/*contents area wrap*/
.second-topics-list-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 5% 10% 10%;
  margin: 0;
  background-color: #fff;
}

@media (max-width: 1480px) {
  .second-topics-list-section {
    padding: 5% 10% 10%;
  }
}
@media (max-width: 1200px) {
  .second-topics-list-section {
    padding: 8% 5%;
  }
}
@media (max-width: 499px) {
  .second-topics-list-section {
    padding: 10% 5%;
  }
}

/*pagination */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  padding: 40px 0 10px;
}
.page-item.active .page-link {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #065fff;
  border-color: #065fff;
}
.page-link {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  color: #000;
  margin: 4px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-size: 100% 90%;
  border: 1px solid #000;
  border-radius: 4px;
}
.page-link:hover {
  z-index: 2;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/*listpage bottom category button*/
.linkbutton-topics-wrapper {
  display: block;
  text-align: center;
  margin: 40px 0;
  padding: 0;
}
.linkbutton-topics-wrapper a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #121212;
  text-align: center;
  padding: 3rem 0;
  background-color: #fff;
  border: solid 2px #121212;
  text-decoration: none;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linkbutton-topics-wrapper a:hover {
  color: #fff;
  background-color: #000;
  border: solid 2px #000;
}

@media (max-width: 1200px) {
  .second-h1title-wrapper {
    padding: 4rem 0 3rem;
  }
  .second-topics-section {
    padding: 40px 0 20px;
  }
  .second-topics-section02 {
    padding: 40px 0 20px;
  }
}
@media (max-width: 749px) {
  .linkbutton-topics-wrapper a {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 2rem 0;
  }
}
@media (max-width: 499px) {
  .second-topics-section {
    padding: 20px 0 40px;
  }
  .second-topics-section02 {
    padding: 20px 0 40px;
  }
  .linkbutton-topics-wrapper {
    margin: 10px 0 0;
  }
}

/*singlepage wrap*/
.topics-item-wrap {
  padding: 0 0 80px;
}
.topics-item-imgwrap {
  width: 100%;
  padding: 0 0 30px;
}
.topics-item-date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0 0 25px 20px;
}
.topics-item-cate ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  list-style: none;
}
.topics-item-cate ul li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #000;
  border: solid 2px #000;
}
.topics-item-title {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #121212;
  margin: 0 0 50px;
  padding: 0 0 40px 20px;
  border-bottom: solid 2px #121212;
}
.topics-item-txt {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  padding: 0 20px;
}
.topics-item-txt img {
  width: auto;
  max-width: auto;
  height: auto;
}

.btn.btn-t {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  color: #121212;
  padding: 2rem 2rem;
  border: solid 2px #121212;
}
.btn.btn-t:hover,
.btn.btn-t:focus {
  background: #43a4c7;
  color: #fff;
  border: solid 2px #43a4c7;
}

.topics-acv-pagenation a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  color: #121212;
  padding: 2rem 2rem;
  border: solid 2px #121212;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}
.topics-acv-pagenation a:hover,
.topics-acv-pagenation a:focus {
  background: #43a4c7;
  color: #fff;
  border: solid 2px #43a4c7;
}

@media (max-width: 1480px) {
  .topics-item-title {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 40px;
    padding: 0 0 40px 20px;
  }
  .topics-item-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .topics-item-wrap {
    padding: 0 0 40px;
  }
  .topics-item-date {
    letter-spacing: 0;
    padding: 0 0 10px 0;
  }
  .topics-item-cate ul {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .topics-item-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 0 20px 0;
  }
  .topics-item-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding: 0 0;
  }
  .topics-btnwrap {
    margin-bottom: 20px;
  }
  .btn-wrap-newsf {
    margin-bottom: 15px;
  }
  .btn.btn-t {
    letter-spacing: 1px;
    padding: 1rem 2rem;
    border-radius: 6px;
  }
}

/* ------------------------------------------------------------------
contact.html
------------------------------------------------------------------- */

/*当社へのお問い合わせは、お電話または以下のフォームからお願いします。*/
p.contacts-txt-title {
  display: block;
  width: 100%;
  color: #121212;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 0 50px;
  margin: 0;
  text-align: center;
}
p.contacts-txt-title br {
  display: none;
}

p.contacts-txt-titles {
  display: block;
  width: 100%;
  color: #121212;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
}

.item-contacts-l {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #000;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
.item-contacts-l a {
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}
.item-contacts-l-teltime {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
}

@media (max-width: 1480px) {
  p.contacts-txt-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 990px) {
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 0 0 50px;
  }
}

@media (max-width: 749px) {
  p.contacts-txt-titles br {
    display: none;
  }
}

@media (max-width: 499px) {
  p.contacts-txt-titles {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 0 0 40px;
    text-align: left;
  }

  .item-contacts-l a {
    font-size: 3.6rem;
  }
  .item-contacts-l {
    font-size: 3.6rem;
    padding: 0 0 10px;
    text-align: center;
  }
  .item-contacts-l i {
    font-size: 3.6rem;
  }
  .item-contacts-l-teltime {
    font-size: 1.3rem;
    padding: 0 0 30px;
  }

  p.contacts-txt-title {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 30px 0;
    text-align: left;
  }
  p.contacts-txt-title br {
    display: none;
  }

  p.contacts-txt-titles {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 0 0 20px;
    text-align: left;
  }
  p.contacts-txt-titles br {
    display: none;
  }
  p.contacts-txt-titles span {
    display: block;
    padding: 10px 0 5px;
    font-weight: 600;
  }
}

@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;
  }
}

/*section-contact*/
.contact-inner {
  width: 90%;
  font-size: 1.8rem;
  color: #121212;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  padding: 100px 0 0;
}

/*------------------------------------------------------------------
　Privacy Policy 
------------------------------------------------------------------*/

/*block*/
.privacy-inner {
  margin: 0;
  padding: 0;
  text-align: left;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #121212;
  margin: 0;
  padding: 50px 0 50px;
}
.privacy-subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #121212;
  margin: 0;
  padding: 0 0 20px;
}
.privacy-title-right {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #121212;
  text-align: right;
  margin: 0;
  padding: 0;
}
.privacy-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #121212;
  margin: 0;
  padding: 0 0 50px;
}
.privacy-txt02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #121212;
  margin: 0;
  padding: 0 0 20px;
}
.privacy-txt-last {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #121212;
  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: #000;
  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;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 4px 0;
}

@media (max-width: 1480px) {
  .privacy-title {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 40px 0 40px;
  }
  .privacy-subtitle {
    font-size: 1.8rem;
  }
  .privacy-txt {
    font-size: 1.6rem;
  }
}

@media (max-width: 1300px) {
  .privacy-inner {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .privacy-title {
    padding: 60px 0 40px;
  }
}

@media (max-width: 990px) {
  .privacy-hero-bg {
    background-size: cover;
    background-image: url(../../img/privacy-top-bgsp.jpg);
  }
  .privacy-title {
    padding: 40px 0 40px;
  }
  .privacy-subtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 749px) {
  .privacy-title01-main {
    width: 260px;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 10px 0;
  }
}

@media (max-width: 499px) {
  .contact-01-wrap {
    width: 84%;
  }
  .privacy-title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .privacy-subtitle {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .privacy-txt {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

/*----------------------------------
	WordPress 投稿部分の基本のCSS
------------------------------------*/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.gallery-caption,
.wp-caption-text {
  font-size: 80%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 0 0;
}
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}
img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

/*アーカイブページ　ページネーション*/
.navigation.pagination {
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.page-numbers {
  width: 30px;
  margin: 0 5px;
  padding: 0;
  border: 2px solid #000;
  line-height: 30px;
  text-align: center;
}
.next.page-numbers,
.prev.page-numbers {
  display: none;
}
.current.page-numbers {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

/*シングルページコンテンツ部分*/
.topics-item-txt {
}
.topics-item-txt h1,
.topics-item-txt h2,
.topics-item-txt h3,
.topics-item-txt h4,
.topics-item-txt h5,
.topics-item-txt h6 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
}

.topics-item-txt h1 {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 10px;
  border-left: 5px solid #666;
}
.topics-item-txt h2 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 10px;
  border-left: 5px solid #666;
}
.topics-item-txt h3 {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 8px;
  border-bottom: 1px solid #666;
}
.topics-item-txt h4 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #000;
}
.topics-item-txt h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.topics-item-txt h6 {
  font-size: 1.8rem;
  ont-weight: 600;
  color: #000;
}

.topics-item-txt blockquote {
  margin: 20px 5%;
  padding: 2%;
  background: #efefef;
}

.topics-item-txt table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.topics-item-txt table th,
.topics-item-txt table td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.topics-item-txt table th {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 749px) {
  .topics-item-txt table {
    display: block;
    border: none;
  }
  .topics-item-txt table th,
  .topics-item-txt table td {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
  }
  .topics-item-txt table th {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .topics-item-txt table tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.topics-item-txt ul {
  margin: 0 2% 2% 2%;
}

.topics-item-txt ol {
  margin: 0 2% 2% 2%;
  padding: 0 20px;
}
.topics-item-txt ol > ol {
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　footer 固定 INFORMATIO
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.container-fluid {
  margin-bottom: 100px;
}

#footer-information {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.6);
  background: #fff;
  z-index: 20000;
}

.footer-information-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 0;
}
.footer-information-wrap-01 {
  flex-basis: 50%;
}
.footer-information-wrap-02 {
  flex-basis: 50%;
}

.footer-information-wrap-01 {
  display: flex;
  align-items: center;
}
.footer-information-wrap-01 .logo {
  flex-basis: 15%;
  margin: 0 2% 0 0;
}
.footer-information-wrap-01 .catch {
  flex-basis: 83%;
  margin: 0;
}

.footer-information-wrap-01 .catch {
  font-size: 1.7rem;
  text-align: left;
  letter-spacing: 0;
}

.footer-information-wrap-02 {
  display: flex;
}
.footer-information-wrap-02 .mail,
.footer-information-wrap-02 .tel,
.footer-information-wrap-02 .line {
  flex-basis: 30%;
  margin: 0;
}
.footer-information-wrap-02 .mail {
  margin-right: 3%;
}
.footer-information-wrap-02 .tel {
  margin-right: 3%;
}

.footer-information-wrap-02 .mail,
.footer-information-wrap-02 .tel,
.footer-information-wrap-02 .line,
.footer-information-wrap-02 .mail a,
.footer-information-wrap-02 .tel a,
.footer-information-wrap-02 .line a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-information-wrap-02 .mail a,
.footer-information-wrap-02 .tel a,
.footer-information-wrap-02 .line a {
  width: 100%;
  padding: 15px 0;
  background: var(--color-p3);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-information-wrap-02 .mail a {
  background: var(--color-p1);
  -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;
}
.footer-information-wrap-02 .tel a {
  background: var(--color-p3);
  -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;
}
.footer-information-wrap-02 .line a {
  background: #06c152;
  -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;
}

.footer-information-wrap-02 .mail a:hover {
  background: #6e431e;
}
.footer-information-wrap-02 .tel a:hover {
  background: #286966;
}
.footer-information-wrap-02 .line a:hover {
  background: #035c27;
}

.footer-information-wrap-02 .fa-envelope {
  font-size: 23px;
  margin-right: 5px;
}
.footer-information-wrap-02 .fa-mobile-alt {
  font-size: 25px;
  margin-right: 5px;
}
.footer-information-wrap-02 .fa-line {
  font-size: 30px;
  margin-right: 5px;
}

@media (max-width: 1300px) {
  .footer-information-wrap {
    padding: 0 2%;
  }
  .footer-information-wrap-01 .logo {
    flex-basis: 20%;
    margin: 0 2% 0 0;
  }
  .footer-information-wrap-01 .catch {
    flex-basis: 78%;
    font-size: 1.25vw;
    line-height: 1.3em;
  }
  .footer-information-wrap-02 .mail a,
  .footer-information-wrap-02 .tel a,
  .footer-information-wrap-02 .line a {
    font-size: 1.5rem;
  }
}

@media (max-width: 990px) {
  .footer-information-wrap-02 .mail a span,
  .footer-information-wrap-02 .tel a span,
  .footer-information-wrap-02 .line a span {
    display: none;
  }

  .footer-information-wrap-02 .fa-envelope {
    font-size: 48px;
    margin-right: 0;
  }
  .footer-information-wrap-02 .fa-mobile-alt {
    font-size: 48px;
    margin-right: 0;
  }
  .footer-information-wrap-02 .fa-line {
    font-size: 54px;
    margin-right: 0;
  }
}

@media (max-width: 749px) {
  .container-fluid {
    margin-bottom: 130px;
  }

  #footer-information {
    height: 130px;
  }
  .footer-information-wrap {
    padding: 0 3%;
  }

  .footer-information-wrap-01,
  .footer-information-wrap-02 {
    flex-basis: 100%;
  }

  .footer-information-wrap-01 {
    margin-bottom: 10px;
  }
  .footer-information-wrap-01 .logo {
    flex-basis: 15%;
    margin: 0 1% 0 0;
  }
  .footer-information-wrap-01 .catch {
    flex-basis: 84%;
    font-size: 2.7vw;
  }

  .footer-information-wrap-02 .mail {
    margin-left: 1.6%;
    margin-right: 1.6%;
  }
  .footer-information-wrap-02 .tel {
    margin-left: 1.6%;
    margin-right: 1.6%;
  }
  .footer-information-wrap-02 .line {
    margin-left: 1.6%;
    margin-right: 1.6%;
  }

  .footer-information-wrap-02 .fa-envelope {
    font-size: 36px;
  }
  .footer-information-wrap-02 .fa-mobile-alt {
    font-size: 36px;
  }
  .footer-information-wrap-02 .fa-line {
    font-size: 36px;
  }
}
