@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/************************************
front-page
************************************/
/* ---------------------------------
共通
--------------------------------- */
p {
  font-size: 16px;
}

.section-heading {
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 900px) {
 .section-heading {
  margin-bottom: 80px;
 }
}
.section-sub {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #222;
  margin-bottom: 8px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 0.7;
}
 @media screen and (min-width: 900px)  {
  .section-title {
  font-size: 36px;
  line-height: 1.3;
}
 }

.section-title__n {
  color: #d9a16b;
}

/* btn */
.section__btn {
  padding: 40px 0 0;
}
 @media screen and (min-width: 900px) {
.section__btn {
  padding: 80px 0 0;
}
 }

 /* footer */
.l-footer__inner {
    padding: 30px 10% 20px;
}
@media (min-width: 900px) {
  .l-footer__inner {
    padding: 120px 7% 30px;
}
}
.copyright {
    display: none;
}

/* ---------------------------------
Hero Section
--------------------------------- */
.hero {
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

/* 下側の背景色 */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;          
  background: #ADE1E6;
  z-index: 0;
}
.hero__media {
  width: 100%;
  height: auto;
  line-height: 0; 
  position: relative;
  z-index: 1;
  padding-bottom: 61px;
}

.hero__media::after{
  content: "独立開業に、\A 新たな常識を";
  position: absolute;
  right: -3%;
  bottom: 40px;             
  white-space: pre;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
  z-index: 2;
  text-shadow:
    0 2px 4px rgba(0,0,0,.4),
    0 6px 12px rgba(0,0,0,.35),
    0 12px 24px rgba(0,0,0,.25);
  pointer-events: none;
}
@media (min-width: 900px){
  .hero__media::after{
    font-size: 64px;
    right: 3%;
    bottom: 30px;
  }
}

.hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 83vh;
  object-fit: contain;
}
.hero__pc-frame {
  position: relative;
}

.hero__frame {
  padding-right: 32px; 
  padding-left: 0;
}
@media (min-width: 900px) {
  .hero__frame {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 120px; 
  }
}
@media (min-width: 900px) {
  .hero__media {
    max-width: 1600px;   
    margin-left: 0;
    margin-right: auto; 
  }
}

/* === 見出し === */
.hero__headline {
  position: absolute;
  right: 6%;
  top: 67vh;
  z-index: 3;
  text-align: left;
}
@media (min-width: 900px){
.hero__headline {
    right: 8%;
    left: auto;
    bottom: 41%;
    text-align: right;
  }
}

.hero__title {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
.hero__title {
    font-size:70px;
    line-height: 1.3;
  }
}

/* === SCROLL === */
@media (max-width: 899px) {
.hero__scroll {
  display: none;
  }
}
@media (min-width: 900px) {
  .hero__scroll {
    position: absolute;
    right: 3%;
    top: 60%;
    transform: translateY(-50%);
    font-size: 8px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.15em;
    z-index: 4;
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl; 
    gap: 8px;   
  }
.hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #222;
  }
}

/* ---------------------------------
About Us
--------------------------------- */
.about {
  background-color: #ADE1E6;
  padding: 0 10% 30px;
}
@media (min-width: 900px) {
    .about {
    padding: 20px 7% 40px;
    }
}

h2.about-first-title {
    display: inline-block;
    font-size: 32px;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 20px;
    margin-bottom: 33px;
}

.about__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}
@media (min-width: 900px) {
 .about__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    }
}

@media (max-width: 900px) {
  .section-title .sp-br::before {
    content: "\A"; 
    white-space: pre;
  }
}

/* ===== sp ===== */
.about-circle {
  display: none;
}
/* ===== PC ===== */
.circle-logo {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.circle-logo img {
  width: 100%;
  height: auto;
  display: block;

  animation: circle-rotate 30s linear infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes circle-rotate {
  from {
    transform: scale(0.75) rotate(0deg);
  }
  to {
    transform: scale(0.75) rotate(360deg);
  }
}

/* ===== PC：円形テキスト＋ロゴ表示 ===== */
@media (min-width: 900px) {
  .about-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 200px;
  }
  .circle-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
  }
  .circleText {
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: rotation 18s linear infinite;
  }

  .circleText__text {
    fill: #222;
    font-size: 19px;       
    letter-spacing: 0.1em;
    font-weight: 600;
  }

.circleText__text{
  font-family:  sans-serif;
}
.circleText{
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

  .circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
  }

  .circle-center img {
    width: 100%;
    height: auto;
    display: block;
  }

  @keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
}
  .about__circle {
    flex-shrink: 0;
    width: 220px;
    height: 220px;
  }

  .about__content {
    flex: 1;
  }


/* --- テキスト --- */
.about__content p {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  margin-bottom: 1em;
}

/* --- ボタン --- */
.about__btn {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* 円のスタイル（矢印） */
.about__btn .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transition: transform 0.3s ease;
}

/* hover時 */
.about__btn .arrow::before {
  content: "→";
  font-size: 16px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.about__btn:hover .arrow::before {
  transform: translateX(6px);
}

/* ---------------------------------
Photo-loop
--------------------------------- */
html, body {
  width: 100%;
}

.photo-loop {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.photo-loop__inner,
.photo-loop__track {
  overflow: visible;
}

.photo-loop__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000px;
}

.photo-loop__item {
  flex: 0 0 auto;
  width: 100vw;
}

@media (min-width: 900px) {
  .photo-loop__item {
    width: 32vw;
  }
}

.photo-loop__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ---------------------------------
members
--------------------------------- */
.members {
  background-color: #ADE1E6;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
 @media screen and (min-width: 900px) {
    .members {
        padding: 120px 0;
    }
} 

.members-title {
  padding: 0 7%;
}
@media (min-width: 768px) {
  .members-title {
    padding: 0 7%;
  }
}

/* 見出し */
.members__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  padding: 0 7%;
  text-align: left;
  margin-bottom: 40px;
}
.members__title .en {
  color: #d9a16b;
  margin-right: 0.3em;
}
.members__title .ja {
  display: block;
  font-size: 1.4rem;
  color: #222;
}
.members-slide {
  width: 94%;
  margin: 0 auto;
}
.members-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.members__card {
    display: flex!important;
    padding: 8px 16px 20px!important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #FFF;
    border: 1px solid #222;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 900px){
  .members__card {
    padding: 40px 50px;
    flex-direction: column;;
    flex-direction: row-reverse;
    align-items: center;
}
  .members__desc {
    flex: 0 0 58%; 
  }
}

.members__label {
  display: inline-block;
   background: #FFF;
  border: 1px solid;
  padding: 2px 12px;
  font-size: 2.5vw;
  font-weight: 900!important;
  letter-spacing: 3px;
}
 @media screen and (min-width: 900px) {
.members__hashtag,
.members__label {
  font-size: 0.9vw;
}
 }
.members__desc p {
  padding-bottom: 8px;
}
.members__img {
  position: relative;
}
@media screen and (min-width: 900px) {
  .members__img {
    flex: 0 0 38%; 
  }
}

.members__wrap {
    display: flex;
    gap: 16px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 2px solid #f09f4d;
    align-items: center;
}
@media screen and (min-width: 900px) {
  .members__wrap {
     padding-bottom: 8px;
    margin-bottom: 24px;
  }

}
.members__position {
  padding-bottom: 0 !important;
}
 .members__name{
font-size: 20px;
} 

.members__member {
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #999;
}
.members__desc.members__desc--border {
  text-align: left;
}
.members__overlay {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3vw;
    bottom: 12%;
    left: 10%;
}

/* =========================
  slick
========================= */

.members-slide .slick-track{
  display: flex !important;
  align-items: stretch !important;
}

.members-slide .slick-slide{
  padding: 0 18px;              
  box-sizing: border-box;
  transform: scale(.85) translateZ(0);
  opacity: .6;
  transition: transform .6s ease, opacity .6s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-origin: center center;
  height: auto !important;
  display: flex !important;
  justify-content: center;
}
.members-slide .members__card{
  height: 100%;
  width: 100%;
}

/* 中央（slickが付ける） */
.members-slide .slick-center{
  transform: scale(1) translateZ(0);
  opacity: 1;
  z-index: 2;
  position: relative;
}

/* 次の中央（JSで付ける is-next-center 用） */
.members-slide .slick-slide.is-next-center{
  transform: scale(1) translateZ(0);
  opacity: 1;
  z-index: 2;
  position: relative;
}

.members-slide .slick-current:not(.slick-center){
  transform: scale(.92) translateZ(0);
  opacity: .8;
}

.members-slide.is-jumping .slick-slide{
  transition: none !important;
}

/* =========================
 /slick周り
========================= */

/* btn */
.members__btn {
  padding: 40px 7% 0;
}
 @media screen and (min-width: 900px) {
.members__btn {
  padding: 80px 7% 0;
}
 }

 /* btn 02 */
/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
    left:20%;
}

.btnarrow:hover::after{
    right:-5%;
}
.btnarrow-inner {
  margin-top: 32px;
  text-align: right;
}
/* ---------------------------------
Port Alliance-Loop
--------------------------------- */

/* 全体 */
.brand-loop {
  position: relative;
  overflow: hidden;
  height: 120px;
}
 @media screen and (min-width: 900px) {
   .brand-loop {
  height: 180px;
}
 }

 /* 背景 */
 .brand-loop__bg {
  position: absolute; 
  inset: 0;
  z-index: 1;
}
.brand-loop__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brand-loop__bg::after {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(34, 34, 34, 0.4);
  pointer-events: none;
}

.brand-loop__text{
  position: relative;
  z-index: 2;
}

.pa-loop {
  background-color: rgb(238, 238, 238);
  overflow: hidden;
  height: 120px;
}
@media (min-width: 900px){
  .pa-loop{ 
    height: 180px; 
  }
}

/* ループ本体（共通） */
.loop-text{
  display: flex;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(0,0,0);
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

.loop-text__item{
  flex: none;
  white-space: nowrap;
  padding-right: 2rem;
}

/* タイポ */
.is-white {
  color: #fff;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 900px) {
  .is-white {
    font-size: 180px;
  }
}
.is-gray {
  color: rgba(178,178,178,.7);
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 900px) {
  .is-gray {
    font-size: 180px;
  }
}

/* ---------------------------------
News
--------------------------------- */
.section-news {
  background: #EEEEEE;
  padding: 80px 7%;
}
@media (min-width: 768px) {
  .section-news {
    padding: 120px 7%;
  }
}

.section-news .section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.news__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 100px;
}

@media (min-width: 900px) {
  .news__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* 投稿一覧 */
.news__list {
  flex: 1;
}
.news__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.news__item time {
  font-size: 14px;
  color: #444;
  white-space: nowrap;
}
.news__link {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}
.news__link:hover {
  text-decoration: underline;
}

/* ---------------------------------
Recruit
--------------------------------- */
.recruit-section {
  background-color: #eeeeee; /* 全体背景 */
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .recruit-section {
  background-color: #eeeeee; /* 全体背景 */
  padding-bottom: 240px;
}
}

.recruit__inner {
  background-color: #f1ad6e; /* セクション中の背景色 */
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 7%;
  box-sizing: border-box;
  border-radius: 4px;
}

.recruit-section .section-title__n {
  color: #fff;
}

/* コンテンツ部分 */
.recruit__content {
  background: #fff;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 4px;
}

.recruit__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.recruit__text p {
  color: #222;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1.2em;
}

/* PCレイアウト */
@media (min-width: 900px) {
  .recruit__content {
    flex-direction: row;
    align-items: flex-start;
    padding: 60px;
  }

  .recruit__img {
    flex: 0 0 45%;
  }

  .recruit__text {
    flex: 1;
    padding-left: 40px;
  }
}
/* Recruit専用ボタン：円に枠線 */
.recruit__btn .arrow {
  border: 1px solid #222;
}


/* ---------------------------------
Contact
--------------------------------- */
.section-contact {
  padding: 80px 10%;
  background: #eeeeee;
}
@media (min-width: 900px) {
  .section-contact {
    padding: 120px 7% 180px;
  }
}

.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .contact__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* --- スマホでも表示させる円形ロゴ --- */
.about-circle.contact-c {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: visible; /* ← 重要：回転を妨げない */
  will-change: transform; /* ← GPU最適化で滑らかに */
}

.about-circle.contact-c .circle-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: visible; 
}

.about-circle.contact-c .circleText {
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: rotation 18s linear infinite;
  transform-origin: center center; /* ← 回転の中心を明示 */
  will-change: transform;
}

.about-circle.contact-c .circleText__text {
  fill: #222;
  font-size: 14px;
  letter-spacing: 0.5em;
  font-weight: 600;
}

.about-circle.contact-c .circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0,0,0); /* ← GPU描画強制 */
  width: 58px;
  height: 43px;
}

.about-circle.contact-c .circle-center img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- PC時は少し大きく --- */
@media (min-width: 900px) {
  .about-circle.contact-c {
    width: 200px;
    height: 200px;
  }
  .about-circle.contact-c .circle-wrapper {
    width: 200px;
    height: 200px;
  }
  .about-circle.contact-c .circleText__text {
    font-size: 17px;
    letter-spacing: 0.4em;
  }
  .about-circle.contact-c .circle-center {
    width: 65px;
    height: 49px;
  }
}

body.page-id-33,
body.page-id-33 * {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}
body.page-id-33 .grecaptcha-badge{
  bottom: 140px !important;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.fade-up{
  opacity: 0 !important;
  transform: translate3d(0,30px,0) !important;
  transition: opacity .8s ease, transform .8s ease !important;
}
.fade-up.show{
  opacity: 1 !important;
  transform: translate3d(0,0,0) !important;
}