@charset "UTF-8";
/*===============================
色設定
================================*/
.gray1 {
  color: rgb(245, 245, 245);
}

.bg_gray1 {
  background-color: rgb(245, 245, 245);
}

.bd_gray1 {
  border-color: rgb(245, 245, 245);
}

.nav_pc.gray1 {
  border-bottom: 10px solid rgb(245, 245, 245);
}

.nav_sp.gray1 {
  border-bottom: 10px solid rgb(245, 245, 245);
}

.gray2 {
  color: rgb(220, 220, 220);
}

.bg_gray2 {
  background-color: rgb(220, 220, 220);
}

.bd_gray2 {
  border-color: rgb(220, 220, 220);
}

.nav_pc.gray2 {
  border-bottom: 10px solid rgb(220, 220, 220);
}

.nav_sp.gray2 {
  border-bottom: 10px solid rgb(220, 220, 220);
}

.gray3 {
  color: rgb(100, 100, 100);
}

.bg_gray3 {
  background-color: rgb(100, 100, 100);
}

.bd_gray3 {
  border-color: rgb(100, 100, 100);
}

.nav_pc.gray3 {
  border-bottom: 10px solid rgb(100, 100, 100);
}

.nav_sp.gray3 {
  border-bottom: 10px solid rgb(100, 100, 100);
}

.gray4 {
  color: rgb(50, 50, 50);
}

.bg_gray4 {
  background-color: rgb(50, 50, 50);
}

.bd_gray4 {
  border-color: rgb(50, 50, 50);
}

.nav_pc.gray4 {
  border-bottom: 10px solid rgb(50, 50, 50);
}

.nav_sp.gray4 {
  border-bottom: 10px solid rgb(50, 50, 50);
}

.blue1 {
  color: rgb(209, 222, 235);
}

.bg_blue1 {
  background-color: rgb(209, 222, 235);
}

.bd_blue1 {
  border-color: rgb(209, 222, 235);
}

.nav_pc.blue1 {
  border-bottom: 10px solid rgb(209, 222, 235);
}

.nav_sp.blue1 {
  border-bottom: 10px solid rgb(209, 222, 235);
}

.blue2 {
  color: rgb(147, 195, 231);
}

.bg_blue2 {
  background-color: rgb(147, 195, 231);
}

.bd_blue2 {
  border-color: rgb(147, 195, 231);
}

.nav_pc.blue2 {
  border-bottom: 10px solid rgb(147, 195, 231);
}

.nav_sp.blue2 {
  border-bottom: 10px solid rgb(147, 195, 231);
}

.blue3 {
  color: rgb(84, 163, 213);
}

.bg_blue3 {
  background-color: rgb(84, 163, 213);
}

.bd_blue3 {
  border-color: rgb(84, 163, 213);
}

.nav_pc.blue3 {
  border-bottom: 10px solid rgb(84, 163, 213);
}

.nav_sp.blue3 {
  border-bottom: 10px solid rgb(84, 163, 213);
}

.blue4 {
  color: rgb(0, 140, 201);
}

.bg_blue4 {
  background-color: rgb(0, 140, 201);
}

.bd_blue4 {
  border-color: rgb(0, 140, 201);
}

.nav_pc.blue4 {
  border-bottom: 10px solid rgb(0, 140, 201);
}

.nav_sp.blue4 {
  border-bottom: 10px solid rgb(0, 140, 201);
}

.blue4a {
  color: rgba(0, 140, 201, 0.7);
}

.bg_blue4a {
  background-color: rgba(0, 140, 201, 0.7);
}

.bd_blue4a {
  border-color: rgba(0, 140, 201, 0.7);
}

.nav_pc.blue4a {
  border-bottom: 10px solid rgba(0, 140, 201, 0.7);
}

.nav_sp.blue4a {
  border-bottom: 10px solid rgba(0, 140, 201, 0.7);
}

.blue5 {
  color: rgb(18, 120, 187);
}

.bg_blue5 {
  background-color: rgb(18, 120, 187);
}

.bd_blue5 {
  border-color: rgb(18, 120, 187);
}

.nav_pc.blue5 {
  border-bottom: 10px solid rgb(18, 120, 187);
}

.nav_sp.blue5 {
  border-bottom: 10px solid rgb(18, 120, 187);
}

.pink1 {
  color: rgb(240, 210, 220);
}

.bg_pink1 {
  background-color: rgb(240, 210, 220);
}

.bd_pink1 {
  border-color: rgb(240, 210, 220);
}

.nav_pc.pink1 {
  border-bottom: 10px solid rgb(240, 210, 220);
}

.nav_sp.pink1 {
  border-bottom: 10px solid rgb(240, 210, 220);
}

.pink2 {
  color: rgb(230, 140, 160);
}

.bg_pink2 {
  background-color: rgb(230, 140, 160);
}

.bd_pink2 {
  border-color: rgb(230, 140, 160);
}

.nav_pc.pink2 {
  border-bottom: 10px solid rgb(230, 140, 160);
}

.nav_sp.pink2 {
  border-bottom: 10px solid rgb(230, 140, 160);
}

.pink2a {
  color: rgba(230, 140, 160, 0.7);
}

.bg_pink2a {
  background-color: rgba(230, 140, 160, 0.7);
}

.bd_pink2a {
  border-color: rgba(230, 140, 160, 0.7);
}

.nav_pc.pink2a {
  border-bottom: 10px solid rgba(230, 140, 160, 0.7);
}

.nav_sp.pink2a {
  border-bottom: 10px solid rgba(230, 140, 160, 0.7);
}

.yellow1 {
  color: rgb(235, 225, 135);
}

.bg_yellow1 {
  background-color: rgb(235, 225, 135);
}

.bd_yellow1 {
  border-color: rgb(235, 225, 135);
}

.nav_pc.yellow1 {
  border-bottom: 10px solid rgb(235, 225, 135);
}

.nav_sp.yellow1 {
  border-bottom: 10px solid rgb(235, 225, 135);
}

.yellow2 {
  color: rgb(220, 170, 0);
}

.bg_yellow2 {
  background-color: rgb(220, 170, 0);
}

.bd_yellow2 {
  border-color: rgb(220, 170, 0);
}

.nav_pc.yellow2 {
  border-bottom: 10px solid rgb(220, 170, 0);
}

.nav_sp.yellow2 {
  border-bottom: 10px solid rgb(220, 170, 0);
}

.yellow2a {
  color: rgba(220, 170, 0, 0.7);
}

.bg_yellow2a {
  background-color: rgba(220, 170, 0, 0.7);
}

.bd_yellow2a {
  border-color: rgba(220, 170, 0, 0.7);
}

.nav_pc.yellow2a {
  border-bottom: 10px solid rgba(220, 170, 0, 0.7);
}

.nav_sp.yellow2a {
  border-bottom: 10px solid rgba(220, 170, 0, 0.7);
}

.bg_art1 {
  background-color: mediumseagreen;
}

.bga_art1 {
  background-color: rgba(60, 179, 113, 0.8);
}

.bg_art2 {
  background-color: royalblue;
}

.bga_art2 {
  background-color: rgba(65, 105, 225, 0.8);
}

.bg_hit1 {
  background-color: orange;
}

.bga_hit1 {
  background-color: rgba(255, 165, 0, 0.8);
}

.bg_hit2 {
  background-color: mediumorchid;
}

.bga_hit2 {
  background-color: rgba(186, 85, 211, 0.8);
}

.bg_life1 {
  background-color: cadetblue;
}

.bga_life1 {
  background-color: rgba(95, 158, 160, 0.8);
}

.bg_life2 {
  background-color: yellowgreen;
}

.bga_life2 {
  background-color: rgba(154, 205, 50, 0.8);
}

.bg_para1 {
  background-color: crimson;
}

.bga_para1 {
  background-color: rgba(220, 20, 60, 0.8);
}

.bg_para2 {
  background-color: deepskyblue;
}

.bga_para2 {
  background-color: rgba(0, 191, 255, 0.8);
}

.bg_work1 {
  background-color: goldenrod;
}

.bga_work1 {
  background-color: rgba(218, 165, 32, 0.8);
}

.bg_work2 {
  background-color: tomato;
}

.bga_work2 {
  background-color: rgba(255, 99, 71, 0.8);
}

.bg_work3 {
  background-color: mediumturquoise;
}

.bga_work3 {
  background-color: rgba(72, 209, 204, 0.8);
}

.bg_work4 {
  background-color: firebrick;
}

.bga_work4 {
  background-color: rgba(178, 34, 34, 0.8);
}

.bg_work5 {
  background-color: peru;
}

.bga_work5 {
  background-color: rgba(205, 133, 63, 0.8);
}

.bg_para3 {
  background-color: dodgerblue;
}

.bga_para3 {
  background-color: rgba(30, 144, 255, 0.8);
}

.bg_life3 {
  background-color: mediumseagreen;
}

.bga_life3 {
  background-color: rgba(60, 179, 113, 0.8);
}

.bg_hit3 {
  background-color: saddlebrown;
}

.bga_hit3 {
  background-color: rgba(139, 69, 19, 0.8);
}

.bg_work6 {
  background-color: midnightblue;
}

.bga_work6 {
  background-color: rgba(25, 25, 112, 0.8);
}

.bg_life4 {
  background-color: teal;
}

.bga_life4 {
  background-color: rgba(0, 128, 128, 0.8);
}

.bg_hit4 {
  background-color: plum;
}

.bga_hit4 {
  background-color: rgba(221, 160, 221, 0.8);
}

.bg_work7 {
  background-color: indigo;
}

.bga_work7 {
  background-color: rgba(75, 0, 130, 0.8);
}

.bg_para4 {
  background-color: navy;
}

.bga_para4 {
  background-color: rgba(0, 0, 128, 0.8);
}

.bg_life5 {
  background-color: #0c5b97;
}

.bga_life5 {
  background-color: rgba(12, 91, 151, 0.8);
}

.bg_para5 {
  background-color: darkkhaki;
}

.bga_para5 {
  background-color: rgba(189, 183, 107, 0.8);
}

.bg_work8 {
  background-color: seagreen;
}

.bga_work8 {
  background-color: rgba(46, 139, 87, 0.8);
}

.bg_life6 {
  background-color: #333333;
}

.bga_life6 {
  background-color: rgba(51, 51, 51, 0.8);
}

.bg_life7 {
  background-color: forestgreen;
}

.bga_life7 {
  background-color: rgba(34, 139, 34, 0.8);
}

.bg_work9 {
  background-color: goldenrod;
}

.bga_work9 {
  background-color: rgba(218, 165, 32, 0.8);
}

.bg_work10 {
  background-color: darkturquoise;
}

.bga_work10 {
  background-color: rgba(0, 206, 209, 0.8);
}

.bg_life8 {
  background-color: steelblue;
}

.bga_life8 {
  background-color: rgba(70, 130, 180, 0.8);
}

/*===============================
メディアクエリ
================================*/
/*===============================
入力省略
================================*/
/*===============================
アイキャッチ
================================*/
.eyecatch {
  position: relative;
  overflow: hidden;
}
.eyecatch h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.eyecatch h2 {
  font-weight: bold;
  width: 100%;
  font-size: 3em;
  text-align: center;
  color: #fff;
  text-shadow: black 0 0 10px;
  line-height: 1.5;
}
.eyecatch h2 span {
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
.eyecatch div {
  height: 100%;
}
.eyecatch .flex div {
  width: 50%;
}
.eyecatch .image1 {
  background: url("../img/tomoiki_top1.jpg") center center/cover no-repeat;
  position: relative;
}
.eyecatch .image1 p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.eyecatch .image1 p {
  border-left: 1em solid rgb(230, 140, 160);
  top: auto;
  right: auto;
  margin: 10px;
}
.eyecatch .image2 {
  background: url("../img/tomoiki_top2.jpg") center center/cover no-repeat;
  position: relative;
}
.eyecatch .image2 p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.eyecatch .image2 p {
  border-left: 1em solid rgb(220, 170, 0);
  top: auto;
  left: auto;
  margin: 10px;
}
.eyecatch p {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}

@media screen and (max-width: 800px) {
  .eyecatch h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 560px) {
  .eyecatch h2 {
    font-size: 7.6923076923vw;
  }
  .eyecatch .flex div {
    /*width: 100%;*/
    height: 224px;
  }
  .eyecatch .image1 p {
    top: 0;
    bottom: auto;
  }
 .swiper-slide article:not(.eyecatch) div {
    font-size: 70%;
	color: #fff;
    line-height: 1.3em;
	width: 100%;
}
	
}
/*===============================
スライダ
================================*/
.swiper-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.swiper-container .swiper-wrapper {
  height: 400px;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-slide article {
  height: 100%;
}

/*スマホのスライダー設定終わり*/
@media screen and (max-width: 560px) {
  .swiper-container .swiper-wrapper {
    height: 100%;
  }
}
/*スマホのスライダー設定終わり*/

.swiper-slide article:not(.eyecatch) {
  position: relative;
}
.swiper-slide article:not(.eyecatch) div {
  position: absolute;
  /*height: 130px;*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.swiper-slide article:not(.eyecatch) div {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 140, 201, 0.7);
  top: initial;
  bottom: 0px;
  transform: translateY(0%) translateX(-50%);
}
.swiper-slide article:not(.eyecatch) div h2 {
  font-size: 1.3em;
}
.swiper-slide article:not(.eyecatch) div h3, .swiper-slide article:not(.eyecatch) div h2, .swiper-slide article:not(.eyecatch) div P {
  color: #fff;
  line-height: 1.5em;
}

.swiper-slide article:not(.eyecatch) figure {
  height: 100%;
}
.swiper-slide article:not(.eyecatch) figure img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 50% 20%;
}

/*===============================
かながわ憲章
================================*/
.kensho {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.kensho .lead {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid rgb(209, 222, 235);
  border-bottom: 4px solid rgb(209, 222, 235);
  margin: 50px auto;
}
.kensho .lead p {
  text-align: justify;
  margin: 1em;
  line-height: 1.8;
}
.kensho .lead figure {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 1em;
}

.kensho_banner {
  position: relative;
  width: 200px;
  border: 5px solid rgb(209, 222, 235);
}
.kensho_banner .popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kensho_banner .popup {
  top: auto;
  left: auto;
  width: 25px;
  background-color: rgb(209, 222, 235);
  margin: 0;
}

.kensho_text {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.kensho_text div {
  margin: 0 auto;
}
.kensho_text h2 {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 0.4em;
  margin: 0 auto;
}
.kensho_text ul li {
  text-indent: -1.5em;
  padding-top: 1.2em;
  padding-left: 1.5em;
  line-height: 1.4;
  text-align: justify;
}

@media screen and (max-width: 960px) {
  .kensho_text h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 800px) {
  .kensho_text h2 {
    font-size: calc((90vw - 220px) / 15);
  }
  .kensho_text ul li {
    padding-top: 0.8em;
  }
}
@media screen and (max-width: 560px) {
  .kensho .flex {
    justify-content: center;
  }
  .kensho_text {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .kensho_text div {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .kensho_text h2 {
    font-size: 6vw;
    text-align: center;
  }
  .kensho_text ul li {
    font-size: 0.9em;
  }
}
/*===============================
ポップアップ
================================*/
.modal-window.index .modal-outer {
  max-width: 800px;
}
.modal-window.index .modal-inner {
  border: 10px solid rgb(209, 222, 235);
}
.modal-window.index .modal-inner .logo {
  width: 35%;
}
.modal-window.index .modal-inner .texts {
  padding: 20px 0;
  width: 65%;
}
.modal-window.index .modal-inner .texts h2 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(18, 120, 187);
  text-align: left;
  margin-bottom: 0.5em;
}
.modal-window.index .modal-inner .texts div {
  display: inline-block;
}
.modal-window.index .modal-inner .texts p {
  text-align: justify;
  font-size: 0.9em;
  padding: 0;
  line-height: 2;
}
.modal-window.index .modal-inner .texts figure {
  width: 200px;
  margin: 20px 0 10px;
}
.modal-window.index .modal-inner .texts a {
  display: block;
  text-align: left;
  font-size: 0.8em;
}

@media screen and (max-width: 800px) {
  .modal-window.index .modal-outer {
    max-width: 600px;
  }
  .modal-window.index .modal-inner .logo {
    width: 50%;
    margin: 0 auto;
  }
  .modal-window.index .modal-inner .texts {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .modal-window.index .modal-inner .logo {
    margin: 0;
  }
  .modal-window.index .modal-inner .texts h2 {
    font-size: calc((90vw - 60px) / 12);
  }
}
/*===============================
メインコンテンツ
================================*/
.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
}
.container .twitter {
  width: 300px;
  padding: 0;
  margin-bottom: 30px;
}
.container .event {
  width: calc((100% - 30px) / 2);
}
.container .booth {
  width: calc(100% - 330px);
}
.container .radius_frame {
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .container .booth, .container .event, .container .twitter {
    width: 100%;
    margin-bottom: 30px;
  }
}
.banner {
  border-radius: 10px 10px 0 0;
  flex-direction: row-reverse;
}
.banner figure {
  width: 35%;
}
.banner > div {
  width: 65%;
  padding: 10px;
}
.banner img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 0 10px 0 0;
}
.banner h3 {
  max-width: none;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5em;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.banner h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.banner p {
  margin: 20px auto;
  line-height: 1.2;
}
.banner h2 {
  font-size: 1.5em;
  margin: 0.3em auto;
}

@media screen and (max-width: 960px) {
  .banner {
    flex-direction: column;
  }
  .banner figure {
    width: 100%;
  }
  .banner > div {
    width: 100%;
  }
  .banner img {
    border-radius: 10px 10px 0 0;
  }
  .banner h2 {
    font-size: 1.4em;
  }
}
.new_article {
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.new_article img {
  border-radius: 10px;
}
.new_article figure {
  width: 30%;
}
.new_article h3 {
  font-size: 0.9em;
  font-weight: normal;
  color: rgb(50, 50, 50);
  line-height: 1.2;
}
.new_article h2 {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 5px 0;
}
.new_article article {
  padding: 15px;
}
.new_article article > div {
  width: 70%;
  padding-left: 10px;
}
.new_article article p {
  color: rgb(50, 50, 50);
  font-size: 0.9em;
  text-align: right;
  padding-right: 1em;
}
.new_article article:nth-child(1) p {
  font-size: 0.85em;
}

.event article h2 {
  margin: 5px 0;
}
.event article P {
  margin-bottom: 5px;
}

.booth article {
  width: 50%;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .event,
  .booth {
    flex-direction: column;
  }
  .banner,
  .new_article {
    min-height: 0%;
    width: 100%;
  }
  .banner {
    margin-bottom: 20px;
  }
  .new_article .icon_new {
    width: 50px;
    height: 50px;
  }
  .new_article .icon_new p {
    font-size: 0.7em;
  }
  .booth article {
    width: inherit;
    /*width: initial;*/
  }
}
/*===============================
インフォメーション
================================*/
.infomation {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.infomation h2 {
  font-size: 1.2em;
  color: rgb(100, 100, 100);
  margin-bottom: 0.3em;
}
.infomation dl {
  line-height: 1.5;
}
.infomation dl dt,
.infomation dl dd {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.infomation dl dd {
  padding-left: 2em;
  float: none;
  overflow: auto;
}

@media screen and (max-width: 560px) {
  .infomation dl dd {
    margin-top: auto;
    width: 100%;
  }
}