@charset "utf-8";

@font-face {
  font-family: "zero-gothic";
  src: url("./common/fonts/ZeroGothic.otf") format("opentype");
}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); */

/* ------------------ common ------------------ */
html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

body {
  font-size: 1.4em;
}

* {
  margin: 0;
  padding: 0;
}

.title-holder {
  width: 450px;
  margin: 0 auto;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}


.title {
  font-family: "zero-gothic", sans-serif;
  color: #0D4CAF;
  font-size: 3.8rem;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 3px;
  margin-bottom: 20px;
}

.title-ja {
  font-family: "zero-gothic", sans-serif;
  color: #0D4CAF;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}

/*------------------ header ------------------ */

.header {
  background: #0D4CAF;
  height: 70px;
  display: flex;
  padding: 0 30px;

}

.left-part {
  min-width: 220px;
  /* background: #a1d1be; */
}

.right-part {
  flex: 1;
  align-self: center;
  padding: 0 60px;
}

.header_logo-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header_logo-holder img {
  /* width: 70%; */
  height: 70%;
}

.right-part ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-size: 2.0rem;
}

.right-part ul a {
  text-decoration: none;
  font-family: "zero-gothic", sans-serif;
  color: #ffffff;
  display: inline-block;
}

.right-part ul li a:hover {
  /* color:red; */
  transform: translateY(-4px);
  transform: scale(140%);
  transition: all .5s;
}


/*------------------ hero ------------------ */
.hero {
  /* height: 780px; */
  background: no-repeat url(./common/image/star.png);
  background-position: center;
  background-size: cover;
  padding-top: 80px;

}

.title-line {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: "zero-gothic", sans-serif;
  font-size: 6.8rem;
  color: #ffffff;
}

.title-line p {
  font-size: 3.4rem;
  margin-top: 20px;
  letter-spacing: 0.5rem;

}

.catch {
  width: 1000px;
  margin: 60px auto 0;
  padding-top: 40px;
  background: no-repeat url(./common/image/ikeda.png);
  background-position: bottom 0px right 0px;
  background-size: 36%;
  /* z-index: 1000; */

}

.catch h2 {
  font-size: 4.0rem;
  line-height: 6.2rem;
  font-weight: bold;
  color: #ffffff;

}

.hash {
  margin-top: 90px;
  width: 550px;
  text-align: center;
  padding-bottom: 60px;
}

.hash p {
  font-size: 2.2rem;
  line-height: 3.8rem;
  color: #ffffff;
}

.conteaner {
  width: 1000px;
  margin: 0 auto 90px;

}

/* -----------about section ---------- */
.about {
  padding: 30px 0 5px;
}

.about-sammary {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}

.about_divided {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.diagnose {
  flex: 1;
}

.anothersky {
  flex: 1;
}

.about_divided p {
  text-align: center;
}

.about-hi {
  font-weight: 700;
  font-size: 3.4rem;
  padding-top: 30px;
}

.diagnose {
  border-right: solid 9px #879cbe;
}

.about-hihi {
  font-size: 1.2rem;
}

/* -----------awards section ---------- */

.awards {
  background: #fff4dc;
  padding: 30px 0 5px;
}

.icon {
  width: 100px;
  height: 100px;
  /* background: #879cbe; */
  border-radius: 50%;
  margin: 0 auto;


}

.prize-area {
  background: no-repeat url(./common/image/prize.png);
  background-size: contain;
  background-position: top;
  margin-top: 130px;
}

.prize {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

.prize,
.awards-sammary {
  text-align: center;
}

/* -----------movie section ---------- */

.movie {
  padding: 30px 0 5px;
}

table {
  /* border: solid 1px #0D4CAF; */
  /* border-collapse: collapse; */
  border-spacing: 0 3.6rem;
  /* margin-top: -3.6rem; */
  margin-bottom: -3.6rem;

}

th {
  min-width: 110px;
}

th,
td {
  /* border: solid 1px #0D4CAF; */
  background-color: #EBF7FD;
  padding: 20px;
  height: 80px;
  font-size: 1.8rem;
}

/* -----------fav section ---------- */
.fav {
  padding: 0 0 5px;
}

.favbox {
  width: 300px;
  height: 350px;
  background: #EBF7FD;
}

.fav-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 16px;
}

.fav-img {
  height: 90px;
  width: 80%;
  /* background: #0D4CAF; */
  margin: 18px auto;

}

.fav-img img {
  height: 100%;
  margin: 0 auto;

}

.fav-description {
  font-size: 1.8rem;
  padding: 16px;
}

.three-divided {

  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

/* -----------pic section ---------- */

.pic {
  background: #fff4dc;
  padding: 30px 0 45px;
}

.photo-slider {
  /* background: #879cbe; */
  /* visibility: hidden; */
  width: 1000px;
  margin: 0 auto;

}

.photo-slider div {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.photo-slider img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;

}

.slick-prev {
  left: 10px;
  z-index: 100;
}

.slick-next {
  right: 30px;
}

.slick-prev:before, .slick-next:before {
font-size: 50px;
color: #0D4CAF;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}


/* .photo-slider.slick-initialized {
  visibility: visible;
} */


/* -----------12Q section ---------- */

.question {
  padding: 30px 0 5px;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}

.accordion-header {
  padding: 20px 50px 20px 50px;
  background-color: #EBF7FD;
  cursor: pointer;
  /* outline: none; */
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  /* 矢印アイコンの位置調整のため */
  list-style: none;
  /* デフォルトの矢印を消す */
  transition: background-color 0.3s;
  /* 背景色 */

}

.accordion-header::before {
  content: "Q";
  /* font-family: "Material Icons"; */
  display: inline-block;
  font-family: "Zalando Sans", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 16px;
  width: 30px;
  height: 30px;
  background: #0D4CAF;
  ;
  text-align: center;
  border-radius: 50%;
  line-height: 2.8rem;
  /* transition: transform 0.3s ease; */
}

.accordion-header::after {
  content: "\e313";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
}

.accordion-content {
  padding: 20px 50px 20px 50px;
  font-size: 1.6rem;
}

/* アコーディオンが開いている時の矢印のスタイル */
.accordion[open] .accordion-header::after {
  transform: rotate(180deg);
  /* 矢印を180度回転 */
}

/* ホバー時のヘッダーのスタイル */
.accordion-header:hover {
  background-color: #879cbe;
  /* ホバー時の背景色 */
}

/* https://www.sejuku.net/blog/226236 */


/* footer */
footer {
  background: #0D4CAF;
  height: 60px;
}

footer p {
  padding-top: 6px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.0rem;
}

/* TOPに戻る */

.go-top {
  position: fixed;
  bottom: 70px;
  right: 70px;
}

.go-top a {
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  display: inline-block;
  background: #0D4CAF;
  text-align: center;
  font-size: 1.8rem;
  line-height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 4px #c8c8c8;
}