@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  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;
}
main section.stb {
  padding: 120px 0;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  body:not(.TopPage) main section:first-of-type {
    padding-top: 10px !important;
  }
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 25px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  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;
  font-weight: 700;
  font-size: clamp(2.6rem, 1.76rem + 2.9867vw, 4rem);
  text-align: center;
}
.maintitle span {
  display: inline-block;
}
.maintitle .mf {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #05a8f9;
  letter-spacing: 0.12em;
  line-height: 1.05;
}
.maintitle .sf {
  font-size: 35%;
  line-height: 1.55;
}
.txtmgb {
  margin-bottom: 25px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
}
/*02*/
.mtitle {
  position: relative;
  font-size: clamp(1.3rem, 1.09rem + 0.7467vw, 1.65rem);
  font-weight: 700;
  padding: 10px 13px;
  background: #fff;
  margin-bottom: 17px;
  border-radius: 10px;
  box-shadow: 5px 5px rgba(81, 86, 144, 0.13);
  color: #05a8f9;
  border: 3px solid #05a8f9;
}
.mtitle span {
  position: relative;
  padding-left: 17px;
}
.mtitle span:after, .mtitle span:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
  background: #05a8f9;
}
.mtitle span:after {
  bottom: 0;
  border-radius: 0 0 2px 2px;
}
.mtitle span:before {
  top: 0;
  opacity: 0.6;
  border-radius: 2px 2px 0 0;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.13);
}
.stitle .en {
  text-transform: uppercase;
  font-size: 75%;
  color: #05a8f9;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-right: 13px;
}
.stitle .en span {
  font-size: 105%;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #05a8f9;
}
.stitle.white {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.stitle.white::after {
  background: #fff;
}
/* ボタン */
.mainbtn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 260px;
  border-radius: 100px;
  background: linear-gradient(to top right, #058ff9, #47cbff);
  color: #fff;
  font-weight: 700;
}
.mainbtn a span::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  opacity: 0.6;
  border-radius: 100px;
  z-index: 1;
  pointer-events: none;
}
/* 丸 */
section .mainbtn a::after {
  content: '';
  padding: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: -100;
  background: #fff;
  transition: all 0.35s;
}
section .mainbtn a:hover::after {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.2);
}
/* 矢印 */
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 5%;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.7rem;
  transform: translate(-50%, -50%);
  color: #058ff9;
}
section .mainbtn a:hover::before {
  color: #fff;
  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: 35px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 1px 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 21px 0;
    width: 100%;
    max-width: 230px;
  }
  .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: 37px;
  }
  .spmgb.rounded {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1580px;
    width: 92%;
    margin: 0 auto;
  }
  .rounded img {
    border-radius: 25px;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w52 {
    width: 48%;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 25px 0 0 25px;
  }
  .inner02 .reverse .rounded img {
    border-radius: 0 25px 25px 0;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
  .inner02 .rounded img {
    border-radius: 25px !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.7%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #058ff9, #47cbff);
  z-index: -100;
}
.bg_lightblue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e0f9ff;
  opacity: 0.65;
  z-index: -100;
}
.wave::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/wave.svg) no-repeat;
  background-position: bottom 5px center;
  background-size: 100%;
}
.bg_blue.wave::before {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .wave::before {
    background-size: 130%;
    background-position: bottom 1px center;
  }
}
.white, .white span {
  color: #fff !important;
}
.textshadow {
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1);
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* 背景文字 */
.flowimg {
  height: 100px;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
  opacity: 0.89;
  pointer-events: none;
}
.bg_blue .flowimg {
  opacity: 0.15;
}
.flowimg::before, .flowimg::after {
  content: "K･T Co., Ltd. K･T Co., Ltd.";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 13rem;
  line-height: 1;
  z-index: -10;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #e0f9ff;
  pointer-events: none;
  display: inline-block;
  animation: flowimg 30s linear infinite;
}
.flowimg::before {
  left: 0;
}
.flowimg::after {
  left: 2700px;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2700px);
  }
}
@media (max-width: 550px) {
  .flowimg::before, .flowimg::after {
    content: "K･T Co., Ltd.";
    font-size: 8rem;
    animation: flowimg 20s linear infinite;
  }
  .flowimg::after {
    left: 835px;
  }
  @keyframes flowimg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-835px);
    }
  }
}
/* illust ========================*/
.psr {
  position: relative;
}
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
  width: 59% !important;
  max-width: 310px !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;
}
.psr .tl, .psr .tr {
  top: -10px !important;
}
.psr .bl, .psr .br {
  bottom: -10px !important;
}
.psr .tr, .psr .br {
  right: -10px !important;
}
.psr .tl, .psr .bl {
  left: -10px !important;
}
.whiteimg {
  filter: brightness(0) invert(1) drop-shadow(0 0 4px rgba(77, 205, 255, 0.3)) drop-shadow(0 0 4px rgba(77, 205, 255, 0.3)) drop-shadow(0 0 6px #4dcdff);
}
/* アニメーション =================*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px 0 16px;
  transition: .6s all;
}
.header::before, .header::after {
  content: '';
  width: 100%;
  height: 160%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
}
.header::before {
  background: #111;
  opacity: 0.02;
}
.header::after {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.header_pc {
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.header h1 {
  line-height: 1;
  width: 250px;
}
.header h1 a {
  display: flex;
}
.header h1 a img {
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgb(0 0 0 / 11%)) drop-shadow(0px 2.5px 3px rgb(0 0 0 / 15%)) drop-shadow(0px -2.5px 3px rgb(0 0 0 / 12%));
}
/* menu */
/*btn*/
.header_menu .btnflex {
  text-align: right;
  margin-bottom: 10px;
}
.header_menu .mainbtn a {
  font-size: 0.8rem;
  min-width: auto;
  width: 195px;
  padding: 12px 0;
}
.header_menu .btnflex a {
  margin: 0 3px;
}
.header_menu .btnflex a:hover {
  opacity: 0.6;
}
/*menu*/
.header_menu ul {
  display: flex;
}
.header_menu ul li {
  margin: 0 15px;
  text-align: center;
}
.header_menu ul li a {
  display: block;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 2px rgb(0 0 0 / 30%), 0 0 2px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 30%);
}
.header_menu ul li a:hover {
  opacity: 0.6;
}
.header_menu ul li a > span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 75%;
  color: #fff;
  text-shadow: 0 0 2px rgb(0 0 0 / 30%), 0 0 2px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 30%);
  transition: .4s all;
}
.TopPage .header_menu ul li a > span, .change .header_menu ul li a > span {
  color: #05a8f9;
  text-shadow: none;
}
/* 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__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;
  border-radius: 10px;
}
.TopPage .hamburger__line, .TopPage .hamburger__line:before, .TopPage .hamburger__line:after, .change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background-color: #05a8f9;
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #05a8f9 !important;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #05a8f9 !important;
}
.hamburger.-active .hamburger__line, .hamburger.-active .hamburger__line::before, .hamburger.-active .hamburger__line::after {
  filter: none;
}
.hamopen .header {
  position: fixed !important;
}
/*
.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: uppercase;
  letter-spacing: 0.1em;
  margin-left: 3px;
  color: #fff;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
  margin-left: 0;
}
*/
/**/
.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: #fff;
  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: 60px 0 110px;
}
.global-navigation__list {
  margin-bottom: 40px;
}
.global-navigation__list li {
  margin-bottom: 5px;
  border-bottom: 2px dotted #ddd;
}
.global-navigation__list li a {
  font-size: 1.17rem;
  padding: 14px 5px;
  display: block;
  color: #1a1a1a;
  position: relative;
}
.global-navigation__list li a span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 75%;
  color: #05a8f9;
}
.global-navigation__list li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  font-size: 85%;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: .4s;
  color: #05a8f9;
}
.global-navigation__list li a:hover::after {
  right: 2px;
}
.global-navigation .mainbtn a {
  font-size: 0.95rem;
}
@media (max-width:930px) {
  .header h1 {
    width: 235px;
  }
  .header {
    padding: 22px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_pc {
    display: contents;
  }
  .header_menu {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 550px) {
  .header h1 {
    width: 180px;
  }
  .header {
    padding: 18px 7px 20px;
  }
  .global-navigation__list li a {
    font-size: 1.08rem;
  }
  .global-navigation .mainbtn a {
    font-size: 0.87rem;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  z-index: 1;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  padding: 85px 0;
  background-attachment: fixed;
  color: #fff;
}
.footer_contact .maintitle .mf {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_contact .maintitle .sf {
  color: #fff;
}
/*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: linear-gradient(to top right, #058ff9, #47cbff);
  opacity: 0.8;
  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: 22px 5px;
  font-size: 1.15rem;
  margin: 10px 7px;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
}
.btn_wrap a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
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: 60px 0;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 47px 0 45px;
  }
  .footer_contact .btn_wrap a {
    padding: 19px 5px;
    font-size: 1rem;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
  .footer_contact {
    background-attachment: scroll;
  }
}
/* ロゴ・アドレス ========*/
.footerbg {
  background: #fff;
}
.footer_bottom {
  padding: 45px 0;
  text-align: center;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom .inner {
  width: 95%;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 11px;
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 37px 0 35px;
    font-size: 85%;
  }
  .flogo {
    max-width: 180px;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
  font-size: clamp(0.75rem, 0.702rem + 0.1707vw, 0.83rem);
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #05a8f9;
  border: 2px solid rgba(255, 255, 255, 0.6);
  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.95rem;
  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: 59px;
    height: 59px;
    right: 12px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド ==============================================*/
.topslideWrap {
  position: relative;
  overflow: hidden;
  top: -2px;
}
.topslideWrap .flowimg {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: darken;
}
.topslide {
  position: relative;
  width: 88%;
  margin-left: auto;
}
.topslide::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/slide.svg) no-repeat;
  background-position: bottom -2px left;
  background-size: cover;
}
.slide_items {
  position: relative;
  width: 100%;
}
.slide_items img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 635px;
}
/*animation*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  bottom: 2%;
  left: 1%;
  z-index: 2;
  width: 550px;
}
.catchcopy > div {
  padding-top: 115px;
}
.textfilter {
  position: absolute;
  top: 0;
  left: 44%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 9px rgba(5, 168, 249, 0.3));
}
.catchcopy .deco {
  position: relative;
}
.catchcopy .deco::before {
  content: url(../img/deco.svg);
  width: 29%;
  height: auto;
  display: block;
  position: absolute;
  top: -11%;
  right: -3%;
  transform: rotate(40deg);
  filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(5, 168, 249, 0.95));
  z-index: 1;
}
.catchcopy p {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1.7;
  font-size: 1.3rem;
  background: #fff;
  padding: 25px 30px;
  clip-path: polygon(8% 8%, 78% 0, 100% 50%, 89% 96%, 13% 100%, 0 63%);
}
.catchcopy p span {
  font-size: 120%;
  color: #05a8f9;
}
.catchcopy img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px #fff);
}
@media(max-width:1530px) {
  .topslide {
    width: 91%;
  }
}
@media (max-width: 1190px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 30px);
  }
  .catchcopy {
    width: 49vw;
  }
  .catchcopy > div {
    padding-top: 12vw;
  }
  .catchcopy p {
    padding: 2.7vw 3.9vw;
    font-size: 1.9vw;
  }
}
@media(max-width:1020px) {
  .topslide {
    width: 100%;
  }
  .topslide::before {
    background-position: bottom -2px left 30%;
  }
  .slide_items img {
    height: 106vw;
  }
}
@media(max-width:930px) {
  .topslide::before {
    background-position: bottom -2px left 95%;
  }
}
@media (max-width:550px) {
  .topslideWrap .flowimg {
    bottom: 0;
  }
  .slide_items img {
    height: 99vw;
  }
  .catchcopy {
    position: relative;
    bottom: 0;
    left: 0;
    width: 93%;
    margin: -27% auto 0;
  }
  .catchcopy > div {
    padding-top: 62px;
  }
  .textfilter {
    transform: translateX(0);
    left: auto;
    right: 0;
  }
  .catchcopy p {
    padding: 20px;
    font-size: 1rem;
  }
  .catchcopy img {
    width: 77%;
  }
}
@media (max-width:455px) {
  .catchcopy p {
    font-size: 0.8rem;
  }
  .catchcopy img {
    width: 72vw;
  }
}
@media (max-width:365px) {
  .catchcopy > div {
    padding-top: 85px;
  }
  .catchcopy img {
    width: 250px;
    filter: none;
  }
}
/* 事業内容 ============================================*/
.services .inner {
  max-width: 1650px;
  width: 95%;
}
.links {
  display: flex;
  justify-content: space-between;
}
.links > div {
  width: 23.5%;
}
.links > div a {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 25px;
  color: #fff;
}
/**/
.links > div a::after {
  content: '';
  width: 18%;
  max-width: 65px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.85);
  transition: all 0.35s;
}
.links > div a:hover::after {
  background: #fff;
  transform: scale(1.15);
}
.links > div a::before {
  position: absolute;
  bottom: 13%;
  right: 11%;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  z-index: 2;
}
.links > div a:hover::before {
  color: #058ff9 !important;
  animation: arrow02 0.35s linear;
}
@keyframes arrow02 {
  39% {
    transform: translateX(-100%);
  }
  42% {
    opacity: 0;
    transform: translateX(-150%);
  }
  39% {
    opacity: 0;
    transform: translateX(100%);
  }
  42% {
    transform: translateX(150%);
  }
  47% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.links > div a img {
  transition: .8s all;
  filter: brightness(75%);
}
.links > div a:hover img {
  transform: scale(1.1);
}
.links > div a h3 {
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  top: 23px;
  left: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 14%), 0px -2.5px 3px rgb(0 0 0 / 9%);
}
.links > div a h3 span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70%;
  text-transform: uppercase;
  display: block;
}
@media (max-width:1650px) {
  .links > div a h3 {
    font-size: 1.65vw;
  }
}
@media (max-width:1280px) {
  .services .inner {
    max-width: 950px;
    width: 88%;
  }
  .links {
    flex-wrap: wrap;
  }
  .links > div {
    width: 48.5%;
    margin-bottom: 25px;
  }
  .links > div a h3 {
    font-size: 1.6rem;
  }
  .links > div a::before {
    bottom: 12%;
    right: 10%;
  }
}
@media (max-width:985px) {
  .links > div a::after {
    width: 55px;
    bottom: 14px;
    right: 12px;
  }
  .links > div a::before {
    bottom: 33px;
    right: 29px;
  }
}
@media (max-width:800px) {
  .links > div a h3 {
    font-size: 1.3rem;
  }
}
@media (max-width:750px) {
  .links {
    display: block;
  }
  .links > div {
    width: 100%;
    margin-bottom: 25px;
  }
  .links > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width:550px) {
  .links > div {
    margin-bottom: 15px;
  }
  .links > div a h3 {
    top: 19px;
    left: 17px;
  }
}
/* ご依頼の流れ ========================================*/
.flow .inner {
  width: 95%;
}
.flowwrap {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
.flowwrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  width: 17%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  counter-increment: number 1;
}
.flowwrap > div::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
}
.flowwrap > div:last-of-type::after {
  content: none;
}
.flowwrap > div p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 127%;
  white-space: nowrap;
}
.flowwrap > div p::before {
  content: "step0"counter(number);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #05a8f9;
  display: block;
  font-size: 75%;
}
@media (max-width:1095px) {
  .flowwrap > div p {
    font-size: 1.8vw;
  }
}
@media (max-width:965px) {
  .flowwrap > div::after {
    font-size: 2vw;
  }
}
@media (max-width:750px) {
  .flow .inner {
    width: 88%;
    max-width: 615px;
  }
  .flowwrap {
    display: block;
  }
  .flowwrap > div {
    width: 100%;
    margin-bottom: 30px;
    aspect-ratio: auto;
    border-radius: 15px;
    padding: 13px 0 15px;
  }
  .flowwrap > div::after {
    content: "\f0d7";
    top: auto;
    right: auto;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.35rem;
  }
  .flowwrap > div p {
    margin-bottom: 0;
    font-size: 1.15rem;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 200px 0 145px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 95%;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #058ff9, #47cbff);
  opacity: 0.75;
  z-index: 1;
}
.fv::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: url(../img/wave_fv.svg) no-repeat;
  background-position: bottom -2px center;
  background-size: 100%;
}
.fv h2 {
  position: relative;
  z-index: 4;
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.8rem, 1.26rem + 1.92vw, 2.7rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media(max-width:930px) {
  .fv {
    padding: 110px 0 80px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 95px 0 33vw;
    background-size: 260% !important;
  }
  .fv::before {
    background-size: 250%;
    background-position: bottom -1px left;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  z-index: 4;
  color: #fff;
  font-weight: 700;
}
.breadcrumb {
  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 section .inner {
  max-width: 1202px;
}
.servicesPage .maintitle .mf {
  font-size: clamp(2.2rem, 1.6rem + 2.1333vw, 3.2rem);
}
.example {
  margin-top: 25px;
}
.example .stitle {
  font-size: clamp(1.25rem, 1.13rem + 0.4267vw, 1.45rem);
}
/* 対応エリア */
.area {
  padding: 90px 0 100px;
}
.area .inner {
  max-width: 1000px;
}
.area .conditions p {
  font-size: 128%;
  line-height: 1.6;
}
.areaimg img {
  filter: brightness(0) invert(1);
}
@media(max-width:750px) {
  .areaimg {
    width: 85% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .area .spmgb {
    margin-bottom: 30px;
  }
}
@media(max-width:550px) {
  body:not(.TopPage) main section.area {
    padding: 50px 0 !important;
  }
  .area::before {
    background-position: center;
  }
}
/* ご依頼の流れページ =======================================================================================================*/
.flows {
  margin-top: 50px;
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 60px;
  padding: 25px 30px;
  margin-bottom: 25px;
  position: relative;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 15px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #05a8f9;
  border-radius: 50%;
  top: 57px;
  left: -65px;
}
.flows > div::after {
  width: 45px;
  border-bottom: 2px dotted #05a8f9;
  position: absolute;
  top: 59px;
  left: -47px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div .flexbox::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e0f9ff;
  border-radius: 25px;
  z-index: -1;
  opacity: 0.65;
}
/*title*/
.flows > div .stitle::before {
  content: "step0"counter(number);
  counter-increment: number 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #05a8f9;
  margin-right: 13px;
  font-size: 80%;
}
/*btn*/
.flows > div .tbtn {
  margin-top: 23px;
}
.flows > div .mainbtn a::before, .flows > div .mainbtn a::after {
  content: none;
}
.flows > div .mainbtn a:hover {
  opacity: 0.6;
}
@media (max-width:850px) {
  .flows > div {
    padding: 25px;
  }
}
@media (max-width:750px) {
  .flows > div .spmgb.rounded {
    margin-bottom: 15px;
  }
  .flows > div {
    padding: 25px;
  }
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 14px;
    left: -34px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 19px;
    left: -20px;
  }
}
@media (max-width:550px) {
  .flows {
    margin-top: 35px;
  }
  .flows > div {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .flows::before, .flows > div::before, .flows > div::after {
    content: none;
  }
  .flows > div .btnflex a {
    display: block;
    margin: 0 auto 9px;
    font-size: 95%;
  }
}
/* 採用情報ページ ===========================================================================================================*/
/* 株式会社K・Tのいいところ */
.strengths .inner {
  max-width: 1555px;
  width: 98%;
}
.belflex {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
.belflex > div p:last-of-type {
  margin-bottom: 0;
}
.belflex > div {
  width: calc(100%/3);
  padding: 20px 30px 0;
  border-right: 2px solid rgba(0, 0, 05, 0.1);
}
.belflex > div:last-of-type {
  border-right: none;
}
.belflex > div .rounded {
  margin-bottom: 20px;
}
.belflex > div h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(1.35rem, 1.23rem + 0.4267vw, 1.55rem);
  line-height: 1.6;
  text-align: center;
}
.belflex > div h2::before {
  content: "point0"counter(number);
  counter-increment: number 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #05a8f9;
  display: block;
  line-height: 1;
  margin: 0 auto 10px;
  font-size: 80%;
}
@media (max-width: 1075px) {
  .strengths .inner {
    width: 88%;
  }
  .belflex {
    display: block;
  }
  .belflex > div {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .belflex > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .belflex > div:last-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
  .belflex > div div {
    width: 65%;
  }
  .belflex > div div.rounded {
    width: 32%;
    margin-bottom: 0;
  }
  .belflex > div h2 {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .belflex > div {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .belflex > div div {
    width: 100% !important;
  }
  .belflex > div div.rounded {
    margin-bottom: 20px;
  }
  .belflex > div h2 {
    text-align: center;
  }
}
/* 求める人材 */
.conditions p {
  font-size: 110%;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
.conditions p .mi {
  font-size: 75%;
  display: inline-block;
}
.conditions p span:not(.mi) {
  display: inline-block;
  padding-left: 21px;
  position: relative;
}
.conditions p span:not(.mi)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #05a8f9;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 900px) {
  .conditions p {
    font-size: 100%;
  }
}
/* 募集内容 */
.recitem {
  margin-bottom: 70px;
}
.recitem:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  .recitem {
    margin-bottom: 55px;
  }
  .mflong {
    font-size: 10vw;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 理念 */
.vtext {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.92rem + 1.1733vw, 1.8rem);
  line-height: 1.7;
}
/*img*/
.eff_imgs {
  position: relative;
  padding-bottom: 70px;
}
.eff_imgs div {
  width: 52% !important;
}
.eff_imgs div:nth-child(1) {
  margin-left: auto;
}
.eff_imgs div:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .eff_imgs div img {
    border-radius: 15px;
  }
  .eff_imgs {
    padding-bottom: 11%;
  }
}
/* 代表あいさつ */
.greeting.wave::before {
  transform: scaleY(-1);
  background-position: 50% 30%;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
@media(max-width:750px) {
  .greeting.wave::before {
    background-position: top 1px center;
    opacity: 0.35;
  }
}
/* 会社概要 */
.overview .inner {
  max-width: 1120px;
}
/*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: linear-gradient(to top right, #058ff9, #47cbff);
  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: #05a8f9;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #05a8f9;
  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 {
    margin-top: 50px;
  }
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 950px;
}
.contact_sec .stitle {
  font-size: clamp(1.25rem, 1.04rem + 0.7467vw, 1.6rem);
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px 27px;
}
.telbox::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e0f9ff;
  z-index: -1;
  /*opacity: 0.89;*/
  opacity: 0.65;
}
@media (max-width: 1075px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.35rem, 1.2rem + 0.5333vw, 1.6rem);
  color: #1a1a1a;
}
.telbox a i, .telbox i {
  color: #05a8f9;
}
.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: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #05a8f9;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1075px) {
  .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 {
    font-size: 90%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -95px;
}
@media(max-width:930px) {
  #email {
    position: relative;
    top: -35px;
  }
}
.mnote {
  max-width: 839px;
  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 #1a1a1a;
}
.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: #05a8f9;
  padding: 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #05a8f9;
  background: #ebfbff;
}
.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 {
  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;
  color: #fff;
  border: 2px solid transparent;
}
.mailform button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #058ff9, #47cbff);
  z-index: -1;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  border: 2px solid #05a8f9;
  color: #05a8f9;
  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 #05a8f9;
  border-bottom: 3px solid #05a8f9;
  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 11px;
  padding-left: 15px;
  background: linear-gradient(to top right, #058ff9, #47cbff);
  color: #fff;
  border-radius: 10px;
}
.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;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  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;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #05a8f9;
}
@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%;
  }
}