@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css);
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
.sub #header {
  background-color: #054C4C;
}

#header {
  display: flex;
  /* header（デモの参考値） */
  /* headerのサイト名（デモの参考値） */
  /* 全体調整CSS */
  /* hamburgerここから */
  /* inputを非表示 */
  /* label */
  /* メニュー展開時にハンバーガーアイコンを固定 */
  /* ハンバーガーアイコン */
  /* ハンバーガーアイコン･アニメーション */
  /* メニューエリア */
  /* メニューリスト */
  /* メニューエリア･アニメーション */
  /* 右から */
  /* コンテンツカバー */
}
#header .innerWrap {
  width: 94%;
  max-width: inherit;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .logo {
  width: 190px;
  display: block;
  padding-top: 10px;
}
#header .logo img {
  width: 190px;
}
#header .demobox-header {
  background: #ddd;
  height: 64px;
  padding: 1em;
}
#header .demobox-sitename {
  font-weight: 700;
  font-size: 18px;
}
#header .hamburger-menubox * {
  font-size: 16px;
}
#header .hamburger-menubox li {
  font-size: 14px;
}
#header .input-hidden {
  display: none;
}
#header .hamburger-switch {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 0;
  /* ハンバーガーアイコンの位置（上から） */
  z-index: 9999;
  width: 4em;
  /* アイコン（クリック可能領域）の幅 */
  height: 3em;
  /* アイコン（クリック可能領域の）高さ */
}
@media only screen and (max-width: 600px) {
  #header .hamburger-switch {
    right: 0;
  }
}
#header #hamburger1:checked ~ .hamburger-switch {
  position: fixed;
}
#header .hamburger-switch-line1 {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
  transform: translate(-50%, -50%);
}
#header .hamburger-switch-line1:before, #header .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}
#header .hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}
#header .hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1 {
  width: 0;
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}
#header .hamburger-menuwrap {
  position: fixed;
  height: 100%;
  background: rgba(10, 12, 7, 0.4);
  /* メニューエリアの背景色 */
  padding: 5em 3% 2em;
  z-index: 9998;
  transition: 0.3s;
  overflow-y: scroll;
  /* メニュー内容が多い場合に縦スクロールする */
  top: 0;
  left: 100%;
  width: 70%;
}
#header .hamburger-menulist {
  margin-right: 3%;
  padding-left: 5% !important;
  /* !important不要な場合もあり */
  list-style: none;
}
#header .hamburger-menulist li a {
  text-decoration: none;
  color: #fff;
  /* メニューリストの文字色 */
  display: block;
  padding: 0.5em 0;
}
#header #hamburger1:checked ~ .hamburger-menuwrap {
  left: 30%;
}
#header #hamburger1:checked ~ .hamburger-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}

#wrapper.sub #footer {
  background-color: #054C4C;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 8px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

#subpage-head {
  height: 280px;
  position: relative;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #subpage-head {
    height: 30vh;
  }
}

.subpage-title {
  position: absolute;
  margin: auto;
  top: 45%;
  left: 0;
  right: 0;
  font-family: nassim-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.subpage-title span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 40px;
  font-family: inherit;
}

.movieArea {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movieArea iframe {
  display: block;
  width: 560px;
  height: 315px;
}
@media only screen and (max-width: 600px) {
  .movieArea iframe {
    width: 100%;
  }
}

.ref {
  background-color: #efefef;
  padding: 16px 5%;
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .ref {
    display: block;
  }
}
.ref .ref__title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-right: 0.5em;
  width: 5.5em;
}
.ref .ref__title + p {
  width: calc(100% - 5.5em);
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.naviTitle {
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 auto 50px;
}
.naviTitle.long {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.naviTitle.long::after {
  margin-top: 10px;
}
.naviTitle:after {
  background-color: #054C4C; /* 線色 */
  transform: skewX(-30deg);
  width: 100%;
  height: 8px; /* 線幅 */
  margin: 0 auto;
  content: "";
  display: block;
}
@media only screen and (max-width: 600px) {
  .naviTitle:after {
    height: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .naviTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

.secTitle {
  font-family: nassim-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  margin-top: 80px;
  line-height: 1;
  text-align: center;
}
.secTitle span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: inherit;
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
  margin-top: 20px;
}

.btn {
  text-align: center;
  border: none;
  padding: 16px 1em 12px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #054C4C;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.large {
  max-width: 60%;
}
@media only screen and (max-width: 600px) {
  .btn.large {
    max-width: 88%;
  }
}
.btn.disable {
  background-color: #808080;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

/* レポート記事詳細設定 */
#subpage-head {
  background-size: cover;
}
#subpage-head.yunomaruhc2022 {
  background: url(../report/images/report_yumomaruhc2022/head.jpg) center 70% no-repeat;
  background-size: cover;
}

.report__head .report__head--title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
.report__head .report__head--lead {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: #054C4C;
  line-height: 1.2;
}

.intro {
  margin-bottom: 30px;
}
.intro .lead {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
}
.intro .hosoku {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.intro .intro__foot {
  margin-top: 20px;
  border-top: 1px solid #0A0C07;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
}

.navArea {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  background-color: #efefef;
  padding: 20px 3%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.navArea .link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.article {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
}
.article .article__head .article__head--title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  border-left: 5px solid #054C4C;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 5px 0.4em;
  box-sizing: border-box;
}
.article .article__body {
  margin-top: 30px;
}
.article .article__body .box {
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
  padding: 20px 3%;
  margin-top: 30px;
}
.article .article__body .box .box__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.article .article__body .secBlock:not(:first-child) {
  margin-top: 40px;
}
.article .article__body .secBlock .secBlock__title {
  text-align: left;
  border-left: 5px solid #054C4C;
  padding: 24px 2%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 30px 0;
}
@media only screen and (max-width: 600px) {
  .article .article__body .secBlock .secBlock__title {
    padding: 18px 2%;
    line-height: 1.4;
  }
}
.article .article__body .secBlock > p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 16px;
}
.article .article__body .secBlock figure {
  max-width: 650px;
  margin: 20px auto 40px;
}
.article .article__body .secBlock figure.tate {
  max-width: 400px;
}
.article .article__body .secBlock figure h5 {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.article .article__body .secBlock figure h5 span {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.article .article__body .secBlock figure img {
  width: 100%;
}
.article .article__body .secBlock figure figcaption {
  text-align: left;
  background-color: #efefef;
  padding: 8px 3% 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.article .article__body .secBlock .figure__col2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .article .article__body .secBlock .figure__col2 {
    display: inherit;
  }
}
.article .article__body .secBlock .figure__col2 > * {
  margin: 20px 2%;
}
.article .article__body .secBlock .figure__col2 figure {
  width: 46%;
}
@media only screen and (max-width: 600px) {
  .article .article__body .secBlock .figure__col2 figure {
    width: 90%;
    display: block;
  }
}
.article .article__foot {
  margin-top: 50px;
  border-top: 1px solid #0A0C07;
  padding-top: 20px;
  padding-bottom: 40px;
}
.article .article__foot .article__foot--title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #054C4C;
  margin-bottom: 5px;
}

.info {
  margin-top: 80px;
}
.info .block {
  background-color: rgba(5, 76, 76, 0.1);
  padding: 20px 3%;
  margin-top: 30px;
}
.info .block .block__head {
  color: #fff;
  text-align: center;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #054C4C;
  margin: 0 auto;
  width: 30%;
  font-size: 15px;
  font-size: 1.5rem;
}
.info .block .block__body {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .info .block .block__body {
    display: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .info .block .block__body {
    margin-top: 10px;
  }
}
.info .block .block__body .textArea {
  width: 56%;
  line-height: 1.7;
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .info .block .block__body .textArea {
    width: inherit;
    margin-top: 0;
  }
}
.info .block .block__body .textArea .title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
.info .block .block__body .textArea .name_det {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 8px;
}
.info .block .block__body .textArea p {
  margin-top: 10px;
}
.info .block .block__body .imgArea {
  width: 46%;
}
@media only screen and (max-width: 600px) {
  .info .block .block__body .imgArea {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  .info .block .block__body .imgArea figure {
    display: block;
    margin-top: 10px;
  }
}
.info .block .block__body .imgArea img {
  width: 100%;
  display: block;
}
.info .block .block__body .imgArea figcaption {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 3% 6px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
/*# sourceMappingURL=report-article.css.map */