@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;700&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

body {
  color: #eaf4fc;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

main {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #165e83;
  display: flex;
  align-items: center;
}

.contents {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: url("../img/main_back.png") center center no-repeat;
  background-size: cover;
  border-top: 1px solid #eaf4fc;
  border-bottom: 1px solid #eaf4fc;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contents {
    height: 100%;
    overflow: scroll;
  }
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #eaf4fc;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
a:hover {
  opacity: 0.6;
}

hr {
  border: none;
  border-top: 1px solid #eaf4fc;
}

.kv_area {
  width: 100%;
  max-width: 984px;
  height: 380px;
  border: 1px solid #eaf4fc;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background: url("../img/kv.png") no-repeat center center;
  background-color: #165e83;
  background-blend-mode: Luminosity;
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .kv_area {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.kv_area h1::before {
  content: "";
  background: url("../img/logo.svg") no-repeat center left;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  margin-right: 10px;
}
.kv_area h1 {
  font-size: 36px;
  display: flex;
  align-items: center;
  filter: drop-shadow(5px 5px 5px #165e83);
}
@media screen and (max-width: 768px) {
  .kv_area h1 {
    font-size: 30px;
  }
}
.kv_area p {
  font-size: 12px;
  border-left: 5px solid #eaf4fc;
  padding: 0 0 0 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  filter: drop-shadow(5px 5px 5px #165e83);
}
.kv_area .kv_deco {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
.kv_area .kv_deco img {
  width: auto;
  height: 100%;
}

.contents_warp {
  width: 100%;
  max-width: 984px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents_warp {
    flex-direction: column;
  }
}
.contents_warp h2 {
  font-size: 18px;
  border-bottom: 1px solid #eaf4fc;
  margin-bottom: 20px;
}
.contents_warp .box {
  width: calc(50% - 10px);
  border: 1px solid #eaf4fc;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contents_warp .box {
    width: 100%;
  }
}
.contents_warp .box .box_work {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.contents_warp .box .box_work li {
  border: 1px solid #eaf4fc;
  border-radius: 3px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contents_warp .box .box_work li img {
  width: auto;
  height: 100%;
}
.contents_warp .box .box_menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.contents_warp .box .box_menu li {
  display: block;
  text-align: center;
}
.contents_warp .box .box_menu li img {
  height: 90%;
}
@media screen and (max-width: 768px) {
  .contents_warp .box .box_menu li img {
    height: 45px;
  }
}
.contents_warp .box .box_link {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  padding-top: 20px;
}
.contents_warp .box .box_link li {
  display: block;
  text-align: center;
}
.contents_warp .box .box_link li img {
  height: 70%;
}
@media screen and (max-width: 768px) {
  .contents_warp .box .box_link li img {
    height: 20px;
  }
}
.contents_warp .box .information {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .contents_warp .box .information {
    flex-direction: column;
  }
}
.contents_warp .box .information #info-box {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .contents_warp .box .information #info-box {
    flex-direction: column;
  }
}
.contents_warp .box .information #info-box time {
  display: block;
}
.contents_warp .box .information #info-box .title {
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contents_warp .filter {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.3), inset -2px -2px 2px 1px rgba(255, 255, 255, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

footer {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 12px;
  }
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.modal h2 {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}
.modal hr {
  margin: 20px 0 20px 0;
}
.modal .works_co {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal .works_co {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.modal .works_co iframe {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal .works_co iframe {
    width: 100%;
  }
}
.modal .works_co .works_co_img {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal .works_co .works_co_img {
    width: 100%;
  }
}
.modal .works_co .works_co_img img {
  width: 100%;
  height: auto;
}
.modal .works_co .works_co_inner {
  width: 50%;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal .works_co .works_co_inner {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.modal .works_co .works_co_inner p {
  padding: 0 0 20px 0;
  line-height: 1.75em;
}
.modal .works_co .works_co_inner a {
  display: flex;
  align-items: center;
}
.modal .works_co .works_co_inner a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  background: url("../img/ico_works_view.svg") no-repeat center center;
  background-size: contain;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .modal-bg {
    width: 100vw;
    height: 100dvh;
  }
}

.modal-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-flex {
    width: 100vw;
    height: 100dvh;
  }
}

/* モーダル本体 */
.modal-content {
  position: relative;
  overflow: auto;
  height: 60%;
  width: 60%;
  background: #165e83;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #eaf4fc;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90vw;
    height: 80dvh;
    padding: 10px;
  }
}
.modal-content .box_work {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.modal-content .box_work li {
  border: 1px solid #eaf4fc;
  border-radius: 3px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.modal-content .box_work li img {
  width: auto;
  height: 100%;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* 閉じるボタン */
.modal_close_area {
  display: flex;
  justify-content: center;
}

.modal_close_btn {
  display: inline-block;
  margin: 0 auto 0 auto;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #eaf4fc;
  color: #eaf4fc;
}

/* QA Set */
.accordion {
  max-width: 100%;
  margin: 0 auto;
}
.accordion dt {
  margin: 0;
}
.accordion dt button {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 12px 16px;
  box-sizing: border-box;
}
.accordion dt button .q-text {
  flex: 1;
  font-weight: bold;
}
.accordion dt button .icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}
.accordion dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 16px;
  margin: 0;
}
.accordion dd.open {
  padding: 12px 16px;
}/*# sourceMappingURL=style.css.map */