/*
Theme Name: LIQUID Child
Theme URI: 
Description: LIQUID 子テーマ
Author: 
Author URI:
Template: liquid
Version: 1.0
*/



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img{ vertical-align: bottom; }


div{
	margin-left:auto;
	margin-right:auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { font-size: 62.5%; }
body { font-size: 1.6rem; } 
p  { font-size: 1.6rem; }
li { font-size: 1.6rem; } 
li p { font-size: 1.6rem; } 

.page p,
.page li,
.page th,
.page td{ line-height: 1.7em; } 


:root {
  --wp--preset--font-size--small: 1.2rem; /* フォントサイズ S */
  --wp--preset--font-size--medium: 1.8rem; /* フォントサイズ M */
  --wp--preset--font-size--large: 2.2rem; /* フォントサイズ L */
  --wp--preset--font-size--x-large: 3.2rem; /* フォントサイズ XL */
  --wp--preset--font-size--xx-large: 5vw; /* フォントサイズ XXL */
}


body{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	/*color:#111;*/ /* 2025-12-18変更前 */
	color:#474747;
  position: relative;
	
}

/*　基本レイアウト　*/
.inner{ width: 1300px; }
section{ 
	padding:3% 0;
}

/*　タイトル　*/
h1{}
h1.page-tite{}

h2{
  font-size: 5.3rem;
  font-weight: 700;
  margin-bottom: 1em;
	text-align: center;
  line-height: 1.4em;
}

.detail.page{
  padding-top: 0; /* 2026-02-25 余白縮小 */
}






/* 流れる文字*/
.animation_txt{
	position:relative;
	height:20vw;
}

.animation_txt p{
	/* font-size: 25.0rem; */
	font-size: 15vw;
	color:rgba(255,255,255, 0.2);
	font-weight:600;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	position: absolute;
  white-space: nowrap;
  animation: scrollText 100s linear infinite;
 /* pointer-events: none;*/
}

.animation_txt.animation_txt-company p{
	color:rgba(37,168,201, 0.1);
}

/* 横に流す方向・速度 */
@keyframes scrollText {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(-100%);
  }
}





/* ヘッダー全体 */
.header {
  /* padding: 10px 30px 5px 30px; */
  padding: 5px 30px 0 30px; /* 2026-02-25 余白縮小 */
	width: 100%;
}


/* ヘッダー固定（スクロール後に表示　） */
.header.is-start{
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.header.is-show {
	position: fixed;
	top: 0;
	left: 0;	
  transform: translateY(0);
  opacity: 1;
	background: rgba(255,255,255, 0.95);
	box-shadow: 0 4px 10px rgba(0,0,0,0.12);
	z-index: 500;
}



/*  */
.header-inner {
  display: flex;
  justify-content: space-between;
  /* align-items: center;
  align-content: center; */
}

/* ロゴ */
.header .logo{
	/* width: 300px; */
	width: 240px; /* 2026-02-25 余白縮小 */
  line-height: 1em;
}
.header .logo img {
	width: 100% !important;
	height: auto !important;
  vertical-align: bottom;
}



/* ナビ */

/* ナビ全体 */
.navi_erea{
  display: flex;
  align-items:center;
}

/* ナビ（メイン） */
.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
	position: relative;
  margin-right: 0.5em;
}

.header-nav .nav-links {
  display: flex;
  gap: 25px;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  
}

.header-nav .nav-links li {
  position: relative;
}

.header-nav .nav-links li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  transition: 0.3s;
  display: inline-block;
  padding: 10px 0;  
}

.header-nav .nav-links li a span {
  display: block;
  font-size: 11px;
  color: #999;
}

.header-nav .nav-links li a:hover {
  color: #00a4c6;
}



/* ナビ（メイン＞プルダウン） */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; 
  background: #fff;
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 250px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.submenu li a {
  display: block;
  width: 100%;
  padding: 1.5em 2em !important;
  color: #333;
  font-size: 14px; 
  white-space: nowrap;
  border-bottom: 1px solid #EEE; 
}

.submenu li a:hover {
  background: #f0f8fa;
  color: #007b91;
}

.has-submenu:hover .submenu {
  display: block;
}



/*　ナビ（強調ボタン） */
.nav-buttons{
  margin-left: 2em;
}
.nav-buttons ul {
		display: flex;
		gap: 10px;
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;
    justify-content: flex-end;
    align-items: center;
}

.nav-buttons ul li a {
		/* display: inline-block; */
    display: flex; 
    align-items: center;
    align-content: center;
		background-color: #00c2a9;
		color: #fff;
		font-size: 1.5rem;
		padding: 0.2em 1em 0.3em 1em;
		border-radius: 100vh;
		text-decoration: none;
		transition: 0.3s;
}

.nav-buttons ul li a:hover {
		opacity: 0.85;
}
.nav-buttons ul li img.icon {
  height: 14px;
  margin-top: 3px;
  margin-right: 0.3em;
}
.nav-buttons.nav-buttons-footer{ display:none; }

@media screen and (max-width: 768px) {
  
	.nav-buttons{ display:none; }
	/* footer用 */
  .nav-buttons.nav-buttons-footer{ 
		display:block; 
    position:fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 80%;
    
  }
  .nav-buttons.nav-buttons-footer ul{ 
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap:0;
  }
  .nav-buttons.nav-buttons-footer ul li{ 
    width: 100%;
    margin-right: 0;
    margin-left: 1px;
  }
  .nav-buttons.nav-buttons-footer ul li a{
    width: 100%;
    justify-content: center;
    border-radius: 0;
  }
  .nav-buttons.nav-buttons-footer ul li:first-child a{
    border-radius: 15px 0  0 0;
  }
  .nav-buttons.nav-buttons-footer ul li img.icon {
  }



}

.btn {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.btn.contact {
  background-color: #00c2a9;
}

.btn.download {
  background-color: #00c2a9;
}

.btn:hover {
  opacity: 0.85;
}







													

/* フッター */

footer{}

.site-footer {
  background-color: #f4f8f9;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
}

/* 関連リンクバナー */
.footer-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 1em;
}

.footer-banners .banner-item img {
  max-width: 220px;
  height: auto;
  background: #fff;
  transition: transform 0.3s;
}

.footer-banners .banner-item img:hover {
  transform: translateY(-3px);
}



.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-left {
  flex: 1 1 300px; 
}
.footer-logo img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}


.footer-left address {
  font-style: normal;
  margin-bottom: 15px;
}

.privacy-mark img {
  width: 90px;
  height: auto;
}

.flex_pmark_area{
  justify-content: flex-start;
}
.flex_pmark_area div{  margin:0; }
.flex_pmark_area img{ height:75px; width: auto; }
.flex_pmark_area .bnr-kk_yuryo img{ height:70px; }



/* footer  ナビ */
.footer-nav {
  flex: 2 1 400px;
  /* display: flex; */
  justify-content: flex-end;
}

.footer-nav > ul {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
}

.footer-nav ul li {
  list-style: none;
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.footer-nav ul li.nav-parent{
  width: 100%;
}

.footer-nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.footer-nav ul li.nav-parent a.parent{
  color: #1d4ea2;
  font-weight: 900;
}


.footer-nav ul li a:hover {
  text-decoration: underline;
}

.footer-nav ul ul {
  margin-top: 5px;
  padding-left: 0;
}

.footer-nav ul ul li {
  font-size: 90%;
  line-height: 1.5;
}

/* コピーライト */
.footer-copy {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 1em;

}
.footer-copy p{
  font-size: 1.3rem;
  color: #333;
}

@media screen and (max-width: 768px) {



    .footer-main { }

    .footer-left {
      flex: none; 
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    .footer-left .footer-logo{
      order: 1;
      width: 50%;
      text-align: left;
    }
    .footer-left address {
      order: 3;
      width: 100%;
    }
    .footer-left .privacy-mark{
      order:2;
      width: 50%;
      text-align: right;
    }
   /* .footer-left .privacy-mark img{ max-width: 40px;} */

   .flex_pmark_area{ margin-bottom: 1em; }
  
    .footer-nav {
      justify-content: center;
      margin-top: 30px;
    }

    .footer-nav > ul {
      gap: 0;
      flex-wrap: wrap;
    }
    
    .footer-nav ul li.nav-parent{
      width: 100%;
      margin:1%;
    }

    .footer-left {
      margin-bottom: 20px;
    }

    .footer-banners {
      gap: 0;
      justify-content: start;

    }
    .footer-banners .banner-item{
      width: 48%;
      margin: 1%;
    }
    .footer-banners .banner-item img { width: 100%; }




}



/* CTA */
.contact-section {
  background: linear-gradient(90deg, #7fd1c8 0%, #28b8de 100%);
  text-align: center;
  padding: 60px 20px;
  color: #fff;
}

.contact-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2% 3%;
  border-radus:5vw;
  background:rgba(255,255,255, 0.1);
}

.contact-section h2{
  display: inline-block;
  background: #fff;
  color: #28b8de;
  border-radius: 50vw;
  padding: 0.5em 3em;
  font-weight: bold;
  margin-bottom: 0.8em;
  font-size: 2.2rem;
}

.contact-sub-title{
  font-size: 2.7rem;
  margin-bottom: 1em;
}

.contact-box{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-box .item{
  background: #fff;
  color: #28b8de;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;

  /* flex: 1 1 320px; */
  display: flex;
  flex-wrap: wrap;  
  align-items: center;
  width: 100%;
  text-align: center;
}

.contact-box .item:hover {
  transform: translateY(-4px);
}

.contact-box .item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #25a8c9;
  font-weight: bold;
  padding: 1em;
}

.contact-box .item a span{
  display: inline-block;
  width: 100%;
}

.contact-box .item .sub-text{
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.contact-box .item .contact-label{
  font-size: 2.4rem;
  font-weight: 700;
}
.contact-box .item .contact-label.phone-number{
  font-size: 2.8rem;
}


 /*  アイコン */
.contact-box .item img.icon{
  height: 22px;
  margin-right: 0.1em;
  margin-top: -1px;
  vertical-align: middle;
}
.contact-box .item img.icon.icon-tel{
  height: 25px;
   margin-top: -2px;
}


.contact-section .contact-note {
  color: #FFF;
  padding: 1em;
  font-size: 1.8rem;
   font-weight: 700;
}


@media screen and (max-width: 768px) {


  .contact-sub-title{
    font-size:4vw;
  }

  .contact-box{
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
  .contact-box .item{
    margin-bottom: 1em;
  }
  .contact-inner {
    padding-top:5vw;
  }



}




/* 汎用 */

.flex{
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
.center{ text-align: center ;}




/* ==========================
   TOP OPENINGアニメーション
========================== */

#opening {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}


/* 左右共通 */
.door {
  position: absolute;
  background: linear-gradient(135deg, #3ff0ff, #a8f5e5);
  transition: transform 1.2s ease-in-out;
  z-index: 2;
}

/* 左扉：左下方向に開く */
.left-door {
  width: 150vw;    /* 少し大きめにして隙間防止 */
  height: 150vw;
  top: 50%;
  left: 50%;
  transform-origin: center right;  /* 右端を支点に回転 */
  transform: translate(-100%, -50%) rotate(45deg);
}
.opening-finish .left-door {
  /* 左下方向へ移動 */
  transform: translate(-100%, -50%) rotate(45deg) translate(-80%, 100%);
}

/* 右扉：右上方向に開く */
.right-door {
  width: 150vw;
  height: 150vw;
  top: 50%;
  left: 50%;
  transform-origin: center left;   /* 左端を支点に回転 */
  transform: translate(0%, -50%) rotate(45deg);
}
.opening-finish .right-door {
  /* 右上方向へ移動 */
  transform: translate(0%, -50%) rotate(45deg) translate(80%, -100%);
}
.opening-logo{ z-index: 100;}


@media screen and (max-width: 768px) {

  .opening-logo{
    text-align: center;
  }
  .opening-logo img{
     width: 70%;
  }
  

  /* 左扉 */
  .left-door {
    width: 450vw;
    height: 450vw;
  }
  /* 右扉 */
  .right-door {
    width: 450vw;
    height: 450vw;
  }


}


/* ==========================
   TOP MV　部分
========================== */


/* .mv{ height: 1000px;} */

.mv{
  height: 70vw; /* 高さ可変に対応 */
  position:relative;
}

.hero_bg {
 	position: relative;
 	width: 100%;
	display: block;
	z-index: -1;
}

.bg-shape {
	width:20vw;
	height:150vw;
	position: absolute;
 	transform: rotate(60deg);
	top:-70vw;
}

.bg-shape.shape1 {
	left: 20%;
  background: linear-gradient(45deg, #b2f0f0, #7ee3f0);
}

.bg-shape.shape2 {
	top:-29.78vw;
	left: -10%;
  background: linear-gradient(45deg, #8aeff2, #63e2f7);
}

.bg-shape.shape3 {
	/* top:-63.9vw; */
	top:-64.0vw;
	left:90%;
  background: linear-gradient(45deg, #5be2f8, #45e0ff);
}


/* MVテキスト部分 */
.hero_content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.hero_content h1 {
  /* font-size: 4.6rem; */
  font-size: 5.0rem;
  line-height: 1.4em;
  font-weight:900;
  color: #FFF;
  letter-spacing: 0.08em;
  color: #05045b;
  
}


.hero_content h1 {
 display: inline-block;
  color: transparent;
  -webkit-text-fill-color: transparent;
   background:
  radial-gradient(circle at 70% 20%, rgba(181, 36, 206, 0.9), rgba(0,150,255,0) 30%),
  radial-gradient(circle at 30% 70%, rgba(120, 0, 232, 0.878), rgba(155,100,255,0) 30%),
  radial-gradient(circle at 50% 35%, rgba(18, 1, 148, 0.85), rgba(255,255,255,0) 75%),

  linear-gradient(
    135deg,
    #2f00ff 0%,  
    #0024d6 65%,  
    #6d2acb 75%, 
    #ae08a3 100%
  );
   

  /* background:
  radial-gradient(circle at 70% 20%, rgba(181, 36, 206, 0.9), rgba(0,150,255,0) 30%),
  radial-gradient(circle at 30% 70%, rgba(0, 128, 21, 0.856), rgba(155,100,255,0) 30%),
  radial-gradient(circle at 50% 35%, rgba(18, 1, 148, 0.85), rgba(255,255,255,0) 75%),

  linear-gradient(
    135deg,
    #2f00ff 0%,  
    #0024d6 65%,  
    #016415 75%, 
    #00590f 100%
  ); */
  

  background-size: 200% 200%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;

  animation: gradientFlow 12s ease-in-out infinite;

}

/* .hero_content h1 {
 display: inline-block;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background:
  radial-gradient(circle at 70% 20%, rgba(34, 0, 255, 0.9), rgba(0,150,255,0) 30%),
  radial-gradient(circle at 30% 70%, rgba(95, 5, 180, 0.75), rgba(155,100,255,0) 30%),
  radial-gradient(circle at 50% 35%, rgba(255,255,255,0.85), rgba(255,255,255,0) 75%),

  linear-gradient(
    135deg,
    #ffffff 0%,  
    #ffffff 65%,  
    #6d2acb 75%, 
    #5851d2 100%
  );
  background-size: 200% 200%;
  background-position: center;

  -webkit-background-clip: text;
  background-clip: text;

    animation: gradientFlow 30s ease-in-out infinite;

} */

@keyframes gradientFlow {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}


@media screen and (max-width: 768px) {
 .hero_content h1 {
   font-size: 4.0vw;
   text-align: center;
  
  }
}


/* 人々 */
.mv-person{
  /* padding-top: 25vw; */
  padding-top: 20vw; /* 2026-02-25 画面に収める（ 1920 x 1080 ） */
  
}
.mv-person ul{
  list-style-type:none;
}

.mv-person ul li.person-1{ order: 1; padding-top: 6%; }
.mv-person ul li.person-2{ order: 2; padding-top: 3%; }
.mv-person ul li.person-3{ order: 3; padding-top: 0; }
.mv-person ul li.person-4{ order: 4; padding-top: 3%; }
.mv-person ul li.person-5{ order: 5; padding-top: 6%; }

.mv-person ul li img{  max-height: 320px;}
.mv-person ul li.person-1 img{ }
.mv-person ul li.person-2 img{ }
.mv-person ul li.person-3 img{ max-height: 280px; }
.mv-person ul li.person-4 img{ }
.mv-person ul li.person-5 img{ }


.mv-person .streamers{
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%); 
}


@media screen and (max-width: 768px) {
  .mv-person{
    margin:0 6vw;
  }
}


/* ==========================
   Mission Section
========================== */


#mission{
  background-color: #10a5c6;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  
  
}
#mission .mission_content{
	background: url("./assets/images/mountain.png") no-repeat center 0;
  background-size:100% auto;
  padding: 0;
  padding-top: 25vw;
  margin: 0;
}




/* ミッションセクションタイトル */

#mission h2 {
  color: #FFF;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}


/* サブタイトル（下線画像あり） */
#mission .mission_catch {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
  
  background: url("./assets/images/line-1.png") no-repeat center bottom;
  background-size:100% auto;

}


.mission_answer {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  padding: 1em;
	background: url("./assets/images/answer-arrow.png") no-repeat 0 0;
	background-size: auto 80%;
	margin: 0 10%;
}

@media (max-width: 768px) {


  #mission .mission_content{
    padding-top: 35vw;
  }

  #mission h2 {
    font-size: 6vw;
    
  }
  #mission .mission_catch {
    font-size: 5vw;

  }  


  .mission_answer {
    margin: 0 5%;
	  background-size: auto 50%;
    font-size: 4.0vw;
    line-height: 1.5;
  }

  
}


/* わたしたちのミッション → item */
.mission_list {
  padding: 60px 0;
}

.mission_list ul.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1000px;
}

/* 各アイテム */
.mission_list ul.flex li {
  flex: 1 1 33%;
  background-color: #c8eaf0; /* 内側の淡いブルー */
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  border-left: 2px solid #10a5c6;
  border-right: 2px solid #10a5c6;
}

/* 左右の仕切りを消す */
.mission_list ul.flex li:first-child {
  border-left: none;
}
.mission_list ul.flex li:last-child {
  border-right: none;
}

/* 見出し */
.mission_list ul.flex li h3 {
  font-size: 1.2em;
  color: #000;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 画像 */
.mission_list ul.flex li p img {
  max-width: 160px;
  height: auto;
}


@media screen and (max-width: 768px) {
  .mission_list ul.flex {
    max-width: 100%;
  }

  .mission_list ul.flex li {
    flex: 1 1 100%;
    margin-bottom: 10px;
    border: none;
    
  }
  .mission_list ul.flex li:nth-child(odd) { margin-right:10%; }
  .mission_list ul.flex li:nth-child(even) { margin-left:10%;  }

  .mission_list ul.flex li p img {
    max-width: 140px;
  }
}


/*  Our Mission の文字 */


.mission-title {
  position: relative;
  /* font-size: 25.0rem; */
  font-size: 13vw;
  /* color:rgba(37,168,201, 0.1); */
	font-weight:600;
	letter-spacing: 0.03em;
	line-height: 1em;
  display: inline-block;
  transform: rotate(-29deg) translateY(10vw);  /* ← ここで傾き。右上がりなら +15deg */
  transform-origin: center;   /* 中心を基準に回転 */
  z-index: 10;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  
  /* background-image: linear-gradient(90deg,rgba(0, 0, 0, 1) 25%, rgba(199, 190, 87, 1) 50%, rgba(0, 0, 0, 1) 75%); */

  background-image: linear-gradient(
    90deg,
    rgba(37,168,201,0.3) 20%,
    rgba(16, 165, 198, 0.4) 45%,
    rgba(160, 210, 218, 0.3) 50%,
    rgba(16, 165, 198, 0.4) 55%,
    rgba(37,168,201,0.3) 80%
  );

  /*  rgba(255, 255, 255, 0.1) 60%,
  rgba(32, 22, 147, 0.3) 50%, */

  background-size: 200%;
  animation: gradation_text 25s infinite linear;

}
@keyframes gradation_text {
    0%{
        background-position: 0% 0%;
    }
    50%{
        background-position: 100% 0%;
    }
    100%{
        background-position: 0% 0%;
    }
}





#social_security{
	background: #10a5c6;
}

#social_security .inner{
	background: #FFF;
	border-radius: 5vh;
	padding: 5%;
}

#social_security h2{
	color: #10a5c6;
}

.social_security_img {
  text-align:center;
}
.social_security_img img{
  width:80%;
}


@media screen and (max-width: 768px) {
  
  #social_security{ padding: 3%; }
  #social_security .inner{
	  border-radius: 2vh;
    padding: 3%;
  }

}


/* ==========================
   Problem Section
========================== */


#problem {
  background-color: #c8eaf0; /* ブルー背景 */
  padding: 80px 20px;
  text-align: center;
}

/* タイトル */
#problem h2 {
  margin-bottom: 1.3em;
  /* color: #10a5c6; */
  color: #006c66;
}

/* カードの横並び */
#problem ul.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* 各カード */
#problem ul.flex li {
  flex: 1 1 500px;
  background-color: #7fd1c8;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* overflow: hidden; */
  text-align: left;
  position: relative;
}

/* カード見出し */
#problem ul.flex li h3 {
  background-color: #006c66;
  color: #fff;
  font-size: 2rem;
  padding: 1em 2em;
  margin: 5% 13% 0 -3%;
}

/* 画像 */
#problem ul.flex li p img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* 下部テキスト（説明） */
#problem ul.flex li p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0;
  padding: 15px 20px 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  
  #problem {
    padding: 60px 15px;
  }
  #problem h2 {}  


  #problem ul.flex {
    flex-direction: column;
    gap: 25px;
  }

  #problem ul.flex li {
    flex: 1 1 100%;
  }

  #problem ul.flex li h3 {
    font-size: 3.5vw;
  }


}



/* ==========================
   Solution Section
========================== */
#solution {
  background-color: #10a5c6; /* 背景：単色（水色系） */
  text-align: center;
  padding: 3%;
  color: #fff;
}

.img-solution-icon{
  text-align: center;
  margin-bottom: 0;
}
.img-solution-icon img{ max-width: 500px;}

/* キャッチコピー */
#solution .solution_catch{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}

#solution h2 {
  margin-bottom: 1em;
}

/* リスト全体（カード一覧） */
.solution_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 各カード */
.solution_list .item {
  background-color: #fff;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*
  background-image:url(assets/images/icon-solution-arrow.png);
  background-repeat: no-repeat;
  background-position: right +15px bottom +15px;
  background-size: 40px auto;
  padding: 6% 5% 10% 5%;
  */

  padding: 6% 5% 3% 5%;
}

.solution_list .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* 見出し（h3） */
.solution_list .item h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #0093b8;
  /* margin-bottom: 15px; */
  margin-bottom: 5px;
}

/* 画像 */
.solution_list .item .pic {
  margin-bottom: 5px;
}

.solution_list .item .pic img {
  max-width: 80%;
  height: auto;
}

/* リスト（部門内の小項目） */
.solution_list .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.solution_list .item ul li {
  background-color: #e7f7fb;
  color: #0093b8;
  font-size: 0.85em;
  padding: 6px 14px;
  border-radius: 50vh;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {

    #solution { 
      padding-top: 2vw;
    }
  .img-solution-icon img{  width: 70%;}

}

/* 球体 */
#solution {
  position: relative;
  overflow: hidden;
}

#solution .ball {
	position: absolute;
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: moveAndColor 50s linear infinite;
	opacity: 0.07;
	animation-delay: 0s; 
}

/* 各球の初期位置をずらす */
#solution .ball1 { top: 50%; left: 50%;  animation: moveAndColorA 60s linear infinite; }
#solution .ball2 { top: 20%; left: 10%;  animation: moveAndColorB 60s linear infinite; }
#solution .ball3 { top: 70%; left: 80%;  animation: moveAndColorC 60s linear infinite; }
#solution .ball4 { top: 10%; left: 60%;  animation: moveAndColorA 60s linear infinite; }
#solution .ball5 { top: 40%; left: 30%;  animation: moveAndColorB 60s linear infinite; }
#solution .ball6 { top: 80%; left: 20%;  animation: moveAndColorC 60s linear infinite; }


/* アニメーション：動き＋色変化 */
/* パターンA */
@keyframes moveAndColorA {
  0%   { transform: translate(-50%, -50%) translateX(0) translateY(0); background: red; }
  25%  { transform: translate(-50%, -50%) translateX(40vw) translateY(20vw); background: orange; }
  50%  { transform: translate(-50%, -50%) translateX(-40vw) translateY(30vw); background: yellow; }
  75%  { transform: translate(-50%, -50%) translateX(20vw) translateY(-20vw); background: green; }
  100% { transform: translate(-50%, -50%) translateX(0) translateY(0); background: red; }
}

/* パターンB（右下→左上方向に動く） */
@keyframes moveAndColorB {
  0%   { transform: translate(-50%, -50%) translateX(0) translateY(0); background: blue; }
  25%  { transform: translate(-50%, -50%) translateX(-30vw) translateY(40vw); background: purple; }
  50%  { transform: translate(-50%, -50%) translateX(30vw) translateY(-40vw); background: pink; }
  75%  { transform: translate(-50%, -50%) translateX(-20vw) translateY(20vw); background: cyan; }
  100% { transform: translate(-50%, -50%) translateX(0) translateY(0); background: blue; }
}

/* パターンC（左下→右上方向に動く） */
@keyframes moveAndColorC {
  0%   { transform: translate(-50%, -50%) translateX(0) translateY(0); background: teal; }
  25%  { transform: translate(-50%, -50%) translateX(50vw) translateY(30vw); background: lime; }
  50%  { transform: translate(-50%, -50%) translateX(-50vw) translateY(-30vw); background: magenta; }
  75%  { transform: translate(-50%, -50%) translateX(25vw) translateY(-20vw); background: orange; }
  100% { transform: translate(-50%, -50%) translateX(0) translateY(0); background: teal; }
}

/* 球体のレスポンシブ */
@media screen and (max-width: 768px) {
  #solution {
    padding: 60px 15px;
  }

  #solution h2 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }

  #solution .solution_catch{
    font-size: 6vw;
  }


  .solution_list {
    gap: 20px;
  }

  .solution_list .item {
    padding: 20px 15px 45px;
  }
}


/* ---------------------------------------------------------------------------

		
		サブページ


------------------------------------------------------------------------------*/



/*　タイトル類（デフォルト）　*/

/*　ページタイトル　*/
h1.ttl_h1 {
	position: relative;
	text-align: left;
	font-size: 2.9em; 
	font-weight: 700;
	color:#063352;
	letter-spacing: 0.05em;
	line-height: 1.4;
	/*
  padding: 0.5em 5%;
  margin: 0 0 1em 0;
  */
	padding: 0.4em 5%;
	margin: 0 0 0.2em 0;
}


/* パンナビ */
.breadcrumb{
	background: none;
	padding: 0 5%;  
}
.breadcrumb a{
  font-size: 1.3rem;
  color:#555;
}

.page h2{
	font-size: 3.6rem;
	border: 0;
  color: #0093b8;
  letter-spacing: 0.08em;
	
	 /* 2025-12-18 */
	/* padding-top: 2em; */
	padding-top: 0.1em !important;
	margin-bottom:1em;
}


.page h3{
	font-size: 2.8rem;
  margin-bottom: 1em;
  margin-left: 0 !important;
}
.page h4{
	font-size: 2.0rem;
  margin-bottom: em;
}

.page h5{
	font-size: 1.8rem;
  margin-bottom: em;
}
/*  ブロック調整 */
.wp-block-columns{ 
  margin-bottom: 3vw;
}
.wp-block-list{
  margin-left: 1.5em;
  margin: 1em 1em 1em 1.5em;
}
.wp-block-list li{ margin-bottom:0.5em; }


/* 打ち消し */
.post_body h1 span,
.post_body h2 span {
    border-bottom:0;
    padding:0;
    margin-bottom: 0;
}




.page-catch {
  text-align: center;
  /*padding:  4vw 0;*/
  padding: 1.5vw 0 1.0vw 0;
}

.page-catch h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #00a4c7;
  position: relative;
  margin-bottom: 0em;
	padding: 1em 1em 1.5em 1em;
  
  background: url("./assets/images/line-2.png") no-repeat center bottom;
	background-size:  500px auto;

}
.page-catch p{
	font-size:2.0rem;
	font-weight:700;
}


.lead-text{
  padding:4em;
  background: linear-gradient(90deg, #e6f8f9, #f8ffff);
}



@media screen and (max-width: 768px) {

  
  /*　タイトル　*/
  h1.ttl_h1 {
    font-size: 7vw; 
  } 


  h2{
    font-size: 6.5vw;
  }
  .page h2{
    font-size: 7vw;
  }

  .page-catch h2 {
    font-size: 5vw;

  }

  
  .lead-text{
    padding:1.8em;
  }




}







/* フローなどの図 */
.service-img-diagram{
  margin-top: 2vw;
  margin-bottom: 2vw !important;
  position: relative;
}

.service-img-diagram .wp-block-column{
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0 0 10px  rgba(0,0,0, 0.05);
  /* backdrop-filter: blur(15px); 
  -webkit-backdrop-filter: blur(15px);  */
  padding: 5%;
  border-radius: 2vw;
}


/* 背景に球体 */
.service-img-diagram::before,
.service-img-diagram::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  filter: blur(60px);
  opacity: 0.6;
  z-index: -1;
}

.service-img-diagram::before {
  /* background: radial-gradient(circle at 50% 50%, #00a6c8, transparent 50%); */
  background: radial-gradient(circle at 10% 10%, #00a6c8, transparent 40%);
  animation: float1 10s ease-in-out infinite;
} 

.service-img-diagram::after {
  background: radial-gradient(circle at 40% 60%, #ff80ab, transparent 30%);
  animation: float2 6s ease-in-out infinite;
}

@keyframes float1 {
  0%,100% { transform: translate(0, 0); }
  50% { transform: translate(-200px, 150px); } 
}
@keyframes float2 {
  0%,100% { transform: translate(0, 0); }
  50% { transform: translate(400px, 20px); }
}

/* サービスの特長の図 */
.service-point-list{
	background: #F4F8FC;
	padding: 5%;
	border-radius:1vw;
	/* box-shadow: 4px 4px 8px rgba(0,0,0, 0.1); */

}


.service-point-list h3 {
  color: #0657A4;
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0;
	background: url('assets/images/icon-service-point.png') no-repeat 0 0.6em;
	background-size: 50px auto;
	padding:1em 1em 1em 60px;
}

.service-point-list p {
  font-size: 1.8rem;
	border-bottom: 1px solid #0657A4;
	margin: 0 3em 2em 3em;
	padding-bottom: 2em;

}


/* サービスの特長の図 ver2 */

.service-point-list-v2{
	background: #F4F8FC;
	padding: 5%;
	border-radius:1vw;
	/* box-shadow: 4px 4px 8px rgba(0,0,0, 0.1); */

}

.service-point-list-v2.wp-block-columns{

  align-items: stretch !important;
  gap:10 !important;
  flex-wrap: wrap !important;
  flex: 0 0 32% !important;

}

.service-point-list-v2.wp-block-columns .wp-block-column{
  background: #FFF;
  padding: 2%;
  border-radius: 1vw;
  width: 31%;
  flex: none;

}


.service-point-list-v2 h3 {
  color: #0657A4;
  font-size: 2.2rem;
  text-align: center;
	/* background: url('assets/images/icon-service-point.png') no-repeat center 0;
	background-size: 50px auto;
	padding:65px 0 0 0; */
  
  margin: 0;
  min-height: 2.5em;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.service-point-list-v2 .wp-block-image{
  text-align: center  ;
}
.service-point-list-v2 img{
  max-width: 200px ;
}
.service-point-list-v2 p {
  font-size: 1.8rem;
	margin: 0 1em;

}



/* 海外療養費申請書点検 パンフレットダウンロード */
.btn-pamphlet-foot{
	text-align: center;
	border: 1px solid #8FBCE7;
	margin-top: 4em;
	padding-bottom: 1em;
}
.btn-pamphlet-foot h3.wp-block-heading{
    text-align: center;
    display: block;
		width: 600px;
		max-width: 80%;
    border: 1px solid #8FBCE7;
    background:  #D8F1FF;
    margin:-1.0em auto auto auto ;
    padding: 0.5em 2em;
		margin-bottom: 1em;
    font-size: 20px;
    color:#1463B5;
}

.btn-pamphlet-foot ul{
    display: flex;
    justify-content: center;
    list-style-type:none;
    margin: 2em 0.2em;
    padding: 0;
}
.btn-pamphlet-foot ul li{
    margin-bottom: 1em;
    margin: 0 1.5em;
}
@media (max-width: 768px){
	.btn-pamphlet-foot h3.wp-block-heading{
    font-size: 15px;
	}
}



/*  会社案内（メディブレーンについて） */


/* 一覧ページ */
.page_about{}


/* 全体的に余白を追加 about ページのみ*/
.page_about h2{
  margin-top: 4vw;
}

.page_about h3.wp-block-heading{
  color: #063352;
}
.page_about .wp-block-image a{
  transition: transform 0.5s ease;
}
.page_about .wp-block-image a:hover{
  transform: translateY(-10px); 
}

/* 　会社案内 */
.wp-block-columns.introduction-photo{
  gap: 0;
}
@media screen and (max-width: 768px) {
  
  .wp-block-columns.introduction-photo{}
  .wp-block-columns.introduction-photo .wp-block-column-is-layout-flow{
    
  }
  
}

.intro-catch {
  padding:  4vw 0;
}

.intro-catch h2 {
  position: relative;
  margin-bottom: 1em;
}
.intro-catch p{
	font-size:1.8rem;
	/* font-weight:700; */
}

.intro-point-list{
	/* background: #F4F8FC; */
	padding: 5%;
	border-radius:1vw;
	/* box-shadow: 4px 4px 8px rgba(0,0,0, 0.1); */
	

}
.wp-block-columns.intro-point-list{
    width: 1400px;
    margin: 0 -150px;
    background: url('assets/images/japan-map.png') no-repeat  right bottom;
    padding-bottom: 20%;

}
.intro-point-list .wp-block-column{
  margin-right: 30%;
}


.intro-point-list h3 {
  /* color: #0657A4; */
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0;
	/* background: url('assets/images/icon-service-point.png') no-repeat 0 0.6em; */
	background-size: 50px auto;
	padding:1em 1em 1em 0px;
}

.intro-point-list p {
  font-size: 1.8rem;
	/* border-bottom: 1px solid #0657A4; */
	margin: 0 3em 2em 0;
	padding-bottom: 2em;

}

@media screen and (max-width: 768px) {  

  .wp-block-columns.intro-point-list{
    width: 100%;
    max-width: 100%;
    margin: 0;

    background: url('assets/images/japan-map.png') no-repeat  center bottom;
    background-size: 70% auto;
    padding-bottom: 60%;

  }
  .intro-point-list .wp-block-column{
    margin-right: 0;
  }
  .intro-point-list p {
    margin-right: 0;
    margin-bottom: 1em;
    

  }

  
  
}


/*  代表挨拶（トップメッセージ） */
.box-message{
  max-width: 980px;
  margin: auto !important;
}
.box-message h2{
  color:#25A8C9 ;
  font-size: 2.7rem;
  line-height: 1.7em;
  margin-bottom: 1em;
}
.box-message h3.wp-block-heading{
  
  margin-top: 2vw;
 /* margin-bottom: 1vw;*/
}

.box-message p{ 
  line-height: 1.8em;
/*  font-weight: 700;*/
  margin-bottom: 1em;
}


@media screen and (max-width: 768px) {  

  .page .box-message h2{
    font-size:5vw;
    line-height: 1.3em;
  }

}

/* 会社 - 写真部分（パララックス） */
.about_pic_area.wp-block-columns{
  gap:0;
  
}

/* 会社概要 */
.tbl-summary table{
  width: 100%;
  border-collapse: separate;
 /* border-spacing: 4em 1em ;*/
  /* border-spacing: 3em 1em ; */
  border-spacing: 3em 0.3em ; /* 横方向 縦方向 */
  border:0;
}
.tbl-summary table tr{
border: 0;
}
.tbl-summary table td{
  border: 0;
  border-bottom: 1px solid #EEE  !important;
  /* padding: 2em 2em;*/
	/* padding: 1em 1em; */
	padding: 0.3em 1em  0.5em 1em;  /* 2026-02-25 */
}
.tbl-summary table td:first-child{ width: 20%; color:#054480;  text-align: center ;}
.tbl-summary table td:last-child { }

@media screen and (max-width: 768px) {  

  .tbl-summary table{
    display: block;
    border-spacing:0;
  }
  .tbl-summary table td{
    display: block;
    width: 100%;
    padding: 1em;
  }
  .tbl-summary table td:first-child{ 
   width: 100%;
   text-align: left;
   padding-bottom: 0;
   border-bottom: 0 !important;
  
  }


}

/* アクセス部分　*/
.box_access h3{
  margin-bottom: 0.5em;
}
.box_access iframe{
  margin-bottom: 2vw;
}

/*  沿革  */
.tbl-history {
  margin: 3% 5%;
  position: relative;
  z-index: 0;
}

.tbl-history table {
  width: 100%;
  border-collapse: collapse;
}

.tbl-history table, 
.tbl-history table td {
  border:0;
}
.tbl-history table td {
  line-height: 1.7em;
  font-size: 1.8rem;
}
.tbl-history tr {
  display: flex;
  align-items: center;
  
  /*padding: 1.5em 2em;*/
  /*
  padding: 0.8em 2em
  border-radius: 20px;
  margin-bottom: 1.5em;
  */
  padding: 0.3em 2em;
  border-radius: 16px;
  margin-bottom: 0.8em;

  /* ガラス */
  background: rgba(255, 255, 255, 0.25); /* 半透明の白 */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* 柔らかい影 */
  backdrop-filter: blur(10px) saturate(180%); /* 背景をぼかす */
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}

/*  年（左） */
.tbl-history td:first-child {
  font-weight: 700;
  color: #0095b6;
  width: 120px;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

/* 縦ライン */
.tbl-history::before {
  content: "";
  position: absolute;
  
  /* ドットの位置と揃える */
  left: 157px;
  top: 30px;
  bottom: 45px;
  width: 3px;
  background:  #00bcd4;
  /* background: linear-gradient(to bottom, #00bcd4, #8aeaff); */
  z-index: 5;
}

/* ドット（●） */
.tbl-history tr::after {
  content: "";
  position: absolute;
  left: calc( 160px - 9px );
  top: 50%;
  transform: translateY(-50%);
  /* width: 18px;
  height: 18px; */
  width: 14px;
  height: 14px;  
  background:  #00bcd4;
  border-radius: 50%;
  z-index:6;
}

/* 内容（右） */
.tbl-history td:last-child {
  flex: 1;
  font-weight: 500;
  color: #111;
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  
  .tbl-history tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em 1.2em;
  }


  .tbl-history td:first-child {
    width: 100%;
    text-align: left;
    padding: 0 0 0 0.5em;
    
  }
  .tbl-history td:last-child {
    width: 100%;
    padding: 0 0 0 0.5em;
  }  

  .tbl-history tr::before {
    left: 20px;
    top: 30px;
    height: calc(100% - 40px);
  }

  .tbl-history td:first-child::after {
    left: 10px;
    top: 30px;
  }

  /* ライン */
  .tbl-history::before {
    left:9px;
    top: 35px;
    bottom: 0;
    width: 3px;
  }
  /* ドット */
  .tbl-history tr::after {
    left: 2px;
    top: 35%;
    width: 16px;
    height: 16px;
  }

  
}


/* 個人情報保護方針 */
.page_privacy .container{
  max-width: 940px;/* 幅を狭める */
}
.page.page_privacy h2{
  font-size: 2.3rem;
}
.page.page_privacy h3{
  font-size: 1.9rem;
  color: #333;
  margin-bottom: 1em;
  
}
.page.page_privacy h4{
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
}

.page_privacy p{
	margin-bottom: 2em;
	line-height: 1.7em;
}

.box-privacy-contact{
  text-align: left;
  background: #e6f5f8;
  padding: 3% 4% 3% 4% ;
}
.box-privacy-contact p{
  margin-bottom: 0;
}



/* 情報セキュリティ基本方針（個人情報保護方針と同じフォーマットに合わせる ） */
.page_security-policy .container{
  max-width: 940px;/* 幅を狭める */
}
.page.page_security-policy h2{
  font-size: 2.3rem;
}
.page.page_security-policy h3{
  font-size: 1.9rem;
  color: #333;
  margin-bottom: 1em;
  
}
.page.page_security-policy h4{
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
}

.page_security-policy p{
	margin-bottom: 2em;
	line-height: 1.7em;
}




about




/*  お問い合わせ → 個人情報の取り扱いについて  */
.page_privacy-form{}
.page_privacy-form .container{
  max-width: 940px;/* 幅を狭める */
}
.page_privacy-form .container *{
color:#333;
}
.page.page_privacy-form h3{
  font-size: 1.9rem;
  color: #007792;
  margin-bottom: 1em;
  
}
.page.page_privacy-form h4{
  font-weight: 700;
  font-size: 1.7rem;
  display: inline-block;
  border-bottom: 2px solid #333;
  margin-bottom: 0.5em;
}


.page_privacy-form .post_body p{
  /* margin:0 1.5em 2.5em 1.5em; */
  margin-bottom: 1.5em;
  line-height: 1.6em;
  font-size: 1.6rem;
}
.page_privacy-form .post_body a{ 
  text-decoration: underline;
}



/*　同意するボタン　*/
.page_privacy-form .post_body .box-agree{
  text-align: center;
  background: #cddff7;
  padding: 2% 2% 1% 2% ;
}
.page_privacy-form .post_body .box-agree .btn-agree{
  text-align: center;
}								

.page_privacy-form .post_body .box-agree .btn-agree a{
		display: inline-block;
		padding: 15px 48px 16px 48px;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		background: linear-gradient(90deg, #1e90ff 0%, #8a5cff 100%);
		border: none;
		border-radius: 6px;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.05em;
    text-decoration: none;
	}

	.btn-agree:hover {
		opacity: 0.9;
	}

	/* active（クリック時） */
	.btn-agree:active {
		transform: translateY(1px);
	}



/* SP基本項目 */

@media screen and (max-width: 768px) {

  img{
    max-width: 100%;
  }

  .inner{ width: 100%; }

  /* header */
  .header .logo{
    width: 100%;
  }
  .header .logo img { width: 260px !important; max-width: 100% !important;}

  /* Navi */
  .header-nav{ display: none ;}


  


}

