@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
*/

/*-------------------------
共通
-------------------------*/
.top #content {
    padding-top: 0;
}
.l-content {
  padding-top: 0;
}
.post_content h2 {
  margin: 0 0 2em;
}
.radius img {
  border-radius: 40px;
}
/*共通ボタン*/
.mf-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  width: 300px;
  max-width: 100%;

  padding: 22px 26px 22px 36px;

  background: #1799aa;
  color: #fff;

  border-radius: 999px;

  text-decoration: none;

  font-size: 24px;
  letter-spacing: 0.08em;

  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.25);

  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.mf-more-btn span {
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translateY(-1px);
}
/* hoverで押される */
.mf-more-btn:hover {
  color: #fff;

  transform: translateY(6px);

  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
}

.mf-more-btn__dot {
  width: 10px;
  height: 10px;

  background: #fff;

  border-radius: 50%;

  flex-shrink: 0;
}
.mf-label {
  color: #00a8bd;
  font-size: 1.5rem;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  line-height: 1.9;
}


.mf-label::before {
  content: "◆";
  font-size: 18px;
  margin-right: 8px;
  align-items: center;
}
/*-------------------------
ヘッダー
-------------------------*/
/* 初期状態：グロナビを非表示 */
.l-header__gnav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

/* スクロール後：表示 */
body.is-scrolled .l-header__gnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}




.mf-section {
  padding: 80px 20px;
}

.mf-inner {
  max-width: 1120px;
  margin: 0 auto;
}


.mf-title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 24px;
}

.mf-text {
  font-size: 15px;
  line-height: 2;
}

.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #00a8bd;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0,.18);
  font-size: 14px;
}

.mf-btn::after {
  content: "●";
  font-size: 8px;
  margin-left: 28px;
}

.mf-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  object-fit: cover;
}

/*-------------------------
MV
-------------------------*/
/*-------------------------
MV
-------------------------*/

.mf-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  height: 72vh;
  background-image: url("http://mf26.web-lab.site/wp-content/uploads/2026/05/mv-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mf-hero__content {
  position: relative;
  z-index: 3;
}

.mf-hero__logo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.mf-hero__text {
  margin-top: 8px;
  padding-left: 6px;
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

/* 波 */
.mf-hero__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  width: 100%;
  height: 95px;
  display: block;
}

/*-------------------------
SP
-------------------------*/

@media screen and (max-width: 768px) {
  .mf-hero {
    height: 410px;
    background-position: center center;
  }

  .mf-hero__logo {
    width: 100%;
  }

  .mf-hero__text {
    font-size: 20px;
    padding-left: 6px;
  }

  .mf-hero__wave {
    height: 58px;
  }
}

/*-------------------------
Filament Service
-------------------------*/

.mf-filament {
  padding-top: 88px;
  background: #fdfdfd;
  overflow: hidden;
}

/*.mf-filament__inner {
}
*/
.mf-filament__main {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr;
  gap: 80px;
  align-items: center;
}

.mf-filament__text {
  max-width: 760px;
}

.mf-filament__text h2 {
  font-size: 52px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.mf-filament__main h2 span {
  display: block;
  line-height: 1.4;
}
.mf-filament__text .mf-more-btn {
  display: flex;
  margin-left: auto;
}

.mf-filament__img-main {
  width: 100%;
}

.mf-filament__img-main img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}
.mf-filament__bottom-line {
  position: relative;
  margin-top: 100px;
  background: #0ca4bc;
  padding: 20px 0;
  min-height: 50px;
}

.mf-filament__bottom-img {
  position: absolute;
  bottom: 14px;
  width: 360px;
  z-index: 2;
  margin: 0;
}

.mf-filament__bottom-img img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.mf-filament__bottom-line p {
  margin: 0 auto;
  padding-left: 440px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mf-filament__bottom-line {
    margin-top: 40px;
    padding: 24px;
  }

  .mf-filament__bottom-img {
    position: static;
    width: 100%;
    margin-bottom: 18px;
  }

  .mf-filament__bottom-line p {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.8;
  }
}







/*コンタクト*/
.contact-section {
  text-align: center;
}
.contact-section .mf-more-btn {
  width: 720px;
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mf-phone {
  width: 100%;
  text-align: center;
}

.mf-phone__link {
  display: inline-flex;
  align-items: center;
  gap: 22px;

  text-decoration: none;
}

.mf-phone__icon {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-phone__icon img {
  width: 100%;
  display: block;
}

.mf-phone__number {
  color: #109db3;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* SP */
@media screen and (max-width: 768px) {

  .mf-phone__link {
    gap: 12px;
  }

  .mf-phone__icon {
    width: 34px;
  }

  .mf-phone__number {
    font-size: 36px;
  }

}


/*フッター*/
.mf-footer-custom {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 120px;

  color: #009bb1;
}

.mf-footer-info {
  text-align: left;
}

.mf-footer-logo {
  display: block;
  width: 145px;
  height: auto;
  margin: 0 auto 40px;
}

.mf-footer-info p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #009bb1;
}

.mf-footer-nav {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 70px;
}

.mf-footer-nav__top a,
.mf-footer-nav__item a {
  color: #009bb1;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
  display: inline-block;
}

.mf-footer-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 80px;
}

.mf-footer-nav__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mf-footer-nav__item span {
  color: #009bb1;
  font-size: 13px;
  line-height: 1.7;
  border-left: 1px solid #009bb1;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .mf-footer-custom {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px;
  }

  .mf-footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mf-footer-nav__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mf-footer-logo {
    width: 130px;
  }
}







/*強みページ*/

.strengths-wrap-inner {
  margin: 0 auto;
  background: #eeeeef;
  padding: 100px;
}
.strengths-wrap h2 {
  margin: 0 0 24px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.strengths-wrap p {
  margin: 0 0 32px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.mf-mass__images {
  display: grid;
  grid-template-columns: 1fr 1fr 2.3fr;
  gap: 28px;
}

.mf-mass__images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* SP */
@media screen and (max-width: 768px) {
  .mf-mass {
    padding: 50px 20px;
  }

  .mf-mass__inner {
    padding: 28px 22px;
  }

  .mf-mass h2 {
    font-size: 24px;
  }

  .mf-mass p {
    font-size: 14px;
  }

  .mf-mass__images {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mf-mass__images img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/*-------------------------
benchy
-------------------------*/
.mf-benchy__inner,.mf-business__inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 80px;
}
.mf-benchy__img,.mf-business__img {
  text-align: center;
}

.mf-benchy__img img {
  max-width: 450px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.mf-business__img img {
  max-width: 680px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* SP */
@media screen and (max-width: 768px) {

  .mf-benchy__inner,.mf-business__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 24px;
  }

  .mf-benchy__text h2,.mf-business__text h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .mf-benchy__text p,.mf-business__text p {
    font-size: 14px;
  }

  .mf-benchy__img img,.mf-business__img img {
    width: 200px;
  }

}