/* CSS Document */
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Kosugi&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/* PCで電話番号リンクを無効に */
@media (min-width: 1000px) {
    a[href*="tel:0547-36-5700"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

html,body {
	background: #fff;
	margin: 0px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 15px;
	line-height: 120%;
	padding: 0px;
	color: #333;
	height: 100%;
	background-image: url(../image/bg01.gif);
}

.clr {
	clear: both;
}

/* レスポンシブ動き */
.pc_nav { /* pc用topメニューを表示 */
	display: block !important;
}
.sp_nav { /* スマホ用メニューを非表示 */
	display: none !important;
}
.pc_img { /* pc用アイコンを表示 */
	display: block !important;
}
/* 基本の青：#0f46cf */

header {
	width: 100%;
	position: fixed;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	display: flex; /* 中の要素を横並びにする */
	justify-content: space-between;
	z-index: 999;
}

.fix01 {
	padding: 10px 20px;
}

.nav01 {
	width: 100%;
	margin: 0 auto;
}

.fix_l { /* ロゴ */
	float: left;
	width: 300px;
}

.fix_r { /* mail */
	float: right;
	width: 45px;
	padding-top: 12px;
}

.pc_nav{
	float: right;
	width: 550px;
	text-align: center;
	font-family: 'Kosugi', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.pc_nav ul{
	margin: 0 ;
	padding-top: 28px ;
}
.pc_nav ul li{
	list-style: none;
	display: inline-block;
	width: 18%;
	min-width: 90px;
}
.pc_nav ul li a{
	text-decoration: none;
	color: #0f46cf;
}

.pc_nav ul li a:hover{
	color: rgba(15,70,207,0.5);
}

/* スムーススクロール */
#go_top {
	position: fixed;
	right: 5%;
	bottom: 8%;
	z-index: 999;
}

#go_top a {
	width: 100px;
	height: 100px;
	display: block;
	text-decoration: none;
}       

.box00{
	width: 100%;
	background:url(../image/bg02.gif) repeat-x;
}

.box01{
	width: 80%;
	margin: 30px auto 0;
	background: #fff;
}

.box01_2{
	width: 80%;
	margin: 30px auto 0;
	padding-top: 40px;
	background: #fff;
}

.box02{
	padding: 50px 60px 30px;
}

.ttl_en {
	width: 180px;
	height: 180px;
	margin: 50px auto 0;
	background: #0f46cf;
	border: 1px solid #0f46cf;
	border-radius: 50%;
}

.ttl01 { /* あいさつ用 */
	padding: 70px 0 30px;
	color: #0f46cf;
	font-size: 50px;
	text-align: center;
	/*background: #999; 確認後消す */
}

.ttl02 { /* サブタイトル */
	width: 200px;
	border: 1px solid #0f46cf;
	margin: 0 auto;
	padding: 8px 0 6px;
	color: #0f46cf;
	font-family: 'Kosugi', sans-serif;
	text-align: center;
}

.ttl03 { /* その他共通 */
	padding: 65px 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.ttl04 { /* その他サブタイトル */
	padding-bottom: 6px;
	color: #fff;
	font-family: 'Kosugi', sans-serif;
	text-align: center;
}

.ttl05 { /* SNS用 */
	padding: 80px 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* あいさつ */
.aisa01{
	/*width: 670px;*/
	width: 75%;
	margin: 0 auto;
	line-height: 200%;
	color: #0f46cf;
	font-size: 17px;
	font-weight: bold;
}

/* 活動報告(topページ) */
.katu01 {
	width: 52%;
	margin: 0 auto;
	padding: 10px 3px;
	font-size: 16px;
}

.katu01 a {
	text-decoration: none;
	color: #0f46cf;
	font-weight: bold;
}

.katu02 {
	padding: 5px 0;
	font-size: 16px;
}

.list01 {
	width: 150px;
	margin: 30px auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.list01 a {
	text-decoration: none;
	color: #484848;

}

.list01 a:hover {
	text-decoration: none;
	color: rgba(72,72,72,0.5);
}

.list02 {
	border: 3px solid #484848;
	padding: 10px 0 12px;
}

.list02:hover {
	border: 3px solid rgba(72,72,72,0.5);
}
/* 活動報告(独立ページ) */
.katu03 {
	width: 80%;
	margin: 0 auto;
	line-height:180%;
}

.katu04 {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

.kt_ttl {
	font-weight: bold;
	font-size: 24px;
}

.kt_dt {
	padding: 10px 0 ;
}

.kt_nk {
	width: 100%;
	line-height: 150%;
}

.kt_img img {
	width: 32%;
	padding: 10px 5px 0 0;
}

/* mOVIE */


/* PC版：横3つ並び */
.movie-wrapper {
  display: flex;               /* 横並びにする */
  justify-content: center;     /* 中央揃え */
  align-items: flex-start;
  gap: 30px;                   /* 動画間の余白 */
  flex-wrap: nowrap;           /* 折り返さない（3固定） */
  margin: 40px auto;
  max-width: 1100px;
  padding: 0 10px;
}

.movie-item {
  flex: 1;                     /* 均等幅 */
  max-width: 350px;
}

.movie-item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;        /* アスペクト比維持 */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.movie-item iframe:hover {
  transform: scale(1.03);
}

/* ?? スマホ版：907px以下で縦並び */
@media screen and (max-width: 907px) {
  .movie-wrapper {
    flex-direction: column;    /* 縦並び */
    align-items: center;
    gap: 20px;
  }

  .movie-item {
    max-width: 90%;
  }
}

/* mOVIE */

/* 政策・理念 */
.sei00 {
	width: 85%;
	margin: 50px auto 0;
}

.yksk {
	width: 100%;
	padding: 10px 0 30px;
	color: #fff;
	text-shadow: 0 0 0.2em rgba(15,70,207,1);
	text-align: center;
	font-size: 53px;
	font-weight: bold;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}

.sei_nb {
	width: 85%;
	margin: 60px auto 40px;
	color: rgba(0,153,68,0.3);
	font-size: 80px;
	font-family: 'Abril Fatface', cursive;
}

.sei01 {
	width: 85%;
	margin: 0 auto;
	color: #009944;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;
}

.sei02 {
	width: 85%;
	margin: 15px auto;
	padding-left: 15px;
	line-height: 150%;
	font-weight: bold;
}

.sei_ttl {
	letter-spacing: 8px;
	padding: 30px 80px 60px;
	border-bottom: 1px solid rgba(15,70,207,0.5);
	font-weight: bold;
	color: rgba(15,70,207,0.5);
	font-family:'メイリオ', 'Meiryo', sans-serif;
}

.s_size01 {
	font-size: 45px;
	padding-bottom: 60px;
}

.s_size02 {
	float: left;
	font-size: 100px;
}

.s_size03 {
	float: left;
	font-size: 25px;
}

/* SNS */
.sns01 {
	width: 700px;
	margin: 0 auto;
}

.sns02_l {
	width: 65%;
	float: left;
}

/*.sns02_r { Twitter表示
	width: 30%;
	float: right;
	height: 400px;
}*/

.sns02_r { Twitter非表示
	width: 100%;
	float: none;
	text-align: center;
	height: 400px;
}

/* プロフィール */
.prf00 {
	width: 85%;
	margin: 0 auto;
	border-top: 1px solid #0f46cf;
}

.prf01 {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 5px;
	color: #0f46cf;
	font-weight: bold;
	font-size: 60px;
}

.prf02 {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	color: #0f46cf;
	font-weight: bold;
	text-align: center;
}

.prf_r {
	float: right;
}

.prf02 img {
	width: 350px;
	margin: 0 auto;
}

.prf_l {
	width: 350px;
	margin: 30px auto 0;
	color: #0f46cf;
	line-height: 200%;
	font-size: 20px;
}

.prf03 {
	width: 500px;
	margin: 0 auto;
	padding: 30px;
}

.prf03_ttl {
	width: 50px;
	float: left;
	writing-mode: vertical-lr;
	font-size: 35px;
	font-weight: bold;
	border-right: 2px solid #333;
	padding-right: 25px;
	margin-bottom: 10px;
}

.prf03_ttl2 {
	font-size: 17px;
	padding: 5px 15px 0 12px;
} 

.prf03_nk {
	float: left;
	padding-left: 15px;
	line-height: 180%;
}

.nk01 {
	border-bottom: 1px dashed #0333;
}

/* 県政報告 */
.ken01 {
	background: rgba(15,70,207,0.7);
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	letter-spacing: 2px;
}

.ken02 {
	margin-top: 20px;
	font-size: 16px;
}

.ken02 img {
	padding-bottom: 3px;
}

/* お問合せ */

.inq01 {
	width: 700px;
	margin: 0 auto;
}

.inq02 {
	width: 100%;
	margin: 10px auto;
	background: rgba(15,70,207,0.7);
	color: #fff;
	padding: 5px 20px;
	letter-spacing: 2px;
}

.inq03 {
	width: 75%;
	margin: 10px auto;
}

.kbn01 {
	width: 18%;
	display: inline-block;
	color: #0f46cf;
	font-weight: bold;
	padding: 10px 0;
}

.kbn01_2 {
	width: 100%;
	display: inline-block;
	color: #0f46cf;
	font-weight: bold;
	padding: 10px 0;
}

.kbn02 {
	width: 80%;
	box-sizing: border-box;
	height: 27px;
	padding: 5px;
	background: rgba(15,70,207,0.3);
	border: 0;
	outline: 0;
}

.kbn03 {
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	padding: 5px;
	background: rgba(15,70,207,0.3);
	border: 0;
	outline: 0;
}

.ck_kbn01 {
	float: left;
	display: inline-block;
	width: 35%;
	padding: 5px 0;
	color: #0f46cf;
	font-weight: bold;}

.ck_kbn02 {
	font-weight: normal;
	float: left;
	width: 60%;
	padding: 5px 5px 5px 20px;
	color: #000;
	border: 0;
	outline: 0;
}

/* 事務所 */
.jim01 {
	width: 100%;
	background: #0f46cf;
	padding: 20px;
}

.jim_en {
	width: 180px;
	height: 180px;
	margin: 30px auto 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}

.jim_ttl01 { /* 事務所用 */
	padding: 65px 0 20px;
	color: #0f46cf;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.jim_ttl02 { /* 事務所用サブタイトル */
	padding-bottom: 6px;
	color: #0f46cf;
	font-family: 'Kosugi', sans-serif;
	text-align: center;
}

.jim02 {
	width: 700px;
	margin:0 auto;
}

.jim03_l {
	float: left;
	width: 52%;
}

.jim03_r {
	float: right;
	width: 43%;
	color: #fff;
	font-size: 17px;
	line-height: 180%;
}

.jim03_r a {
	text-decoration: none;
	color: #fff;
}


.foot01 {
	width: 100%;
	background: #fff;
	padding: 20px;
	text-align: center;
}
