@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- 共通部分
- mv
- history_sec
- 追従　年表・コメントを見てくれると嬉しいな
- 追従　年表・コメントを見てくれると嬉しいな(sp)
- モーダル
-------------------------*/
/*=======================================
　共通部分
=======================================*/

body {
  margin: 0;
  background-color: #ffffff;
  color: #333333;
}

header {
  background: none;
}

main {
  background: none;
}

footer {
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
  box-sizing: border-box;
}

.left-container {
  width: 90%;
  max-width: 900px;
  margin: 0 38px;
  padding: 0 16px;
  text-align: left;
  font-size: 1.2em;
  box-sizing: border-box;
}



.left-container-c {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
  font-size: 1.2em;
}

.left-container-s {
  width: 100%;
  max-width: 550px;
  padding: 0 16px;
  text-align: left;
  font-size: 1.2em;
}

.parent {
  display: flex;
  gap: 20px;
}

/* スマホ用 */
@media screen and (max-width: 768px) {

  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .left-container {
    margin: 0 12px;
    padding: 0 12px;
    font-size: 1em;
  }

  .left-container-c {
    margin: 0 12px;
    padding: 0 12px;
    font-size: 1em;
  }

  .left-container-s {
    margin: 0 12px;
    padding: 0 12px;
    font-size: 1em;
  }

  .parent {
    flex-direction: column;
  }
}



/*=======================================
　モーダル
=======================================*/
.modaal-close {
  display: none;
}

.modaal-container {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-content {
  padding: 2.5% 0 0;
}

.cio-modal {
  display: none;
}

.cio-modal__inner {
  width: min(840px, 84vw);
  margin: 0 auto;
  background: var(--main_purple);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cio-modal__inner {
    width: min(900px, 90vw);
  }
}

.cio-modal__header {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #7028C0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cio-modal__header {
    height: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cio-modal__title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cio-modal__title {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
}

.cio-modal__close {
  position: absolute;
  right: 31px;
  top: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 9999;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (max-width: 768px) {
  .cio-modal__close {
    width: 31px;
    height: 17px;
  }
}

.cio-modal__close:hover {
  opacity: 0.85;
}

.cio-modal__close * {
  pointer-events: none;
}

.cio-modal__body {
  max-width: 700px;
  width: 90%;
  margin: 76px auto 0;
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .cio-modal__body {
    max-width: none;
    width: 100%;
    padding: 60px 0 40px;
    margin: 0 auto;
  }
}

.cio-card--comments {
  background: #fff;
  border-radius: 32px;
}

@media screen and (max-width: 768px) {
  .cio-card--comments {
    width: 90%;
    margin: 0 auto;
    border-radius: 24px;
  }
}

.cio-card--comments .cio-card__title {
  max-width: 620px;
  width: 90%;
  margin: 0 auto 26px;
  padding: 35px 0 16px;
  font-size: 22px;
  font-weight: 400;
  color: var(--main_purple);
  border-bottom: 1px solid var(--main_purple);
}

@media screen and (max-width: 768px) {
  .cio-card--comments .cio-card__title {
    margin: 0 auto 18px;
    padding: 21px 0 16px;
    font-size: 18px;
  }
}

.cio-comments {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cio-comments__item {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 90px 1fr;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 10px;
  grid-template-areas: "avatar meta" "avatar text";
  max-width: 620px;
  width: 90%;
  margin: 0 auto 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #E7E7F3;
}

.cio-comments__item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 44px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .cio-comments__item {
    margin: 0 auto 15px;
    padding-bottom: 18px;
    grid-template-columns: 56px 1fr;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
    grid-template-areas: "avatar meta" "text	 text";
  }
}

.cio-comments__avatar {
  grid-area: avatar;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.cio-comments__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .cio-comments__avatar {
    width: 50px;
    height: 50px;
  }
}

.cio-comments__meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .cio-comments__meta {
    gap: 12px;
    margin: 14px 0 0;
  }
}

.cio-comments__name {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .cio-comments__name {
    font-size: 16px;
  }
}

.cio-comments__dept {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .cio-comments__dept {
    font-size: 12px;
  }
}

.cio-comments__text {
  grid-area: text;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  width: 100%;
  text-align: left;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .cio-comments__text {
    font-size: 13px;
  }
}

.cio-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .cio-modal__footer {
    padding-top: 23px;
  }
}

.cio-modal__close-btn {
  border: 0;
  cursor: pointer;
  min-width: 88px;
  padding: 10px 0px;
  border-radius: 50px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .cio-modal__close-btn {
    min-width: 79px;
    font-size: 13px;
  }
}

.cio-modal__close-btn:hover {
  opacity: 0.75;
}

.cio-card {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .cio-card {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.cio-card .cio-card__item {
  background: #fff;
  border-radius: 32px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .cio-card .cio-card__item {
    margin: 0 auto 12px;
    border-radius: 24px;
  }
}

.cio-card .cio-card__item:last-child {
  margin-bottom: 0;
}

.cio-card .cio-card__title {
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: 36px 0 16px;
  font-size: 22px;
  font-weight: 500;
  color: var(--main_black);
  border-bottom: 1px solid #7028C0;
}

@media screen and (max-width: 768px) {
  .cio-card .cio-card__title {
    font-size: 18px;
    padding: 21px 0 14px;
    width: 85%;
  }
}

.cio-card .cio-card__body {
  font-size: 14px;
  line-height: 1.786;
  letter-spacing: 0.8px;
  color: var(--main_black);
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 37px;
}

@media screen and (max-width: 768px) {
  .cio-card .cio-card__body {
    font-size: 13px;
    padding: 14px 0 42px;
    width: 85%;
  }
}

/*# sourceMappingURL=10th-gallery.css.map */