@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
  background: linear-gradient(95deg, #bdbdbd 0%, #adadad 45%, #E8E8E8 70%, #adadad 85%, #bdbdbd 90% 100%);
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/texture.jpg);
  background-size: 700px;
  background-repeat: repeat;
  z-index: -35;
  opacity: 0.75;
}
@media (max-width: 750px) {
  body {
    background: linear-gradient(to top left, #bdbdbd, #E8E8E8);
  }
  body::before {
    opacity: 0.6;
  }
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.round img {
  border-radius: 10px;
}
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 75px;
  display: block;
  text-align: center;
  line-height: 1.45;
  position: relative;
  font-size: clamp(1.6rem, 0.725rem + 2.8vw, 2.3rem);
  font-weight: 700;
}
.maintitle .mf {
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.025em;
  position: relative;
  font-size: 45%;
  color: #26acff;
  margin-top: 10px;
  display: block;
}
.maintitle.mtleft {
  text-align: left;
}
.maintitle.mtleft .mf {
  padding-left: 43px;
}
.maintitle.mtleft .mf::before {
  background: #26acff;
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  width: 33px;
  height: 1px;
}
.txtmgb {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .maintitle.mtleft.spcenter .mf {
    padding-left: 0;
  }
  .maintitle.mtleft.spcenter .mf::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 45px;
  }
  .txtmgb {
    margin-bottom: 35px;
  }
}
/*02*/
.mtitle {
  margin-top: 17px;
  font-weight: 700;
  position: relative;
  border-radius: 3px;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
  line-height: 1.7;
  background: #26acff;
  color: #fff;
  padding: 6px 9px 9px;
  border-left: 6px solid rgba(255, 255, 255, 0.45);
}
.mtitle::after {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 15px;
  }
}
/*02*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
  padding-left: 2px;
  line-height: 1.75;
  padding-bottom: 9px;
  margin-bottom: 13px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.13);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #26acff;
}
.stitle .en {
  display: block;
  font-size: 60%;
  text-transform: uppercase;
  color: #26acff;
  margin-bottom: 2px;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 23px 0;
  transition: .4s;
  display: inline-block;
  width: fit-content;
  min-width: 270px;
  text-align: center;
  color: #fff;
  background: #26acff;
  border: 1px solid transparent;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.mainbtn a:hover {
  border: 1px solid #26acff;
  color: #26acff;
  background: #fff;
  transition: .4s;
}
.tbtn {
  margin-top: 35px;
}
@media (max-width: 550px) {
  .mainbtn a {
    min-width: 220px;
    padding: 18px 5px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 35px;
  }
}
/**/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (max-width: 1550px) {
  .aic_kaij {
    align-items: stretch;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
  .round img {
    border-radius: 10px;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
  .inner02 .flexbox .round img {
    border-radius: 0 10px 10px 0;
  }
  .inner02 .reverse .round img {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
  .round img {
    border-radius: 10px !important;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w50 {
  width: 50%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  z-index: -10;
}
/*illust*/
.bg01 {
  position: relative;
}
.bg01::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg01.webp);
  background-repeat: no-repeat;
  background-position: center left -15%;
  background-size: 70%;
  z-index: -15;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .bg01::before {
    background-position: center left -250px;
    background-size: 500px;
    opacity: 0.85;
  }
}
.bg02::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/topslide01.webp), url(../img/topslide02.webp);
  background-repeat: no-repeat !important;
  background-position: bottom -50px right -200px, top -50px left -500px;
  background-size: 1300px, 1000px;
  z-index: -1;
  opacity: 0.45;
  filter: grayscale(60%);
}
@media(max-width:1155px) {
  .bg02::before {
    background-position: bottom -10px right -115%, top -10px left -115%;
    background-size: 90%, 70%;
  }
}
/* イラスト 反転 */
.bgx::before {
  transform: scaleX(-1);
}
.bgy::before {
  transform: scaleY(-1);
}
.bgxy::before {
  transform: scaleX(-1) scaleY(-1);
}
/* イラスト ============*/
.swater {
  position: absolute;
  width: 40%;
  max-width: 350px;
}
.swater img {
  width: 100%;
}
.swater.br {
  bottom: -10%;
  right: 0;
}
.swater.bl {
  bottom: -10%;
  left: 0;
}
.swater.tr {
  top: -10%;
  right: 0;
}
.swater.tl {
  top: -10%;
  left: 0;
}
@media (max-width: 550px) {
  .swater.br, .swater.bl {
    bottom: -45px;
  }
  .swater.tr, .swater.tl {
    top: -30px;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 17px 5px 19px;
  transition: all .5s;
  background: rgba(255, 255, 255, 0.8);
}
.header::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  z-index: -1;
}
.topPage .header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}
.header::after {
  opacity: 0;
}
.header.change {
  background: rgba(255, 255, 255, 0.8);
}
.header.change::after {
  opacity: 1;
}
.header_inner {
  width: 97%;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title h1 a:hover {
  opacity: 0.6;
}
.header_title {
  width: fit-content;
}
.header_title h1 a {
  width: 335px;
  display: flex;
  justify-content: space-between;
}
.symbol {
  width: 17%;
}
.logotype {
  width: 80%;
}
.header_title h1 a {
  display: flex;
  align-items: center;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 2px 12px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  transition: all .3s;
  position: relative;
  top: 0;
  line-height: 1.65;
  font-size: 1.05rem;
  color: #333;
  white-space: nowrap;
  font-weight: 600;
}
.header_nav ul li a span {
  display: block;
  font-size: 60%;
  text-transform: uppercase;
  transition: .3s;
  color: #26acff;
}
.header_nav ul li a:hover {
  opacity: 0.6;
  transition: .3s;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 13px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn a {
  width: 205px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.8rem;
}
/*tel*/
.tel {
  font-size: 1.65rem;
  line-height: 1.45;
}
.tel a {
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
}
.tel a i {
  margin-right: 4px;
  color: #18a6ed;
}
.tel a .telnote {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 5px;
  margin-right: 10px;
}
.tel a:hover {
  opacity: 0.6;
  transition: .3s;
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 33px;
  z-index: 9999;
  width: 60px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #18a6ed;
}
.hamburger__line:before {
  top: -9px;
}
.hamburger__line:after {
  top: 9px;
}
/**/
.hamburger__text {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #18a6ed;
  font-size: 0.85rem;
  text-align: center;
}
.hamburger__text::before {
  content: "menu";
  text-transform: uppercase;
  padding-left: 1.5px;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #bdbdbd 0%, #adadad 45%, #E8E8E8 70%, #adadad 85%, #bdbdbd 90% 100%);
}
.header__nav-area::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/texture.jpg);
  background-size: 700px;
  background-repeat: repeat;
  z-index: -35;
  opacity: 0.75;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg01.webp);
  background-size: 700px;
  background-repeat: no-repeat;
  z-index: -35;
  opacity: 0.75;
}
@media (max-width: 750px) {
  .header__nav-area {
    background: linear-gradient(to left, #bdbdbd, #E8E8E8);
  }
  .header__nav-area::before {
    opacity: 0.6;
  }
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list li {
  border-bottom: 1px solid #d1d1d1;
}
.global-navigation__list li a {
  font-weight: 600;
  margin: 3px 0;
  font-size: 1.3rem;
  display: block;
  padding: 13px 0;
  color: #333;
}
.global-navigation__list li a span {
  display: block;
  font-size: 60%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #26acff;
  padding-left: 2px;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
  margin-bottom: 4px;
}
.telbtn a {
  font-size: 110%;
}
@media (max-width: 1355px) {
  .header_title h1 a {
    width: 23vw;
  }
  .header_nav ul li {
    padding: 2px 0.9vw;
  }
  .header_nav ul li a {
    font-size: 1.25vw;
  }
}
@media (max-width: 1070px) {
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header {
    padding: 18px 14px;
  }
  .header_inner {
    width: 100%;
    display: block;
  }
  .header_title h1 a {
    width: 310px;
  }
  .hamburger {
    top: 38px;
    right: 10px;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 15px 7px;
  }
  .hamburger {
    top: 23px;
    right: 3px;
  }
  .header_title h1 a {
    width: 235px;
  }
  .global-navigation__list li a {
    font-size: 0.95rem;
    padding: 9px 0;
  }
  .global-navigation .mainbtn a {
    font-size: 0.9rem;
    max-width: 200px;
    padding: 13px;
  }
}
/* footer ================================================*/
footer {
  background: rgba(255, 255, 255, 0.6);
}
.footer_info {
  padding: 45px 0;
}
.footer_info p span {
  display: inline-block
}
.flogo {
  margin: auto;
  width: 100%;
  max-width: 390px;
  margin-bottom: 12px;
}
.flogo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  text-align: center;
  padding: 12px 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media(max-width:550px) {
  .footer_info {
    padding: 35px 0;
  }
  .flogo {
    max-width: 275px;
  }
  .copyright {
    padding: 10px 0 13px;
    font-size: 0.87rem;
  }
  .footer_info p {
    font-size: 95%;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 61px;
  height: 61px;
  background: #26acff;
  text-align: center;
  font-size: 85%;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 50px;
    height: 50px;
    right: 12px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド =====================*/
.topslideWrap {
  position: relative;
}
.topslide {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
/*illust*/
.topslideWrap img {
  width: 100%;
}
/**/
.water {
  position: absolute;
  width: 30%;
  max-width: 350px;
  opacity: 1;
  filter: drop-shadow(0 0 1px #fff);
}
.water:nth-of-type(2) {
  top: 80px;
  left: 0;
}
.water:nth-of-type(3) {
  bottom: 12%;
  right: 0;
}
/**/
.topslide::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/topslide01.webp), url(../img/topslide02.webp);
  background-repeat: no-repeat !important;
  background-position: bottom right -200px, top left -500px;
  background-size: 1300px, 1000px;
  z-index: -1;
  opacity: 0.45;
}
.topslide::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/mainvisual.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
  z-index: -1;
}
@media(max-width:1155px) {
  .topslide::before {
    background-position: bottom right -115%, top left -115%;
    background-size: 90%, 70%;
  }
}
@media(max-width:750px) {
  .water:nth-of-type(2) {
    top: 70px;
  }
  .water:nth-of-type(3) {
    bottom: 2%;
  }
  .topslide::before {
    opacity: 0.7;
  }
}
/*text*/
.catchcopy {
  position: absolute;
  left: 4%;
  z-index: 1;
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.catchcopy .whbg span:not(.catchcopy .whbg span span) {
  display: block;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 1.7%;
  padding: 0.5% 1.6% 0.7% 2%;
  letter-spacing: 0.12em;
  background: #fff;
  border-radius: 3px;
}
.catchcopy .whbg span span {
  color: #26acff;
}
.catchcopy .daiyu {
  font-size: 70%;
  padding-left: 1%;
  text-shadow: 1px 1px 0 #e4e9eb, -1px -1px 0 #e4e9eb, -1px 1px 0 #e4e9eb, 1px -1px 0 #e4e9eb, 0px 1px 0 #e4e9eb, 0 -1px 0 #e4e9eb, -1px 0 0 #e4e9eb, 1px 0 0 #e4e9eb;
}
@media (max-width: 950px) {
  .catchcopy {
    left: 25px;
    font-size: 4.6vw;
  }
}
@media (max-width: 750px) {
  .catchcopy {
    top: 56%;
  }
}
@media (max-width: 550px) {
  .topslideWrap {
    padding-top: 20px;
  }
  .topslide {
    height: 480px;
    min-height: auto;
  }
  .catchcopy {
    left: 12px;
    font-size: 5.7vw;
  }
  .catchcopy .daiyu {
    margin-top: -1%;
    font-size: 80%;
  }
}
/* シルバーマークって？ ============*/
.smrkBox {
  box-shadow: rgba(149, 157, 165, 0.04) 0px 8px 24px;
}
/*img*/
.smrk_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.smrk_img div {
  width: 46%;
  max-width: 240px;
}
/*text*/
.smark_text {
  width: 50%;
  padding: 45px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1000px) {
  .smrk_img div {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .smrk_img, .smark_text {
    width: 100%;
  }
  .smrk_img {
    padding: 15% 0;
    border-radius: 10px 10px 0 0;
  }
  .smark_text {
    border-radius: 0 0 10px 10px;
  }
  .smrk_img div {
    max-width: 300px;
    width: 55%;
  }
}
@media (max-width: 550px) {
  .smark_text {
    padding: 25px 17px;
  }
}
/* 強み ======================*/
.strengths .inner {
  max-width: 1300px;
  width: 95%;
}
.strength {
  padding: 0 1.5%;
}
/*img*/
.circle {
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  clip-path: circle(50% at 50% 50%);
}
.circle::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
}
.circle p {
  color: #26acff;
  line-height: 1.6;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.45rem;
  z-index: 1;
}
@media (max-width: 1180px) {
  .circle p {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .strengths .inner {
    width: 88%;
    max-width: 567px;
  }
  .strength {
    margin-bottom: 50px;
  }
  .strength:last-child {
    margin-bottom: 0 !important;
  }
  .circle {
    max-width: 400px;
  }
  .circle p {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .circle p {
    font-size: 6.8vw;
  }
}
/* サービス内容 ============*/
.sertitle {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: clamp(1.3rem, 0.7375rem + 1.8vw, 1.75rem);
  color: #26acff;
}
.serlists {
  margin-top: 25px;
}
.serlists li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #333;
}
/* 消毒・メンテナンスの流れ ============*/
.topflow .maintitle {
  margin-bottom: 27px;
}
.topflow .fitc {
  margin-bottom: 60px;
}
.topflow_img {
  width: 100%;
  max-width: 670px;
  margin: auto;
}
@media (max-width: 550px) {
  .topflow .fitc {
    margin-bottom: 35px;
  }
}
/* 段差解消機の搬入・搬出・メンテナンスにかかる代理店事業 ============*/
.maintenance .maintitle {
  font-size: clamp(1.25rem, 0.625rem + 2vw, 1.75rem);
}
.maintenance .maintitle br {
  display: none;
}
@media (max-width: 950px) {
  .maintenance .maintitle br {
    display: block;
  }
}
.btnflex {
  display: flex;
  justify-content: center;
}
.btnflex a {
  margin: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .btnflex {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .btnflex a {
    margin: 10px 0;
    min-width: 275px;
  }
}
/**/
@media (max-width: 1270px) {
  .topminiMA.btnflex {
    display: block;
  }
  .topminiMA.btnflex a {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 設備紹介 ============*/
/*slider*/
.p_slider ul .slick-slide {
  margin-left: 1% !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.p_slider ul li:nth-child(2n+1) {
  margin-top: 30px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 80%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s;
}
.p_slider a:hover img {
  transform: scale(1.1);
  transition: .8s;
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 1.3% !important;
  }
  .p_slider ul li:nth-child(2n+1) {
    margin-top: 15px;
  }
}



.facilities_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:flex-start;
    width: 95%;
    margin: auto;
}

.facilities_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(33.333% - 20px);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}
.facilities_img{
    width: 100%;
}
.facilities_img img{
    width: 100%;
    aspect-ratio: 4 / 3; /* 横長の比率に固定 */
    overflow: hidden;
    border-radius: 8px;
}
.facilities_card.tall .facilities_img img {
    object-fit: scale-down; 
    border-radius: 8px;
}

.facilities_text{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.facilities_text p {
    font-size: 0.95rem;
    color: #333;
    text-align: center;
}

@media (max-width: 768px) {
  .facilities_section {
    width: 95%;
      margin: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
    .facilities_card{
        width: 100%;
    }

}






/* 採用情報 ============*/
.recruit .swater {
  z-index: 1;
}
.recruit .inner {
  max-width: 1070px;
}
.recimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%
}
.recimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}
.recBox {
  padding: 60px 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.rectitle {
  margin-right: 60px;
  white-space: nowrap;
}
.rectitle .maintitle {
  margin-bottom: 0;
}
.recflex {
  max-width: 940px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media(max-width:1570px) {
  .recimg img {
    object-position: 50% 40%;
  }
}
@media(max-width:1050px) {
  .recBox {
    padding: 40px 35px;
  }
}
@media(max-width: 750px) {
  .recruit {
    padding-top: 0 !important;
  }
  .recflex {
    display: block;
  }
  .rectitle {
    margin-right: 0;
  }
  .recBox {
    margin-top: -40px;
    background: #fff;
  }
  .rectitle .maintitle {
    margin-bottom: 30px;
  }
  .recimg {
    position: initial;
    transform: translate(0);
  }
  .recimg img {
    height: 57vw;
  }
}
@media(max-width:550px) {
  .recBox {
    padding: 27px 17px 33px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 160px 0 110px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.jpg);
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: 50% 25%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.35;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 7%);
}
@media(max-width:1235px) {
  .fv {
    padding: 120px 0 90px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 80px 0 30px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* 私たちの強みページ ===========================================================================================*/
.strengthp section .inner {
  max-width: 1058px;
  counter-reset: number 0;
}
.str_conts {
  margin-bottom: 80px;
  counter-increment: number 1;
}
.str_conts:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:750px) {
  .str_conts {
    margin-bottom: 47px;
  }
}
/*img*/
.str_conts .w32 {
  display: flex;
}
.str_conts .w32 img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
/*illust*/
.str_conts .br {
  bottom: -30px;
  max-width: 250px;
  width: 60% !important;
  opacity: 0.15 !important;
}
/*number*/
.strnum {
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  color: #26acff;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.575rem + 2vw, 1.7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.strnum::before {
  content: "0"counter(number)".";
  font-weight: 700;
  margin-right: 7px;
  font-size: 110%;
}
.strnum::after {
  background: radial-gradient(#26acff 40%, rgba(0, 0, 0, 0) 0%) center center/4px 3px;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 13px;
}
/*title*/
.str_conts h2 {
  font-size: clamp(1.3rem, 0.675rem + 2vw, 1.8rem);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.bluetext {
  color: #26acff;
}
.str_conts h2 span:not(.bluetext) {
  display: inline-block;
  width: fit-content;
  margin-bottom: 7px;
  padding: 0.2% 1.3% 0.4% 1.4%;
  background: #fff;
  border-radius: 3px;
}
.str_conts h2 br {
  display: none;
}
/* 03 新品より美しく、清潔で安心・安全なマットレスをご提供 */
.str_conts:nth-of-type(3) h2 span:nth-of-type(2) {
  padding-right: 0;
}
.str_conts:nth-of-type(3) h2 span:last-of-type:not(.bluetext) {
  margin-left: -1%;
  position: relative;
  z-index: -1;
}
@media(max-width:1030px) {
  .str_conts:nth-of-type(3) h2 span:nth-of-type(2) {
    padding-right: 1.3%;
  }
  .str_conts:nth-of-type(3) h2 span:last-of-type:not(.bluetext) {
    margin-left: 0;
    display: block;
  }
}
/* illust */
.strengthp .swater.tr {
  top: -30px;
}
.strengthp .swater.bl {
  bottom: -30px;
}
/* 消毒・メンテナンス事業ページ ===========================================================================================*/
/* 流れ */
.flows .inner {
  max-width: 1100px;
}
.flowtop .maintitle {
  margin-bottom: 33px;
}
.flowtop {
  margin-bottom: 47px;
}
/**/
.flow {
  position: relative;
  counter-reset: number 0;
}
/**/
.flow::before {
  content: "";
  width: 10px;
  height: 100%;
  border-radius: 50px;
  background: #26acff;
  opacity: 0.4;
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
}
.flowbox {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.flowbox:last-of-type {
  margin-bottom: 0;
}
.flconts {
  width: 100%;
  padding: 25px;
}
/*step*/
.flowbox::before {
  counter-increment: number 1;
  content: "step0"counter(number);
  text-transform: uppercase;
  padding: 0 20px;
  background: #26acff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.flowbox:last-of-type::after {
  content: none !important;
}
@media(max-width:750px) {
  .flowbox {
    display: block;
  }
  .flowbox::before {
    padding: 10px;
  }
  .flowbox .stitle {
    text-align: center;
  }
  .flowbox .stitle::after {
    content: none;
  }
  .flow::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(max-width:550px) {
  .flowtop {
    margin-bottom: 30px;
  }
  .flconts {
    padding: 17px;
  }
}
/**/
.sinkologo_flex {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sinkologo_flex .maintitle {
  margin-bottom: 0 !important
}
.sinkologo_flex div {
  width: 80px;
  margin-left: 12px;
}
@media(max-width:550px) {
  .sinkologo_flex {
    display: block;
  }
  .sinkologo_flex div {
    margin: auto;
    margin-top: 25px;
  }
}
/* シルバーマークについてページ ===========================================================================================*/
/* シルバーマークって？ */
.silvermark {
  max-width: 878px;
  margin: auto;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 53px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  top: 20px;
}
@media(max-width: 550px) {
  .twflex {
    margin-top: 45px;
  }
  .twflex div {
    width: 48%;
  }
  .twflex div:first-child {
    top: -7px;
  }
  .twflex div:last-child {
    top: 7px;
  }
  .twflex div img {
    border-radius: 7px !important;
  }
}
/* シルバーマーク制度の特徴 */
.featuresBox .flexbox div {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 23px;
  width: 49%;
}
@media(max-width: 1030px) {
  .featuresBox .flexbox {
    display: block;
  }
  .featuresBox .flexbox div {
    width: 100%;
    margin-bottom: 20px;
  }
  .featuresBox .flexbox div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width: 550px) {
  .featuresBox .flexbox div {
    padding: 20px 15px;
  }
}
/* 採用情報ページ ===========================================================================================*/
/* 採用情報 */
.recptitle {
  margin-bottom: 23px;
  font-size: 1.7rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #26acff;
}
.recptitle span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 7px;
  padding: 0.2% 1.3% 0.4% 1.4%;
  background: #fff;
  border-radius: 3px;
}
.rectext {
  text-shadow: 0 0 1px #d9dfe0, 0 0 1px #d9dfe0, 0 0 1px #d9dfe0, 0 0 1px #d9dfe0, 1px 1px 0 #d9dfe0, -1px -1px 0 #d9dfe0, -1px 1px 0 #d9dfe0, 1px -1px 0 #d9dfe0, 0px 1px 0 #d9dfe0, 0 -1px 0 #d9dfe0, -1px 0 0 #d9dfe0, 1px 0 0 #d9dfe0;
}
@media(max-width: 1055px) {
  .recptitle {
    font-size: 2.5vw;
  }
}
@media(max-width: 750px) {
  .recptitle {
    font-size: 1.35rem;
  }
}
@media(max-width: 550px) {
  .recptitle {
    font-size: 1.05rem;
  }
  .rectext {
    text-shadow: none;
  }
}
/* 募集要項 */
.requirements .inner {
  max-width: 1282px;
}
/**/
.reqmgb p {
  margin-bottom: 0;
}
.reqmgb ul {
  margin-bottom: 15px;
}
/*list*/
.asterisk.acheck li {
  padding-left: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.asterisk.acheck li::before {
  content: "\2a";
  font-size: .6em;
  top: 0.6em;
}
@media(max-width: 1270px) {
  .requirements .flexbox {
    display: block;
  }
  .requirements .flexbox div {
    width: 100%;
  }
  .requirements .flexbox div:first-of-type .info_table tr:last-of-type {
    border-bottom: none;
  }
  .requirements .flexbox div:first-of-type .info_table tr:last-of-type td {
    border-bottom: none;
  }
}
/* 会社概要ページ ===========================================================================================*/
/* ご挨拶 */
.greeting .swater {
  z-index: 1;
}
.glast {
  text-align: right;
  margin-top: 23px;
}
/*img*/
.welflex {
  display: flex;
  justify-content: space-between;
}
.welflex div {
  width: 47%;
  position: relative;
}
.welflex div:first-child {
  top: -30px;
}
.reverse .welflex div:first-child {
  top: 30px;
}
@media (max-width: 1999px) {
  .inner02 .flexbox:not(.reverse) .welflex div:last-of-type img {
    border-radius: 10px;
  }
  .inner02 .reverse .welflex div:first-of-type img {
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
  }
  .welflex {
    margin: 30px 0;
  }
  .reverse .welflex {
    margin: 0 0 57px;
  }
  .greeting .swater {
    z-index: -1;
  }
}
/* 会社概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-weight: normal;
}
.info_table tr {
  border-bottom: 1px dotted #333;
}
.info_table tr:first-child {
  border-top: 1px dotted #333;
}
.info_table th {
  background: transparent;
  width: 40%;
  font-weight: 500;
}
.info_table th, .info_table td {
  padding: 30px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 60%;
  background: transparent;
}
.ib {
  display: inline-block;
}
/**/
.smrk_img_table {
  max-width: 200px;
  margin-top: 20px !important;
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #26acff;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
@media(max-width: 550px) {
  .smrk_img_table {
    margin: auto;
  }
  table .acheck li {
    margin-bottom: 7px;
  }
  .sptb.info_table tr {
    border-bottom: none;
  }
  .sptb.info_table td {
    border-bottom: 1px dotted #333;
    margin-bottom: 0;
  }
  .sptb.info_table td, .sptb.info_table th {
    width: 100%;
    padding: 17px 8px 22px;
    display: block;
  }
  .sptb.info_table th {
    text-align: left;
    padding-bottom: 0;
  }
  .sptb.info_table td {
    padding-top: 8px;
  }
}
/* アクセスマップ */
.map iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #d1d1d1 !important;
}
@media(max-width:550px) {
  .map iframe {
    height: 280px;
  }
}