@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;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.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: 90px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 60px;
  }
}
.pdb {
  padding-bottom: 35px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 1px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
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: 57px;
  display: block;
  text-align: center;
  line-height: 0.8;
  position: relative;
  font-size: clamp(2.3rem, 2rem + 1.0667vw, 2.8rem);
  font-weight: 500;
}
.maintitle .mf {
  text-transform: capitalize;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: linear-gradient(to top right, #0074db, #2aebfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  letter-spacing: 0.12em;
}
.maintitle.mtleft {
  text-align: left;
}
.maintitle .sf {
  font-size: 43%;
  line-height: 1.5;
  display: inline-block;
  margin-top: 7px;
}
.txtmgb {
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 43px;
  }
  .txtmgb {
    margin-bottom: 23px;
  }
}
/*02*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #1fbcf5;
}
.stitle .en {
  color: #1fbcf5;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .stitle {
    margin-bottom: 20px;
  }
  .stitle .en {
    display: block;
  }
}
/*03*/
.mtitle {
  position: relative;
  background: linear-gradient(to top right, #0074db, #2aebfd);
  padding: 7px 32px 9px 13px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
}
.mtitle::after {
  content: '';
  width: 27px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.65);
  pointer-events: none;
}
/* ボタン */
.mainbtn a {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  text-transform: uppercase;
  border-radius: 50px;
  background: linear-gradient(to top right, #0074db, #2aebfd);
  color: #fff;
}
section .mainbtn a {
  box-shadow: 0 0 0 2px #fff;
}
.mainbtn a:hover {
  filter: brightness(111%);
}
/* 丸 */
section .mainbtn a::after {
  content: '';
  padding: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  z-index: -100;
  background: #fff;
  transition: all 0.35s;
}
section .mainbtn a:hover::after {
  transform: translateY(-50%) scale(1.2);
}
/* 矢印 */
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 3%;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.7rem;
  transform: translate(-50%, -50%);
  color: #1fbcf5;
}
section .mainbtn a:hover::before {
  animation: arrow 0.35s linear;
}
@keyframes arrow {
  39% {
    transform: translate(-100%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(-150%, -50%);
  }
  39% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  42% {
    transform: translate(150%, -50%);
  }
  47% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.tbtn {
  margin-top: 37px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 2px 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    max-width: 225px;
    padding: 18px 0;
  }
  .tbtn {
    margin-top: 33px;
  }
}
/* 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: 27px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@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%;
  }
  .mauto.w52 {
    width: 48%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w63 {
  width: 63%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.5%;
}
/*background*/
.TopPage main {
  position: relative;
}
.TopPage main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -101;
}
.bg_gray {
  position: relative;
}
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
/* 背景文字 =========*/
.flowtext {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
.flowtext::before, .flowtext::after {
  content: "shibuya corporation shibuya corporation";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 8rem;
  line-height: 1.0;
  text-align: center;
  white-space: nowrap;
  color: #2aebfd;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-transform: capitalize;
  pointer-events: none;
}
.flowtext::before {
  left: 0;
  animation: flowtext 23s linear infinite;
}
.flowtext::after {
  left: 2795px;
  animation: flowtext 23s linear infinite;
}
@keyframes flowtext {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2795px);
  }
}
@media (max-width: 550px) {
  .flowtext {
    bottom: 20px;
  }
  .flowtext::before, .flowtext::after {
    font-size: 4rem;
  }
  .flowtext::after {
    left: 1425px;
  }
  @keyframes flowtext {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1425px);
    }
  }
}
/* アニメーション ============*/
.psr {
  position: relative;
  overflow: hidden;
}
/* 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);
}
/* illust */
.deco {
  z-index: -1;
  position: absolute;
  top: -55px;
  width: 40%;
  opacity: 0;
  transition-delay: 0.35s;
  transition: 1s;
}
.deco.inview {
  opacity: 0.1;
}
.white img, .white::before {
  filter: brightness(0) invert(1);
}
.deco.inview.white {
  opacity: 0.3;
}
.deco::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  transform: scale(0.35);
  opacity: 0;
}
.deco img {
  transform: scale(0.35);
  transition: 2s 1s;
  opacity: 0;
}
.deco::before {
  transition: 2s 0.5s;
}
.deco.inview img {
  transform: scale(1);
  opacity: 1;
}
.deco.inview::before {
  transform: scale(0.93);
  opacity: 1;
}
/*位置*/
.deco.left {
  left: -17%;
  transform: scaleX(-1);
}
.deco.right {
  right: -23%;
}
.deco.bottom {
  top: auto;
  bottom: -10px;
}
@media (max-width: 750px) {
  .deco {
    width: 65vw;
    top: -16vw;
  }
  .deco.right {
    right: -27vw;
  }
  .deco.spbottom {
    top: auto;
    bottom: -10px;
  }
}
/*delay*/
.delay01 {
  transition-delay: 0.55s;
}
.delay02 {
  transition-delay: 0.7s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 17px 0;
  transition: .5s all;
}
.header.change {
  background: #fff;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.header_inner {
  position: relative;
  width: 98%;
  margin: 0 auto;
  max-width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title a:hover {
  opacity: 0.6;
}
.header_title {
  width: 270px;
}
.header_title a {
  /*filter: brightness(0) invert(1);*/
}
.change .header_title a {
  filter: none;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 5px;
  margin-left: 20px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn {
  margin-left: 5px;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 210px;
  line-height: 1;
  padding: 16px 0;
  font-size: 0.9rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.change .header_item .mainbtn a {
  border: 1px solid #1fbcf5;
  color: #1fbcf5;
}
.change .header_item .mainbtn:nth-child(2n) a {
  background: #1fbcf5;
  color: #fff;
}
.header_item .mainbtn a:hover {
  opacity: 0.6;
}
/*tel*/
.tel {
  padding-bottom: 5px;
  font-size: 1.45rem;
}
.tel a {
  color: #fff;
}
.change .tel a {
  color: #1fbcf5;
}
.tel a:hover {
  opacity: 0.6;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 2px 13px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.5;
  font-size: 1.03rem;
  color: #fff;
  white-space: nowrap;
}
.header_nav ul li a span {
  display: block;
  font-size: 130%;
  text-transform: capitalize;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.header_nav ul li a:hover {
  opacity: 0.6;
}
.change .header_nav ul li a {
  color: #333;
}
.change .header_nav ul li a span {
  color: #1fbcf5;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 75px; /**/
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 15px; /**/
  top: -15px; /**/
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  position: relative;
  transition: .3s all;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  z-index: -100;
  transition: .3s all;
}
.sub-menu li:hover {
  opacity: 0.6;
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  padding: 14px 0 !important;
}
.change .sub-menu li::after {
  background: #1fbcf5;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger ================================= */
.header__inner {
  position: relative;
  height: fit-content;
  display: none;
}
.hamburger {
  display: block;
  height: 31px;
  position: relative;
  z-index: 9997;
  width: 55px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #1fbcf5 !important;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #1fbcf5 !important;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  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-color: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #1fbcf5;
}
.hamburger__line:before {
  top: -9.5px;
}
.hamburger__line:after {
  top: 9.5px;
}
/*
.hamburger__text {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-left: 3px;
  color: #fff;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
  margin-left: 0;
  color: #fff !important;
}
*/
/**/
.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;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  margin: auto;
  height: fit-content;
  padding: 55px 0 100px;
  position: relative;
  z-index: 1;
}
.global-navigation__list {
  margin-bottom: 30px;
  text-align: center;
}
.global-navigation__list > li {
  font-size: 1.17rem;
  line-height: 1.5;
  display: block;
}
.global-navigation__list li a {
  padding: 13px 0 8px;
  display: inline-block;
  color: #333;
}
.global-navigation__list li a:not(:first-of-type) {
  font-size: 90%;
  display: block;
  padding: 0 0 7px !important;
}
.global-navigation__list li a:not(:first-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 0.7rem;
  transform: translateY(-2px);
  opacity: 0.7;
}
.global-navigation__list li a span {
  display: block;
  font-size: 130%;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1fbcf5;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/* btn */
.header__nav-area .mainbtn {
  margin-top: 7px;
}
.header__nav-area .mainbtn a:hover {
  opacity: 0.6;
}
/* animation */
.header__nav-area {
  overflow-x: hidden;
}
.header__nav-area ul li {
  transform: translateX(200px);
  opacity: 0;
}
.header__nav-area .mainbtn {
  transform: translateX(200px);
  opacity: 0;
}
.header__nav-area.-active ul li {
  transform: translateX(0);
  transition: 1.6s ease, opacity 2.6s ease;
  opacity: 1;
}
.header__nav-area.-active .mainbtn {
  transform: translateX(0);
  transition: 1.6s ease, opacity 2.6s ease;
  opacity: 1;
}
.header__nav-area.-active ul li:nth-child(2) {
  transition-delay: 0.15s;
}
.header__nav-area.-active ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header__nav-area.-active ul li:nth-child(4) {
  transition-delay: 0.45s;
}
.header__nav-area.-active ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.header__nav-area.-active ul li:nth-child(6) {
  transition-delay: 0.75s;
}
.header__nav-area.-active .mainbtn {
  transition-delay: 0.45s;
}
@media (max-width: 1300px) {
  .header_inner {
    width: 95%;
  }
  .header_nav {
    display: block;
  }
  .header_item {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 3px;
  }
  .header_item .mainbtn a {
    font-size: 0.85rem;
  }
}
@media (max-width:1070px) {
  .header_title {
    width: 250px;
  }
  .header {
    padding: 19px 0;
  }
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 550px) {
  .header_title {
    width: 200px;
  }
  .header {
    padding: 16px 0 20px;
  }
  .global-navigation__list > li {
    font-size: 1.05rem;
  }
  .header__nav-area.-active .mainbtn {
    font-size: 0.93rem;
  }
}
/* footer ================================================*/
footer {
  position: relative;
  overflow: hidden;
}
/* お問い合わせ ===============*/
.footer_contact .deco.left {
  top: -23%;
  right: -23%;
}
.footer_contact .deco.inview.white {
  opacity: 0.4;
}
@media (max-width: 750px) {
  .footer_contact .deco.left {
    width: 78vw;
    top: -19%;
    right: -15vw;
  }
}
/**/
.footer_contact {
  position: relative;
  z-index: 1;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 0% 50%;
  padding: 65px 0;
  background-attachment: fixed;
  color: #fff;
}
.footer_contact .maintitle .mf {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact {
  background-attachment: scroll;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.35;
  z-index: -1;
}
/*btn*/
.footer_contact .btn_wrap {
  text-align: center;
}
.footer_contact .btn_wrap a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 25px 5px;
  font-size: 1.2rem;
  margin: 10px;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  border-radius: 100px;
}
.btn_wrap a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
a.fax {
  pointer-events: none;
}
/*text*/
.footer_contact .maintitle {
  margin-bottom: 17px;
}
.footer_contact p.center {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
.date {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 43px 0;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact .btn_wrap a {
    padding: 19px 5px;
    font-size: 1.05rem;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
  .footer_contact {
    background-attachment: scroll;
  }
}
/* ロゴ・アドレス・リンク ========*/
.footerbg {
  background: #fff;
}
.footer_bottom {
  padding: 50px 0;
}
.footer_bottom .flexbox {
  flex-wrap: nowrap;
}
/*logo*/
.faddress {
  white-space: nowrap;
  margin-right: 55px;
}
.faddress p {
  margin-bottom: 0;
}
.flogo {
  width: 100%;
  max-width: 270px;
  margin-right: auto;
  margin-bottom: 10px;
}
/*links*/
.flinks li {
  display: inline-block;
  margin-left: 30px;
}
.flinks ul {
  text-align: right;
}
.flinks li {
  margin-bottom: 5px;
}
.flinks li a {
  color: #333;
  white-space: nowrap;
}
.flinks li a:hover {
  opacity: 0.6;
}
@media (max-width: 1190px) {
  .footer_bottom .inner {
    width: 97%;
  }
  .footer_bottom .flexbox {
    display: block;
  }
  .faddress, .flinks {
    width: 100%;
  }
  .faddress {
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .flogo {
    margin: auto;
    margin-bottom: 10px;
  }
  .flinks ul {
    display: flex;
    margin-top: 35px;
  }
  .flinks ul li {
    width: calc(100% / 6);
    text-align: center;
    border-right: 1px dotted #a6a6a6;
    margin: 0;
  }
  .flinks ul li:last-child {
    border-right: none;
  }
  .flinks ul li a {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer_bottom .inner {
    width: 90%;
  }
  .faddress {
    white-space: normal;
    margin-right: 0;
    text-align: center;
  }
  .flinks ul {
    display: block;
    margin-top: 25px;
  }
  .flinks ul li {
    text-align: left;
    width: 100%;
    padding-left: 3px;
    border-right: none;
    border-bottom: 1px dotted #a6a6a6;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: block;
    margin-left: 0;
  }
  .flinks li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: bold;
    color: #0074db;
    font-size: 75%;
    margin-right: 5px;
    position: relative;
    top: -0.15em;
  }
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 35px 0;
  }
  .flogo {
    max-width: 230px;
  }
  .faddress p, .flinks li {
    font-size: 91%;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: clamp(0.75rem, 0.72rem + 0.1067vw, 0.8rem);
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 63px;
  height: 63px;
  background: linear-gradient(to top right, #0074db, #2aebfd);
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  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: 53px;
    height: 53px;
    right: 12px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド　========================================*/
.topslide {
  overflow: hidden;
  position: fixed;
  z-index: -9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.topslide::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.27;
}
/**/
.slide_items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide_items {
  position: absolute;
  z-index: -9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.slide_items img {
  object-fit: cover;
}
/**/
.slideimgheight {
  position: relative;
}
.slideimgheight, .slide_items img {
  width: 100%;
  height: 100vh;
  min-height: 660px;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.catchcopy p:first-of-type {
  line-height: 1.7;
  font-size: 50%;
  margin-bottom: 0;
}
.catchcopy br.spblock {
  display: none;
}
@media (max-width: 1190px) {
  .slideimgheight, .slide_items img {
    height: calc(100vh - 30px);
  }
}
@media (max-width: 1150px) {
  .catchcopy {
    font-size: 5.2vw;
  }
}
@media (max-width: 550px) {
  .slideimgheight, .slide_items img {
    min-height: auto;
    height: calc(100vh - 50px);
  }
  .catchcopy {
    top: 48%;
    font-size: 7.1vw;
  }
  .catchcopy br.spblock {
    display: block;
  }
  .catchcopy p:first-of-type {
    font-size: 60%;
    margin-bottom: 10px;
  }
}
/* news =============================*/
.phplink {
  position: absolute;
  z-index: 5;
  bottom: -7px;
  right: 13px;
}
.phplink a {
  color: #fff !important;
}
/**/
.news {
  overflow: hidden;
  position: absolute;
  bottom: 33px;
  right: 13px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 565px;
  padding: 12px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
}
.news, .news a {
  color: #fff;
}
.news a:hover {
  opacity: 0.6;
}
/*title*/
.newstitle {
  text-align: center;
  padding: 0 20px 2px 0;
  margin-right: 13px;
  white-space: nowrap;
  font-size: clamp(0.97rem, 0.952rem + 0.064vw, 1rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  width: fit-content;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
/**/
.catName {
  display: none;
}
#newsWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#newsWrap ul#newsList {
  width: 100% !important;
}
#newsWrap ul#newsList li {
  font-size: 90%;
  display: flex;
  width: fit-content;
  max-width: 100%;
}
#newsWrap ul#newsList li .up_ymd {
  margin-right: 10px;
  font-size: 96%;
}
#newsWrap ul#newsList li .title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width:750px) {
  .phplink {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .news {
    display: block;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .newstitle {
    border-right: none;
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .news {
    padding: 7px;
  }
  #newsWrap ul#newsList li {
    padding-left: 2px;
  }
}
/* ごあいさつ　========================================*/
.welcome .flowtext {
  z-index: 1;
  bottom: 9%;
  opacity: 0.3;
}
.welcome {
  padding: 0;
  overflow: hidden;
  color: #fff;
}
.welcome .maintitle .mf {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*bg*/
.welcome::before, .welcome::after {
  content: '';
  width: 95%;
  height: 88%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.welcome::before {
  background: url(../img/welcomebg.webp);
  background-size: cover;
  background-position: 80% 50%;
  z-index: -2;
}
.welcome::after {
  background: linear-gradient(to top right, #0074db, #2aebfd);
  opacity: 0.55;
  z-index: -1;
}
/*flex*/
.welcome .flexbox {
  flex-wrap: nowrap;
}
/*img*/
.human {
  width: 50%;
}
.human img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
/*text*/
.wtext {
  position: relative;
  z-index: 2;
  padding: 130px 0 50px;
  max-width: 788px;
  margin-right: auto;
  margin-left: 5%;
  width: 65%;
}
.welcome .inner {
  max-width: 1550px;
}
/* TOP修正 ==========================*/
.welcome_text {
  max-width: 924px;
  margin: auto;
  padding: 100px 0;
}
.welcome::before, .welcome::after {
  content: '';
  width: 95%;
  height: 88%;
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.welcome .flowtext {
  top: auto !important;
  bottom: 11% !important;
}
@media (max-width: 1750px) {
  .welcome .inner {
    /*width: 100%;*/
  }
  .human {
    width: 80vw;
  }
  .wtext {
    padding: 150px 0 50px;
    margin-left: 135px;
  }
}
@media (max-width: 1460px) {
  .welcome {
    padding: 90px 0;
  }
  .welcome .inner {
    width: 88%;
  }
  .welcome::before, .welcome::after {
    width: 100%;
    height: 83%;
  }
  .welcome::after {
    background: linear-gradient(to bottom right, #0074db, #2aebfd);
  }
  .welcome .flexbox {
    display: block;
  }
  .welcome .maintitle {
    text-align: center;
  }
  .human {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 28vw;
    margin-bottom: 30px;
  }
  .human img {
    z-index: 2;
    position: absolute;
    top: 53%;
    right: 6%;
    transform: translateY(-50%);
    width: 38%;
  }
  .human::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/welcomebg.webp);
    background-size: cover;
    background-position: 80% 50%;
  }
  /*
  .welcome .flowtext {
    bottom: auto;
    top: 35%;
    opacity: 0.6;
  }
  */
  .wtext {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 965px;
  }
  .welcome_text {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .human {
    height: 40vw;
  }
  .human img {
    width: 58%;
    right: 2%;
  }
}
@media (max-width: 750px) {
  .human {
    height: 65vw;
  }
  .human img {
    width: 88%;
  }
}
@media (max-width: 550px) {
  .welcome::after {
    background: linear-gradient(to top right, #0074db, #2aebfd);
  }
  .welcome {
    padding: 50px 0;
  }
  .welcome .flowtext {
    top: 15%;
  }
  .welcome .flowtext {
    bottom: 30px !important;
  }
}
/* TOP修正 背景 */
.welcome::before, .welcome::after {
  height: 100%;
  width: 100%;
}
/* 事業内容　========================================*/
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 30px !important;
  }
}
/*img*/
.decoimgwrap {
  position: relative;
}
.decoimgwrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/deco01.svg) no-repeat;
  background-size: contain;
  background-position: center right;
  z-index: -2;
}
.decoimgwrap::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/deco02.svg);
  background-repeat: no-repeat;
  background-position: bottom right 5%;
  background-size: 30%;
  z-index: 1;
}
.decoimg {
  position: relative;
  padding-bottom: 10%;
  width: 76% !important;
}
.decoimg div:nth-child(1) {
  width: 69%;
  margin-left: auto;
}
.decoimg div:nth-child(2) {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 45%;
}
@media (max-width: 750px) {
  .services .deco {
    top: auto;
    right: auto;
    width: 120vw;
    bottom: -5vw;
    left: -75vw;
    transform: scale(1.1, 0.8) scaleX(-1);
  }
  .decoimgwrap {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120% !important;
  }
  .decoimg {
    padding-top: 15px;
    width: 79% !important;
  }
  .services .SP_dc_title.maintitle {
    margin-bottom: 17px !important;
  }
}
/* 切磋琢磨に共に仕事をしていただける人を募集！　========================================*/
.recruit .deco {
  z-index: 1;
}
.recruit {
  padding: 0;
  overflow: hidden;
}
.recruit::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #0074db, #2aebfd);
  /*opacity: 0.6;*/
  opacity: 0;
  mask-image: linear-gradient(to right, #000 1%, transparent 55%);
  -webkit-mask-image: linear-gradient(to right, #000 1%, transparent 55%);
}
/*背景アニメ*/
/* -----------------------------------------------
/* Author : Chris Smith
/* MIT license: http://opensource.org/licenses/MIT
/* CodePen : https://codepen.io/chris22smith/pen/RZogMa
/* ----------------------------------------------- */
.bg {
  animation: slide 40s infinite alternate;
  background-image: linear-gradient(-60deg, #b8f0ff 50%, #8c9bff 50%);
  bottom: 0;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
}
.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 22s;
}
.bg3 {
  animation-duration: 23s;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.bg, .bg2, .bg3 {
  opacity: 0;
}
/*img*/
.recimgs {
  width: 100%;
  display: flex;
  height: 650px;
}
.recimgs div:nth-child(1), .recimgs div:nth-child(3) {
  display: flex;
  width: 25%;
}
.recimgs div:nth-child(1) img, .recimgs div:nth-child(3) img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.recimgs div:nth-child(2) {
  width: 50%;
}
.recimgs div:nth-child(2) img {
  object-fit: cover;
  width: 100%;
  height: calc(100% /2);
}
.recimgs div:nth-child(2) div {
  display: contents;
}
/**/
.recimgs div img.flowup {
  transform: translateY(0) !important;
}
/*text*/
.recbox {
  max-width: 752px;
  width: 47%;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 5;
}
.recbox .flowup {
  background: rgba(255, 255, 255, 0.88);
  padding: 40px 0;
}
@media (max-width: 1285px) {
  .recruit {
    padding: 130px 0;
  }
  .recruit .maintitle {
    text-align: center;
  }
  .recbox {
    width: 88%;
    margin: auto;
    position: initial;
    transform: translateY(0);
  }
  .bg, .bg2, .bg3 {
    /*opacity: 0.2;*/
    opacity: 0;
  }
  .recruit::after {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .bg, .recruit::after {
    z-index: -1;
  }
  .recimgs {
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .recimgs div:nth-child(1), .recimgs div:nth-child(2), .recimgs div:nth-child(3) {
    width: calc(100% /3);
  }
}
@media (max-width: 750px) {
  .recimgs {
    flex-wrap: wrap;
  }
  .recimgs div:nth-child(1), .recimgs div:nth-child(3) {
    width: 50%;
  }
  .recimgs div:nth-child(2) {
    width: 100%;
    display: contents;
  }
  .recimgs div:nth-child(2) div {
    display: block;
    width: 50%;
  }
  .recimgs div:nth-child(2) img {
    height: 100%;
  }
}
@media (max-width: 550px) {
  .recruit {
    padding: 45px 0;
  }
  .recbox {
    /*margin-top: 150px;*/
  }
  .recbox .flowup {
    padding: 30px 0 35px;
  }
}
/* 施工実績　========================================*/
.main-slideWrapper .flowtext {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
/*text*/
.scrollarea_title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scrollarea_title .flowup {
  position: relative;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px 50px;
}
.scrollarea_title .flowup::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: -1;
}
/*wrap*/
.main-slide {
  position: relative;
  display: flex;
}
.slide-item {
  display: flex;
}
.slide-item .item {
  width: 100vw;
  position: relative;
  height: 100vh;
  min-height: 800px;
}
.slide-item .item .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/*img*/
.item .text li {
  position: absolute;
}
/*
.item .text li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0.8;
}
*/
.item1 .item .text li img {
  object-fit: cover;
  width: 100%;
}
/**/
.item1 .item .text li:nth-child(1) {
  width: 24%;
  top: 0;
  left: 0;
}
.item1 .item .text li:nth-child(2) {
  width: 40%;
  top: 16%;
  right: -4%;
}
.item1 .item .text li:nth-child(3) {
  width: 30%;
  bottom: 9%;
  left: 29.2%;
}
/**/
.item2 .item .text li:nth-child(1) {
  width: 25.5%;
  top: 5%;
  left: 44%;
}
.item2 .item .text li:nth-child(2) {
  width: 28%;
  bottom: 5%;
  left: 11%;
}
.item2 .item .text li:nth-child(3) {
  width: 25.5%;
  bottom: 5%;
  right: 1%;
}
/* SP slide */
.sp_slide {
  display: contents;
}
/* ↓ ========= 横スクロール無効時 slider ========= ↓ */
@media (max-width:1190px) {
  .main-slideWrapper {
    padding: 85px 0 100px;
  }
  .scrollarea_title {
    display: block;
    position: initial;
    transform: translate(0, 0);
    width: 88%;
    margin: auto;
    margin-bottom: 80px;
  }
  .scrollarea_title .flowup {
    padding: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .scrollarea_title .flowup::before {
    content: none;
  }
  .main-slide {
    display: block;
  }
  .slide-item .item {
    height: auto;
    min-height: auto;
    width: 100%;
    display: contents;
  }
  .slide-item .item .text {
    position: initial;
    transform: translate(0, 0);
    height: auto;
    display: contents;
  }
  .sp_slide {
    display: block;
  }
  .item .text img.flowup {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .item .text li::before {
    content: none;
  }
  .item .text li {
    position: initial;
    width: 100% !important;
    margin-right: 20px;
  }
  .item .text .slick-slide img {
    object-fit: cover;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .main-slideWrapper .slick-track {
    display: flex !important;
    align-items: center;
  }
  .main-slideWrapper .slick-initialized .slick-slide {
    display: contents !important;
  }
}
@media (max-width:550px) {
  .main-slideWrapper {
    padding: 50px 0 60px;
  }
  .scrollarea_title {
    margin-bottom: 50px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 165px 0 80px;
  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.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 35%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.5;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.85rem, 1.46rem + 1.3867vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media(max-width:1070px) {
  .fv {
    padding: 110px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 75px 0 30px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
}
.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;
  }
}
/* 事業内容ページ ===========================================================================================================*/
@media(max-width:420px) {
  .fontsize_sp {
    white-space: nowrap;
    font-size: 3.8vw;
  }
}
/* 各事業内容 */
.mgt {
  margin-top: 20px;
}
@media(max-width:550px) {
  .mgt {
    margin-top: 17px;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #1fbcf5;
  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:750px) {
  .servicePage section .inner {
    display: flex;
    flex-direction: column;
  }
  .servicePage section .flexbox, .servicePage section .flexbox .w48:last-of-type {
    display: contents;
  }
  .servicePage section .mtitle {
    order: -1;
  }
  .servicePage section .flexbox .spmgb {
    margin-bottom: 17px;
  }
}
/* 対応エリア */
.area .inner {
  max-width: 890px;
}
.areaimg {
  width: 40%;
}
.areatext {
  width: 52%;
}
.area p {
  padding: 10px;
  background: #fff;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
}
.area p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  color: #1fbcf5;
  margin-right: 5px;
}
@media(max-width:750px) {
  .areaimg {
    width: 75% !important;
    margin: auto;
    margin-bottom: 30px;
  }
  .areatext {
    width: 100%;
  }
}
/* 採用情報ページ ===========================================================================================================*/
/* 求める人材 */
.requirements {
  padding: 50px 0;
  overflow: hidden;
  color: #fff;
}
.requirements .maintitle .mf {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*bg*/
.requirements::before, .requirements::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.requirements::before {
  background: url(../img/requirements.webp);
  background-size: cover;
  background-position: 60% 50%;
  z-index: -3;
}
.requirements::after {
  background: linear-gradient(to bottom left, #0074db, #2aebfd);
  opacity: 0.8;
  z-index: -2;
}
/*text*/
.reqtext p {
  text-align: center;
  font-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
}
@media (max-width: 1540px) {
  .reqtext p {
    text-align: left;
  }
  .reqtext p br {
    display: none;
  }
}
/*img*/
.reqimgs {
  position: relative;
}
.reqimgs img {
  position: absolute;
  object-fit: cover;
}
.reqimgs img:nth-child(1) {
  top: 0;
  left: 9%;
  width: 51%;
}
.reqimgs img:nth-child(2) {
  top: 11%;
  right: 0;
  width: 35%;
}
.reqimgs img:nth-child(3) {
  bottom: 24%;
  left: 4%;
  width: 35%;
}
.reqimgs img:nth-child(4) {
  bottom: 9%;
  right: 4%;
  width: 51%;
}
.reqimgs img:nth-child(5) {
  bottom: 0;
  left: 0;
  width: 25%;
}
@media (min-width: 2000px) {
  .reqimgs {
    height: 565px;
  }
}
@media (max-width: 1999px) {
  .reqimgs {
    height: 37vw;
  }
}
@media (max-width: 750px) {
  .requirements {
    padding: 45px 0;
  }
  .requirements .inner02 {
    width: 100%;
  }
  .reqimgs {
    height: 72vw;
    margin-top: 43px;
  }
  .reqtext {
    width: 88% !important;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .reqimgs {
    margin-top: 30px;
  }
}
/* 従業員からのコメント */
.interview .maintitle {
  margin-bottom: 43px;
}
.interview .flexbox {
  margin-bottom: 50px;
}
.interview .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.interview .flexbox p {
  margin-bottom: 20px;
}
.interview .flexbox p:last-of-type {
  margin-bottom: 0;
}
.interview .flexbox p span {
  display: block;
  padding: 2px 10px 3px;
  background: #1fbcf5;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-bottom: 8px;
}
@media(max-width:750px) {
  .interview .flexbox img {
    margin-bottom: 10px;
  }
  .interview .flexbox p span {
    font-size: 95%;
  }
}
@media(max-width:550px) {
  .interview .maintitle {
    margin-bottom: 33px;
  }
  .interview .flexbox {
    margin-bottom: 37px;
  }
  .interview .flexbox p span {
    width: 140px;
  }
}
/* 株式会社Shibuyaの会社雰囲気 */
.environment {
  padding: 90px 0 70px;
}
.environment .inner {
  max-width: 1500px;
  width: 95%;
}
.environment .flexbox {
  justify-content: flex-start;
}
.e_photo {
  width: 30%;
  margin: 0 1.6% 30px;
}
.e_photo p {
  width: 95%;
  margin: -15px auto 0;
  position: relative;
  background: #1fbcf5;
  color: #fff;
  padding: 12px 15px 15px;
}
.e_photo p::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom: 15px solid #1fbcf5;
  z-index: 1;
}
.e_photo p span {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:1160px) {
  .e_photo {
    width: 46.8%;
  }
}
@media(max-width:750px) {
  .environment .inner {
    width: 88%;
  }
  .environment {
    padding: 90px 0 100px;
  }
  .e_photo {
    width: 100%;
    margin: 0 0 35px;
  }
  .e_photo:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .environment .maintitle {
    margin-bottom: 35px;
  }
  .environment {
    padding: 50px 0 60px;
  }
}
/* slider */
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 68.9%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 募集内容 */
.outline .inner {
  max-width: 1180px;
}
/*応募情報*/
.information {
  margin-top: 65px;
}
@media(max-width:550px) {
  .information {
    margin-top: 45px;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 理念 */
.conflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*text*/
.context {
  width: 35%;
}
.context .fitc {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}
.context .fitc .spblock {
  display: none;
}
/*img*/
.conimgwrap {
  width: 30%;
  position: relative;
}
.conimg img {
  object-fit: cover;
  width: 100%;
  height: 430px;
}
@media (max-width: 1770px) {
  .context .fitc {
    font-size: 2.1vw;
  }
}
@media (max-width: 1250px) {
  .context {
    width: 50%;
  }
  .conimgwrap {
    width: 25%;
  }
  .context .fitc {
    font-size: 2.8vw;
  }
}
@media (max-width: 950px) {
  .vision .flowtext {
    bottom: 63vw;
  }
  .context .fitc {
    font-size: 1.9rem;
  }
  .conflex {
    flex-direction: column;
  }
  .conimgwrap {
    width: 75%;
    order: 1;
  }
  .conimgwrap:first-child {
    margin-left: auto;
  }
  .conimgwrap:last-child {
    margin-right: auto;
    margin-top: 25px;
  }
  .context {
    width: 89%;
    margin: 0 auto 60px;
  }
  .conimg img {
    height: auto;
  }
}
@media (max-width: 550px) {
  .context .fitc .spblock {
    display: block;
  }
  .context .fitc .spnone {
    display: none;
  }
  .vision .flowtext {
    bottom: 71vw;
  }
  .context {
    margin-bottom: 40px;
  }
  .context .fitc {
    font-size: 1.5rem;
    line-height: 1.7;
    white-space: normal;
  }
  .context .fitc br {
    display: none;
  }
}
/* 代表あいさつ */
.greeting {
  padding: 0;
  overflow: hidden;
  color: #fff;
}
.greeting .maintitle .mf {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*bg*/
.greeting::before, .greeting::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.greeting::before {
  background: url(../img/greeting.webp);
  background-size: cover;
  background-position: 80% 50%;
  z-index: -2;
}
.greeting::after {
  background: linear-gradient(to top right, #0074db, #2aebfd);
  opacity: 0.65;
  z-index: -1;
}
/*img*/
.grimg {
  position: relative;
  display: flex;
  overflow: hidden;
}
.grimg img {
  object-fit: cover;
  width: 100%;
}
.grimg img:nth-child(1), .grimg img:nth-child(2), .grimg img:nth-child(3) {
  position: absolute;
  height: calc(100% / 3 + 6%);
}
.grimg img:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.grimg img:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  clip-path: polygon(100% 20%, 100% 100%, 0 80%, 0 0);
  height: calc(100% / 3 + 13%);
}
.grimg img:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*text*/
.grtext {
  padding: 90px 0;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
@media (max-width: 1000px) {
  .greeting .inner {
    width: 100%;
  }
  .grtext {
    width: 48%;
    margin: auto;
  }
}
@media (max-width: 750px) {
  .grimg {
    height: 125vw;
  }
  .grtext {
    width: 88% !important;
  }
}
@media (max-width: 550px) {
  .grtext {
    padding: 45px 0 50px;
  }
}
/* 会社概要 */
.about .inner {
  max-width: 1130px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  background: #f7f7f7;
  width: 35%;
  border-right: 2px solid #e8e8e8;
  font-weight: 500;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/* アクセス */
.map {
  margin-top: 65px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width:550px) {
  .map {
    margin-top: 45px;
  }
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ===============================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec section .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 750px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
.tels .maintitle {
  margin-bottom: 35px;
}
/*box*/
.telbox {
  background: #fff;
  padding: 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: clamp(1.55rem, 1.37rem + 0.64vw, 1.85rem);
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  min-width: 252px;
}
.friending.telbox a {
  font-size: clamp(1.45rem, 1.27rem + 0.64vw, 1.75rem);
}
.telbox a i {
  color: #1fbcf5;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox a span {
  font-size: 60%;
  position: relative;
  top: -3px;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 45px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
  font-size: 102%;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #1fbcf5;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 955px) {
  .telbox a {
    min-width: auto;
  }
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 94%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #1fbcf5;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #1fbcf5;
  color: #1fbcf5 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  width: 270px;
  padding: 23px 0;
  transition: .4s;
  color: #fff;
  background: #1fbcf5;
  border: 1px solid #1fbcf5;
}
.mailform button:hover {
  color: #1fbcf5;
  background: #fff;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
.mails .stitle {
  margin-bottom: 7px;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #1fbcf5;
  border-bottom: 3px solid #1fbcf5;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 35px;
  }
  .mailform button {
    width: 210px;
    padding: 15px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(0.95rem, 0.325rem + 2vw, 1.45rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #1fbcf5;
  color: #fff;
  line-height: 1.5;
}
.privacy .accordion-title {
  font-size: clamp(0.9rem, 0.275rem + 2vw, 1.4rem);
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-1px);
  color: #1fbcf5;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 90%;
  }
}