@charset "UTF-8";
/*
//フォントサイズclamp
//example→@include clamp-fontsize(最小font-size, 最大font-size,最小幅,最大幅);
*/
/*
@mixin clamp-fontsize($fs_min, $fs_max, $width_small, $width_large) {
    $fs_min: strip-unit($fs_min);
    $fs_max: strip-unit($fs_max);
    $width_large: strip-unit($width_large);
    $width_small: strip-unit($width_small);
    $preferred_vw_base: math.div(($fs_max - $fs_min), ($width_large - $width_small));
    $preferred_vw: math.div(round(($preferred_vw_base * 100000)), 1000) * 1vw;
    $preferred_rem: math.div(round(($width_small * -1 * $preferred_vw_base + $fs_min) * 100), 100) * 0.1rem;
    font-size: clamp($fs_min * 0.1rem, $preferred_rem + $preferred_vw, $fs_max * 0.1rem);
}
*/
/*
//リンクhover
*/
/*
関数
*/
@import 'splide-core.min.css';
.ufp {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.4rem, calc(1.31rem + 0.24vw), 1.6rem);
  line-height: 1.8;
  position: relative;
}
.ufp > section + section {
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .ufp > section + section {
    margin-top: 120px;
  }
}
.ufp {
  /*----------------------------------------
  common
  ----------------------------------------*/
}
.ufp-content-header {
  margin: 0 0 80px;
}
.ufp-content-header h2 {
  text-align: center;
  font-size: clamp(2.4rem, calc(1.8563rem + 1.45vw), 3.6rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #009EE5;
  margin: 0 0 4.5rem;
}
.ufp-content-header p {
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .ufp-content-header p {
    line-height: 1.8;
  }
}
.ufp-container {
  max-width: 1270px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .ufp-container {
    padding: 0 20px;
  }
}
.ufp br.br-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .ufp br.br-pc {
    display: none;
  }
}
.ufp br.br-xs {
  display: none;
}
@media screen and (max-width: 640px) {
  .ufp br.br-xs {
    display: block;
  }
}
.ufp h1.ufp-h1 {
  font-size: clamp(1.6rem, calc(0.3287rem + 3.39vw), 4.4rem);
  text-align: center;
  line-height: 1.8;
  margin: 0 0 3rem;
  color: #009EE5;
  padding: 20px;
}
.ufp h1.ufp-h1-c {
  text-align: center;
  margin: 0 0 3rem;
}
.ufp {
  /*----------------------------------------
  btn
  ----------------------------------------*/
}
.ufp-btn {
  display: inline-flex;
  align-items: center;
  background: #009EE5;
  border: 1px solid #009EE5;
  padding: 15px 15px 15px 25px;
  border-radius: 90px;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1.4;
}
.ufp-btn:hover {
  background-color: rgb(0, 175.5938864629, 254.5);
  border-color: rgb(0, 175.5938864629, 254.5);
  color: #fff;
}
.ufp-btn:visited {
  color: #fff;
}
.ufp-btn .label {
  flex: 1;
}
.ufp-btn .arrow {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
}
.ufp-btn .arrow svg {
  fill: none;
  width: 32px;
  height: 32px;
}
.ufp-btn .arrow svg path, .ufp-btn .arrow svg circle {
  stroke: #fff;
  transition: all 0.3s ease;
}
.ufp-btn:hover {
  background: #fff;
  color: #009EE5;
}
.ufp-btn:hover .arrow svg path, .ufp-btn:hover .arrow svg circle {
  stroke: #009EE5;
}
.ufp-btn.inverse {
  background: #fff;
  color: #009EE5;
}
.ufp-btn.inverse svg path, .ufp-btn.inverse svg circle {
  stroke: #009EE5;
}
.ufp-btn.inverse:hover {
  background: #009EE5;
  color: #fff;
}
.ufp-btn.inverse:hover .arrow svg path, .ufp-btn.inverse:hover .arrow svg circle {
  stroke: #fff;
}
.ufp-btn.inverse:visited {
  color: #009EE5;
}
.ufp-btn.large {
  padding: 20px 20px 20px 30px;
  font-size: clamp(1.6rem, calc(1.42rem + 0.48vw), 2rem);
}
.ufp-btn.large .arrow svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 640px) {
  .ufp-btn {
    padding: 5px 5px 5px 10px;
  }
  .ufp-btn .arrow svg {
    width: 18px;
    height: 18px;
  }
}
.ufp-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #009EE5;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1.4;
  font-size: clamp(1.6rem, calc(1.42rem + 0.48vw), 2rem);
}
.ufp-link::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: #009EE5;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.ufp-link:hover::after {
  width: 100%;
}
.ufp-link:visited {
  color: #009EE5;
}
.ufp-link .label {
  flex: 1;
  text-align: left;
}
.ufp-link .arrow {
  display: flex;
  align-items: center;
}
.ufp-link .arrow svg {
  fill: none;
  width: 48px;
  height: 48px;
}
.ufp-link .arrow svg path, .ufp-link .arrow svg circle {
  stroke: #009EE5;
  transition: all 0.3s ease;
}
.ufp {
  /*----------------------------------------
  カルーセル
  ----------------------------------------*/
}
.ufp-banner {
  overflow: hidden;
}
.ufp-banner .splide {
  position: relative;
}
.ufp-banner .splide__track {
  overflow: visible;
}
.ufp-banner .splide__slide .slide-inner {
  transform: scale(0.88);
  transform-origin: center center;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 600ms cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.6;
}
.ufp-banner .splide__slide .slide-inner img {
  border-radius: 40px;
}
.ufp-banner .splide__slide.is-active .slide-inner {
  transform: scale(1);
  opacity: 1;
}
.ufp-banner .splide__arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.ufp-banner .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.ufp-banner .splide__arrow svg {
  stroke: #000;
}
.ufp-banner .splide__arrow--prev, .ufp-banner .splide__arrow--next {
  right: auto !important;
  left: 0;
}
.ufp-banner .splide__arrow--prev svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .ufp-banner .splide__slide {
    width: 600px;
  }
  .ufp-banner .splide__slide img {
    width: 600px;
    height: 500px;
    border-radius: 40px;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .ufp-banner .splide__slide {
    width: 300px;
  }
  .ufp-banner .splide__slide img {
    width: 300px;
  }
}
.ufp {
  /*----------------------------------------
  CV行
  ----------------------------------------*/
}
.ufp-cv {
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: none;
  margin-top: 50px !important;
  padding: 3rem 0;
  z-index: 2;
  box-shadow: 0 -40px 40px rgba(179, 179, 179, 0.25);
}
.ufp-cv.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}
.ufp-cv.is-stopped {
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 -40px 40px rgba(179, 179, 179, 0.25);
}
.ufp-cv h2 {
  font-size: clamp(1.4rem, calc(1.31rem + 0.24vw), 1.6rem);
  margin: 0 0 3rem;
}
.ufp-cv ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.ufp-cv ul li {
  flex: 1;
  max-width: 370px;
}
.ufp-cv ul li a {
  display: flex;
  font-size: clamp(1.1rem, calc(0.8713rem + 0.61vw), 1.6rem);
  height: 100%;
}
.ufp-cv ul li a .label {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ufp-cv {
    margin-top: 30px !important;
    padding: 1.5rem 0;
  }
  .ufp-cv .ufp-container {
    padding: 0 10px;
  }
  .ufp-cv.is-fixed, .ufp-cv.is-stopped {
    margin-left: 0;
    margin-right: 0;
  }
  .ufp-cv h2 {
    margin: 0 0 1.5rem;
  }
  .ufp-cv ul {
    gap: 10px;
  }
}
.ufp {
  /*----------------------------------------
  toBリード
  ----------------------------------------*/
}
.ufp-b-lead {
  margin-top: 100px !important;
}
.ufp-b-lead ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 5vw;
  padding: 0;
}
.ufp-b-lead ul li {
  text-align: center;
}
.ufp-b-lead ul li h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.5rem, calc(1.2713rem + 0.61vw), 2rem);
}
@media screen and (max-width: 640px) {
  .ufp-b-lead {
    margin-top: 50px !important;
  }
  .ufp-b-lead ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ufp-b-lead ul li .thumb {
    padding: 0 15px;
  }
}
.ufp {
  /*----------------------------------------
  toCリード
  ----------------------------------------*/
}
.ufp-c-lead {
  text-align: center;
  margin-top: 80px !important;
}
.ufp-c-lead p {
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .ufp-c-lead {
    margin-top: 50px !important;
  }
  .ufp-c-lead ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ufp-c-lead ul li .thumb {
    padding: 0 15px;
  }
}
.ufp {
  /*----------------------------------------
  toB 課題解決
  ----------------------------------------*/
}
.ufp-solve-tabs {
  margin-top: 40px;
}
.ufp-solve-tabs-wrapper {
  overflow: scroll;
}
.ufp-solve-tabs-nav {
  display: flex;
}
.ufp-solve-tabs-panels {
  position: relative;
  display: grid;
}
.ufp-solve-tab-trigger {
  flex: 1;
  border: 0;
  margin: 0;
  padding: 10px 15px;
  background: #c7c7c7;
  color: #333;
  font-weight: bold;
  font-size: clamp(1.4rem, calc(1.22rem + 0.48vw), 1.8rem);
  cursor: pointer;
  opacity: 0.5;
  line-height: 1.35;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.ufp-solve-tab-trigger + .ufp-solve-tab-trigger {
  border-left: 1px solid #333;
}
.ufp-solve-tab-trigger:hover {
  opacity: 1;
  background: #c7c7c7;
  color: #333;
}
.ufp-solve-tab-trigger.is-active {
  background: #fff;
  color: #009EE5;
  position: relative;
  opacity: 1;
}
.ufp-solve-tab-trigger.is-active::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #009EE5;
}
.ufp-solve-tab-trigger.is-switching {
  animation: ufpTabFade 0.28s ease;
}
.ufp-solve-tab-trigger:focus-visible {
  outline: 2px solid rgba(0, 158, 229, 0.4);
  outline-offset: -2px;
}
.ufp-solve-tab-panel {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease;
  text-align: center;
  padding: 20px 0;
}
.ufp-solve-tab-panel img {
  max-width: 100%;
  height: auto;
}
.ufp-solve-tab-panel.is-fading-out, .ufp-solve-tab-panel.is-active.is-fading-out {
  opacity: 0;
}
.ufp-solve-tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .ufp-solve-tabs-wrapper {
    margin: 0 -20px;
  }
  .ufp-solve-tabs-nav {
    grid-template-columns: 1fr;
  }
  .ufp-solve-tab-trigger {
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .ufp-solve-tab-trigger {
    flex: 0 0 120px;
    padding: 8px 5px;
  }
}
.ufp {
  /*----------------------------------------
  toC シェア
  ----------------------------------------*/
}
.ufp-share ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.ufp-share ul li {
  margin-top: 80px;
}
.ufp {
  /*----------------------------------------
  toC ポイント
  ----------------------------------------*/
}
.ufp-point ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.ufp-point ul li {
  flex: 0 0 calc((100% - 40px) / 2);
}
.ufp-point ul li:last-child:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .ufp-point ul {
    margin-top: -40px;
    gap: 25px;
  }
  .ufp-point ul li {
    flex: 0 0 100%;
  }
}
.ufp {
  /*----------------------------------------
  toC ビジネス
  ----------------------------------------*/
}
.ufp-biz-box {
  background: #009ee5;
  border-radius: 40px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.ufp-biz p {
  font-weight: bold;
}
.ufp-biz h2 {
  font-size: clamp(2rem, calc(1.2725rem + 1.94vw), 3.6rem);
  margin-top: 0;
}
.ufp-biz a.inverse:hover {
  opacity: 0.75;
  background: #fff;
  color: #009EE5;
}
.ufp-biz a.inverse:hover .arrow svg path, .ufp-biz a.inverse:hover .arrow svg circle {
  stroke: #009EE5;
}
@media screen and (max-width: 640px) {
  .ufp-biz-box {
    padding: 20px;
  }
  .ufp-biz a {
    display: flex;
    width: 100%;
  }
}
.ufp {
  /*----------------------------------------
  スマホ
  ----------------------------------------*/
}
.ufp-mobile-main ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 0;
}
.ufp-mobile-main ul li {
  flex: 0 0 1;
  max-width: 300px;
  text-align: center;
}
.ufp-mobile-main ul li p {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 3rem 0 0;
}
.ufp {
  /*----------------------------------------
  IoT
  ----------------------------------------*/
}
.ufp-iot-main {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  gap: 40px;
  margin: 0 auto;
}
.ufp-iot-main-cover {
  flex: 1;
  height: auto;
}
.ufp-iot-main-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.ufp-iot-main-app {
  flex: 0 0 300px;
}
@media screen and (max-width: 640px) {
  .ufp-iot-main {
    display: block;
  }
  .ufp-iot-main-app {
    text-align: center;
    margin: 40px 0 0;
  }
}

@keyframes ufpTabFade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.uf-lp {
  /*----------------------------------------
  common
  ----------------------------------------*/
}
.uf-lp-title h2 {
  text-align: center;
}
.uf-lp-title h2 span {
  display: block;
  font-size: clamp(3.4rem, calc(2.9463rem + 1.21vw), 4.4rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.uf-lp-title h2 small {
  font-size: clamp(0.8rem, calc(0.71rem + 0.24vw), 1rem);
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .uf-lp-title h2 span {
    font-size: clamp(2rem, calc(1.2875rem + 1.9vw), 3rem);
  }
}
.uf-lp {
  /*----------------------------------------
  header
  ----------------------------------------*/
}
.uf-lp-header {
  position: relative;
}
.uf-lp-header-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  padding: 15px 40px;
  display: flex;
  align-items: center;
}
.uf-lp-header-banner-logo {
  display: flex;
  align-items: center;
}
.uf-lp-header-banner-logo img {
  width: 100%;
  height: auto;
}
.uf-lp-header-banner-toggle {
  display: none;
}
.uf-lp-header-banner-nav {
  margin-left: auto;
}
.uf-lp-header-banner-nav ul {
  display: flex;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.uf-lp-header-banner-nav ul li a {
  display: block;
  color: #fff;
  font-size: clamp(1rem, calc(0.6363rem + 0.97vw), 1.8rem);
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.uf-lp-header-banner-nav ul li a:hover {
  color: #009EE5;
}
.uf-lp-header-banner-nav ul li a.join {
  background: #009EE5;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.uf-lp-header-banner-nav ul li a.join:hover {
  background: #fff;
  color: #009EE5;
}
.uf-lp-archive .uf-lp-header-banner {
  position: relative;
  margin: 0 0 40px;
}
.uf-lp-archive .uf-lp-header-banner .uf-lp-header-banner-nav ul li a {
  color: #009EE5;
}
.uf-lp-archive .uf-lp-header-banner .uf-lp-header-banner-nav ul li a:hover {
  opacity: 0.75;
}
.uf-lp-archive .uf-lp-header-banner .uf-lp-header-banner-nav ul li a.join {
  color: #fff;
}
.uf-lp-archive .uf-lp-header-banner .uf-lp-header-banner-nav ul li a.join:hover {
  background: #009EE5;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .uf-lp-header-banner {
    padding: 15px 30px;
  }
  .uf-lp-header-banner-logo {
    width: 120px;
  }
  .uf-lp-header-banner-toggle {
    display: block;
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    background: #009EE5;
    margin-left: auto;
    position: relative;
  }
  .uf-lp-header-banner-toggle span {
    background: #fff;
    width: 24px;
    height: 2px;
    display: block;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.5s ease;
  }
  .uf-lp-header-banner-toggle span:nth-child(1) {
    top: 20px;
  }
  .uf-lp-header-banner-toggle span:nth-child(2) {
    top: 30px;
  }
  .uf-lp-header-banner-toggle span:nth-child(3) {
    top: 40px;
  }
  .uf-lp-header-banner-nav {
    background: #009EE5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
    display: none;
    max-height: 0;
  }
  .uf-lp-header-banner-nav.open {
    max-height: 200px;
  }
  .uf-lp-header-banner-nav.open + .uf-lp-header-banner-toggle span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .uf-lp-header-banner-nav.open + .uf-lp-header-banner-toggle span:nth-child(2) {
    display: none;
  }
  .uf-lp-header-banner-nav.open + .uf-lp-header-banner-toggle span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .uf-lp-header-banner-nav ul {
    display: block;
    padding: 70px 0 20px;
  }
  .uf-lp-header-banner-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .uf-lp-header-banner-nav ul li a.join {
    background: #fff;
    color: #009EE5;
    margin: 10px 20px 0;
    text-align: center;
  }
  .uf-lp-archive .uf-lp-header-banner-nav ul li a.join {
    color: #009EE5 !important;
  }
  .uf-lp-archive .uf-lp-header-banner-nav ul li a {
    color: #fff !important;
  }
}
@media screen and (max-width: 640px) {
  .uf-lp-header-banner {
    position: relative;
    padding: 10px 10px 10px 20px;
  }
  .uf-lp-archive .uf-lp-header-banner {
    margin: 0 0 20px;
  }
  .uf-lp-header-banner-logo {
    width: 56px;
  }
  .uf-lp-header-banner-toggle {
    width: 56px;
    height: 56px;
  }
  .uf-lp-header-banner-toggle span:nth-child(1) {
    top: 17px;
  }
  .uf-lp-header-banner-toggle span:nth-child(2) {
    top: 27px;
  }
  .uf-lp-header-banner-toggle span:nth-child(3) {
    top: 37px;
  }
}
.uf-lp {
  /*----------------------------------------
  event
  ----------------------------------------*/
}
.uf-lp-event {
  margin: 0 0 10rem;
}
.uf-lp-event-header {
  margin: 5rem auto 10rem;
  max-width: 600px;
  font-weight: bold;
}
.uf-lp-event-header ul {
  padding-left: 2rem;
}
.uf-lp-event-header ul li {
  list-style-type: disc;
}
.uf-lp-event-header .note {
  font-size: clamp(0.7rem, calc(0.565rem + 0.36vw), 1rem);
  color: #333;
  margin: 3rem 0 0;
}
.uf-lp-event-cal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 0 auto;
  max-width: 1020px;
}
.uf-lp-event-cal-season {
  position: relative;
  display: flex;
  gap: 30px;
}
.uf-lp-event-cal-season .season {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(3.6rem, calc(3.0563rem + 1.45vw), 4.8rem);
  line-height: 1;
  position: absolute;
  left: -30px;
  top: -30px;
  font-weight: bold;
  z-index: 1;
}
.uf-lp-event-cal-season .thumb {
  flex: 1;
}
.uf-lp-event-cal-season .thumb img {
  width: 100%;
  height: auto;
}
.uf-lp-event-cal-season.spring .season {
  background: #ED85B9;
}
.uf-lp-event-cal-season.summer .season {
  background: #63AE34;
}
.uf-lp-event-cal-season.autamn .season {
  background: #FBA602;
}
.uf-lp-event-cal-season.winter .season {
  background: #55B1CE;
}
.uf-lp-event-cal-season .months {
  flex: 1;
}
.uf-lp-event-cal-season .months dl {
  font-weight: bold;
  margin: 0 0 3rem;
}
.uf-lp-event-cal-season .months dl dt {
  font-size: clamp(2.4rem, calc(2.0363rem + 0.97vw), 3.2rem);
  line-height: 1;
  margin: 0 0 0.5rem;
}
.uf-lp-event-cal-season .months dl dt span {
  font-size: clamp(3.6rem, calc(3.0563rem + 1.45vw), 4.8rem);
}
.uf-lp-event-cal-season .months dl dt img {
  vertical-align: text-bottom;
  margin-left: 6px;
}
.uf-lp-event-cal-season .months dl dd ul {
  padding-left: 2rem;
}
.uf-lp-event-cal-season .months dl dd ul li {
  list-style-type: disc;
}
@media screen and (max-width: 900px) {
  .uf-lp-event {
    padding: 0 60px;
  }
  .uf-lp-event-cal {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .uf-lp-event {
    padding: 0 20px;
  }
  .uf-lp-event-cal-season {
    display: block;
  }
  .uf-lp-event-cal-season .season {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .uf-lp-event-cal-season .thumb {
    margin: 0 0 25px;
  }
  .uf-lp-event-cal-season .thumb img {
    object-fit: cover;
    height: 200px;
    border-radius: 30px;
  }
  .uf-lp-event-cal-season .months {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .uf-lp-event-cal-season .months dl {
    margin: 0;
  }
  .uf-lp-event-cal-season .months dl dt {
    white-space: nowrap;
  }
  .uf-lp-event-cal-season .months dl dt img {
    transform: scale(0.9);
    margin: 0;
  }
}
.uf-lp {
  /*----------------------------------------
  join
  ----------------------------------------*/
}
.uf-lp-join-contents {
  display: flex;
  gap: 40px;
  margin: 50px 0 0;
}
.uf-lp-join-contents .thumb {
  flex: 0 0 650px;
}
.uf-lp-join-contents .description {
  flex: 1;
}
.uf-lp-join-contents .description dl + dl {
  margin: 40px 0 0;
}
.uf-lp-join-contents .description dl dt h3 {
  font-size: clamp(2rem, calc(1.6363rem + 0.97vw), 2.8rem);
  margin: 0 0 2rem;
  line-height: 1.5;
}
.uf-lp-join-contents .description dl dt h3 span {
  display: inline-block;
  border: 2px solid #333;
  border-radius: 4px;
  font-size: clamp(1.1rem, calc(0.92rem + 0.48vw), 1.5rem);
  padding: 0.6rem 1rem 0.5rem 1rem;
  line-height: 1;
  position: relative;
  top: -0.2rem;
  margin: 0 0 0 0.5rem;
}
.uf-lp-join-contents .description dl dd {
  font-weight: 700;
  margin: 0;
}
.uf-lp-join-contents .description dl dd .can {
  margin: 2rem 0 0;
  border: 2px solid #009EE5;
  border-radius: 30px;
  padding: 2rem;
  font-size: clamp(1.1rem, calc(0.965rem + 0.36vw), 1.4rem);
}
.uf-lp-join-contents .description dl dd ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 5px;
}
.uf-lp-join-contents .description dl dd ul li + li {
  margin-top: 5px;
}
.uf-lp-join-contents .description dl dd .note {
  font-size: 0.9em;
  margin: 1rem 0 0;
}
.uf-lp-join-contents-caution {
  margin: 3rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #FF0000;
}
.uf-lp-join-cv {
  margin-top: 80px;
}
.uf-lp-join-cv .bubble {
  text-align: center;
  margin: 40px 0;
}
.uf-lp-join-cv .bubble span {
  display: inline-block;
  position: relative;
  font-size: clamp(2rem, calc(1.4563rem + 1.45vw), 3.2rem);
  color: #009ee5;
  background: linear-gradient(transparent 70%, rgba(0, 158, 229, 0.5) 70%);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 10px;
}
.uf-lp-join-cv .bubble span::before, .uf-lp-join-cv .bubble span::after {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  background: #009ee5;
  position: absolute;
  top: 50%;
}
.uf-lp-join-cv .bubble span::before {
  left: 0;
  transform: translate(0, -50%) rotate(-25deg);
}
.uf-lp-join-cv .bubble span::after {
  right: 0;
  transform: translate(0, -50%) rotate(25deg);
}
.uf-lp-join-cv-btn {
  text-align: center;
}
.uf-lp-join-cv-btn a {
  font-size: clamp(1.6rem, calc(1.42rem + 0.48vw), 2rem);
}
.uf-lp-join-cv-btn a .arrow svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 900px) {
  .uf-lp-join-contents {
    display: block;
  }
  .uf-lp-join-contents .thumb {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .uf-lp-join-cv-btn a {
    display: flex;
    width: 100%;
  }
}
.uf-lp {
  /*----------------------------------------
  access
  ----------------------------------------*/
}
.uf-lp-access-contents {
  display: flex;
  background: rgba(0, 158, 229, 0.1);
  border-radius: 32px;
  min-height: 694px;
  margin: 30px 0 0;
}
.uf-lp-access-contents .description {
  flex: 0 0 400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
}
.uf-lp-access-contents .description dl {
  width: 100%;
}
.uf-lp-access-contents .description dl dt {
  font-weight: bold;
}
.uf-lp-access-contents .description dl dd {
  margin: 0;
}
.uf-lp-access-contents .description dl dd h4 {
  color: #009EE5;
}
.uf-lp-access-contents .description dl a {
  color: #009EE5;
  text-decoration: none;
}
.uf-lp-access-contents .description dl a img {
  vertical-align: middle;
  margin: -5px 0 0 5px;
}
.uf-lp-access-contents .description dl a:hover {
  opacity: 0.75;
}
.uf-lp-access-contents .description dl p.link {
  font-size: clamp(1rem, calc(0.82rem + 0.48vw), 1.4rem);
  margin-top: 1rem;
}
.uf-lp-access-contents .description dl p.link a {
  color: #333;
}
.uf-lp-access-contents .map {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.uf-lp-access-contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 32px 32px 0;
}
@media screen and (max-width: 900px) {
  .uf-lp-access-contents {
    display: block;
  }
  .uf-lp-access-contents .map iframe {
    border-radius: 0 0 32px 32px;
  }
}
@media screen and (max-width: 640px) {
  .uf-lp-access-contents {
    margin: 20px 0 0;
  }
  .uf-lp-access-contents .description {
    padding: 30px 20px;
  }
  .uf-lp-access-contents .map {
    height: 250px;
  }
}
.uf-lp {
  /*----------------------------------------
  news
  ----------------------------------------*/
}
.uf-lp-news {
  margin: 160px 0 40px;
}
.uf-lp-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0;
}
.uf-lp-news-list .news-item a {
  display: block;
  text-decoration: none;
  color: #333;
}
.uf-lp-news-list .news-item .thumb {
  margin: 0 0 13px;
}
.uf-lp-news-list .news-item .thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.uf-lp-news-list .news-item .cat span {
  background: #009EE5;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: clamp(0.8rem, calc(0.665rem + 0.36vw), 1.1rem);
  padding: 10px 10px;
  font-weight: bold;
  line-height: 1;
}
.uf-lp-news-list .news-item .date {
  font-size: clamp(1.1rem, calc(0.965rem + 0.36vw), 1.4rem);
  font-weight: bold;
  margin: 15px 0 0;
}
.uf-lp-news-list .news-item h3 {
  font-size: clamp(1.5rem, calc(1.0913rem + 1.09vw), 2.4rem);
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.6;
}
.uf-lp-news-list .news-item p {
  font-size: clamp(1rem, calc(0.82rem + 0.48vw), 1.4rem);
}
.uf-lp-news-list .news-item p.link {
  margin: 1rem 0 0;
}
.uf-lp-news-list .news-item p.link a {
  text-decoration: underline;
}
.uf-lp-news-list .news-item p.link a:hover {
  color: #009EE5;
}
.uf-lp-archive .uf-lp-news {
  margin: 0 0 100px;
}
.uf-lp-news-more {
  text-align: center;
  margin: 6rem 0 0;
}
@media screen and (max-width: 900px) {
  .uf-lp-news {
    margin-top: 6rem;
    margin-bottom: 12rem;
  }
  .uf-lp-news-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .uf-lp-news {
    margin: 50px 0;
  }
  .uf-lp-news-list {
    gap: 20px;
    margin: 20px 0 0;
  }
  .uf-lp-news-list .news-item .date {
    font-size: clamp(0.8rem, calc(0.62rem + 0.48vw), 1.2rem);
  }
  .uf-lp-news-list .news-item h3 {
    font-size: clamp(1.3rem, calc(1.165rem + 0.36vw), 1.6rem);
    margin: 0 0 10px;
  }
  .uf-lp-news-more a {
    width: auto;
  }
}/*# sourceMappingURL=content_urbanfarm26.css.map */