@charset "UTF-8";
@import url("grid.css");
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}
html {
  font-feature-settings: "palt"1;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, sans-serif;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
a {
  display: block;
  color: var(--link-color);
  text-decoration-line: none;
}
a:hover {
  /*color: var(--linkhover-color);*/
  color: var(--base-color);
}
.image_link a {
  transition: 0.3s;
}
.image_link:hover a {
  opacity: 0.6;
}
/*ヘッダー
-------------------------------------*/
.header-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 90px;
  gap: 10px;
}
/*@media screen and (max-width: 768px) {
  .header-block {
    height: 65px;
  }
}*/
/*
.header-logo {
  display: flex;
  flex-direction: row;
}
.header-logo img {
  width: 230px;
}

.header {
  display: flex;
  flex-direction: row;
}
.header img {
  width: 230px;
}
*/
/*@media screen and (max-width: 1024px) {
  .header-block {
  grid-template-columns: 1fr 1fr　1fr;
  }
  .header img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .header-block {
    grid-template-columns: 1fr;
    justify-items: center;
    height: 60px;
    gap: 0px;
  }
  .header {
    width: 130px;
    margin-top: 8px;
  }
}*/
.header-box {
  margin-left: auto;
  margin-top: 8px;
}
.contact-button {
  padding: 1rem;
  border: 2px solid var(--base-color);
}
/*メイン画像
-------------------------------------*/
@media screen and (max-width: 480px) {
  .pc {
    display: none
  }
}
@media screen and (min-width: 480px) {
  .sp {
    display: none
  }
}
/*メイン画像
-------------------------------------*/
.mainimg {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mainimg {
    margin-top: 60px;
  }
}
.mainimg img {
  width: 100vw;
}
.header-mainimg {
  /*margin-top: 41px;*/
  height: 100%;
}
.header-mainimg-sub {
 /* margin-top: 41px;*/
  margin-top: 150px;
  height: 100%;
}
@media screen and (max-width: 768px) {
.header-mainimg-sub {
  margin-top: 80px;
}
}
.header-sub {
  height: 350px;
  background-image: url("https://kyoto-ishin.jp/img/banner/banner-sub.jpg");
  background-size: cover;
  background-position: 100% 100%;
}
@media screen and (max-width: 768px) {
  .header-sub {
    background-position: 90% 100%;
  }
}
.header-sub .hgroup {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 220px 20px 0;
}
.header-sub .hgroup h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.header-sub .hgroup h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.header-sub .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1.5;
  margin: 0 0 20px;
}
.header-sub.hide {
  height: 150px;
  background: #fff;
  ;
}
@media screen and (min-width: 768px) {
  .header-sub .hgroup h1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-mainimg {
    margin-top: 80px;
  }
  .header-sub {
    height: 280px;
  }
  .header-sub .hgroup {
    padding: 150px 20px 0;
  }
  .header-sub .hgroup h1 {
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .header-sub .hgroup h2 {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
}
/*.header-mainimg img {
  width: 100vw;
}*/
/*メインコンテンツ
-------------------------------------*/
body {
  font-family: Helvetica, "Sawarabi Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", Arial, sans-serif;
}
main {
  /*margin: 5rem 0 0 0;*/
}
@media screen and (max-width: 480px) {
  main {
    margin: 0 0;
  }
}
section {
  margin: 0 0;
  padding: 3rem 0;
}
.gray-back {
  background-color: var(--back-color);
}
.gray-back-noise {
  background: url("../img/noise.jpg") repeat;
}
.gray-back-noise-pad {
  background: url("../img/noise.jpg") repeat;
  padding: 50px 0 !important;
}
/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
}
.catch h2 {
  padding-bottom: 1rem;
}
.under {
  border-bottom: 0.4rem solid var(--base-color);
  padding: 0 1rem 1rem 1rem;
}
.center {
  text-align: center;
  margin-bottom: 4rem;
}
/*申し込みの流れ
-------------------------------------*/
.flow.row {
  margin-bottom: 3rem;
}
/*フッター
-------------------------------------*/
footer {
  background-color: #000;
  padding: 2rem 0 3.5rem;
}
footer h4 {
  border-bottom: 3px solid var(--border-color);
}
footer .grid {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
footer .grid > div:first-of-type {
  margin-right: auto;
}
footer .grid .item-01 {}
footer .grid .item-01 p {
  color: #fff;
  margin-top: 10px;
  line-height: 1.6;
}
footer .grid .item-02 {
  display: flex;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 2rem 20px 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding: 2rem 0 8rem;
  }
  footer .grid {
    display: block;
    align-items: center;
  }
  footer .grid > div:first-of-type {
    margin-right: inherit;
  }
  footer .grid .item-01 img {
    width: 200px;
  }
  footer .grid .item-01 p {
    font-size: 0.9em;
    margin-top: 8px;
  }
  footer .grid .item-01 {
    text-align: center;
    margin: 0 0 40px;
  }
  footer .grid .item-02 {
    justify-content: center;
    align-items: center;
    font-size: 1.0em;
  }
  footer .grid .item-02 img {
    width: 120px;
  }
}
/*お問い合わせ
-------------------------------------*/
.contact-box {
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 2rem 0;
}
.table {
  margin: 4rem 0;
}
.table th {
  width: 250px;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: var(--base-color);
}
.copyright a {
  color: var(--white-color);
  text-decoration: none;
  display: inline;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 15px;
  }
}
#pagetop a {
  /*  display: block;
  background-color: var(--base-color);
  color: var(--white-color);
  width: 50px;
  padding: 10px 5px;
  text-align: center;*/
  padding: 15px;
  display: inline-block;
  background: rgba(34, 181, 115, 1);
  border: 0px solid rgba(56, 56, 56, 1);
  outline: none;
  font-size: 14px;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  transition: visibility 1s, opacity 1s;
  font-family: Source Sans Pro, Arial, sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  transition-delay: 0s;
}
#pagetop a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
#pagetop a:hover {
  /*background-color: var(--link-color);*/
  background: rgba(126, 124, 124, 1);
  border-color: rgba(126, 124, 124, 1);
  color: rgb(255, 255, 255);
}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
-------------------------------------*/
  .header-box {
    display: none;
  }
  /*お問い合わせ
-------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
}
/*-------------------------------------
styling
-------------------------------------*/
header {
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  width: 100%; /* ヘッダーの横幅を指定する */
  /*background-color: #fff; */
  /* ヘッダーの背景色を指定する */
  z-index: 99; /* 重なり順を一番上にする */
}
#gNavi {
  padding-top: 18px;
  float: right;
}
#gNavi li {
  padding-left: 30px;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
}
#gNavi li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #gNavi li {
    padding-left: 25px;
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 700;
  }
}
/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
/*-------------------------------------
ハンバーガーメニュー
-------------------------------------*/
#globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #ddd;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  padding-top: -100px;
  background: rgba(55, 55, 55, 0.98);
}
#globalMenuSp ul {
  /*  background: rgba(255, 255, 255, 1.0);*/
  /*  margin: 0 auto;
  padding: 0;*/
  padding: 0 15px !important;
  width: 100%;
  display: inherit;
}
#globalMenuSp ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 1.2em;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgb(75, 75, 75);
  /*  border-bottom: 1px dotted #000 !important;*/
}
/* 最後はラインを描かない */
#globalMenuSp ul li:last-child {
  border-top: 1px solid rgb(75, 75, 75);
}
/*#globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}*/
/* このクラスを、jQueryで付与・削除する */
#globalMenuSp.active {
  transform: translateY(0%);
}
#globalMenuSp .menu-08 {
  padding: 5px 0 !important;
}
#globalMenuSp .menu-08 p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(255, 1, 0, 1.0);
  padding: 0 0 !important;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
#globalMenuSp .menu-08 p:hover {
  background: rgb(255, 1, 0, 0.8);
}
/*ハンバーガー用CSS*/
@media screen and (max-width: 768px) {
  .navToggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 11px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    background: #028760;
    border-radius: 3px;
  }
  .navToggle div {
    position: absolute; /* .navToggleに対して */
    right: 43px;
    top: 8px;
  }
  .navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px rgb(255, 255, 255);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /*ハンバーガーメニュータップ後CSS*/
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 0px;
    border-bottom: solid 2px #eee;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    border-bottom: solid 2px #eee;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*-------------------------------------
topic path
-------------------------------------*/
.m-breadcrumbs {
  position: relative;
  background: #F2F2F2;
  height: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .m-breadcrumbs {
    display: none;
  }
}
.m-breadcrumbs ol {
  line-height: 30px;
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.m-breadcrumbs ol::after {
  content: "";
  display: block;
  clear: both;
}
.m-breadcrumbs li {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0;
  line-height: 32px;
}
.m-breadcrumbs li::after {
  content: "|";
  margin: 0 .5em;
}
.m-breadcrumbs li:first-child {
  position: relative;
  margin-right: 30px;
}
.m-breadcrumbs li:first-child a {
  position: relative;
  background: url(../img/ic_breadcrumbs_home.svg) no-repeat left center;
  padding: 0 5px 0 25px;
  text-decoration: none !important;
}
.m-breadcrumbs li:first-child::before {
  content: "";
  position: absolute;
  margin: 0;
  right: 0;
  width: 10000px;
  height: 100%;
  background: #ddd;
}
.m-breadcrumbs li:first-child::after {
  content: "";
  position: absolute;
  margin: 0;
  top: 0;
  right: -30px;
  border: 15px solid transparent;
  border-left-color: #ddd;
}
.m-breadcrumbs li:last-child a {
  color: #16A83C;
  text-decoration: none;
}
.m-breadcrumbs li:last-child::after {
  display: none;
}
.m-breadcrumbs li a {
  color: inherit;
  display: inline-block;
}
.m-breadcrumbs.white {
  color: #fff;
  opacity: .8;
}
/*-------------------------------------
member 
-------------------------------------*/
.member {
  padding-bottom: 30px;
}
.member-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .member-container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .member-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .container-title {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
  }
}
.member h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.member .headLine01 {
  margin-bottom: 40px;
}
.member h3 {
  position: relative;
  display: block;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.member h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30B382), to(#A2CB10));
  background-image: -webkit-linear-gradient(right, #30B382 0%, #A2CB10 100%);
  background-image: linear-gradient(to left, #30B382 0%, #A2CB10 100%);
}
.member h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background: #F8F8F8;
  border-left: 5px solid #8DC21F;
  margin-bottom: 20px;
  line-height: 1.5;
}
.member h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30B382), to(#A2CB10));
  background-image: -webkit-linear-gradient(right, #30B382 0%, #A2CB10 100%);
  background-image: linear-gradient(to left, #30B382 0%, #A2CB10 100%);
}
.member .item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  vertical-align: middle;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 1px solid #EFEFEF;
  transition: 0.3s;
}
.member .item a {
  text-decoration: none;
}
/*.member .item a div:hover {
  border: 1px solid #E1EECE;
  background: #E1EECE;
}*/
.member .item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .member .item img {
    max-width: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .member .item img {
    max-width: 120px;
    width: 100%;
  }
}
.member .item dl {
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding-top: 0px;
}
.member .item dl dt.post {
  font-weight: bold;
  line-height: 1.3;
}
.member .item dl dt.name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  font-feature-settings: "palt"1;
  letter-spacing: 0.5px;
}
.member .item dl dd.kana {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 2px;
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
}
.member .item dl dd.ward {
  line-height: 1.8;
  margin-bottom: 4px;
  margin-left: -6px;
}
.member .item dl dd.director {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.member .item dl dd.parliament {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 2px;
  margin-bottom: 6px;
}
.member .item dl dt.property {
  font-size: 11px;
  font-variant-ligatures: none;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 4px 1px 2px 5px !important;
  border: 1px solid #000;
  margin-bottom: 8px;
}
.member .item dl dt.property-suisen {
  font-size: 11px;
  font-variant-ligatures: none;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 3px 5px !important;
  border: 1px solid #000;
  margin-bottom: 8px;
}
.member .item dl dt.pexecutive-director {
  width: 70px;
  font-size: 11px;
  font-variant-ligatures: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 3px 6px !important;
  color: #fff;
  background: #16A83C;
  margin-bottom: 4px;
}
.member .item dl dt.property-director {
  width: 50px;
  font-size: 11px;
  font-variant-ligatures: none;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 3px 10px !important;
  color: #fff;
  background: #16A83C;
  margin-bottom: 4px;
}
.member .item .wrap {
  display: flex;
  flex-direction: column;
}
.member .item dl dd.report {
  display: flex;
  margin-top: auto;
}
.member .item dl dd.report a {
  display: inline-block;
  align-items: flex-end;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  padding: 6px 10px !important;
  border-radius: 2rem;
  color: #fff;
  background: #9BA9A8;
  transition: all 0.3s;
}
.member .item dl dd.report a::after {
  content: '→';
  margin-left: 5px;
}
.member .item dl dd.report a:hover {
  background: #16A83C;
}
.member .item dl dd.icon {}
.member .item dl dd.ward span.label {
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .member .item dl dt.post {
    font-size: 12px;
  }
  .member .item dl dt.name {
    font-size: 18px;
  }
  .member .item dl dd.kana {
    font-size: 11px;
  }
  .member .item dl dd.ward {
    margin-bottom: 5px;
  }
}
a img {
  transition: 0.3s;
}
@media screen and (min-width: 480px) {
  .br-schedule {
    display: none;
  }
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  gap: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
a.btn-sns {
  font-size: 1.5rem;
  line-height: 29px;
  width: 26px;
  height: 26px;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
}
::-webkit-full-page-media, :future, :root a.btn-sns {
  line-height: 26px;
}
a.btn-sns:hover {
  color: #fff;
}
a.btn-sns--hp {
  background: #444;
}
a.btn-sns--facebook {
  background: #1877f2;
}
a.btn-sns--twitter {
  background: #1da1f2;
}
a.btn-sns--x-twitter {
  background: #000000;
}
a.btn-sns--line {
  background: #00b900;
}
a.btn-sns--instagram {
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
a.btn-sns--youtube {
  background: #cd201f;
}
a.btn-sns--tiktok {
  background: #000000;
}
/*-------------------------------------
message
-------------------------------------*/
.message {
  padding: 70px 0 40px;
}
.message .title {
  max-width: 630px;
  display: block;
  margin: 0 auto 50px;
}
.message .message-body {
  display: block;
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
.message .message-body p {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 1em;
  letter-spacing: 2px;
  font-feature-settings: "palt"1;
}
.message .message-body .bg-title {
  font-size: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 50px 50px;
  }
  .message .title {
    margin: 0 10px 50px;
  }
  .message .message-body {
    max-width: 100%;
    width: 100%;
  }
  .message .message-body p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 1em;
    letter-spacing: 1px;
  }
  .message .message-body .bg-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .message {
    padding: 25px 15px;
  }
  .message .title {
    margin: 0 10px 30px;
  }
  .message .message-body p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 1em;
    letter-spacing: 1px;
  }
}
/*-------------------------------------
manifest
-------------------------------------*/
.manifest {
  padding: 50px 0;
}
.manifest .title {
  max-width: 740px;
  display: block;
  padding: 0 30px;
  margin: 0 auto 70px;
}
.manifest-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 0;
  margin: 50px 0;
}
.manifest-container .item {
  max-width: 550px;
}
.manifest-container p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin: 8px 0 0 12.5%;
  font-feature-settings: "palt"1;
  letter-spacing: 1px;
  text-align: justify;
}
.manifest-detail {
  margin: 50px 20px 0;
  text-align: center;
}
.manifest-detail img {
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .manifest {
    padding: 30px 10px;
  }
  .manifest .title {
    margin: 0 50px 50px;
  }
  .manifest-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .manifest-container .item {
    max-width: 100%;
  }
  .manifest-container .item img {
    max-width: 550px;
    width: 100%;
  }
  .manifest-container p {
    font-size: 13px;
    margin: 10px 10px 0 12.5%;
  }
}
@media screen and (max-width: 480px) {
  .manifest {
    padding: 30px 0;
  }
  .manifest .title {
    margin: 0 20px 40px;
  }
  .manifest-container .item img {
    max-width: 550px;
    width: 100%;
  }
  .manifest-detail img {
    max-width: 300px;
  }
}
/*-------------------------------------
sns_grid
-------------------------------------*/
.sns_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px 0;
}
.sns_mg {
  margin: 60px 0 0;
}
.sns_grid .twitter {
  width: 500px;
  justify-self: right;
}
.sns_grid .facebook {
  width: 500px;
  justify-self: left;
}
@media screen and (max-width: 1024px) {
  .sns_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sns_grid .twitter {
    max-width: 375px;
    width: 100%;
    justify-self: center;
  }
  .sns_grid .facebook {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sns_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sns_grid .twitter {
    max-width: 375px;
    width: 100%;
    justify-self: center;
    padding: 0 20px;
  }
  .sns_grid .facebook {
    padding: 0 20px;
  }
}
/*-------------------------------------
head-container
-------------------------------------*/
#head-container {
  display: grid;
  grid-template-rows: 100px 50px;
  align-items: center;
  height: 150px;
  /*box-shadow: 0 1px 5px rgb(0 0 0 / 20%);*/
  /*max-width: 1280px;*/
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #000;
  transition-duration: 0.1s;
}
#head-container.hide {
  max-width: 100%;
}
#head-container a {
  transition: 0.5s;
}
#head-container a:hover {
  color: var(--linkhover-color);
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#head-container.HeightMin {
  max-width: 100%;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
#head-container .primary-header_block {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
}
#head-container .secondary-header_block {
  border-top: 1px solid #ddd;
}
#head-container .secondary-header_block ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 50px;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 1.15em;
  font-weight: bold;
  padding: 8px 40px 0;
}
#head-container .secondary-header_block li {
  padding: 0 10px;
  letter-spacing: 0.03em;
}
#head-container .secondary {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
}
#head-container .secondary img {
  margin-top: 5px;
  width: 190px;
}
#head-container .primary {
  text-align: center;
}
#head-container .primary img {
  width: 275px;
}
#nav-header_block {
  display: none;
}
#head-container .third {
  margin: 0 0 0 auto;
}
#head-container .third a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #FF0100;
  color: #fff;
  width: 160px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  #head-container {
    grid-template-rows: 90px 50px;
    height: 140px;
  }
  #head-container .primary-header_block {
    height: 90px;
  }
  #head-container .secondary-header_block ul {
    height: 50px;
    font-size: 1.15em;
  }
  #head-container .secondary {
    font-size: 14px;
  }
  #head-container .secondary img {
    width: 150px;
  }
  #head-container .primary img {
    width: 230px;
  }
  #head-container .third a {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #head-container {
    display: inherit;
    grid-template-rows: 48px 32px;
    align-items: center;
    text-align: center;
    height: 80px;
  }
  #head-container .primary-header_block {
    display: none;
  }
  #head-container .secondary-header_block {
    border-top: none;
  }
  #head-container .secondary-header_block ul {
    display: none;
  }
  #nav-header_block {
    display: grid;
    grid-template-rows: 48px 32px;
    align-items: center;
    text-align: center;
    height: 80px;
  }
  #nav-header_block {
    display: grid;
    grid-template-rows: 48px 32px;
    align-items: center;
    text-align: center;
    height: 80px;
  }
  #nav-header_block .secondary {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: bold;
    grid-row: 2/3;
  }
  #nav-header_block .primary {
    grid-row: 1/2;
  }
  #nav-header_block .secondary img {
    width: 100px;
  }
  #nav-header_block .primary img {
    padding-top: 3px;
    width: 150px;
  }
}
/*container*/
.main-container {
  display: grid;
  grid-template-columns: 1fr 200px;
  /*  max-width: 1280px;*/
  margin: 0 auto;
  width: 100%;
  font-feature-settings: "palt";
}
.main-container.single {
  grid-template-columns: 1fr;
}
.main {
  padding: 0 0 !important;
  border-right: 1px solid #ddd;
}
.main.hide {
  border-right: hidden;
}
.main-container .main .container {
  max-width: 1060px;
  width: 100%;
  padding: 0 20px;
}
.main-container .gray-back {
  padding: 30px 0;
}
.nav {
  display: inline-block;
  width: 200px;
}
.nav.hide {
  display: none;
}
.nav .side-menu {
  padding: 0 0;
  top: 150px;
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .nav .side-menu {
    top: 140px;
  }
}
.nav li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 0;
  height: 50px;
  line-height: 50px;
}
.nav .home li {
  padding: 0 0 0 45px;
}
.nav .report li {
  padding: 0 0 0 15px;
  letter-spacing: 0.1em;
}
.nav a {
  font-size: 14px;
  color: #000;
  transition: 0.5s;
}
.nav a:hover {
  color: turquoise;
}
.full {
  background: #26a69a;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}
/*about*/
.nav-about {
  width: 200px;
}
.nav-about .side-menu {
  padding: 0 0;
  top: 150px;
  position: sticky;
  z-index: 1;
}
.nav-about li {
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 0;
  min-height: 50px;
  text-indent: -1em;
  padding: 10px 0 10px 1.5em;
}
.nav-about a {
  font-size: 13px;
  color: #000;
  transition: 0.5s;
}
.nav-about a:hover {
  color: turquoise;
}
@media screen and (max-width: 768px) {
  .main-container {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .nav {
    display: none;
  }
  .nav-about {
    display: none;
  }
}
.nav .side-menu .menu-01 {
  background: url(../img/icon/fast-forward.png) left 12px center no-repeat;
  background-size: 20px;
}
.nav .side-menu .menu-01:hover {
  background: url(../img/icon/fast-forward.gif) left 8px center no-repeat;
  background-size: 28px;
}
.nav .side-menu .menu-02 {
  background: url(../img/icon/checklist.png) left 12px center no-repeat;
  background-size: 20px;
}
.nav .side-menu .menu-02:hover {
  background: url(../img/icon/checklist.gif) left 8px center no-repeat;
  background-size: 28px;
}
.nav .side-menu .menu-03 {
  background: url(../img/icon/chat.png) left 12px center no-repeat;
  background-size: 20px;
}
.nav .side-menu .menu-03:hover {
  background: url(../img/icon/chat.gif) left 8px center no-repeat;
  background-size: 28px;
}
.nav .side-menu .menu-04 {
  background: url(../img/icon/customer.png) left 12px center no-repeat;
  background-size: 22px;
}
.nav .side-menu .menu-04:hover {
  background: url(../img/icon/customer.gif) left 9px center no-repeat;
  background-size: 28px;
}
.nav .side-menu .menu-05 {
  background: url(../img/icon/location.png) left 12px center no-repeat;
  background-size: 22px;
}
.nav .side-menu .menu-05:hover {
  background: url(../img/icon/location.gif) left 8px center no-repeat;
  background-size: 30px;
}
.nav .side-menu .menu-06 {
  background: url(../img/icon/user.png) left 12px center no-repeat;
  background-size: 24px;
}
.nav .side-menu .menu-06:hover {
  background: url(../img/icon/user.gif) left 8px center no-repeat;
  background-size: 32px;
}
.nav .side-menu .menu-07 {
  background: url(../img/icon/message.png) left 12px center no-repeat;
  background-size: 20px;
}
.nav .side-menu .menu-07:hover {
  background: url(../img/icon/message.gif) left 8px center no-repeat;
  background-size: 28px;
}
/*banner*/
.banner-election {
  display: block;
  width: 100%;
  margin: 40px auto 50px;
  padding: 0 20px;
}
/*.banner-election {
width: 100%;
max-width: 1100px;
height: 250px;
margin: 20px auto 40px;
background: #ddd;
}*/
/*.banner-election img {
width: 100%;	
max-width: 700px;
height: 250px;
}		*/
@media screen and (max-width: 768px) {
  .banner-election {
    width: 100%;
    max-width: 375px;
    margin: 20px auto 30px;
  }
}
/*news*/
.media-sections {
  padding: 0 0;
}
.media-sections .list {
  padding: 40px 0 0;
  margin-bottom: 150px;
}
.media-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.media-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
.media-link-list > li {
  border-top: var(--border-solid);
}
.media-link-list {
  border-bottom: var(--border-solid);
}
.media-link-list li {
  margin: 0 0;
}
.media-link-list li a {
  transition: 0.3s;
}
.media-link-list li a:hover {
  color: var(--linkhover-color);
}
.media-sections .list > li:first-child {
  border-top: hidden;
}
.media-link {
  padding: 1.1rem 0rem;
  min-height: 1rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.media-link__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1.5rem;
}
.media-link__date {
  font-weight: 500;
  font-size: 1.3rem;
}
.tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.5rem 1.5rem 0.4rem;
  color: var(--color-primary);
}
.media-link__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
}
.list .media-link__title {
  font-size: 1.8rem;
}
.media-sections__actions a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #000;
  padding: 2px 45px 0 0;
  text-align: right;
  margin: 0 auto;
  margin-top: 15px;
  background: url(../img/common/arr_circle_b.svg) right 10px center no-repeat;
  background-size: 18px;
  transition: 0.3s;
}
.media-sections__actions a:hover {
  color: #C1C1C1;
  padding: 2px 35px 0 0;
  background: url(../img/common/arr_circle_b.svg) right 0px center no-repeat;
  background-size: 18px;
}
@media screen and (max-width: 768px) {
  .media-sections .list {
    padding: 40px 0 0;
    margin-bottom: 100px;
  }
  .media-sections .hgroup h2 {
    font-size: 22px;
  }
  .media-link__title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .list .media-link__title {
    font-size: 1.6rem;
  }
}
:root {
  --color-white: #fff;
  --color-light: #f3f4f4;
  --color-primary: #FF6600;
  --color-black: #343538;
  --color-dark-pink: #d68f96;
  --color-border: #eaeaea;
  --font-ja: dnp-shuei-gothic-kin-std, sans-serif;
  --font-en: museo-sans, sans-serif;
  --font-china: "Noto Sans SC", sans-serif;
  --ease-out-cubic: cubic-bezier(.33, 1, .68, 1);
  --ease-in-quart: cubic-bezier(.5, 0, .75, 0);
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --ease-in-quad: cubic-bezier(.11, 0, .5, 0);
  --ease-out-quad: cubic-bezier(.5, 1, .89, 1);
  --ease-in-out-quad: cubic-bezier(.45, 0, .55, 1);
  --border-solid: 1px solid var(--color-border);
}
/*news-page*/
.media-container {
  padding: 80px 20px;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.media-container h1 {
  display: block;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.5;
}
.media_info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
}
.media_info .date * {
  font-size: 15px;
  font-weight: normal;
  opacity: 0.5;
  line-height: 1;
}
.media_info .cat {
  padding: 5px 12px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #FF6600;
  border-radius: 100vh;
  color: #FF6600;
}
.media-container .txt-block {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}
.media-container .txt-block p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
}
.indent-10 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent-r10 {
  text-indent: 1em;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .media-container {
    padding: 50px 15px !important;
  }
  .media-container h1 {
    font-size: 2.0em;
  }
  .media_info .date * {
    font-size: 13px;
  }
  .media_info .cat {
    font-size: 13px;
  }
  .media-container .txt-block {
    margin-top: 40px;
    padding-top: 40px;
  }
  .media-container p {
    font-size: 15px;
  }
}
/*activity*/
.activity-sections {}
.activity-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.activity-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .activity-sections {
    /*display: none;*/
  }
}
/*-activity sns_grid*/
.activity-sns_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.activity-sns_grid .twitter {
  width: 500px;
  justify-self: right;
}
/*
.activity-sns_grid .facebook {
  width: 500px;
  justify-self: left;
}
.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
*/
.fb-page, .fb-page span, .facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}
@media screen and (max-width: 1024px) {
  .activity-sns_grid {
    gap: 30px;
  }
  .activity-sns_grid .twitter {
    width: 375px;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .activity-sections .hgroup h2 {
    font-size: 22px;
  }
  .activity-sns_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .activity-sns_grid .twitter {
    width: 100%;
  }
}
/* member-sections */
.member-sections {}
.member-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.member-sections h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  background: #F8F8F8;
  border-left: 5px solid #8DC21F;
  margin: 30px 0 15px;
  line-height: 1.5;
}
.member-sections h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30B382), to(#A2CB10));
  background-image: -webkit-linear-gradient(right, #30B382 0%, #A2CB10 100%);
  background-image: linear-gradient(to left, #30B382 0%, #A2CB10 100%);
}
@media screen and (max-width: 768px) {
  .member-sections h3 {
    font-size: 16px;
    padding: 8px 20px;
    margin: 30px 0 15px;
  }
}
.member-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
.diet_member-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1180px) {
  .diet_member-container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .member-sections .hgroup h2 {
    font-size: 22px;
  }
  .diet_member-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* about-sections */
.about-sections {}
.about-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
.about-sections-wrap {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 20px;
  font-size: 1.2em;
  line-height: 2;
}
.about-sections-wrap p {
  margin-bottom: 10px;
}
.aboutBox-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.aboutBox-wrap .item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  transition: 0.5s;
}
.aboutBox-wrap .item:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.aboutBox-wrap .item dt {
  font-size: 1.2em;
  margin-bottom: 3px;
}
.aboutBox-wrap .item img {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .about-sections-wrap br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-sections .hgroup h2 {
    font-size: 22px;
  }
  .about-sections-wrap {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .about-sections-wrap p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .aboutBox-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aboutBox-wrap .item dt {
    font-size: 1.1em;
    margin-bottom: 3px;
  }
}
/* election-sections */
.election-sections {}
.election-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.election-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
.election-sections ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.election-sections li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  transition: 0.5s;
}
.election-sections li:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.election-sections li img {
  height: 80px;
}
.election-sections dt {
  font-size: 1.2em;
  margin-bottom: 3px;
}
.election-sections h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  background: #F8F8F8;
  border-left: 5px solid #8DC21F;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.5em;
}
.election-sections h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30B382), to(#A2CB10));
  background-image: -webkit-linear-gradient(right, #30B382 0%, #A2CB10 100%);
  background-image: linear-gradient(to left, #30B382 0%, #A2CB10 100%);
}
@media screen and (max-width: 768px) {
  .election-sections .hgroup h2 {
    font-size: 22px;
  }
  .election-sections ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .election-sections dt {
    font-size: 1.1em;
  }
}
/* contact-sections */
.contact-sections {}
.contact-sections iframe {
  width: 100%;
  height: 780px;
  margin: 10px 0 0;
  padding: 20px 20px;
  background: #fff;
  border-radius: 5px;
}
.contact-sections .hgroup h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
/*.contact-sections h3 {
position: relative;
font-size: 19px;
font-weight: bold;
line-height: 1.5;
padding: 0 0 0 1.5em;
}*/
/*.contact-sections h3:before  {
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 4px;
    border-color: #16A83C;
    background-color: transparent;
    border-radius: 20px;
    position: relative;
    margin-top: 6px;
    left: 2px;
}*/
.contact-sections h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 28px;
  background: #F8F8F8;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.contact-sections h3:after {
  position: absolute;
  content: '';
  bottom: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.contact-sections .telephone div {
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 30px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.1em;
}
.contact-sections .hgroup p {
  font-size: 15px;
  color: #7F7F7F;
  line-height: 1;
  margin: 0 0 20px;
}
.contact-sections .text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact-sections .telephone div br {
    display: none;
  }
  .contact-sections .telephone div span {
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .contact-sections .hgroup h2 {
    font-size: 22px;
  }
  .contact-sections .telephone div {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
/* 追記 */
#index_3box {
  width: 100%;
  padding: 0 0 !important;
  min-height: 200px;
}
#index_3box_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
}
#index_3box .box {
  display: grid;
  grid-auto-rows: auto 60px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  padding: 25px 20px 20px 20px;
}
#index_3box .box h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
#index_3box .box h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px; /*線の上下位置*/
  display: inline-block;
  width: 150px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #fff; /*線の色*/
}
#index_3box .box p {
  font-size: 14px;
  line-height: 1.75;
}
#index_3box .title {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
#index_3box .button {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  /*padding: 0 80px 0 60px;*/
  max-width: 250px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  background: #000 url(../img/common/arr_circle_w.svg) right 16px center no-repeat;
  background-size: 20px;
  transition: 0.5s;
}
#index_3box .button:hover {
  color: #000;
  background: #fff url(../img/common/arr_circle_b.svg) right 10px center no-repeat;
  background-size: 20px;
  box-shadow: 0 2px 20px rgb(26 48 172 / 50%);
}
@media screen and (max-width: 1024px) {
  #index_3box_inner {
    grid-template-columns: 1fr;
  }
}
/*-------------------------------------
about
-------------------------------------*/
.about_kyoto {
  margin: 0px auto 0;
  padding: 20px 20px 50px;
  max-width: 1060px;
  width: 100%;
}
.about_kyoto section {
  padding: 3rem 0;
}
.about_kyoto h1 {
  position: relative;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-color: #000000;
  background-color: #F2F2F2;
  height: 100%;
  min-height: 80px;
  padding: 20px 20px 20px 50px;
  margin: 0 0;
}
.about_kyoto h1:after {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 8px;
  height: 60%;
  content: '';
  border-radius: 4px;
  background: #16A83C;
}
.about_kyoto h2 {
  line-height: 1.5;
  font-size: 25px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: -1.5em;
  padding: 0.5rem 0 0.5rem 5.5rem;
  border-left: 8px solid #16A83C;
  margin-top: 35px;
  margin-bottom: 35px;
}
.about_kyoto .headline dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-left: 6px solid #16A83C;
  padding: 0px 0px 0px 17px;
  min-height: 30px;
  height: 100%;
  margin-top: 30px;
}
.about_kyoto .about-main-container dt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1.3em;
  padding: 0px 0px 0px 2.6em;
  min-height: 30px;
  height: 100%;
  margin-top: 30px;
}
.about_kyoto .about-main-container dt:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.about_kyoto dd {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
.about_kyoto .indent {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.about_kyoto .pl13 {
  padding-left: 1.9em;
}
.about_kyoto .pl13-pt0 {
  padding-left: 1.9em;
  margin-top: 0px;
}
.about_kyoto .underline {
  text-decoration: underline;
}
.about_kyoto .listitem ul {
  margin: 2em 0 0;
}
.about_kyoto .listitem li {
  font-size: 14px;
  text-indent: -1em;
  margin: 0 0 0.25em;
  padding-left: 0.75em;
  line-height: 1.8;
}
/*btn*/
.about_btn,
a.about_btn,
button.about_btn {
	min-width: 70%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}	
a.btn--yellow {
color: #fff;
  background-color: #DC0012;
}

a.btn--yellow:hover {
  color: #fff;
  background: #DC0012;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}	
@media screen and (max-width: 768px) {
.about_btn,
a.about_btn,
button.about_btn {
  font-size: 1.5rem;
}	
}	
@media screen and (min-width: 768px) {
  .about_kyoto h1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about_kyoto {
    padding: 10px 20px;
  }
  .about_kyoto section {
    padding: 2rem 0;
  }
  .about_kyoto h1 {
    font-size: 24px;
  }
  .about_kyoto h2 {
    font-size: 20px;
    padding: 0.5rem 0 0.5rem 4.5rem;
  }
  .about_kyoto .headline dt {
    font-size: 17px;
    text-indent: -1.3em;
    padding: 0px 0px 0px 2em;
    margin-top: 20px;
  }
  .about_kyoto .about-main-container {
    margin-top: 0px;
  }
  .about_kyoto .about-main-container dt {
    font-size: 17px;
    margin-top: 25px;
    padding: 0px 0px 0px 3.0em;
  }
  .about_kyoto .about-main-container dt:after {
    top: 1px;
  }
  .about_kyoto dd {
    font-size: 13px;
    margin-top: 5px;
  }
}
/*-------------------------------------
report
-------------------------------------*/
.report-container {
  margin: 20px auto 0;
  padding: 0px 20px 30px;
  max-width: 1060px;
  width: 100%;
}
.report-container h1 {
  position: relative;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-color: #000000;
  background-color: #F2F2F2;
  height: 100%;
  min-height: 80px;
  padding: 20px 20px 20px 50px;
  margin: 0 0;
}
.report-container h1:after {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 8px;
  height: 60%;
  content: '';
  border-radius: 4px;
  background: #16A83C;
}
.report-container .date {
  color: rgb(127, 127, 127);
}
.report-container p {
  font-size: 14px;
  line-height: 2;
}
.report-container .date {
  color: rgb(127, 127, 127);
  margin: 5px 0 15px;
}
.report-container dl {
  margin-bottom: 80px;
}
.report-container dt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1.1em;
  padding: 0px 0px 25px 2.6em;
  min-height: 30px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.report-container dt:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.report-container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.report-container .under-line {
  position: relative;
  border-bottom: 3px solid #D9DCDB;
}
.report-container .under-line:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 90px;
  height: 3px;
  content: '';
  background: #16A83C;
}
.report-container dt:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.report-container dd {
  max-width: 1060px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 12px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: 1px solid #D9DCDB;
  padding-left: 0.5em;
  padding-bottom: 10px;
  margin-bottom: 13px;
  text-indent: -0.5em;
}
.report-container a {
  display: flex;
  width: 100px;
  height: 32px;
  align-items: center;
  justify-content: center;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: ease;
  padding: 2px 5px;
  text-indent: 0.75em;
  letter-spacing: 0.5em;
  font-size: 15px;
  color: rgb(100, 201, 104);
  font-weight: bold;
  border: 3px solid rgb(100, 201, 104);
}
.report-container a:hover {
  color: #fff;
  background: rgb(100, 201, 104);
  border-color: rgb(100, 201, 104);
}
@media screen and (max-width: 768px) {
  .report-container {
    padding: 0px 20px 10px;
    ;
  }
  .report-container h1 {
    font-size: 24px;
    height: 100%;
    min-height: 70px;
    padding: 20px 20px 20px 50px;
  }
  .report-container .wrapper {
    grid-template-columns: 1fr;
  }
  .report-container dl {
    margin-bottom: 50px;
  }
  .report-container dt {
    font-size: 19px;
    padding: 0px 0px 20px 2.6em;
  }
}
/*-------------------------------------
election
-------------------------------------*/
.election-container {
  margin: 20px auto 0;
  padding: 30px 20px 30px;
  max-width: 1060px;
  width: 100%;
}
.election-container h1 {
  position: relative;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-color: #000000;
  background-color: #F2F2F2;
  height: 100%;
  min-height: 80px;
  padding: 20px 20px 20px 50px;
  margin: 0 0 30px;
}
.election-container .banner {
  margin: 0 0 20px 0;
}
.election-container h1:after {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 8px;
  height: 60%;
  content: '';
  border-radius: 4px;
  background: #16A83C;
}
.election-container p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
.election-container h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -1.1em;
  padding: 0px 0px 25px 2.3em;
  min-height: 30px;
  height: 100%;
  margin-top: 30px;
}
.election-container h2:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.election-container dl {
  position: relative;
  border-top: 3px solid #D9DCDB;
  padding-top: 10px;
  margin-bottom: 40px;
}
.election-container dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 90px;
  height: 3px;
  content: '';
  background: #16A83C;
}
.election-container dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.election-container dd {
  font-size: 14px;
  line-height: 1.75;
}
.election-container .txt-red {
  color: #FF0000;
}
.bt-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 50px 0 80px;
}
.bt-container a {
  width: 100%;
  min-height: 30px;
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: ease;
  border-style: solid;
  border-width: 5px;
  border-color: #64C968;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  color: #64C968;
  font-weight: bold;
  margin: 0 auto;
}
.bt-container a:hover {
  color: #fff;
  background: #64C968;
}
@media screen and (max-width: 768px) {
  .election-container {
    padding: 10px 20px;
  }
  .election-container h1 {
    font-size: 23px;
    height: 100%;
    min-height: 70px;
    padding: 20px 20px 20px 40px;
  }
  .election-container h2 {
    font-size: 20px;
    padding: 0px 0px 15px 2.3em;
    margin-top: 30px;
  }
  .election-container h2:after {
    top: 3px;
  }
  .election-container .wrapper {
    grid-template-columns: 1fr;
  }
  .election-container dl {
    margin-bottom: 50px;
  }
  .election-container dt {
    font-size: 17px;
  }
  .bt-container {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin: 40px 0 80px;
  }
}
/*-------------------------------------
joinuss
-------------------------------------*/
.joinus-container {
  margin: 20px auto 0;
  padding: 30px 20px 30px;
  max-width: 1060px;
  width: 100%;
}
.joinus-container h1 {
  position: relative;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-color: #000000;
  background-color: #F2F2F2;
  height: 100%;
  min-height: 80px;
  padding: 20px 20px 20px 50px;
  margin: 0 0 30px;
}
.joinus-container .banner {
  margin: 0 0 20px 0;
}
.joinus-container h1:after {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 8px;
  height: 60%;
  content: '';
  border-radius: 4px;
  background: #16A83C;
}
.joinus-container p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
.joinus-container h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -1.1em;
  padding: 0px 0px 25px 2.3em;
  min-height: 30px;
  height: 100%;
  margin-top: 30px;
}
.joinus-container h2:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #16A83C;
  background-color: transparent;
  border-radius: 20px;
}
.joinus-container dl {
  position: relative;
  border-top: 3px solid #D9DCDB;
  padding-top: 10px;
  margin-bottom: 40px;
}
.joinus-container dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 90px;
  height: 3px;
  content: '';
  background: #16A83C;
}
.joinus-container dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.joinus-container dd {
  font-size: 14px;
  line-height: 2;
}
.joinus-container .txt-red {
  color: #FF0000;
}
.joinus-container .background {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-indent: -1.3em;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(20%, #FFFFFF), to(#D9DCDB));
  background: -webkit-linear-gradient(top, #FFFFFF 20%, #D9DCDB);
  background: linear-gradient(to bottom, #FFFFFF 20%, #D9DCDB);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFD9DCDB, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD9DCDB', GradientType=0)";
  padding: 15px 20px 15px 2.5em;
  border-top: 1px solid #9BA9A8;
  border-bottom: 1px solid #C3C2C2;
}
.joinus-container .triangle {
  display: flex;
  margin: 15px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #808080 transparent transparent transparent;
}
.joinus-container iframe {
  width: 100%;
  height: 780px;
  padding: 0 0;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .v-container {
    padding: 10px 20px;
  }
  .joinus-container h1 {
    font-size: 23px;
    height: 100%;
    min-height: 70px;
    padding: 20px 20px 20px 40px;
  }
  .joinus-container h2 {
    font-size: 20px;
    padding: 0px 0px 15px 2.3em;
    margin-top: 30px;
  }
  .v-container h2:after {
    top: 3px;
  }
  .electio .report-container .wrapper {
    grid-template-columns: 1fr;
  }
  .report-container dl {
    margin-bottom: 50px;
  }
  .election-container dt {
    font-size: 17px;
  }
  .joinus-container .background {
    font-size: 15px;
  }
}