@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
*/

/*-------------------------
共通
-------------------------*/
* {
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.grecaptcha-badge{
  visibility:hidden;
}
.recaptcha-note{
  font-size:12px;
  line-height:1.6;
  color:#888;
  margin-top:30px;
  text-align: center;
}
.page-id-23 .c-pageTitle,.page-id-25 .c-pageTitle,.page-id-27 .c-pageTitle,.page-id-30 .c-pageTitle,.page-id-463 .c-pageTitle {
  display: none;
}
.p-breadcrumb {
  display: none;
}
.swell-block-fullWide__inner.l-container {
  max-width: 1750px;
}
.c_theme {
  color: #009eba;
}
.top #content {
    padding-top: 0;
}
.l-content {
  padding-top: 0;
  max-width: 1750px;
}
.l-container {
  max-width: 1750px;
}
.post_content h2 {
  margin: 0 0 2em;
  font-weight: 700;
}
.section_title {
  font-size: 3rem !important;
}
.main_text p {
  font-size: 2rem;
}
.radius img {
  border-radius: 40px;
}
.swell-block-columns__inner{
  align-items:stretch;
}
.post_content hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 2.5em 0;
}
/*共通ボタン*/
.mf-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  min-height:100px;
  height:auto;
  max-width: 100%;
  padding: 22px 26px 22px 36px;
  background: #1799aa;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 2rem;
  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);
}
.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: 2rem;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  line-height: 1.9;
  text-align: left;
}
.mf-label::before {
  content: "◆";
  font-size: 18px;
  margin-right: 8px;
  align-items: center;
  position: relative;
  top: -6px;
}
/*-------------------------
ヘッダー
-------------------------*/
.l-header__inner.l-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
.c-gnav {
  display: none;
}
.l-fixHeader{
  background:#eeeeef;
  transition:
  background .4s ease,
  backdrop-filter .4s ease;
}
/* スクロール後 */
.l-fixHeader.is-scroll{
  background:rgba(238,238,239,.3);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.l-header{
  height: 64px;
}
.c-headLogo__link img{
  height: 32px;
}
/* PCハンバーガーメニュー */
@media screen and (min-width: 960px){
  .l-header__menuBtn.sp_{
    display:block !important;
    position:absolute;
    right:70px;
    top:50%;
    transform:translateY(-74%);
    z-index:100;
  }
  .l-header__menuBtn .c-iconBtn{
    width:100px;
    height:44px;
    padding:0;
    margin-top:2px;
    border:none;
    background:
      linear-gradient(#00a6c8,#00a6c8)
      right 0 bottom 8px / 36px 1px no-repeat;
    position:relative;
  }
  .l-header__menuBtn .c-iconBtn i,
  .l-header__menuBtn .c-iconBtn i::before,
  .l-header__menuBtn .c-iconBtn i::after,
  .l-header__menuBtn .c-iconBtn__icon,
  .l-header__menuBtn .c-iconBtn__icon::before,
  .l-header__menuBtn .c-iconBtn__icon::after{
    display:none !important;
    content:none !important;
  }
  .l-header__menuBtn .c-iconBtn::before{
    content:"";
    position:absolute;
    right:0;
    top:6px;
    width:48px;
    height:1px;
    background:#00a6c8;
  }
  .l-header__menuBtn .c-iconBtn::after{
    content:"";
    position:absolute;
    right:0;
    top:20px;
    width:42px;
    height:1px;
    background:#00a6c8;
  }
}
/* PCドロワーメニュー */
.mf-pc-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:999998;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}
.mf-pc-drawer-overlay.is-open{
  opacity:1;
  visibility:visible;
}
.mf-pc-drawer{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  width:380px !important;
  height:100dvh !important;
  max-height:100dvh !important;
  background:#fff !important;
  z-index:999999 !important;
  transform:translateX(100%) !important;
  transition:.35s ease !important;
  padding:80px 0 0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch;
  box-sizing:border-box;
}
.mf-pc-drawer.is-open{
  transform:translateX(0) !important;
}
/* 閉じるボタン */
.mf-pc-drawer__close{
  position:absolute;
  top:20px;
  left:20px;
  width:36px;
  height:36px;
  background:#fff;
  border:1px solid #999;
  padding:0;
  font-size:0;
  cursor:pointer;
}
.mf-pc-drawer__close::before,
.mf-pc-drawer__close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:22px;
  height:1px;
  background:#333;
}
.mf-pc-drawer__close::before{
  transform:translate(-50%,-50%) rotate(45deg);
}
.mf-pc-drawer__close::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}
.mf-pc-drawer__nav{
  display:flex;
  flex-direction:column;
  justify-content:flex-start !important;
}
.mf-pc-drawer__nav > a,
.mf-pc-drawer__item > a,
.mf-pc-drawer__item > p{
  display:block;
  padding:20px 30px;
  border-bottom:1px solid #eee;
  color:#00a6c8;
  text-decoration:none;
  font-size:18px;
  transition:.3s;
}
.mf-pc-drawer__nav > a:hover,
.mf-pc-drawer__item > a:hover,
.mf-pc-drawer__sub a:hover,
.mf-pc-drawer__item > p{
  color:#00a6c8;
}
.mf-pc-drawer__sub{
  background:#f6f6f6;}
.mf-pc-drawer__sub a{
  display:block;
  position:relative;
  padding:20px 30px 20px 68px;
  color:#00a6c8;
  font-size:16px;
  text-decoration:none;
  transition:.3s;
}
.mf-pc-drawer__sub a::before{
  content:"";
  position:absolute;
  left:48px;
  top:50%;
  width:10px;
  height:1px;
  background:#00a6c8;
  transform:translateY(-50%);
}
.mf-pc-drawer__nav > a:hover,
.mf-pc-drawer__item > a:hover{
  background:#00a6c8;
  color:#fff;
  padding-left:38px;
}
.mf-pc-drawer__sub a:hover{
  background:#e8f8fb;
  color:#00a6c8;
  padding-left:76px;
}
.mf-pc-drawer__sub a:hover::before{
  width:16px;
  background:#00a6c8;
}
.mf-pc-drawer__nav > a,
.mf-pc-drawer__item > a,
.mf-pc-drawer__item > p,
.mf-pc-drawer__sub a,
.mf-pc-drawer__sub a::before{
  transition:.25s ease;
}
/* 追従ヘッダーにもハンバーガー表示 */
.l-fixHeader__inner {
  position: relative;
}
.mf-fix-menuBtn {
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% + 6px);
  transform: translateY(-50%);
  z-index: 100;
}
.mf-fix-menuBtn .c-iconBtn {
  width: 100px;
  height: 44px;
  padding: 0;
  border: none;
  background:
    linear-gradient(#00a6c8,#00a6c8) right 0 bottom 8px / 36px 1px no-repeat;
  position: relative;
}
.mf-fix-menuBtn .c-iconBtn i,
.mf-fix-menuBtn .c-iconBtn i::before,
.mf-fix-menuBtn .c-iconBtn i::after {
  display: none !important;
  content: none !important;
}
.mf-fix-menuBtn .c-iconBtn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 48px;
  height: 1px;
  background: #00a6c8;
}
.mf-fix-menuBtn .c-iconBtn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 42px;
  height: 1px;
  background: #00a6c8;
}
/* 追従ヘッダーを全幅 */
.l-fixHeader__inner.l-container {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
/*-------------------------
MV
-------------------------*/
.mf-hero {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
  height: 72vh;
  background-image: url("https://mirrorfarm.nagoyakogei.jp/wp-content/uploads/2026/05/nagoya-kogei-mirror-farm-3d-print-mass-production.webp");
  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: 4rem;
/*  font-weight: 600;*/
  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;
  width: 100%;
  height: 140px;
  display: block;
}
.swell-block-columns:has(.top-about-content){
  align-items: stretch;
}
/*-------------------------
TOP-About us
-------------------------*/
.top-about-content{
  display:flex;
  flex-direction:column;
}

.top-about-content .wp-block-group{
  height:100%;
  display:flex;
  flex-direction:column;
}
.top-about-content .wp-block-group__inner-container{
  display:flex;
  flex-direction:column;
  height:100%;
}
.top-about-content .mf-more-btn{
  margin-left:auto !important;
  margin-right:0 !important;
  margin-top:auto;
}
/*-------------------------
Top-Filament Service
-------------------------*/
.mf-filament {
  padding-top: 88px;
  background: #fdfdfd;
  overflow: hidden;
}
.mf-filament__main {
  display: grid;
  grid-template-columns: 1.3fr 0.57fr;
  gap: 4rem;
  align-items: center;
  max-width: 1750px;
}
.filament-top-section h2 {
  font-size: 3.3rem;
}
.mf-filament__text h2 {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.mf-filament__text p {
  font-size: 2rem;
  margin-bottom: 34px;
}
.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 / 1;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}
.mf-filament__bottom-line {
  position: relative;
  margin-top: 150px;
  background: #0ca4bc;
  padding: 40px 0;
  min-height: 50px;
  max-height: 200px;
}
.mf-filament__bottom-line .l-container{
  max-width: 1750px;
}
.mf-filament__bottom-img {
  position: absolute;
  bottom: 14px;
  width: 30%;
  height: auto;
  z-index: 2;
  margin: 0;
}
.mf-filament__bottom-img img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}
.mf-filament__bottom-line p {
  margin: 0 auto;
  padding-left: 40%;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  text-align: right;
}
.mf-feature-list{
  height:100%;
  min-height:100%;
  background:#eeeeef;
  display:flex;
  flex-direction:column;
}
.mf-feature-list__item{
  flex:1;
  display:flex;
  align-items:center;
  padding:24px;
  font-size:2rem;
  line-height:1.7;
  color:#231815;
  border-bottom:1px solid #1799aa;;
}
.mf-feature-list__item:last-child{
  border-bottom:none;
}
/*-------------------------
Top-Strength
-------------------------*/
.top-strength-content .swell-block-column[data-valign="bottom"]{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
}
.top-strength-content .mf-more-btn{
  margin-left:auto;
}
/* 後加工オプション */
.mf-option__inner {
  margin: 0 auto;
}
.mf-option__title {
  margin: 0 0 44px;
  font-size: 58px;
  color: #231815;
}
.mf-option__content {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 36px;
  align-items: center;
}
/* フェード画像 */
.mf-option__image {
  position: relative;
  overflow: hidden;
}
.mf-option__image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.mf-option__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.mf-option__image img.is-active {
  opacity: 1;
  z-index: 2;
}
.mf-option__list {
  width: 100%;
}
.mf-option__row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7ed0df;
  padding: 24px;
  font-size: 32px;
  color: #231815;
}
.mf-option__row:last-child{
  border-bottom:none;
}
.mf-option__bottom {
  margin-top: 32px;
  background: #9d9d9d;
  color: #fff;
  text-align: right;
  padding: 24px 44px;
  font-size: 22px;
}
/*-------------------------
Top-Contact
-------------------------*/
.contact-section {
  text-align: center;
}
.contact-section .mf-more-btn {
  width: 720px;
  height: 120px;
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
}
.contact-section .mf-more-btn span {
  text-align: center;
}
.mf-phone__link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
}
.mf-phone__icon {
  width: 3.4rem;
  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: 3.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.business-hours {
  font-size: 1.5rem;
}
/*-------------------------
Footer
-------------------------*/
.l-footer__widgetArea .l-container{
  max-width:1750px;
}
.mf-footer-custom{
  width:100%;
  max-width:1750px;
  margin:0 auto;
  padding:70px 0;
  box-sizing:border-box;
  display:grid;
  grid-template-columns: 1.2fr 0.7fr 1.2fr 0.6fr;
  column-gap: 90px;
  align-items:start;
  color:#009bb1;
}
.mf-footer-nav-col{
  display:flex;
  flex-direction:column;
  gap:44px;
}
/* 左：会社情報 */
.mf-footer-info{
  text-align:left;
}
.mf-footer-logo{
  width:150px;
  max-width:100%;
  height:auto;
  margin-bottom:24px;
}
.mf-footer-info p{
  margin:0;
  font-size:1.2rem;
  line-height:1.45;
  color:#009bb1;
  overflow-wrap:anywhere;
}
/* 右：ナビ */
.mf-footer-nav{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  column-gap:80px;
  row-gap:44px;
}
.mf-footer-nav__top{
  grid-column:1;
  grid-row:1;
}
.mf-footer-nav__grid{
  grid-column:2 / 4;
  grid-row:1 / 3;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  column-gap:80px;
  row-gap:44px;
}
.mf-footer-nav__item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
/* 親リンク */
.mf-footer-nav__top > a,
.mf-footer-nav__item > a,
.mf-footer-nav__item p {
  display:inline-block;
  margin-bottom:10px;
  color:#009bb1;
  font-size:2rem;
  line-height:1.2;
  text-decoration:none;
  transition:opacity .3s;
}
/* サブメニュー */
.mf-footer-nav__sub{
  border-left:1px solid #009bb1;
  padding-left:12px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.mf-footer-nav__sub a{
  color:#009bb1;
  font-size:1.2rem;
  line-height:1.5;
  text-decoration:none;
  transition:opacity .3s;
}
.mf-footer-nav a:hover{
  opacity:.7;
}
/*-------------------------
強みページ
-------------------------*/
.strengths-wrap-inner {
  margin: 0 auto;
  background: #eeeeef;
  padding: 100px;
}
.strengths-wrap h2 {
  margin: 0 0 24px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
.strengths-wrap p {
  margin: 0 0 32px;
  font-size: 2rem;
  line-height: 1.8;
}
/*-------------------------
大量試作
-------------------------*/
.page-id-25 .post_content .is-style-section_ttl {
  text-align: left;
}
.mf-mass__images{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:20px;
  margin-top:40px;
}
.mf-mass__images-small{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.mf-mass__images-large img,
.mf-mass__images-small img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
/*-------------------------
benchy
-------------------------*/
.mf-benchy__inner,.mf-business__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 4rem;
}
.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;
}
/*-------------------------
フィラメントサービスページ：ペレット製造実績図表
-------------------------*/
.service_menu {
  font-size: 1.5rem;
}
.mf-pellet {
  padding: 60px 0;
}
.mf-pellet__title {
  margin: 0 0 28px;
  color: #08a6bf;
  font-size: 34px;
/*  font-weight: 500;*/
  line-height: 1.4;
}
.mf-pellet__table-wrap {
  overflow-x: auto;
}
.mf-pellet__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background: transparent;
}
.mf-pellet__table th,
.mf-pellet__table td {
  padding: 14px 18px;
  border-bottom: 1px solid #9ed9e2;
  text-align: left;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.6;
}
.mf-pellet__table th {
  color: #08a6bf;
/*  font-weight: 600;*/
}
.mf-pellet__table td {
  color: #222;
/*  font-weight: 500;*/
}
.post_content thead th {
  background: #fdfdfd;
  color: #08a6bf;
}
.mf-pellet__table th,
.mf-pellet__table td {
  border: none !important;
  border-bottom: 1px solid #9ed9e2 !important;
}
.mf-pellet__table th:first-child {
  border-right: 1px solid #9ed9e2 !important;
}
.mf-pellet__table td:nth-child(1) {
  border-right: 1px solid #9ed9e2 !important;
}
/*井上企画*/
.mf-partner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.mf-partner__text {
  font-size: 2rem;
/*  font-weight: 300;*/
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1d1414;
}
.mf-partner__logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
}
/*-------------------------
Aboutページ
-------------------------*/
/*message*/
.mf-profile{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.mf-profile img{
  width:100%;
  display:block;
}
.mf-profile__text{
  order:1;
}
.mf-profile__image{
  order:2;
}
.mf-profile__en{
  font-size:1.5rem;
  line-height:1.6;
}
.mf-profile__jp{
  font-size:3.5rem;
  line-height:1.4;
}
/*会社概要*/
table.company-table {
  width: 100%;
  border-collapse: collapse;
}
table.company-table td {
  padding: 28px;
  font-size: 1.75rem;
  line-height: 1.9;
  vertical-align: top;
  border: none;
}
table.company-table tr {
  border-bottom: 1px solid #7ed0df;
}
table.company-table tr:last-child {
  border-bottom: none;
}
table.company-table td:first-child {
  width: 22%;
  white-space: nowrap;
}
/* =========================
CONTACT FORM
========================= */
.mf-contact-form{
  max-width:900px;
  margin:0 auto;
}
.mf-form-head{
  margin-bottom:80px;
}
.mf-form-head p{
  line-height:1.4;
  font-size: 1.4rem;
}
.mf-form-group{
  margin-bottom:48px;
}
.check-group-wrap label{
  margin-bottom: 32px;
}
.mf-form-group label{
  display:block;
  margin-bottom:20px;
  font-size:2rem;
/*  font-weight:600;*/
  color:#231815;
}
.mf-form-group .wpcf7-radio label span{
  font-size: 1.4rem;
}
.mf-form-group label span{
  font-size:12px;
  color:#00a6c8;
  margin-left:8px;
}
.hissu label span{
  font-size:16px;
  border: solid 1px #00a6c8;
  margin-left:8px;
  padding: 4px 8px;
}
/* input */
.mf-contact-form input[type="text"],
.mf-contact-form input[type="email"],
.mf-contact-form input[type="tel"],
.mf-contact-form textarea{
  width:100%;
  border:none;
  border-bottom:1px solid #9eddea;
  background:transparent;
  padding:18px 0;
  font-size:1.4rem;
  color:#231815;
}
.mf-contact-form textarea{
  min-height:180px;
  resize:vertical;
}
.mf-contact-form input:focus,
.mf-contact-form textarea:focus{
  outline:none;
  border-color:#00a6c8;
}
/* radio */
.mf-radio-grid{
  max-width:500px;
}
.mf-radio-grid .wpcf7-form-control{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.mf-radio-grid .wpcf7-list-item{
  margin:0;
  display:block;
}
.mf-contact-form .wpcf7-list-item label{
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 24px;
  border:1px solid #9eddea;
  cursor:pointer;
  transition:.3s;
}
.mf-contact-form .wpcf7-list-item input{
  accent-color:#00a6c8;
}
.mf-contact-form .wpcf7-list-item label:hover{
  background:#eeeeef;
}
/* ラジオボタン */
.mf-contact-form input[type="radio"]{
  appearance:none;
  -webkit-appearance:none;
  width:22px;
  height:22px;
  min-width:22px;
  min-height:22px;
  flex-shrink:0;
  border:1px solid #00a6c8;
  border-radius:50%;
  background:#fff;
  position:relative;
  cursor:pointer;
  display:grid;
  place-items:center;
  padding:0;
  margin:0;
}
/* 選択時 */
.mf-contact-form input[type="radio"]::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#00a6c8;
  transform:scale(0);
  transition:.2s ease;
}
.mf-contact-form input[type="radio"]:checked::before{
  transform:scale(1);
}
.mf-contact-form .wpcf7-list-item label{
  display:flex;
  align-items:center;
  gap:16px;
}
/* button */
.mf-form-submit{
  text-align:center;
  margin: 40px 0 auto;
}
.mf-form-submit .wpcf7-submit{
  min-width:320px;
  border:none;
  border-radius:100px;
  background:#00a6c8;
  color:#fff;
  font-size:2rem;
/*  font-weight: bold;*/
  letter-spacing:.08em;
  padding:22px 40px;
  cursor:pointer;
  transition:.3s;
  box-shadow:
    0 8px 20px rgba(0,166,200,.2);
}
.mf-form-submit .wpcf7-submit:hover{
  transform:translateY(-2px);
  opacity:.9;
}
.mf-form-privacy {
  text-align: center;
}
.mf-form-privacy .wpcf7-list-item label {
  border: none;
  padding: 20px 0;
}
.wpcf7-spinner {
  display: none;
}
/* 1200px以下 */
@media screen and (max-width:1200px){

  .mf-footer-custom{
    max-width:100%;
    grid-template-columns:240px 1fr;
    column-gap:70px;
    padding:60px 32px;
  }
  .mf-footer-nav{
    column-gap:50px;
  }
  .mf-footer-nav__grid{
    column-gap:50px;
  }
}
/*-------------------------
タブレット
-------------------------*/
@media screen and (max-width:960px){
/*共通*/
  .swell-block-column figure{
    width:100% !important;
  }
  .swell-block-column figure img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }
  .mf-label,.mf-filament__text.mf-label {
    font-size: 16px;
    margin-left: -10px;
  }
  .section_title, .mf-filament__main h2 span {
    font-size: 28px !important;
    text-align: center;
  }
  .main_text p,.mf-feature-list__item {
    font-size: 16px;
  }
  .sp_inner_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mf-more-btn {
    width: 200px;
    height: 70px;
    min-height: 70px;
    font-size: 18px;
  }
  .radius img {
    border-radius: 10px;
  }
  .l-header__logo {
    padding: 0;
  }
/*ハンバーガーメニュー*/
  /* SWELL標準削除 */
  .l-header__menuBtn .c-iconBtn__icon,
  .l-header__menuBtn .c-iconBtn__icon::before,
  .l-header__menuBtn .c-iconBtn__icon::after{
    display:none !important;
    content:none !important;
  }
  .l-header__menuBtn{
    margin-right:14px !important;
    margin-top: 18px;
  }
  .l-header__menuBtn .c-iconBtn{
    width:44px;
    height:22px;
    padding:0;
    margin-top:4px;
    border:none;
    position:relative;
    background:
      linear-gradient(#00a6c8,#00a6c8)
      right bottom / 24px 1px no-repeat;
  }
  /* 上線 */
  .l-header__menuBtn .c-iconBtn::before{
    content:"";
    position:absolute;
    right:0;
    top:1px;
    width:40px;
    height:1px;
    background:#00a6c8;
  }
  /* 真ん中線 */
  .l-header__menuBtn .c-iconBtn::after{
    content:"";
    position:absolute;
    right:0;
    top:11px;
    width:32px;
    height:1px;
    background:#00a6c8;
  }
  .l-header{
    background:#eeeeef;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    transition:all .3s ease;
  }
  .l-header.is-scroll{
    background:rgba(238,238,239,.7);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
  }
  .l-fixHeader{
    display:none;
  }
  .l-content{
    margin-top:0;
  }
  .l-header__inner.l-container {
    padding-left:  8px;
  }
/*  MV*/
  .mf-hero {
    min-height: 300px;
    background-position: center center;
  }
  .mf-hero__logo {
    width: 100%;
  }
  .mf-hero__text {
    font-size: 24px;
  }
  .mf-hero__wave {
    height: 58px;
  }
  .mf-filament__inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .mf-filament__main{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }
  .mf-filament__text, .mf-filament__bottom-img{
    padding-left: 10px;
    padding-right: 10px;
  }
  .mf-filament__img-main img {
    aspect-ratio: auto;
  }
  .mf-filament__text .mf-more-btn {
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .mf-filament__text .mf-more-btn__dot {
    display: none;
  }
  .mf-filament__bottom-inner{
    display:flex;
    align-items:center;
    gap:16px;
    padding-left: calc(10px + 4vw);
    padding-right: calc(10px + 4vw);
  }
  .mf-filament__bottom-img{
    width:30%;
    flex-shrink:0;
    position:static;
    bottom: 0;
  }
  .mf-filament__bottom-img img{
    width:100%;
    display:block;
  }
  .mf-filament__bottom-line {
    margin-top: 100px;
    padding: 24px 0;
  }
  .mf-filament__bottom-line p {
    width: 70%;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 0;
    margin: 0;
    text-align: left;
  }
  .mf-option__title {
    font-size: 34px;
    margin-bottom: 28px;
  }
  .mf-option__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mf-option__row {
    min-height: 54px;
    font-size: 18px;
  }
  .mf-option__bottom {
    padding: 16px 24px;
    font-size: 16px;
    text-align: center;
  }
/*  トップアバウト*/
  .top-about-content .mf-more-btn {
    margin-top: 30px;
  }
/*トップページコンタクト*/
  .contact-section .mf-more-btn {
    width: 340px;
    height: 80px;
    border-radius: 10px;
  }
  .mf-phone__link {
    gap: 12px;
  }
  .mf-phone__icon {
    width: 34px;
  }
  .mf-phone__number {
    font-size: 32px !important;
  }
  .business-hours {
    font-size: 14px;
  }
/*フッター*/
  .mf-footer-info {
    text-align: center;
  }
  .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;
  }
  .mf-footer-custom{
    grid-template-columns:1fr;
    padding:50px 24px;
  }
  .mf-footer-nav__top{
    margin-bottom:32px;
  }
  .mf-footer-nav__top > a,.mf-footer-nav__item > a,.mf-footer-nav__item p {
    font-size: 20px;
  }
  .mf-footer-nav{
    display:block;
  }
  .mf-footer-nav__grid{
    display:flex;
    flex-direction:column;
    gap:0;
  }
  .mf-footer-nav__item,.mf-footer-nav__top {
    border-bottom:1px solid #009bb1;
    padding:20px 0;
    position:relative;
  }
  /* タイトル */
  .mf-footer-nav__item > a,.mf-footer-nav__item p{
    display:block;
    position:relative;
    padding-right:40px;
    margin-bottom:16px;
    color:#009bb1;
  }
  /* サブメニュー */
  .mf-footer-nav__sub{
    border-left:none;
    padding-left:0;
    gap:10px;
  }
  .mf-footer-nav__sub a{
    position:relative;
    padding-left:18px;
    font-size:16px;
    line-height:1.7;
  }
  /* 左の横線 */
  .mf-footer-nav__sub a::before{
    content:"";
    position:absolute;
    left:0;
    top:30px;
    width:10px;
    height:1px;
    background:#009bb1;
  }
  .mf-footer-nav__item > a,.mf-footer-nav__item p{
    display:flex;
    align-items:center;
    width:100%;
    min-height:64px;
    padding:18px 40px 18px 0;
    box-sizing:border-box;
  }
  /* サブリンク */
  .mf-footer-nav__sub a{
    display:flex;
    align-items:center;
    width:100%;
    min-height:52px;
    padding:14px 0 14px 22px;
    box-sizing:border-box;
  }
  /* hover */
  .mf-footer-nav__item > a:hover,
  .mf-footer-nav__sub a:hover{
    background:rgba(0,166,200,.04);
  }
/*About usページ*/
  .mf-profile{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    align-items:center;
  }
  .mf-profile__image{
    order:1;
  }
  .mf-profile__text{
    order:2;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    padding-top:0;
    text-align:center;
  }
  .mf-profile__en{
    font-size:14px;
    text-align: center;
  }
  .mf-profile__jp{
    font-size:32px;
    line-height:1.3;
  }
/*  会社概要*/
  .company_section .swell-block-columns__inner{
    flex-direction:column-reverse;
  }
  table.company-table td {
    padding: 20px;
    font-size: 16px;
  }
/*強みページ*/
  .page-id-25 .post_content .is-style-section_ttl {
    text-align: center;
  }
  .mf-mass__inner {
    padding: 28px 22px;
  }
  .mf-mass h2{
    text-align:center;
    margin-bottom:24px;
  }
  .mf-mass p {
    margin-bottom:24px;
  }
  .mf-mass__images{
    display:grid !important;
    grid-template-columns:1fr;
    gap:14px;
  }
  /* 大画像 */
  .mf-mass__images-large{
    order:1;
    width:100%;
    overflow:hidden;
  }
  .mf-mass__images-large img{
    width:100%;
    object-fit:cover;
    display:block;
  }
  /* 下2枚 */
  .mf-mass__images-small{
    order:2;
    width:100%;
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .mf-mass__images-small img{
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
    display:block;
  }
/*強み：Benchy*/
  .mf-benchy__inner,.mf-business__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 24px;
  }
  .sp-reverse {
    display:flex;
    flex-direction:column-reverse;
  }
  .mf-benchy__text h2,.mf-business__text h2 {
    margin-bottom: 28px;
  }
  .mf-benchy__img img,.mf-business__img img {
    width: 100%;
    height: auto;
  }
/*フィラメントサービス*/
  .service_menu p{
    font-size: 20px;
  }
  .filament-top-section h2 {
    font-size: 32px;
/*    font-weight: bold;*/
  }
  .filament-top-section h2, .filament-point-section h2 {
    text-align: center !important;
  }
  .filament-top-section p, .filament-point-section p {
    text-align: center !important;
  }
/*ペレット図表*/
  .mf-pellet {
    padding: 40px 0;
  }
  .mf-pellet__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .mf-pellet__table th,
  .mf-pellet__table td {
    font-size: 16px;
    padding: 12px 14px;
  }
/*井上企画*/
  .mf-partner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }
  .mf-partner__text {
    font-size: 20px;
  }
  .mf-partner__logo img {
    width: 150px;
  }
/* 問い合わせフォーム */
  .mf-radio-grid{
    grid-template-columns:1fr;
  }
  .mf-form-submit .wpcf7-submit{
    width:100%;
    min-width:auto;
  }
  .mf-form-group {
    margin-bottom: 100px;
  }
  .mf-form-group label{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mf-form-group .wpcf7-radio label span{
    font-size: 16px;
  }
  .mf-form-submit .wpcf7-submit {
    font-size: 18px;
  }
}
.mf-filament__bottom-img{
  position:relative;
  overflow:hidden;
}
.mf-filament__bottom-img img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity 1s ease;
}
.mf-filament__bottom-img img.is-active{
  opacity:1;
  z-index:2;
}
.mf-filament__bottom-img::before{
  content:"";
  display:block;
  padding-top:66%;
}
/* PC：下部画像を表示 */
@media screen and (min-width: 961px) {
  .mf-filament__bottom-line {
    position: relative;
    overflow: visible;
    max-height: none;
  }
  .mf-filament__bottom-inner {
    position: relative;
  }
  .mf-filament__bottom-img {
    position: absolute !important;
    left: auto;
    bottom: 14px;
    width: 30%;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    z-index: 2;
    padding: 0;
  }
  .mf-filament__bottom-img::before {
    content: none;
  }
  .mf-filament__bottom-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 0;
    border-radius: 18px;
  }
  .mf-filament__bottom-img img.is-active {
    opacity: 1;
    z-index: 2;
  }
}
/*インスタグラム*/
/* Instagramフォローボタン */
.sbi_follow_btn{
  margin-top:40px;
  text-align:right;
}
.sbi_follow_btn a{
  margin-top: 30px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:space-between;
  width:370px;
  min-height:100px;
  padding:22px 64px !important;
  background:#1799aa !important;
  color:#fff !important;
  border-radius:999px !important;
  font-family:'Montserrat',sans-serif;
  font-size:2rem !important;
  font-weight:800 !important;
  letter-spacing:.08em;
  box-shadow:10px 10px 18px rgba(0,0,0,.25);
  transition:
    transform .15s ease,
    box-shadow .15s ease;
}
.sbi_follow_btn a:hover{
  transform:translateY(6px);
}
.sbi_follow_btn svg{
  width:32px !important;
  height:32px !important;
  margin-right:16px;
  flex-shrink:0;
}
.sbi_follow_btn a:hover{
  box-shadow:2px 2px 6px rgba(0,0,0,.18) !important;
}
@media (max-width:960px){
  .sbi_follow_btn a{
    width:200px;
    min-height:70px;
    font-size:18px !important;
    padding:16px 36px !important;
  }
  .sbi_follow_btn svg{
    width:24px !important;
    height:24px !important;
    margin-right:10px;
  }
}






