@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html,
body {
  height: 100%;
}

html {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
html.lock {
  overflow: hidden;
}
html.lock-none {
  overflow: auto !important;
}

/*スクロールバー非表示（Chrome・Safari）*/
html::-webkit-scrollbar {
  display: none;
}

body {
  word-break: break-all;
  color: #000;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  padding: 0;
  letter-spacing: 0.05em;
}
body section {
  padding: initial;
}
body figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
body address,
body em,
body i {
  font-style: normal;
}
body ul,
body ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ol {
  list-style: none;
}
body dl {
  margin-bottom: 0;
}
body dl dt {
  margin-bottom: 0;
}
body dl dd {
  margin-bottom: 0;
}
body a {
  color: #000;
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  body a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1001px) {
  body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
body i, body em {
  font-style: normal;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  position: relative;
  margin-bottom: 0;
}
body h2 > span,
body h3 > span,
body h4 > span,
body h5 > span,
body h6 > span {
  display: inline-block;
}
body img {
  width: 100%;
  height: auto;
}
body img.auto {
  width: auto;
  max-width: 100%;
}
body p {
  margin-bottom: 0;
}
body a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 1001px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

em,
span,
i {
  font-style: normal;
}

.contents-wrap {
  margin: 0 !important;
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .contents-wrap {
    padding-top: 0;
  }
}

#container {
  position: relative;
  /**/
  /**/
}
@media screen and (min-width: 1001px) {
  #container .vpc {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #container .vpc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  #container .vtab {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #container .vtab {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  #container .vsp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #container .vsp {
    display: block;
  }
}
#container *:focus {
  outline: none;
}
#container .dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#container .scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}
#container .scroll-action {
  transition: all 1.3s;
}
#container .mb-none {
  margin-bottom: 0 !important;
}
#container .mt-none {
  margin-top: 0 !important;
}
#container .fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
#container .c-body {
  position: relative;
}
@media screen and (min-width: 1001px) {
  #container .c-body {
    letter-spacing: 0.05em;
  }
}
#container .c-body .c-body-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#container .c-body .c-body-inner.base {
  max-width: 124.5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1000px) {
  #container .c-body .c-body-inner.base {
    padding-top: 3.5rem;
  }
}
#container .c-body .c-body-inner.base .c-inner {
  padding: 0 2.25rem;
}
#container .c-body .c-body-inner .c-inner + .c-inner {
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  #container .c-body .c-body-inner .c-inner + .c-inner {
    margin-top: 7.5rem;
  }
}
#container .c-body.dec {
  overflow: clip;
}
#container .c-body.dec::before, #container .c-body.dec::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  --sample-color: 52 132 190;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--sample-color)), rgb(var(--sample-color)/0%));
  border-radius: 50%;
  filter: blur(50px);
  opacity: 55%;
}
#container .c-body.dec.dec-pt01::before, #container .c-body.dec.dec-pt01::after {
  width: 29.1rem;
}
#container .c-body.dec.dec-pt01::before {
  top: -5%;
  left: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-pt01::before {
    top: -4%;
    left: -10%;
    width: 20rem;
  }
}
#container .c-body.dec.dec-pt01::after {
  bottom: -10%;
  right: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-pt01::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -14%;
    width: 20rem;
  }
}
#container .c-body.dec.dec-pt02::before, #container .c-body.dec.dec-pt02::after {
  width: 29.1rem;
}
#container .c-body.dec.dec-pt02::before {
  top: -5%;
  left: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-pt02::before {
    top: 7%;
    left: auto;
    right: -25%;
  }
}
#container .c-body.dec.dec-pt02::after {
  bottom: -10%;
  right: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-pt02::after {
    bottom: 0%;
    right: auto;
    left: -10%;
  }
}
#container .c-body.dec.dec-right-single {
  padding-top: 3rem;
}
#container .c-body.dec.dec-right-single::before {
  width: 29.1rem;
}
#container .c-body.dec.dec-right-single::before {
  top: -5%;
  right: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-right-single::before {
    top: -3%;
    right: -18%;
    opacity: 0.4;
  }
}
#container .c-body.dec.dec-right-single-bottom {
  padding-top: 3rem;
}
#container .c-body.dec.dec-right-single-bottom::after {
  width: 29.1rem;
}
#container .c-body.dec.dec-right-single-bottom::after {
  bottom: -2%;
  left: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-right-single-bottom::after {
    opacity: 0.4;
  }
}
#container .c-body.dec.dec-left-single::before {
  width: 29.1rem;
}
#container .c-body.dec.dec-left-single::before {
  top: -5%;
  left: -2%;
}
@media screen and (max-width: 1000px) {
  #container .c-body.dec.dec-left-single::before {
    top: -12%;
    left: -25%;
    opacity: 0.4;
  }
}

header {
  padding: 0 5.2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999;
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header {
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  header {
    padding: 0 2.75rem;
  }
}
header #header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
}
@media screen and (min-width: 1001px) {
  header #header-inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  header #header-inner {
    height: 5rem;
  }
}
@media screen and (min-width: 1001px) {
  header #header-inner #head-contents {
    width: 300px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #head-contents {
    width: 265px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  header #header-inner #head-contents {
    width: 225px;
  }
}
@media screen and (max-width: 1000px) {
  header #header-inner #head-contents {
    width: 19.8rem;
  }
}
header #header-inner #head-contents #head-logo a {
  display: block;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 1001px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list ul {
    display: flex;
    gap: 0 2.2rem;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list ul {
    gap: 0 1.7rem;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list ul {
    gap: 0 1.3rem;
  }
}
header #header-inner #menu #menu-outer #menu-inner .nav-list ul li a {
  display: block;
  line-height: 1;
  font-size: 2rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list ul li a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list ul li a {
    font-size: 1.5rem;
  }
}
header #header-inner #menu #menu-outer #menu-inner .nav-list ul li a.focus {
  color: #3484BE;
}
header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn {
  margin-left: 2.5rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn {
    margin-left: 2.1rem;
  }
}
@media screen and (max-width: 1000px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn {
    margin: 2.8rem auto 0;
  }
}
header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a {
  border-radius: 0.5rem;
  line-height: 1;
  background: #3484BE;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 4.2rem;
  width: 16.8rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a {
    font-size: 1.6rem;
    height: 3.8rem;
    width: 14.5rem;
  }
}
@media screen and (max-width: 1000px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a {
    margin: 0 auto;
  }
}
header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a span {
    padding-left: 2.1rem;
  }
}
header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a span::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/icon_mail_white.png);
  width: 2rem;
  aspect-ratio: 5/4;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1001px) and (max-width: 1380px) {
  header #header-inner #menu #menu-outer #menu-inner .nav-list .contact-btn a span::after {
    width: 1.6rem;
  }
}
header #spNavi {
  position: fixed;
  top: 1rem;
  right: 2.5rem;
  background: #3484BE;
  width: 3.1rem;
  border-radius: 3.1rem;
  cursor: pointer;
  z-index: 10002;
  aspect-ratio: 1/1;
}
header #spNavi > div {
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
  left: 0.75rem;
  position: relative;
  border-radius: 1rem;
}
header #spNavi > div.menu1 {
  top: 1.1rem;
}
header #spNavi > div.menu2 {
  top: 1.6rem;
}
header #spNavi.open > div.menu1 {
  transform: translateY(0.4rem) rotate(-45deg);
}
header #spNavi.open > div.menu2 {
  transform: translateY(-0.3rem) rotate(45deg);
}
header #spNavi.fixed {
  position: fixed;
}
@media screen and (max-width: 1000px) {
  header #menu {
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  header #menu.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer {
    overflow: scroll;
    height: calc(100dvh - 5rem);
    background: #fff;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner {
    position: relative;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner .nav-list {
    position: relative;
    text-align: center;
    padding: 0 2rem 6rem;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner .nav-list ul {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner .nav-list ul > li {
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner .nav-list ul > li > a {
    color: #000;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
  }
}
@media screen and (max-width: 1000px) {
  header #menu #menu-outer #menu-inner .nav-list ul > li + li {
    margin-top: 2.8rem;
  }
}

#footer-body .footer-outer {
  background: #3484BE;
  padding: 1.8rem 0 2.2rem;
}
@media screen and (max-width: 1000px) {
  #footer-body .footer-outer {
    padding: 4rem 0 4rem;
  }
}
#footer-body .footer-outer .footer-inner {
  padding: 0 3.75rem;
}
#footer-body .footer-outer .footer-inner .ft-logo {
  max-width: 30rem;
  margin: 0 auto;
}
#footer-body .footer-outer .footer-inner .ft-logo a {
  display: block;
  line-height: 0;
  font-size: 0;
}
#footer-body .footer-outer .footer-inner address {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 1rem 0 0;
}
#footer-body .footer-outer .footer-inner .tel-list {
  margin: 1.1rem 0 0;
}
@media screen and (min-width: 1001px) {
  #footer-body .footer-outer .footer-inner .tel-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  #footer-body .footer-outer .footer-inner .tel-list {
    text-align: center;
  }
}
#footer-body .footer-outer .footer-inner .tel-list .front a,
#footer-body .footer-outer .footer-inner .tel-list .front em {
  display: block;
  line-height: 1;
  text-decoration: none !important;
  color: #fff !important;
}
#footer-body .footer-outer .footer-inner .tel-list .front a span,
#footer-body .footer-outer .footer-inner .tel-list .front em span {
  display: block;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
}
#footer-body .footer-outer .footer-inner .tel-list .front .tel span,
#footer-body .footer-outer .footer-inner .tel-list .front .fax span {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
}
#footer-body .footer-outer .footer-inner .tel-list .front .tel span::after,
#footer-body .footer-outer .footer-inner .tel-list .front .fax span::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 0;
  transform: translateY(-50%);
}
#footer-body .footer-outer .footer-inner .tel-list .front .tel span::after {
  background-image: url(./../images/common/icon_tel.png);
}
#footer-body .footer-outer .footer-inner .tel-list .front .fax {
  margin-top: 1rem;
}
#footer-body .footer-outer .footer-inner .tel-list .front .fax span::after {
  background-image: url(./../images/common/icon_fax.png);
}
@media screen and (min-width: 1001px) {
  #footer-body .footer-outer .footer-inner .tel-list .back {
    margin-left: 1.5rem;
  }
}
#footer-body .footer-outer .footer-inner .tel-list .back .contact-btn a {
  line-height: 1;
  color: #3484BE;
  font-size: 3.2rem;
  font-weight: 700;
  background: #fff;
  display: flex;
  height: 7.3rem;
  width: 26.7rem;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1000px) {
  #footer-body .footer-outer .footer-inner .tel-list .back .contact-btn a {
    margin: 2rem auto 0;
  }
}
#footer-body .footer-outer .footer-inner .tel-list .back .contact-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 3.7rem;
  top: -0.1rem;
}
#footer-body .footer-outer .footer-inner .tel-list .back .contact-btn a span::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/icon_mail.png);
  width: 2.9rem;
  aspect-ratio: 29/23;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 0;
  transform: translateY(-50%);
}
#footer-body .footer-outer .footer-inner .foot {
  margin-top: 1.8rem;
  text-align: center;
}
#footer-body .footer-outer .footer-inner .foot a {
  font-size: 1.6rem;
  text-decoration: underline;
  display: inline-block;
  line-height: 1;
  color: #fff;
  opacity: 1 !important;
}
@media screen and (min-width: 1001px) {
  #footer-body .footer-outer .footer-inner .foot a:hover {
    text-decoration: none;
  }
}
#footer-body #footer-copy {
  background: #fff;
  text-align: center;
  padding: 1.8rem 0;
}
#footer-body #footer-copy p {
  font-size: 1.4rem;
  line-height: 1;
}

#container {
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  #container {
    padding-top: 5rem;
  }
}

.btn-outer .btn {
  display: block;
  border: 3px solid #3484BE;
  background: #3484BE;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  width: 100%;
  max-width: 28.4rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.btn-outer .btn span {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
  position: relative;
  top: -0.1rem;
}
.btn-outer .btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%) translateX(0) rotate(45deg);
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .btn-outer .btn:hover {
    background: #EFEFEF;
    color: #3484BE;
  }
}
@media screen and (min-width: 1001px) {
  .btn-outer .btn:hover span::after {
    border-color: #3484BE;
  }
}
@media screen and (max-width: 1000px) {
  .btn-outer .btn.sp-wide {
    max-width: 100%;
  }
}
.btn-outer.center .btn {
  margin-left: auto;
  margin-right: auto;
}

#page-mv {
  position: relative;
  width: 100%;
  height: 23.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-mv {
    height: 16rem;
  }
}
#page-mv em {
  text-align: center;
}
#page-mv em span {
  display: block;
  color: #fff;
  line-height: 1;
}
#page-mv em span.m01 {
  font-size: 1.6rem;
}
#page-mv em span.m02 {
  font-size: 4rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1000px) {
  #page-mv em span.m02 {
    font-size: 3.2rem;
  }
}
#page-mv::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.bg-gray {
  background: #EFEFEF;
  margin-top: 10rem !important;
}
@media screen and (max-width: 1000px) {
  .bg-gray {
    margin-top: 6rem !important;
  }
}
.bg-gray .c-body-inner {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 1000px) {
  .bg-gray .c-body-inner {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.normal-text {
  font-size: 1.6rem;
}
.normal-text + .normal-text {
  margin-top: 1em;
}
.normal-text + .btn-outer {
  margin-top: 2.5rem;
}
.normal-text.center {
  text-align: center;
}
.normal-text.bold {
  font-weight: 700;
}
.normal-text.large {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .normal-text.large {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .normal-text.sp-left {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .normal-text.pt-stg-sp {
    padding-top: 1.7rem;
  }
}
.normal-text strong {
  color: #3484BE;
  font-weight: inherit;
}

ol.txt-list {
  font-size: 1.6rem;
}
ol.txt-list li {
  position: relative;
  padding-left: 1em;
  letter-spacing: normal;
  line-height: 1.5;
}
ol.txt-list li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
ol.txt-list li + li {
  margin-top: 0.2rem;
}

.sub-title {
  padding: 0 0 1.5rem;
}
.sub-title span {
  display: block;
  line-height: 1;
  font-weight: 500;
}
.sub-title span.s01 {
  font-size: 1.6rem;
  color: #3484BE;
}
.sub-title span.s02 {
  font-size: 2.4rem;
  margin-top: 0.7rem;
  line-height: 1.3;
}
.sub-title.center {
  text-align: center;
}
.sub-title.min span.s02 {
  font-size: 2rem;
}
.sub-title.large {
  padding: 0 0 5rem;
}
@media screen and (max-width: 1000px) {
  .sub-title.large {
    padding: 0 0 2rem;
  }
}
.sub-title.large span.s02 {
  font-size: 4rem;
}
@media screen and (max-width: 1000px) {
  .sub-title.large span.s02 {
    margin-top: 0.3rem;
  }
}
.sub-title.num-outer {
  counter-reset: num 0;
}
.sub-title.num-outer .num {
  position: relative;
  padding-left: 1.1em;
}
@media screen and (min-width: 1001px) {
  .sub-title.num-outer .num {
    margin-right: -1.5rem;
  }
}
.sub-title.num-outer .num::before {
  counter-increment: num 1;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.bg-title {
  font-size: 2rem;
  background: #3484BE;
  color: #fff;
  padding: 0.2rem 0 0.3rem 1.7rem;
  margin: 0 0 1.5rem;
}

.text-box {
  margin: 2.2rem 0 0;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 1000px) {
  .text-box {
    padding-bottom: 6rem;
  }
}
.text-box ul.text + ul {
  margin-top: 1.5rem;
}
.text-box ul.text li {
  font-size: 1.6rem;
  position: relative;
}
.text-box ul.text.alupha li {
  padding-left: 2rem;
}
.text-box ul.text.alupha li span {
  position: absolute;
  top: 0;
  left: 0;
}
.text-box ul.text:not(.alupha) li {
  padding-left: 1em;
}
.text-box ul.text:not(.alupha) li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media screen and (min-width: 1001px) {
  .flex-text-img {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  .flex-text-img .text {
    width: 53.3%;
    padding-right: 50px;
  }
}
.flex-text-img .text .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #3484BE;
  line-height: 1.4;
}
@media screen and (min-width: 1001px) {
  .flex-text-img .text .ttl {
    padding-right: 5%;
  }
}
.flex-text-img .text .ttl + .normal-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1001px) {
  .flex-text-img .visual {
    width: 46.7%;
  }
}
@media screen and (max-width: 1000px) {
  .flex-text-img .visual {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1001px) {
  .contents-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4.5rem;
  }
}
.contents-list ul li .contents-list-inner {
  background: #fff;
  padding: 2rem 4.3rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1001px) {
  .contents-list ul li .contents-list-inner {
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contents-list ul li .contents-list-inner {
    padding: 2.5rem 2.3rem;
  }
}
.contents-list ul li .contents-list-inner .t00 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.contents-list ul li .contents-list-inner .t01 {
  font-size: 2.4rem;
  color: #3484BE;
  line-height: 1.3;
  font-weight: 700;
}
.contents-list ul li .contents-list-inner .t02 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.contents-list ul li .contents-list-inner .img {
  max-width: 23rem;
  margin: 1rem auto;
}
.contents-list ul li .contents-list-inner .btn-outer {
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .contents-list ul li + li {
    margin-top: 2.5rem;
  }
}

.mark-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .mark-list ul {
    gap: 0 45px;
  }
}
@media screen and (min-width: 1001px) {
  .mark-list ul li.w250 {
    max-width: 250px;
  }
}
@media screen and (min-width: 1001px) {
  .mark-list ul li.w300 {
    max-width: 300px;
  }
}
@media screen and (min-width: 1001px) {
  .mark-list ul li.w500 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .mark-list ul li + li {
    margin-top: 2.5rem;
  }
}

#container.top_main #top-company {
  padding-top: 4.5rem;
  padding-bottom: 10rem;
}
#container.top_main #top-company .sub-title {
  padding: 0 0 4rem;
}

.news-box {
  background: #fff;
  padding: 3.5rem 5.5rem;
}
@media screen and (max-width: 1000px) {
  .news-box {
    padding: 3.5rem 4rem;
  }
}
.news-box .sub-title {
  padding: 0 0 3.5rem;
}
.news-box .news-box-inner #sb_instagram {
  padding-bottom: 0 !important;
}
.news-box .news-box-inner #sbi_images {
  padding: 0 !important;
}
.news-box .news-box-inner #sbi_images .sbi_item {
  border-radius: 0.8rem;
}
.news-box .btn-outer {
  margin-top: 2.5rem;
}

.bg-contents {
  position: relative;
  padding: 5rem 0 5rem 10rem;
  margin: 6rem 0 0;
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .bg-contents {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .bg-contents {
    padding: 5rem 0 5rem 0;
    margin: 4rem 0 0;
  }
}
.bg-contents::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #EFEFEF;
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 1000px) {
  .bg-contents::after {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1000px) {
  .bg-contents.none {
    padding: 0 0 0 0;
    margin-top: 0.3rem !important;
  }
}
.bg-contents.none::after {
  display: none;
}

.lineup-list {
  margin: 2rem 0 0;
}
@media screen and (max-width: 1000px) {
  .lineup-list {
    margin: 3.2rem 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .lineup-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
.lineup-list ul .lineup-inner {
  border-radius: 1.9rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .lineup-list ul .lineup-inner {
    border-radius: 2.4rem;
  }
}
.lineup-list ul .lineup-inner .visual {
  width: 33.1%;
}
.lineup-list ul .lineup-inner .visual img {
  min-height: 11.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lineup-list ul .lineup-inner .visual img {
    min-height: 11rem;
  }
}
.lineup-list ul .lineup-inner .text {
  padding: 0 0 0 1.3rem;
  width: 66.9%;
}
@media screen and (max-width: 1000px) {
  .lineup-list ul .lineup-inner .text {
    padding: 0 1.3rem 0 1.3rem;
  }
}
.lineup-list ul .lineup-inner .text p {
  font-size: 2rem;
  color: #3484BE;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 1000px) {
  .lineup-list ul .lineup-inner .text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .lineup-list ul .lineup-inner .text p br {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .lineup-list ul li + li {
    margin-top: 2rem;
  }
}

.list-contents {
  margin: 2rem 0 0;
}
@media screen and (max-width: 1000px) {
  .list-contents {
    margin: 3.5rem 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .list-contents ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5rem;
  }
}
.list-contents ul .list-inner .visual {
  max-width: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .list-contents ul .list-inner .visual {
    max-width: 30rem;
  }
}
.list-contents ul .list-inner .text {
  margin: 0.7rem 0 0;
}
.list-contents ul .list-inner .text p {
  font-size: 2.4rem;
  color: #3484BE;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .list-contents ul .list-inner .text p {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .list-contents ul li + li {
    margin-top: 3.5rem;
  }
}

.list-contents02 {
  margin: 2rem 0 0;
}
@media screen and (max-width: 1000px) {
  .list-contents02 {
    margin: 3.5rem 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .list-contents02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.8rem;
  }
}
@media screen and (min-width: 1001px) {
  .list-contents02 ul .list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .list-contents02 ul .list-inner .visual {
    width: 35.1%;
  }
}
@media screen and (max-width: 1000px) {
  .list-contents02 ul .list-inner .visual {
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .list-contents02 ul .list-inner .text {
    width: 64.9%;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .list-contents02 ul .list-inner .text {
    margin: 1rem 0 0;
  }
}
.list-contents02 ul .list-inner .text .p01 {
  font-size: 2.4rem;
  color: #3484BE;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 700;
}
.list-contents02 ul .list-inner .text ol {
  margin-top: 1rem;
}
.list-contents02 ul .list-inner .text ol li p {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .list-contents02 ul .list-inner .text ol li p {
    margin-right: -0.8rem;
  }
}
.list-contents02 ul .list-inner .text ol li p::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.list-contents02 ul .list-inner .text ol li + li {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .list-contents02 ul li + li {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1001px) {
  .lineup-flex {
    margin: 2.5rem -2rem 0 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .lineup-flex {
    margin-right: 0;
  }
}
@media screen and (min-width: 1001px) {
  .lineup-flex ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .lineup-flex ul li {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1001px) {
  .lineup-flex ul .lineup-flex-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .lineup-flex ul .lineup-flex-inner .visual {
    width: 37.25%;
  }
}
@media screen and (max-width: 1000px) {
  .lineup-flex ul .lineup-flex-inner .visual {
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .lineup-flex ul .lineup-flex-inner .text {
    width: 62.75%;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .lineup-flex ul .lineup-flex-inner .text {
    margin-top: 1.5rem;
  }
}
.lineup-flex ul .lineup-flex-inner .text .p01 {
  color: #3484BE;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .lineup-flex ul .lineup-flex-inner .text .p01 {
    font-size: 2.4rem;
  }
}
.lineup-flex ul .lineup-flex-inner .text .p01 + .normal-text {
  margin-top: 0.5rem;
}
.lineup-flex ul .lineup-flex-inner .text .normal-text {
  line-height: 1.4;
  letter-spacing: normal;
}

.strength-num-list {
  padding: 2.5rem 0 10rem;
}
.strength-num-list ul {
  counter-reset: number 0;
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul .strength-num-list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul .strength-num-list-inner .visual {
    width: 32.1%;
  }
}
.strength-num-list ul .strength-num-list-inner .text {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul .strength-num-list-inner .text {
    width: 67.9%;
  }
}
@media screen and (max-width: 1000px) {
  .strength-num-list ul .strength-num-list-inner .text {
    margin-top: 1.5rem;
  }
}
.strength-num-list ul .strength-num-list-inner .text .p01 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3484BE;
}
.strength-num-list ul .strength-num-list-inner .text .p01 + .normal-text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .strength-num-list ul .strength-num-list-inner .text .p01 + .normal-text {
    margin-top: 0.8rem;
  }
}
.strength-num-list ul .strength-num-list-inner .text .normal-text + .normal-text {
  margin-top: 1.5rem;
}
.strength-num-list ul .strength-num-list-inner .text .list {
  margin-top: 0.5rem;
}
.strength-num-list ul .strength-num-list-inner .text .list p {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul .strength-num-list-inner .text .list p {
    margin-right: -0.8rem;
  }
}
.strength-num-list ul .strength-num-list-inner .text .list p::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.strength-num-list ul .strength-num-list-inner .text .list li + li {
  margin-top: 0.2rem;
}
.strength-num-list ul .strength-num-list-inner .text .text-inner {
  position: relative;
}
.strength-num-list ul .strength-num-list-inner .text .text-inner::after {
  position: absolute;
  right: 0;
  counter-increment: number 1;
  content: "0" counter(number);
  font-weight: 900;
  font-size: 20rem;
  color: rgba(239, 239, 239, 0.6980392157);
  opacity: 0.7;
  line-height: 0;
  padding: 6.2rem 0 8.8rem;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul .strength-num-list-inner .text .text-inner::after {
    top: 50%;
    transform: translateY(-80%);
  }
}
@media screen and (max-width: 1000px) {
  .strength-num-list ul .strength-num-list-inner .text .text-inner::after {
    bottom: -1rem;
    right: -2rem;
  }
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul > li:nth-child(odd) .strength-num-list-inner .text {
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul > li:nth-child(even) .strength-num-list-inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1001px) {
  .strength-num-list ul > li:nth-child(even) .strength-num-list-inner .text {
    padding-right: 3.5rem;
  }
}
.strength-num-list ul > li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1000px) {
  .strength-num-list ul > li + li {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .strength-num-list ul > li:nth-child(4) .strength-num-list-inner .text .text-inner::after {
    bottom: -5rem;
  }
}

.flow-image {
  margin: 1.5rem 0 0;
}
.flow-image img {
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #flow-body .c-body-inner.base {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  #flow-body.bg-gray {
    margin-top: 5.5rem !important;
  }
}

#contact-area-body {
  overflow: visible !important;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 1000px) {
  #contact-area-body {
    padding: 1rem 0 5rem;
  }
}
#contact-area-body .sub-title {
  padding: 0 0 2rem;
}
@media screen and (max-width: 1000px) {
  #contact-area-body.c-body.dec.dec-pt01::before {
    width: 18.4rem;
    left: auto;
    right: 0%;
    top: 1%;
  }
}
@media screen and (max-width: 1000px) {
  #contact-area-body.c-body.dec.dec-pt01::after {
    display: none;
  }
}

#top-news::before {
  z-index: 0 !important;
}

#top-about .c-body-inner.base {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 1000px) {
  #top-about .c-body-inner.base {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

#top-service {
  margin-top: 0 !important;
}

#container.company #page-mv::after {
  background-image: url(./../images/company/mv.jpg);
}
@media screen and (max-width: 1000px) {
  #container.company #page-mv::after {
    background-image: url(./../images/company/mv_sp.jpg);
  }
}
#container.company #company-body01 .normal-text + .sub-title {
  margin-top: 7rem;
}
@media screen and (max-width: 1000px) {
  #container.company #company-body01 .normal-text + .sub-title {
    margin-top: 5rem;
  }
}
#container.company #company-body01 .bg-contents {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1001px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual {
    width: 43.55%;
  }
}
#container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual .txt {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual .txt {
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual .txt {
    margin: 1rem 0 0;
  }
}
#container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual .txt .m01 {
  font-size: 1.6rem;
}
#container.company #company-body01 .bg-contents .message-flex .message-flex-inner .visual .txt .m02 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner .text {
    width: 56.45%;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body01 .bg-contents .message-flex .message-flex-inner .text {
    margin-top: 2rem;
  }
}
#container.company #company-body01 .bg-contents::after {
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  #container.company #company-body02 .c-body-inner.base {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1001px) {
  #container.company #company-body02::before {
    top: 13%;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body02::before {
    display: none !important;
  }
}
#container.company #company-body02 .rinen-box {
  position: relative;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body02 .rinen-box .rinen-box-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  #container.company #company-body02 .rinen-box .rinen-box-inner .front {
    width: 39.15%;
    padding: 0 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body02 .rinen-box .rinen-box-inner .front {
    text-align: center;
    padding: 27% 0;
  }
}
#container.company #company-body02 .rinen-box .rinen-box-inner .front .txt {
  color: #3484BE;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body02 .rinen-box .rinen-box-inner .text {
    width: 60.85%;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body02 .rinen-box .rinen-box-inner .text {
    margin-top: 2rem;
  }
}
#container.company #company-body02 .rinen-box .rinen-box-inner .text .text-inner .sub-title + .sub-title {
  margin-top: 2rem;
}
#container.company #company-body02 .rinen-box::after {
  display: block;
  content: "";
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(./../images/company/img_rinen.png);
  aspect-ratio: 500/321;
  width: 50rem;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1001px) {
  #container.company #company-body02 .rinen-box::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body02 .rinen-box::after {
    top: 2%;
    width: 100%;
  }
}
#container.company #company-body03 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  #container.company #company-body03 {
    padding-bottom: 6rem;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body03::before {
    width: 29.1rem;
    top: -2%;
    right: -20%;
  }
}
@media screen and (max-width: 1000px) {
  #container.company #company-body03::after {
    bottom: 17% !important;
    left: -32% !important;
    opacity: 1 !important;
  }
}
#container.company #access-body {
  margin-top: 0 !important;
}
#container.company #equipment-body {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./../images/company/bg_equipment.jpg);
}
@media screen and (max-width: 1000px) {
  #container.company #equipment-body {
    background-image: url(./../images/company/bg_equipment_sp.jpg);
  }
}
#container.company #equipment-body .c-body-inner.base {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  #container.company #equipment-body .c-body-inner.base {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

#container.top_main {
  padding-top: 0px;
}
#container.top_main #top-mv {
  position: relative;
  z-index: -1;
  background: none !important;
  height: 71.2vw;
  max-height: 1024px;
}
@media screen and (max-width: 1000px) {
  #container.top_main #top-mv {
    height: 100lvh;
    max-height: 812px;
  }
}
#container.top_main #top-mv .c-body-inner,
#container.top_main #top-mv .c-inner {
  height: 100%;
}
#container.top_main #top-mv .mv-inner {
  position: fixed;
  top: 0;
  z-index: -1;
  line-height: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  #container.top_main #top-mv .mv-inner {
    height: 71.2vw;
    max-height: 1024px;
  }
}
@media screen and (max-width: 1000px) {
  #container.top_main #top-mv .mv-inner {
    height: 100lvh;
    max-height: 812px;
  }
}
#container.top_main #top-mv .mv-inner .background_movie_wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  /*
  &::after {

      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(./../images/index/mv.jpg);
      @include sp() {
      background-image: url(./../images/index/mv_sp.jpg);
      }

  }
  */
}
#container.top_main #top-mv .mv-inner .background_movie_wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 1024px;
}
#container.top_main #top-mv .mv-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 1024px;
}
#container.top_main #top-mv + .c-body {
  margin-top: 0 !important;
}
#container.top_main #top-mv .mv-text {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: calc(50% + 4rem);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 1000px) {
  #container.top_main #top-mv .mv-text {
    top: calc(50% + 2.5rem);
    font-size: 3.2rem;
  }
}
#container.top_main #top-mv::after {
  /*
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/index/icon_mv.png);
  width: 50rem;
  aspect-ratio: 500 / 321;
  position: absolute;
  top: calc( 50% + 4.0rem );
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  @include sp() {
  width: 32.0rem;
  top: calc( 50% + 2.5rem );
  }
  */
}
#container.top_main .c-body:not(.bg-gray) {
  background: #fff;
}
#container.top_main .c-body:not(.bg-gray).dec::before, #container.top_main .c-body:not(.bg-gray).dec::after {
  z-index: 0;
}

#container.service-manhole-cover #page-mv::after {
  background-image: url(./../images/service-manhole-cover/mv.jpg);
}
@media screen and (max-width: 1000px) {
  #container.service-manhole-cover #page-mv::after {
    background-image: url(./../images/service-manhole-cover/mv_sp.jpg);
  }
}
@media screen and (max-width: 1000px) {
  #container.service-manhole-cover #service-body02::after {
    display: none !important;
  }
}

#container.service-storage-tank #page-mv::after {
  background-image: url(./../images/service-storage-tank/mv.jpg);
}
@media screen and (max-width: 1000px) {
  #container.service-storage-tank #page-mv::after {
    background-image: url(./../images/service-storage-tank/mv_sp.jpg);
  }
}

#container.casting #page-mv::after {
  background-image: url(./../images/casting/mv.jpg);
}
@media screen and (max-width: 1000px) {
  #container.casting #page-mv::after {
    background-image: url(./../images/casting/mv_sp.jpg);
  }
}

.text-table {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1001px) {
  .text-table > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 3.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .text-table > ul > li .text-table-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
}
.text-table > ul > li .text-table-inner .t01,
.text-table > ul > li .text-table-inner .t02 {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  min-height: 5.8rem;
  padding: 1.5rem 3rem;
}
.text-table > ul > li .text-table-inner .t01 {
  text-align: center;
  background: #3484BE;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .text-table > ul > li .text-table-inner .t01 {
    justify-content: center;
    width: 29%;
  }
}
.text-table > ul > li .text-table-inner .t02 {
  background: #EFEFEF;
}
@media screen and (min-width: 1001px) {
  .text-table > ul > li .text-table-inner .t02 {
    width: 69%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .text-table > ul > li + li {
    margin-top: 1.5rem;
  }
}

.text-table02 {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1001px) {
  .text-table02 .text-table02-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 7.4rem;
  }
}
.text-table02 .text-table02-inner .box dl {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #EFEFEF;
  border-left: 2px solid #EFEFEF;
  border-right: 2px solid #EFEFEF;
}
.text-table02 .text-table02-inner .box dl dt,
.text-table02 .text-table02-inner .box dl dd {
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 2px solid #EFEFEF;
  padding: 0.8rem 0 0.65rem;
  display: flex;
  align-items: center;
}
.text-table02 .text-table02-inner .box dl dt:first-child, .text-table02 .text-table02-inner .box dl dt:first-child + dd,
.text-table02 .text-table02-inner .box dl dd:first-child,
.text-table02 .text-table02-inner .box dl dd:first-child + dd {
  background: #3484BE;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.text-table02 .text-table02-inner .box dl dt {
  width: 77.8%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1000px) {
  .text-table02 .text-table02-inner .box dl dt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.text-table02 .text-table02-inner .box dl dd {
  width: 22.2%;
  border-left: 2px solid #EFEFEF;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .text-table02 .text-table02-inner .box + .box {
    margin-top: 2.5rem;
  }
}

#access-body .access-block {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1001px) {
  #access-body .access-block .access-block-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1001px) {
  #access-body .access-block .access-block-inner .map {
    width: 52%;
  }
}
#access-body .access-block .access-block-inner .map .map-outer {
  position: relative;
  width: 100%;
  padding-top: 58.35%;
  height: 0;
}
#access-body .access-block .access-block-inner .map .map-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  #access-body .access-block .access-block-inner > .text {
    width: 48%;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  #access-body .access-block .access-block-inner > .text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  #access-body .access-block .access-block-inner > .text .normal-text + .normal-text {
    margin-top: 0.5rem;
  }
}
#access-body .access-block .access-block-inner > .text .tel-box {
  padding: 1em 0;
}
#access-body .access-block .access-block-inner > .text .tel-box .tel,
#access-body .access-block .access-block-inner > .text .tel-box .fax {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  padding-left: 2.7rem;
}
#access-body .access-block .access-block-inner > .text .tel-box .tel::after,
#access-body .access-block .access-block-inner > .text .tel-box .fax::after {
  display: block;
  content: "";
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access-body .access-block .access-block-inner > .text .tel-box .tel::after {
  background-image: url(./../images/common/icon_tel_blue.png);
}
#access-body .access-block .access-block-inner > .text .tel-box .tel + .fax {
  margin-top: 0.5rem;
}
#access-body .access-block .access-block-inner > .text .tel-box .fax::after {
  background-image: url(./../images/common/icon_fax_blue.png);
}
#access-body .access-block .access-block-inner + .access-block-inner {
  margin-top: 5.5rem;
}
@media screen and (max-width: 1000px) {
  #access-body .access-block .access-block-inner + .access-block-inner {
    margin-top: 5rem;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000000000000;
  width: 100%;
  height: 100%;
  background: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#loading .loading-inner {
  width: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#loading .loading-inner img {
  opacity: 0;
  transform: translateY(45px);
  transition-property: all;
  transition-duration: 0.7s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#loading::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #3484BE;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#loading.faze01 .loading-inner img {
  opacity: 1;
  transform: translateY(0);
}
#loading.faze02 .loading-inner img {
  opacity: 0;
  transform: translateY(-45px);
}
#loading.faze03::after {
  transform: translateX(0);
}
#loading.faze04::after {
  width: 0;
}
#loading.last {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=styles.css.map */