@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  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: 100px 0 115px;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 70px 0 80px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img, video {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff899;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.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: 45px;
  position: relative;
  line-height: 0.75;
  font-weight: 700;
  font-size: clamp(2.6rem, 2rem + 2.1333vw, 3.6rem);
  text-align: center;
}
.maintitle .mf {
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #0083ee;
}
.maintitle .sf {
  font-size: 47%;
  line-height: 1.55;
  color: #0083ee;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
}
/*02*/
.stitle {
  font-weight: 700;
  position: relative;
  border-radius: 5px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  line-height: 1.7;
  padding: 10px 8px 12px 10px;
  background: #f1f1f1;
  border-left: 7px solid #0083ee;
  color: #0083ee;
}
.bg_cream .stitle, .bg_gray .stitle {
  background: #0083ee;
  border-left: 7px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
/*03*/
.mtitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.mtitle .en {
  text-transform: uppercase;
  display: block;
  font-size: 73%;
  color: #0083ee;
}
.mtitle:first-letter {
  color: #0083ee;
}
.mtitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #0083ee;
}
/* ボタン */
.mainbtn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 275px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 100px;
  font-weight: 700;
}
section .mainbtn a {
  box-shadow: 5px 5px 0px 0px #59b5ff;
}
.mainbtn a:hover {
  color: #0083ee;
  background: #e8e8e8;
}
section .mainbtn a:hover {
  transform: scale(1.05);
  box-shadow: none !important;
}
.mainbtn a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #3da8ff, #004fe3);
  transition: .4s all;
  z-index: -1;
}
.mainbtn a:hover::before {
  opacity: 0;
}
section .mainbtn a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 110%;
  transition: .4s all;
  z-index: 2;
}
section .mainbtn a:hover::after {
  right: 10px;
}
/**/
.tbtn {
  margin-top: 35px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 20px 0;
    min-width: auto;
    max-width: 230px;
    width: 100%;
  }
  section .mainbtn a {
    box-shadow: 4px 4px 0px 0px #59b5ff;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* 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;
  }
  .spmgb02 {
    margin-bottom: 17px;
  }
}
/* 幅 */
.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%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background ==================*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_cream::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff9e6;
  z-index: -100;
}
/* ライトアップ ================*/
.bg_gradiation::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #3da8ff, #004fe3);
  z-index: -100;
}
/* ライト */
.light::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/light.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  mask-image: linear-gradient(to top, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 20%, #000 50%, transparent 100%);
  background-size: cover;
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 2.3s;
}
.inview.light::before {
  opacity: 0.45;
}
@media (max-width: 750px) {
  .inview.light::before {
    opacity: 0.05;
  }
}
/* 星空の背景のスタイル */
.stars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* 星空の横幅 */
  height: 96%; /* 星空の縦幅 */
  z-index: -1;
  opacity: 0.27;
  overflow: hidden;
}
/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}
/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 1095px) {
  .stars {
    display: none;
  }
}
/* アニメーション ==============*/
/* 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.65s;
}
.delay02 {
  transition-delay: 0.8s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.35s !important;
  }
}
/* popup */
.popup {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.popup.inview {
  opacity: 1;
  transform: scale(1);
}
/* fluid animation */
.rounded01 img, .rounded01 video {
  animation: fluid-animation 23s 0s infinite normal;
}
.rounded02 img, .rounded02 video {
  animation: fluid-animation02 23s 0s infinite normal;
}
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
  }
  50% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
  }
}
@keyframes fluid-animation02 {
  0%, 100% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
  }
  50% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
  }
}
/**/
.yura {
  transform-origin: center bottom;
  animation: yurayura 5s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
  width: 19% !important;
  max-width: 210px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/*位置*/
.tl, .tr {
  top: -95px !important;
}
.bl, .br {
  bottom: -90px !important;
}
.tl, .bl {
  left: 10px !important;
}
.tr, .br {
  right: 5px !important;
}
/*wide*/
.wide {
  width: 39% !important;
  max-width: 260px !important;
}
.wide.bl, .wide.br {
  bottom: -43px !important;
}
@media (max-width: 750px) {
  .tl, .tr, .bl, .br {
    width: 32% !important;
    max-width: 200px !important;
  }
  .wide {
    width: 45% !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    max-width: 140px !important;
  }
  .tl, .tr {
    top: -15vw !important;
  }
  .bl, .br {
    bottom: -12vw !important;
  }
  .wide.bl, .wide.br {
    bottom: -15px !important;
  }
}
@media (max-width: 420px) {
  .tl, .tr {
    top: -16vw !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 34% !important;
  max-width: 190px !important;
}
.psr .wide {
  width: 40% !important;
  max-width: 195px !important;
}
.psr .tl, .psr .tr {
  top: -4% !important;
}
.psr .bl, .psr .br {
  bottom: -5px !important;
}
.psr .tr, .psr .br {
  right: -10px !important;
}
.psr .tl, .psr .bl {
  left: -10px !important;
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  padding-top: 17px;
}
.header_pc {
  width: 98%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header h1, .header_pc nav {
  pointer-events: auto;
}
/* logo */
.header h1 {
  line-height: 1;
  width: 315px;
}
.header h1 a {
  display: flex;
}
/* menu */
.header_pc nav {
  display: flex;
  align-items: center;
}
.header_pc ul {
  width: fit-content;
  border-radius: 50px;
  padding: 10px 30px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 5%) 0px 2px 8px 0px;
  display: flex;
  text-align: center;
}
.header_pc ul li {
  width: fit-content;
  margin-right: 30px;
  position: relative;
}
.header_pc ul li:last-child {
  margin-right: 0;
}
.header_pc ul a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  padding: 5px 0;
  color: #333;
  line-height: 1.5;
  font-size: 1.05rem;
  white-space: nowrap;
}
.header_pc ul a span {
  text-transform: uppercase;
  color: #0083ee;
  display: block;
  font-size: 70%;
}
.header_pc ul a:hover {
  opacity: 0.6;
}
/*btn*/
.header_item {
  width: fit-content;
  display: flex;
  font-size: 1.15rem;
  margin-left: 10px;
}
.header_item a {
  min-width: auto;
  padding: 18px 0;
  width: 200px;
}
.header_item a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: .4s all;
  z-index: -2;
}
.header_item a:hover::after {
  background: #e8e8e8;
}
@media (max-width:1410px) {
  .header h1 {
    width: 22vw;
  }
  .header_pc ul {
    padding: 0.6vw 1.9vw;
  }
  .header_pc ul li {
    margin-right: 1.8vw;
  }
  .header_pc ul a {
    font-size: 1.25vw;
  }
  .header_item {
    margin-left: 0.4vw;
  }
  .header_item a {
    width: 14vw;
    padding: 1.3vw 0;
    font-size: 1.3vw;
  }
}
/* hamburger ================================= */
.header__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  display: none;
  z-index: 9997;
}
.hamburger {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  z-index: 9998;
  border: none;
  background-color: transparent;
  position: absolute;
  pointer-events: auto;
  transition: .35s all;
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #0083ee;
  border-radius: 10px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}
/**/
.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(0deg, rgba(0, 131, 238, 0.73), rgba(0, 131, 238, 0.73)), url(../img/hamburger.webp) no-repeat 17% 50%/cover;
  overflow-y: scroll;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  width: 84%;
  max-width: 500px;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
}
.global-navigation__list {
  margin-bottom: 27px;
}
.global-navigation__list li {
  margin-bottom: 5px;
  border-bottom: 1px dashed #c9c9c9;
}
.global-navigation__list li a {
  font-size: 1.05rem;
  padding: 14px 5px;
  display: block;
  color: #fff;
  position: relative;
}
.global-navigation__list li a span {
  text-transform: uppercase;
  display: block;
  font-size: 75%;
}
.global-navigation__list li a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn a {
  font-size: 1rem;
  background: #fff;
  color: #0083ee;
}
.global-navigation .mainbtn a::before {
  content: none;
}
@media (max-width:1090px) {
  .header {
    position: sticky;
    padding: 17px 20px;
    pointer-events: auto;
    background: #fff;
  }
  .header_pc {
    width: 100%;
  }
  .header_pc nav {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header h1 {
    width: 275px;
  }
  .hamburger {
    top: 7px;
    right: 10px;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 14px 10px;
  }
  .header h1 {
    width: 220px;
  }
  .hamburger {
    top: -2px;
    right: -4px;
  }
  .global-navigation__list li a {
    font-size: 1rem;
  }
  .global-navigation .mainbtn a {
    font-size: 0.95rem;
  }
}
/* footer ================================================*/
/* お問い合わせ */
.footer_contact {
  position: relative;
  padding: 80px 0;
  clip-path: ellipse(130% 100% at top);
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #3da8ff, #004fe3);
  z-index: -100;
}
.footer_contact p, .footer_contact .sf {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.7), 0 0 4px rgba(0, 131, 238, 0.5);
}
/**/
.footer_contact .fitc {
  max-width: 702px;
  text-align: center;
  margin-bottom: 20px;
}
/*btns*/
.fbtns {
  text-align: center;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
}
.fbtns a {
  display: inline-block;
  margin: 8px 6px;
  color: #0083ee;
  background: #fff;
  border-radius: 100px;
  padding: 25px 0;
  width: calc(100% - 12px);
  max-width: 350px;
  box-shadow: 5px 5px 0px 0px #59b5ff;
}
.fbtns a:hover {
  transform: scale(1.03);
  box-shadow: none !important;
}
.fbtns a:last-of-type {
  font-size: 90%;
}
@media (max-width: 810px) {
  .footer_contact {
    clip-path: ellipse(190% 100% at top);
  }
  .footer_contact .fitc {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 45px 0;
  }
  .fbtns a {
    box-shadow: 4px 4px 0px 0px #59b5ff;
  }
}
/* 情報 */
.footer_address {
  padding: 45px 0 50px;
  overflow: hidden;
}
/*logo*/
.flogo {
  display: block;
  width: 90%;
  max-width: 325px;
  margin: 0 auto 7px;
}
.footer_address p {
  text-align: center;
  font-size: 103%;
  margin-bottom: 0;
}
/*links*/
.fnav {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 95%;
  margin: 30px auto 0;
}
.fnav li {
  width: fit-content;
  text-align: center;
  border-right: 1px dashed #c9c9c9;
}
.fnav li:last-of-type {
  border-right: none;
}
.fnav li a {
  font-size: 1.02rem;
  padding: 3px 28px;
  display: block;
  color: #333;
  white-space: nowrap;
}
.fnav li a:hover {
  color: #0083ee;
}
/*copyright*/
.copyright {
  border-top: 2px solid #f2f2f2;
  text-align: center;
  padding: 15px 0 20px;
}
@media (max-width: 1115px) {
  .fnav li a {
    font-size: 1.65vw;
    padding: 3px 2.7vw;
  }
}
@media (max-width: 850px) {
  .flogo {
    max-width: 295px;
  }
  .footer_address p {
    font-size: 100%;
  }
  .fnav {
    display: block;
    width: 84%;
    max-width: 450px;
    margin-top: 23px;
  }
  .fnav li {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: 1px dashed #c9c9c9;
  }
  .fnav li a {
    font-size: 100%;
    padding: 10px 0;
  }
  .fnav li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 7px;
    color: #0083ee;
  }
  .fnav li:first-of-type a {
    padding-top: 0 !important;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 40px 0 45px;
  }
  .flogo {
    max-width: 240px;
  }
  .fnav li a {
    font-size: 95%;
  }
  .copyright {
    font-size: 0.87rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background: linear-gradient(to top right, #3da8ff, #004fe3);
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 55px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド =====================================================*/
/* 波 */
.scanvas {
  position: absolute;
  z-index: 1;
  bottom: -68px;
  left: 0;
  width: 100%;
  line-height: 0;
}
/**/
.topslide {
  overflow: hidden;
  position: relative;
}
/* img */
.slide_items img {
  position: relative;
  margin: auto;
  height: 60vw;
  max-height: 850px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@media (max-width: 1090px) {
  .slide_items img {
    max-height: 100%;
    height: 520px;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: 110vw;
  }
}
.topslide .deco {
  position: absolute;
  bottom: 5px;
  right: 1%;
  width: 30%;
  max-width: 250px;
  z-index: 2;
}
/*
.topslide .slick-slide:not(.n_anim) .deco img {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.95s;
}
.topslide .slick-slide:not(.n_anim).slick-current .deco img {
  opacity: 1;
  transform: scale(1);
}
@media(max-width:550px) {
  .topslide .deco {
    width: 38%;
    right: -6%;
  }
}

.topslide {
  overflow: hidden;
  position: relative;
  padding-top: 15px;
}
.slide_items img.rounded {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 650px;
  animation: fluid-animation02 25s 0s infinite normal;
}

.slide_items .slick-slide {
  pointer-events: none;
  transform: scale(0.8);
  transition: all .8s;
}
.slide_items .slick-center {
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
*/
.catchcopy {
  position: absolute;
  bottom: 75px;
  left: 2.5%;
  font-size: 3.1rem;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.4;
  color: #fff;
}
.catchcopy span {
  border-radius: 10px;
  margin-bottom: 2.2%;
  display: block;
  background: linear-gradient(to right, #3da8ff, #004fe3);
  padding: 5px 10px;
  width: fit-content;
  box-shadow: 6px 6px 0px 0px #59b5ff;
}
@media (max-width:1090px) {
  /*
  .slide_items img.rounded {
    min-height: auto;
    height: 55vw;
  }

  .topslide {
    padding-top: 0;
  }
	*/
  .catchcopy {
    font-size: 2.6rem;
  }
}
/*
@media (max-width:1050px) {
  .slide_items img.rounded {
    height: 65vw;
  }
  .topslide {
    padding-top: 30px;
  }
}
*/
@media (max-width:750px) {
  /*
  .slide_items img.rounded {
    height: 80vw;
  }
	.catchcopy {
    position: initial;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 7vw;
  }
	*/
  .catchcopy {
    font-size: 7vw;
    bottom: 50px;
  }
}
@media (max-width:550px) {
  /*
  .slide_items img.rounded {
    animation: fluid-animation02 18s 0s infinite normal;
  }
	*/
  .catchcopy span {
    box-shadow: 3px 3px 0px 0px #59b5ff;
  }
}
/* ごあいさつ ===================================================*/
.welcome .inner {
  max-width: 1340px;
}
.welcome p, .welcome .sf {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.7), 0 0 4px rgba(0, 131, 238, 0.5);
}
.welcome p {
  margin-bottom: 20px;
}
.welcome p:last-of-type {
  margin-bottom: 0 !important;
}
.welcome video {
  object-fit: cover;
  width: 100%;
  height: 410px;
}
@media (max-width:1265px) {
  .welcome p {
    margin-bottom: 10px;
  }
}
@media (max-width:750px) {
  .welcome video {
    height: 65vw;
  }
}
/* 事業内容 =====================================================*/
.services .inner {
  max-width: 1157px;
}
.services .fitc {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width:1015px) {
  .services .fitc {
    text-align: left;
  }
}
@media (max-width:550px) {
  .services .fitc {
    margin-bottom: 37px;
  }
}
/**/
#tm_container {
  display: flex;
  justify-content: space-between;
}
#tm_container .tm_picture {
  position: relative;
  width: 58%;
}
#tm_container .tm_picture .img {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: auto;
  pointer-events: none;
  transition: 0.4s;
}
#tm_container .tm_picture .img > img:first-of-type {
  display: block;
  width: 100%;
  max-width: 630px;
  margin: auto;
  animation: fluid-animation02 23s 0s infinite normal;
}
#tm_container .tm_picture .deco {
  position: absolute;
  object-fit: contain;
  width: 26%;
  height: 251px;
  z-index: 1;
}
#tm_container .tm_picture .img:nth-child(2n) .deco {
  bottom: 0;
  right: 0;
}
#tm_container .tm_picture .img:nth-child(2n) .deco:first-of-type {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
}
#tm_container .tm_picture .img:nth-child(2n+1) .deco {
  bottom: 0;
  left: 0;
}
#tm_container .tm_picture .img:nth-child(2n+1) .deco:first-of-type {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
#tm_container .tm_picture .img.item02, #tm_container .tm_picture .img.item03, #tm_container .tm_picture .img.item04, #tm_container .tm_picture .img.item05 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#tm_container ul.tm_list {
  width: 39%;
}
#tm_container ul.tm_list li {
  position: relative;
  width: 85%;
  margin-bottom: 20px !important;
}
#tm_container ul.tm_list li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #0083ee;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: 700;
  clip-path: polygon(4% 0, 96% 0, 100% 14%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 14%);
  border: 4px solid #0083ee;
  transition: background-color 0.4s, color 0.4s, clip-path 0.1s;
}
#tm_container ul.tm_list li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 10px;
}
#tm_container ul.tm_list li a:hover {
  background-color: #fff;
  color: #0083ee;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}
#tm_container ul.tm_list li:nth-child(even) {
  margin: 0 0 0 auto;
  transform: rotate(3deg);
}
#tm_container.item02 .tm_picture .img.item01, #tm_container.item03 .tm_picture .img.item01, #tm_container.item04 .tm_picture .img.item01, #tm_container.item05 .tm_picture .img.item01 {
  opacity: 0;
}
#tm_container .tm_picture .img.item02, #tm_container .tm_picture .img.item03, #tm_container .tm_picture .img.item04, #tm_container .tm_picture .img.item05 {
  opacity: 0;
}
#tm_container.item01 .tm_picture .img.item01, #tm_container.item02 .tm_picture .img.item02, #tm_container.item03 .tm_picture .img.item03, #tm_container.item04 .tm_picture .img.item04, #tm_container.item05 .tm_picture .img.item05 {
  opacity: 1;
}
@media (max-width: 975px) {
  #tm_container .tm_picture, #tm_container ul.tm_list {
    width: 48%;
  }
  #tm_container ul.tm_list li {
    font-size: 1.15rem;
  }
  #tm_container .tm_picture .deco {
    height: 24vw;
  }
  #tm_container .tm_picture .img:nth-child(2n) .deco {
    bottom: -4%;
    right: -6%;
  }
  #tm_container .tm_picture .img:nth-child(2n) .deco:first-of-type {
    bottom: auto;
    right: auto;
    top: -2%;
    left: -6%;
  }
  #tm_container .tm_picture .img:nth-child(2n+1) .deco {
    bottom: -2%;
    left: -6%;
  }
  #tm_container .tm_picture .img:nth-child(2n+1) .deco:first-of-type {
    bottom: auto;
    left: auto;
    top: -2%;
    right: -6%;
  }
}
@media (max-width: 750px) {
  #tm_container {
    display: block;
  }
  #tm_container .tm_picture, #tm_container ul.tm_list {
    width: 100%;
  }
  #tm_container .tm_picture {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  #tm_container ul.tm_list li a {
    padding: 20px 0;
    font-size: 1rem;
  }
  #tm_container .tm_picture .deco {
    width: 40%;
    height: 37vw;
  }
}
/* 対応エリア */
.area {
  max-width: 1026px;
  margin: 110px auto 0;
}
.areastr {
  font-size: clamp(1.35rem, 1.08rem + 0.96vw, 1.8rem);
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.areastr::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  color: #0083ee;
  margin-right: 7px;
}
.areaimg > img {
  display: block;
  width: 88%;
  margin-right: auto;
}
.areaimg .tr {
  width: 35% !important;
  max-width: 175px !important;
}
@media (max-width: 750px) {
  .areastr {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .area .spmgb {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .area {
    margin-top: 55px;
  }
}
/* 施工実績 =====================================================*/
.works .tbtn {
  margin-top: 60px;
}
.works .fitc {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 840px) {
  .works .fitc {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .works .fitc {
    margin-bottom: 37px;
  }
  .works .tbtn {
    margin-top: 35px;
  }
}
.p_slider ul .slick-slide {
  margin-left: 1% !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
  border-radius: 60px;
}
.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;
  }
  .p_slider ul li {
    border-radius: 30px;
  }
}
/* 土木作業員募集中！ ===========================================*/
.recbox {
  position: relative;
  padding: 55px 0;
  background: #fff;
  border-radius: 60px;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  border: 4px solid #fff6db;
}
/**/
.rec_image div {
  position: absolute;
  width: 26%;
  max-width: 275px;
}
.rec_image div img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  box-shadow: 5px 5px 0px 0px #59b5ff;
}
.rec_image div:nth-child(1) {
  top: -11%;
  right: -5%;
}
.rec_image div:nth-child(2) {
  bottom: -11%;
  left: -5%;
}
@media (max-width: 550px) {
  .rec_image div {
    width: 41%;
    max-width: 140px;
  }
  .rec_image div:nth-child(1) {
    top: -99px;
    right: -6%;
  }
  .rec_image div:nth-child(2) {
    bottom: -99px;
    left: -6%;
  }
  .rec_image div img {
    box-shadow: 4px 4px 0px 0px #59b5ff;
  }
}
/**/
.recstr {
  margin-bottom: 23px;
  font-size: clamp(1.15rem, 0.88rem + 0.96vw, 1.6rem);
  line-height: 1.7;
  color: #0083ee;
  text-align: center;
}
.sp_rec span {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  margin: 3.5px 5px;
  width: fit-content;
  background: linear-gradient(to right, #3da8ff, #004fe3);
  color: #fff;
}
/**/
.rec_illust {
  width: 97%;
  max-width: 380px;
  margin: 0 auto 20px;
}
@media (max-width: 1310px) {
  .recruit p.center {
    text-align: left;
  }
  .recruit p.center br {
    display: none;
  }
  .recruit p.fitc:not(.recstr) {
    width: 100%;
  }
}
@media (max-width: 795px) {
  .recstr {
    text-align: left;
  }
  .recstr br {
    display: none;
  }
}
@media (max-width: 1020px) {
  .sp_rec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 10px;
    width: fit-content;
    text-align: center;
  }
  .sp_rec span {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .recbox {
    padding: 55px 30px;
  }
  .recbox p.center {
    text-align: left;
  }
  .recbox p.center br {
    display: none;
  }
  .sp_rec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 13px;
    width: fit-content;
    text-align: center;
  }
  .sp_rec span {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
  }
  .recbox p.fitc:not(.recstr) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .recstr {
    margin-bottom: 13px;
  }
  .recbox {
    padding: 35px 15px;
    border-radius: 30px;
  }
}
/* コンテンツ ===================================================*/
/*link*/
.link {
  width: 47%;
  position: relative;
  height: fit-content;
}
.link .tr {
  top: 0 !important;
}
.link a {
  position: relative;
  display: block;
}
.link a img {
  transition: .8s all;
}
.link a:hover img {
  transform: scale(1.1);
}
.link a .clip {
  animation: fluid-animation 23s 0s infinite normal;
  overflow: hidden;
}
.link:nth-child(2n) a .clip {
  animation: fluid-animation02 23s 0s infinite normal;
}
/*title*/
.link h2 {
  pointer-events: none;
  line-height: 1.25;
  position: absolute;
  bottom: 11%;
  left: 0;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
  text-shadow: 2px 2px 0 #0083ee, -2px -2px 0 #0083ee, -2px 2px 0 #0083ee, 2px -2px 0 #0083ee, 0px 2px 0 #0083ee, 0 -2px 0 #0083ee, -2px 0 0 #0083ee, 2px 0 0 #0083ee;
}
.link h2 > span {
  display: block;
  font-size: 170%;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff !important;
  color: #0083ee;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .link h2 {
    bottom: 6%;
    text-shadow: 1px 1px 0 #0083ee, -1px -1px 0 #0083ee, -1px 1px 0 #0083ee, 1px -1px 0 #0083ee, 0px 1px 0 #0083ee, 0 -1px 0 #0083ee, -1px 0 0 #0083ee, 1px 0 0 #0083ee;
  }
  .link {
    width: 89% !important;
  }
  .link:last-of-type {
    margin-top: 30px;
    margin-left: auto;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  overflow: hidden;
  padding: 150px 0 110px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.9), 0 0 3px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.8), 0 0 4px rgba(0, 131, 238, 0.7), 0 0 4px rgba(0, 131, 238, 0.5);
}
.fv .inner {
  width: 97%;
}
.fv::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top right, #3da8ff, #004fe3);
  z-index: -100;
}
.fv.light::before {
  transition-delay: 0.4s;
}
.fv.light.inview::before {
  opacity: 0.45;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.6rem, 1.06rem + 1.92vw, 2.5rem);
  line-height: 1.5;
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1090px) {
  .fv {
    padding: 70px 0 110px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 55px;
  }
  .fv .scanvas {
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* breadcrumb */
.binner {
  line-height: 1.5;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 2;
  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;
}
/* 事業内容ページ ===========================================================================================================*/
.servicesPage .stitle {
  background: #0083ee;
  border-left: 7px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
@media(max-width:550px) {
  .servicesPage section {
    padding: 60px 0 !important;
  }
}
/*主な工事*/
.examples {
  margin-top: 45px;
}
.exmbox {
  background: #fff9e6;
  padding: 20px 25px;
  border-radius: 20px;
}
.bg_cream .exmbox, .bg_gray .exmbox {
  background: #fff;
}
/**/
.exmbox p {
  margin-bottom: 0;
}
.exmbox p span {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
.exmbox p span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0083ee;
  position: absolute;
  top: 0;
  left: 0;
}
/**/
.exmflex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exmflex .exmbox {
  width: 31.9%;
  margin: 0 0.7% 15px;
}
@media(max-width:1090px) {
  .tablet.exmflex .exmbox {
    width: 48.6%;
  }
}
@media(max-width:750px) {
  .exmflex {
    display: block;
  }
  .exmflex .exmbox {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .exmflex .exmbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .exmbox {
    padding: 15px 15px 17px;
  }
}
/* slider */
.contents_slider {
  animation: fluid-animation 23s 0s infinite normal;
  overflow: hidden;
}
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 施工実績ページ ===========================================================================================================*/
.experience .info_table th, .experience .info_table td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ct_wrap {
  margin-bottom: 45px;
}
.ct_wrap:last-child {
  margin-bottom: 0;
}
/* table sp*/
.spsctext {
  display: none;
  font-size: 87%;
}
@media (max-width:1105px) {
  .spsctext {
    display: block;
  }
  .ct_wrap .info_table {
    width: 1090px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .spnone {
    display: none;
  }
}
@media (max-width:550px) {
  .experience .maintitle {
    margin-bottom: 25px;
  }
  .ct_wrap .info_table {
    font-size: 90%;
  }
  .ct_wrap .info_table {
    width: 806px;
  }
}
/* 採用情報ページ ===========================================================================================================*/
.requirements .inner {
  max-width: 1098px;
}
.requirements .inner > .fitc {
  margin-bottom: 45px;
  color: #0083ee;
  text-align: center;
  font-size: clamp(1.07rem, 1.01rem + 0.2133vw, 1.17rem);
}
@media(max-width:715px) {
  .requirements .inner > .fitc {
    text-align: left;
  }
}
.recsbox {
  position: relative;
  padding: 45px 35px;
  background: #fff;
  border-radius: 60px;
  margin-top: 50px;
  text-align: center;
}
.recsbox .recstr {
  position: relative;
  margin-bottom: 17px;
  font-size: clamp(1.25rem, 1.04rem + 0.7467vw, 1.6rem);
}
@media(max-width:905px) {
  .recsbox {
    text-align: left;
  }
}
@media(max-width:550px) {
  .requirements .inner > .fitc {
    margin-bottom: 37px;
  }
  .recsbox {
    padding: 25px;
    border-radius: 30px;
  }
}
/* 働き方 */
.schedules .mtitle .ib {
  font-size: 70%;
}
.schedules .inner {
  max-width: 1040px;
}
/**/
.schedules_contents {
  position: relative;
}
.schedules_img {
  position: absolute;
  z-index: 3;
  width: 55%;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
}
.schedules_list {
  width: 52%;
  margin-right: auto;
}
@media(max-width:750px) {
  .schedules_list {
    width: 100%;
  }
  .schedules_img {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    margin-left: auto;
    margin-top: -30%;
  }
}
@media(max-width:550px) {
  .schedules_img {
    width: 100%;
    margin-top: 30px;
  }
}
/**/
.schedule {
  position: relative;
}
.schedule::before {
  content: "";
  width: 7px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule li {
  position: relative;
  margin-left: 35px;
  padding: 10px 15px;
  background: #fff9e6;
  margin-bottom: 10px;
  border-radius: 10px;
}
.schedule li::after, .schedule li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.schedule li::before {
  z-index: 1;
  width: 11px;
  height: 11px;
  background: #0083ee;
  border-radius: 50%;
  left: -37px;
}
.schedule li::after {
  width: 63px;
  border-bottom: 3px dotted #0083ee;
  position: absolute;
  left: -35px;
  top: 50%;
}
.schedule li i {
  color: #0083ee;
}
.time {
  border-radius: 5px;
  color: #fff;
  background: #0083ee;
  margin-right: 15px;
  width: 60px;
  display: inline-block;
  text-align: center;
}
/* 募集内容 */
.outline .inner {
  max-width: 1146px;
}
.ou_item {
  margin-bottom: 80px;
}
.ou_item:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:1090px) {
  .ou_item {
    margin-bottom: 65px;
  }
}
@media(max-width:550px) {
  .ou_item {
    margin-bottom: 55px;
  }
}
/* 会社概要／お問い合わせページ =============================================================================================*/
/* 理念 */
.philosophy .inner {
  max-width: 1101px;
}
.vbox {
  counter-reset: number 0;
}
.vbox > div {
  position: relative;
  counter-increment: number 1;
  background: #fff9e6;
  padding: 20px 25px;
  border-radius: 20px;
  width: 49%;
  margin-bottom: 17px;
  text-align: center;
}
.vbox > div h2 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 1.27rem + 0.64vw, 1.75rem);
  color: #0083ee;
  line-height: 1.4;
}
.vbox > div h2::before {
  content: "0"counter(number);
  display: block;
  text-align: center;
  margin: 0 auto 5px;
  font-size: 90%;
  letter-spacing: 0.12em;
}
@media(max-width:1025px) {
  .vbox > div {
    text-align: left;
  }
  .vbox > div br {
    display: none;
  }
}
@media(max-width:750px) {
  .vbox > div {
    width: 100%;
  }
  .vbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 代表あいさつ */
.greeting .inner {
  max-width: 1284px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
/* 会社概要 */
.overview .inner {
  max-width: 1100px;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}
.twflex > div {
  width: 48.5%;
}
.twflex > div:last-child {
  margin-top: 20px;
}
.twflex > div img, .twflex > div video {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
@media(max-width:1120px) {
  .twflex > div img, .twflex > div video {
    height: 34vw;
  }
}
@media(max-width: 550px) {
  .twflex {
    display: block;
    margin-bottom: 25px;
  }
  .twflex > div {
    width: 87%;
  }
  .twflex > div:last-child {
    margin-top: 15px;
    margin-left: auto;
  }
  .twflex > div img, .twflex > div video {
    height: 54vw;
  }
}
/*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;
}
.info_table th {
  background: #0083ee;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #0083ee;
}
/**/
.nado {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.acflex.acheck {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.acflex.acheck li {
  width: 49%;
}
@media (max-width: 950px) {
  .acflex.acheck.spblock li {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sptable.info_table td, .sptable.info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .sptable.info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .sptable.info_table td {
    padding-bottom: 10px !important;
  }
  .spblock {
    display: block;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0083ee;
  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;
}
/* アクセス */
.map {
  margin-top: 65px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせ =======================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 970px;
}
/**/
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 30px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  border-radius: 30px;
  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 {
  white-space: nowrap;
  font-size: clamp(1.65rem, 1.5rem + 0.5333vw, 1.9rem);
  color: #333;
}
.telbox a i, .telbox i {
  color: #0083ee;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.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: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0083ee;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1055px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -10px;
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.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: #0083ee;
  padding: 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #0083ee;
  background: #fff;
  border: 2px solid #0083ee;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.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 {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #0083ee;
  color: #fff;
  border: 2px solid #0083ee;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #0083ee;
  background: #fff;
}
/*チェックボックス*/
.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: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #0083ee;
  border-bottom: 3px solid #0083ee;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.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;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .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%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 0;
}
.accordionwrap {
  border-bottom: 2px solid #ddd;
}
.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;
  position: absolute;
  top: 0;
  left: -2px;
  color: #0083ee;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #0083ee;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #0083ee;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}