@charset "UTF-8";
@import url("variables.css");
/****************************************
1.HOME
2.school-sex-education
3.korokara book
4.report
*****************************************/
/****************************************
1.HOME
*****************************************/
main#home {
  position: relative;
}
main#home section.hero-image {
  height: 510px;
  overflow: visible;
  z-index: 10;
}
main#home section.hero-image .scroll-image {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  background: url(../img/home/scr-bg.webp) repeat-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main#home section.hero-image .scroll-image::-webkit-scrollbar {
  display: none;
}
main#home section.hero-image .scroll-image img {
  display: inline-block;
  width: auto !important;
  max-width: none !important;
  height: 100%;
  vertical-align: top;
}
main#home section.hero-image .scroll-image.is-dragging {
  cursor: grabbing;
}
main#home div.korokara-pj {
  position: relative;
  /* マージン指定を活かしつつ重ねる */
  z-index: 10;
  /* 他要素より前に出す */
  width: 580px;
  margin: -160px auto 0;
  /* 「ヒーロー下100pxから出す」例 */
}
main#home section.heading-wrap {
  background: url(../img/home/bg-green.png) repeat-x center top #a7dad4;
  /**/
}
main#home section.heading-wrap div.heading-01 {
  width: var(--width-common);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  padding: 40px 0 64px;
  /*
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 420px 1fr;
  */
}
main#home section.heading-wrap div.heading-01 div.h1-img {
  width: 460px;
  margin: 0 auto;
}
main#home section.heading-wrap div.heading-01 div.h1-caption {
  margin-top: 52px;
}
main#home section.heading-wrap div.heading-01 div.h1-caption h1 {
  font-size: 6.5rem;
  line-height: 1.25;
  font-weight: 300;
}
main#home section.heading-wrap div.heading-01 div.h1-caption p {
  font-size: 1.6rem;
  margin: 32px 0 32px 0;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 日本語向けの揃え */
}
main#home section.heading-wrap div.heading-02-wrap {
  position: relative;
  overflow: hidden;
  /* GPU 事前最適化 アニメーションやトランジションで滑らかに、ジャギーやチラつきを減らす指定 */
  will-change: background-position;
  background-image: url("../img/home/window.webp"), url("../img/home/couch.webp"), url("../img/home/tree.webp"), url("../img/home/cat.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 348px auto, 680px auto, 300px auto, 174px auto;
  background-position: right 0 top 164px, right 0 top 324px, left 8px top 540px, right 0 bottom -400px;
  /*
    background:
    url('../img/home/window.webp') no-repeat right 0 top 10px / 348px auto,
    url('../img/home/couch.webp') no-repeat right 0 top 220px / 680px auto,
    url('../img/home/tree.webp') no-repeat left 8px top 480px / 300px auto,
    url('../img/home/cat.webp') no-repeat right 0 bottom 40px / 174px auto;
    */
}
main#home section.heading-wrap div.heading-02-wrap div.heading-02 {
  width: var(--width-common);
  margin: 0 auto;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-02 h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-02 p {
  width: 500px;
  font-size: 1.6rem;
  margin: 32px 0 32px 0;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-02 div {
  display: flex;
  flex-wrap: wrap;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 {
  width: 1320px;
  height: 1457px;
  margin: 0 auto;
  background: url(../img/home/ils02.webp) no-repeat left 78px top 460px/190px auto, url(../img/home/ils01.webp) no-repeat right 208px top 960px/208px auto, url(../img/home/awa.webp) no-repeat center top 0/1320px auto;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 {
  width: 1100px;
  padding-top: 160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 282px 320px 1fr;
  gap: 0;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(1) img {
  width: 260px;
  margin-top: 40px;
  margin-left: 64px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(2) {
  z-index: 100;
  text-align: center;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(2) img {
  width: 320px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(2) p {
  text-align: center;
  margin: -32px 0 16px 0;
  font-size: 1.6rem;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(2) div {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(3) {
  margin-top: 80px;
  margin-left: 46px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-01 div:nth-of-type(3) img {
  width: 420px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 {
  width: 730px;
  display: grid;
  grid-template-columns: 470px 260px;
  gap: 20px;
  margin: 16px 0 0 278px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 div:nth-of-type(1) {
  z-index: 100;
  margin-top: 64px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 div:nth-of-type(1) img {
  width: 470px;
  margin-left: 32px;
  display: block;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 div:nth-of-type(2) {
  margin-top: 0;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 div:nth-of-type(2) img {
  width: 260px;
  margin-left: -12px;
}
main#home section.heading-wrap div.heading-02-wrap div.heading-03 div.heading-03-02 p {
  text-align: center;
  margin-top: 16px;
}

/*section.heading-wrap*/
section.new-wrap {
  background-color: #e6f5f3;
}
section.new-wrap div.news {
  width: var(--width-common);
  margin: 0 auto;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
}
section.new-wrap div.news div.news-box ul {
  margin-bottom: 24px;
}
section.new-wrap div.news div.news-box ul li {
  margin-bottom: 16px;
}
section.new-wrap div.news div.news-box ul li a.list-link {
  display: block;
  padding: 18px 18px 36px 18px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--cls-green);
  border-radius: 16px;
  background-color: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
section.new-wrap div.news div.news-box ul li a.list-link p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 6px;
}
section.new-wrap div.news div.news-box ul li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
section.new-wrap div.news div.news-box a.button-common {
  float: right;
}

section.footer-nav-wrap {
  background-color: #a7dad4;
}
section.footer-nav-wrap ul.footer-nav {
  padding: 80px 0 0 0;
  /*padding: 80px 0 160px 0;*/
  width: var(--width-common);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 32px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #81cbc2;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p:nth-of-type(1) {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
section.footer-nav-wrap ul.footer-nav li a.list-link img {
  margin: 16px auto;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico01 {
  width: 160px;
  padding-top: 8px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico02 {
  width: 200px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico03 {
  width: 172px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico04 {
  width: 160px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico05 {
  width: 100%;
}
section.footer-nav-wrap ul.footer-nav li a.list-link .ico06 {
  width: 180px;
  margin-top: 40px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p:nth-of-type(2) {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt01 {
  margin-top: 36px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt02 {
  margin-top: -8px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt03 {
  margin-top: 18px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt04 {
  margin-top: 10px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt05 {
  margin-top: 0;
}
section.footer-nav-wrap ul.footer-nav li a.list-link p.txt06 {
  margin-top: 32px;
}
section.footer-nav-wrap ul.footer-nav li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
section.footer-nav-wrap ul.footer-nav02 {
  padding: 0 0 88px 0;
  /*padding: 80px 0 160px 0;*/
  width: 764px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 366px);
  gap: 32px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #81cbc2;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p:nth-of-type(1) {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link img {
  margin: 16px auto;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico01 {
  width: 160px;
  padding-top: 8px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico02 {
  width: 200px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico03 {
  width: 172px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico04 {
  width: 160px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico05 {
  width: 100%;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link .ico06 {
  width: 180px;
  margin-top: 40px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p:nth-of-type(2) {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt01 {
  margin-top: 36px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt02 {
  margin-top: -8px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt03 {
  margin-top: 18px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt04 {
  margin-top: 10px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt05 {
  margin-top: 0;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link p.txt06 {
  margin-top: 32px;
}
section.footer-nav-wrap ul.footer-nav02 li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/*main#home*/
/****************************************
2.school-sex-education
*****************************************/
main#sse {
  background: url(../img/sse/bg.svg) center top;
  padding: 0 0 160px 0;
  background-size: cover;
  padding-top: 64px;
}
main#sse p {
  font-size: 1.6rem;
  line-height: 27px;
  margin-top: 32px;
}
main#sse .title {
  font-size: 26px;
  font-weight: 700;
  border-radius: 48px;
  padding: 16px 0;
  text-align: center;
  background: linear-gradient(to top, #b8e0f4 0%, #d8edf9 100%);
}
main#sse section.edu-01 {
  width: var(--width-common);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46.4% 46.4%;
  gap: 6.8%;
}
main#sse section.edu-01 div h1 {
  font-size: 95px;
  font-weight: 300;
  line-height: 125px;
}
main#sse section.edu-01 div img {
  width: 438px;
  margin-top: 40px;
  margin-left: 32px;
}
main#sse section.edu-01 div p:nth-of-type(1) {
  margin-top: 42px;
}
main#sse section.edu-02 {
  width: var(--width-common);
  margin: -40px auto 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 32px;
}
main#sse section.edu-02 img {
  width: 455px;
  margin: 120px auto 0 auto;
}
main#sse section.edu-03 {
  width: var(--width-common);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
main#sse section.edu-03 img {
  width: 400px;
  margin: 0 auto;
}
main#sse section.edu-03 div:nth-of-type(1) {
  margin: -88px;
}
main#sse section.edu-03 h3 {
  margin-top: 80px;
}
main#sse section.about-edu {
  width: 980px;
  margin: 88px auto 0 auto;
  border: 1px solid #80c8ef;
  border-radius: 8px;
  padding: 52px 174px;
  background-color: #fff;
}
main#sse section.about-edu h4 {
  font-size: 75px;
  color: #83c6ec;
  font-weight: 300;
  text-align: center;
}
main#sse section.about-edu h4 span {
  font-size: 60px;
}
main#sse section.about-edu p {
  font-size: 1.6rem;
  line-height: 27px;
  margin-top: 32px;
}
main#sse section.about-edu img {
  margin: 32px 0 0 0;
}

/****************************************
3.book
*****************************************/
main#book {
  /*前半*/
  /*後半*/
}
main#book p {
  font-size: 1.6rem;
  line-height: 27px;
}
main#book section.book-h1 {
  width: var(--width-short);
  margin: 0 auto;
}
main#book section.book-h1 h1 {
  font-size: 26px;
  margin-top: 46px;
  font-weight: 700;
  line-height: 38px;
}
main#book section.book-h1 p {
  padding-top: 16px;
  padding-bottom: 72px;
  font-size: 1.6rem;
}
main#book .q-ttl {
  font-size: 26px;
  font-weight: 700;
  border-radius: 8px;
  font-weight: 700;
  height: 120px;
  line-height: 120px;
  padding-left: 200px;
  background: url(../img/book/icon-q.webp) no-repeat left 60px center #ecf7f6;
  background-size: 90px;
  margin-bottom: 32px;
  font-feature-settings: "palt";
}
main#book section.q1 {
  width: var(--width-short);
  margin: 0 auto;
}
main#book section.q1 div.frame {
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 72px;
}
main#book section.q1 div.frame p.frame-ttl {
  font-size: 2rem;
  font-weight: 700;
  background-color: #f5f5f5;
  border-radius: 8px 8px 0 0;
  padding: 12px 24px;
  border-bottom: 1px solid #cacaca;
}
main#book section.q1 div.frame p.frame-ttl-middle {
  border-top: 1px solid #cacaca;
  border-radius: 0;
}
main#book section.q1 div.frame ul {
  display: grid;
  grid-template-columns: 70px 64px 380px 1fr;
  gap: 0;
  margin: 0 24px;
  border-bottom: 1px solid #ccc;
}
main#book section.q1 div.frame ul li {
  padding: 24px 0;
}
main#book section.q1 div.frame ul li:nth-of-type(1) img {
  width: 64px;
  margin: 0 auto;
}
main#book section.q1 div.frame ul li:nth-of-type(2) img {
  width: 32px;
  margin: 4px 0 0 20px;
}
main#book section.q1 div.frame ul li:nth-of-type(3) p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 18px 0 0 20px;
}
main#book section.q1 div.frame ul li:nth-of-type(4) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}
main#book section.q1 div.frame ul li:nth-of-type(4) p {
  font-weight: 700;
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 1px 16px 3px 16px;
  border-radius: 32px;
  display: inline-block;
  font-weight: 500;
}
main#book section.q1 div.frame ul li.line-01 {
  padding-top: 42px;
}
main#book section.q1 div.frame ul.border-none {
  border-bottom: none;
}
main#book section.q02 div.frame-q02 {
  width: var(--width-short);
  margin: 0 auto;
}
main#book section.q02 div.frame-q02 div.index {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 80px 0;
}
main#book section.q02 div.frame-q02 div.index a.list-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
main#book section.q02 div.frame-q02 div.index a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
main#book section.q02 div.frame-q02 div.index div.box {
  width: 400px;
  border: 2px solid #7eccc2;
  border-radius: 16px;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(1) {
  display: grid;
  grid-template-columns: 152px 1fr;
  padding: 16px 0;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 26px;
  text-align: center;
  color: var(--cls-green);
  font-weight: 700;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 26px;
  font-weight: 700;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(1) p.second {
  color: #ffb27d;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #ecf7f6;
  padding: 0 0;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid var(--cls-green);
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(2) p {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px 0;
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(2) p:nth-of-type(1) {
  border-right: 1px solid var(--cls-green);
}
main#book section.q02 div.frame-q02 div.index div.box div:nth-of-type(2) p.second {
  border-right: 1px solid #ffb27d;
}
main#book section.q02 div.frame-q02 div.index div.box div.second {
  background-color: #fff4ed;
  border-top: 1px solid #ffb27d;
}
main#book section.q02 div.frame-q02 div.index div.box-sesond {
  border: 2px solid #ffb27d;
}
main#book #first {
  scroll-margin-top: 124px;
}
main#book #second {
  scroll-margin-top: 124px;
}
main#book div.frame-wide {
  width: var(--width-wrap);
  margin: 0 auto;
  background: url(../img/book/line-g.webp) repeat-y left 120px top 0/1px auto, url(../img/book/first.webp) no-repeat left 0 top 0/76px auto;
}
main#book div.frame-wide div.frame-classroom {
  width: var(--width-short);
  margin: 0 auto;
}
main#book div.frame-wide div.frame-classroom div.title {
  display: grid;
  grid-template-columns: 440px 1fr;
  padding-bottom: 40px;
}
main#book div.frame-wide div.frame-classroom div.title h2 {
  font-size: 76px;
  line-height: 105px;
  font-weight: 300;
  margin-top: -24px;
}
main#book div.frame-wide div.frame-classroom div.title h2 span {
  color: var(--cls-green);
}
main#book div.frame-wide div.frame-classroom div.title h2 span.second {
  color: #fdb383;
}
main#book div.frame-wide div.frame-classroom div.title p {
  line-height: 27px;
}
main#book div.frame-wide div.frame-classroom div.contents-box {
  height: 268px;
  padding: 72px 0 0 48px;
  border-radius: 16px;
}
main#book div.frame-wide div.frame-classroom div.contents-box img {
  width: 188px;
}
main#book div.frame-wide div.frame-classroom div.contents-box p:nth-of-type(1) {
  font-size: 26px;
  font-weight: 700;
  margin: 18px 0 24px 0;
  line-height: 40px;
}
main#book div.frame-wide div.frame-classroom div.contents-box p.line-02 {
  margin-top: -24px;
}
main#book div.frame-wide div.frame-classroom div.arrow {
  text-align: center;
  padding: 16px 0;
}
main#book div.frame-wide div.frame-classroom div.arrow img {
  width: 40px;
  margin: 0 auto;
}
main#book div.frame-wide div.frame-classroom div.bg01 {
  background: url(../img/book/step01.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg.webp) repeat left top/100% auto;
}
main#book div.frame-wide div.frame-classroom div.bg-02-wrap {
  background-color: #f5f5f5;
  border-radius: 16px;
}
main#book div.frame-wide div.frame-classroom div.bg-02-wrap img.youtube-banner {
  width: 600px;
  margin: 0 auto;
  padding: 24px 0;
}
main#book div.frame-wide div.frame-classroom div.bg02 {
  background: url(../img/book/step02.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg.webp) repeat left top/100% auto;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px 16px 0 0;
}
main#book div.frame-wide div.frame-classroom div.bg03 {
  background: url(../img/book/step03.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg.webp) repeat left top/100% auto;
}
main#book div.frame-wide div.frame-classroom div.proceed {
  background-color: #f5f5f5;
  border-radius: 16px;
  margin: 40px 0 80px 0;
  padding: 24px 0;
}
main#book div.frame-wide div.frame-classroom div.proceed img {
  width: 600px;
  margin: 0 auto;
  /*
  display: block; 
  text-decoration: none; 
  transition: box-shadow 0.2s ease,
  transform 0.2s ease;
  &:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  border-radius: 16px;
  }
  */
}
main#book div.frame-wide div.frame-classroom div.bg-second-01 {
  background: url(../img/book/sec-04.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg-org.webp) repeat left top/100% auto;
  margin-bottom: 48px;
}
main#book div.frame-wide div.frame-classroom div.bg-second-02 {
  background: url(../img/book/sec-05.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg-org.webp) repeat left top/100% auto;
  margin-bottom: 48px;
}
main#book div.frame-wide div.frame-classroom div.bg-second-03 {
  background: url(../img/book/sec-06.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg-org.webp) repeat left top/100% auto;
  margin-bottom: 48px;
}
main#book div.frame-wide div.frame-classroom div.bg-second-04 {
  background: url(../img/book/sec-07.webp) no-repeat right bottom/550px auto, url(../img/book/gra-bg-org.webp) repeat left top/100% auto;
  margin-bottom: 48px;
}
main#book div.frame-second {
  background: url(../img/book/line-o.webp) repeat-y left 120px top 0/1px auto, url(../img/book/second.webp) no-repeat left 0 top 0/76px auto;
}
main#book div.meclip {
  width: var(--width-common);
  margin: 120px auto 60px auto;
}
main#book div.meclip img {
  width: 217px;
  margin: 0 auto;
}
main#book ul.supervision {
  width: 668px;
  margin: -48px auto 120px auto;
}
main#book ul.supervision li {
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 0;
  font-size: 12px;
}
main#book ul.supervision li span {
  font-size: 10px;
}
main#book ul.supervision li span.bold {
  font-size: 12px;
  font-weight: 700;
}
main#book ul.supervision li.font-l {
  font-size: 16px;
  font-weight: 700;
}
main#book ul.supervision li.font-l span {
  font-size: 12px;
  font-weight: 400;
}
main#book ul.supervision li.flex {
  display: grid;
  grid-template-columns: 40px 1fr;
}
main#book ul.supervision li.flex p:nth-of-type(1) {
  margin-top: 12px;
}
main#book ul.supervision li.flex p {
  font-size: 12px;
  line-height: 20px;
}
main#book ul.supervision li.flex p span {
  font-size: 10px;
}
main#book ul.supervision li.flex p span.font-12 {
  font-size: 12px;
}
main#book section.q03 {
  width: var(--width-short);
  margin: 0 auto;
}
main#book section.q03 p {
  font-size: 1.6rem;
  margin-bottom: 34px;
}
main#book section.q03-b {
  width: var(--width-wrap);
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 80px;
}
main#book section.q03-b ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 列を均等幅で */
  gap: 16px;
}
main#book section.q03-b ul li {
  border-radius: 16px;
  width: 360px;
  grid-template-columns: repeat(2, 1fr);
  /* 3 列を均等幅で */
  grid-template-rows: auto auto;
  gap: 0;
}
main#book section.q03-b ul li a.list-link {
  border: 1px solid var(--cls-green);
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
main#book section.q03-b ul li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
main#book section.q03-b ul li a.list-link div.flex {
  display: flex;
  height: 250px;
}
main#book section.q03-b ul li a.list-link div.flex div {
  width: 50%;
  text-align: center;
  border-radius: 16px 0 0 16px;
}
main#book section.q03-b ul li a.list-link div.flex div p:nth-of-type(1) {
  margin-top: 88px;
  text-align: center;
}
main#book section.q03-b ul li a.list-link div.flex div p:nth-of-type(2) {
  margin-top: 16px;
  background-color: #81cbc2;
  border: 1px solid #66bbae;
  border-radius: 64px;
  padding: 6px 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
main#book section.q03-b ul li a.list-link div.flex div p.line-02 {
  margin-top: 60px;
}
main#book section.q03-b ul li a.list-link div.flex div:nth-of-type(1) {
  background-color: #ecf7f6;
}
main#book section.q03-b ul li a.list-link div.flex div:nth-of-type(2) {
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 250px;
}
main#book section.q04 {
  width: var(--width-short);
  margin: 0 auto;
}
main#book section.q04 p {
  margin-top: 24px;
}
main#book section.q04 a.button-common-base {
  margin: 64px 0 24px 0;
  display: inline-block;
  padding: 6px 24px 8px 24px;
  font-weight: 700;
}
main#book section.q04 img.attention02 {
  width: 394px;
  margin: 48px auto 8px auto;
}
main#book section.q04 a.to-contact {
  display: inline-block;
  background-color: #fdb383;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid #f2986e;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  color: #fff;
  margin: 0 auto 120px auto;
  width: 560px;
}
main#book section.q04 a.to-contact:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
main#book section.q04 a.to-contact:hover {
  background-color: #f0986b;
}

/****************************************
4.REPORT
*****************************************/
#report p {
  font-size: 1.6rem;
  line-height: 27px;
}
#report section.report-h1 {
  display: grid;
  grid-template-columns: 52% 1fr;
  width: var(--width-common);
  margin: 0 auto;
  padding: 32px 0 80px 0;
}
#report section.report-h1 div:nth-of-type(1) img {
  width: 300px;
  margin-left: -16px;
}
#report section.report-h1 div:nth-of-type(2) h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 32px 0 24px 0;
}
#report div.interview-title {
  border-top: 1px solid #c1c1c1;
  padding: 48px 0 28px 0;
}
#report div.interview-title p {
  width: var(--width-common);
  margin: 0 auto 24px auto;
  font-size: 25px;
  font-weight: 700;
}
#report ul.interview-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: var(--width-common);
  margin: 0 auto 0 auto;
}
#report ul.interview-box li a.list-link {
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--cls-green);
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#report ul.interview-box li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#report ul.interview-box li a.list-link div.box {
  display: grid;
  grid-template-columns: 120px 1fr;
  background: linear-gradient(#f2faf9, #ccebe7);
  border-radius: 16px 16px 0 0;
  padding: 16px 16px;
}
#report ul.interview-box li a.list-link div.box .img {
  width: 105px;
}
#report ul.interview-box li a.list-link div.box .img img {
  border-radius: 50%;
  width: 105px;
  height: 105px;
  border: 5px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
#report ul.interview-box li a.list-link div.box .name {
  padding-top: 32px;
}
#report ul.interview-box li a.list-link div.box .name p {
  font-size: 20px;
  font-weight: 700;
}
#report ul.interview-box li a.list-link div.box .name p span {
  font-size: 14px;
}
#report ul.interview-box li a.list-link div.box .name p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
}
#report ul.interview-box li a.list-link p.local {
  font-size: 12px;
  margin: 8px 16px 0 16px;
}
#report ul.interview-box li a.list-link p.report-caption {
  font-size: 20px;
  font-weight: 700;
  margin: 0 16px;
  line-height: 34px;
}
#report ul.interview-box li a.list-link div.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 16px;
  gap: 12px;
}
#report ul.interview-box li a.list-link div.tag p {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 16px;
  background: #f5f5f5;
}
#report div.interview-more {
  width: var(--width-common);
  margin: 0 auto;
}
#report section.report-h2-wrap {
  margin-top: 140px;
  border-top: 1px solid #c1c1c1;
  background: url(../img/report/grid.webp) center top;
  padding-top: 48px;
  /*tab*/
}
#report section.report-h2-wrap div.report-h2 {
  display: grid;
  grid-template-columns: 52% 1fr;
  width: var(--width-common);
  margin: 0 auto;
  padding: 32px 0 80px 0;
}
#report section.report-h2-wrap div.report-h2 div:nth-of-type(1) img {
  width: 258px;
  margin: 280px 0 0 0;
}
#report section.report-h2-wrap div.report-h2 div:nth-of-type(2) h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 32px 0 24px 0;
}
#report section.report-h2-wrap div.report-h2 div:nth-of-type(2) p a {
  color: #f46610;
}
#report section.report-h2-wrap div.report-h2 div:nth-of-type(2) p a:hover {
  text-decoration: underline;
}
#report section.report-h2-wrap div.report-h2 p.small {
  font-size: 12px;
  margin-top: 32px;
  line-height: 20px;
}
#report section.report-h2-wrap div.tab-wrap {
  width: var(--width-common-max);
  margin: 0 auto;
  padding: 24px 0 0 0;
}
#report section.report-h2-wrap div.tab-wrap ul.tab {
  width: 578px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  /* 通常の重なり順位 */
  /* 画像をセルいっぱいに引き伸ばす */
  /* アクティブタブは必ず最前面に＆左右シャドウ */
}
#report section.report-h2-wrap div.tab-wrap ul.tab li {
  position: relative;
  margin-left: -18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:not(:first-child) {
  margin-left: -18px;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:nth-child(1) {
  z-index: 4;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:nth-child(2) {
  z-index: 3;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:nth-child(3) {
  z-index: 2;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li:nth-child(4) {
  z-index: 1;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: filter 0.3s ease;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li img:hover {
  filter: brightness(0.95);
}
#report section.report-h2-wrap div.tab-wrap ul.tab li.active {
  z-index: 10 !important;
  background-color: #232323;
}
#report section.report-h2-wrap div.tab-wrap ul.tab li.active img {
  z-index: 11 !important;
  /*
  box-shadow:
    -4px 0 8px rgba(0, 0, 0, 0.1),
    4px 0 8px rgba(0, 0, 0, 0.1);
  */
  border-radius: 16px 16px 0 0;
}
#report section.report-h2-wrap div.line-std {
  height: 14px;
  background: url(../img/report/line-std.png) repeat-x;
}
#report section.report-h2-wrap div.line-tea {
  height: 14px;
  background: url(../img/report/line-tea.png) repeat-x;
}
#report section.report-h2-wrap div.line-par {
  height: 14px;
  background: url(../img/report/line-par.png) repeat-x;
}
#report section.report-h2-wrap div.line-summary {
  height: 14px;
  background: url(../img/report/line-summary.png) repeat-x;
}
#report section.report-h2-wrap div.anq-wrap {
  padding: 80px 0 0 0;
  width: var(--width-common);
  margin: 0 auto;
}
#report section.report-h2-wrap div.anq-wrap p.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  padding: 36px 0 36px 200px;
  background: #ecf7f6;
  border-radius: 16px 16px 0 0;
}
#report section.report-h2-wrap div.anq-wrap p.title span {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 8px;
}
#report section.report-h2-wrap div.anq-wrap p.title-tea {
  background: #f4f2fb;
}
#report section.report-h2-wrap div.anq-wrap p.title-par {
  background: #fff3ed;
}
#report section.report-h2-wrap div.anq-wrap p.title-all {
  background: #7b9bb4;
}
#report section.report-h2-wrap div.anq-wrap p.no01 {
  background: #ecf7f6 url(../img/report/no01.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.no02 {
  background: #ecf7f6 url(../img/report/no02.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.no03 {
  background: #ecf7f6 url(../img/report/no03.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.no04 {
  background: #ecf7f6 url(../img/report/no04.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.tea-no01 {
  background: #f4f2fb url(../img/report/tea-no01.webp) no-repeat left 61px top 8px/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.tea-no02 {
  background: #f4f2fb url(../img/report/tea-no02.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.tea-no03 {
  background: #f4f2fb url(../img/report/tea-no03.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.tea-no04 {
  background: #f4f2fb url(../img/report/tea-no04.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.par-no01 {
  background: #fff3ed url(../img/report/par-no01.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.par-no02 {
  background: #fff3ed url(../img/report/par-no02.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.par-no03 {
  background: #fff3ed url(../img/report/par-no03.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.par-no04 {
  background: #fff3ed url(../img/report/par-no04.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.all-no01 {
  background: #7b9bb4 url(../img/report/no01.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.all-no02 {
  background: #7b9bb4 url(../img/report/no02.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.all-no03 {
  background: #7b9bb4 url(../img/report/no03.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.anq-wrap p.all-no04 {
  background: #7b9bb4 url(../img/report/no04.webp) no-repeat left 62px center/90px auto;
}
#report section.report-h2-wrap div.pat-0 {
  padding-top: 0;
}
#report section.report-h2-wrap div.evaluation {
  width: var(--width-common);
  margin: 0 auto 40px auto;
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 8px 0;
  border-top: solid 1px #c1c1c1;
  border-right: solid 2px #f5f5f5;
  border-left: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
}
#report section.report-h2-wrap div.evaluation img {
  width: 525px;
  margin: 0 auto;
}
#report section.report-h2-wrap div.graph-box-wrap {
  width: var(--width-common);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  /*棒グラフ*/
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box {
  display: flex;
  justify-content: flex-end;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box div {
  width: 560px;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box div .graph-area {
  height: 400px !important;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box div .graph-area-short {
  height: 200px !important;
  padding-top: 32px;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box div .stick-width {
  width: 70%;
  margin-left: 15%;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box div p.edit-comment {
  text-align: center;
  width: 151px;
  margin-bottom: 16px;
  background: url(../img/report/edit.webp) no-repeat center center/151px auto;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box-stick {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box-stick div.stick {
  width: 880px !important;
  background: #fff;
  margin: 40px auto 0 148px;
  border-radius: 16px;
  border: 1px solid #c1c1c1;
  padding-bottom: 40px;
}
#report section.report-h2-wrap div.graph-box-wrap div.graph-box-stick div.stick p.graph-title-header {
  text-align: center;
  margin: 24px 0 8px 0;
}
#report section.report-h2-wrap div.graph-box-wrap div.comment {
  margin: 0;
}
#report section.report-h2-wrap p.graph-title-footer {
  margin-top: -40px;
  text-align: center;
  padding: 2px 0;
  border-radius: 32px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  line-height: 30px;
  width: 140px;
}
#report section.report-h2-wrap p.graph-title-footer span {
  font-size: 32px;
}
#report section.report-h2-wrap div.anq02-wrap {
  width: var(--width-common);
  margin: 0 auto;
}
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap {
  padding: 40px 0;
  position: relative;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p.speech-bubble-std,
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p.speech-bubble-tea,
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p.speech-bubble-par,
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p.speech-bubble-blu {
  display: block;
  width: calc((100% - 72px) / 4);
  margin-bottom: 24px;
}
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p:hover {
  display: block;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
#report section.report-h2-wrap div.anq02-wrap div.sticky-wrap p:hover:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#report section.report-h2-wrap div.anq02-wrap .sticky-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#report section.report-h2-wrap div.anq02-wrap div.edit-comment-wrap {
  margin: 32px 0 0 280px;
  padding: 56px 0;
}
#report section.report-h2-wrap div.anq02-wrap div.edit-comment-wrap p.edit-comment {
  text-align: center;
  width: 151px;
  margin-bottom: 16px;
  background: url(../img/report/edit.webp) no-repeat center center/151px auto;
}
#report section.report-h2-wrap div.anq02-wrap div.edit-comment-wrap p.pos-02 {
  width: 586px;
  padding-left: 22px;
}
#report section.report-h2-wrap div.anq02-wrap .margin-negative {
  margin-top: -48px !important;
}
#report .illust-footer {
  width: var(--width-common);
  margin: 0 auto 60px auto;
}
#report .illust-footer img {
  width: 126px;
}
#report section.summary {
  width: 860px;
  margin: 100px auto 0 auto;
  padding: 40px 100px 88px 100px;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); /* X, Y, blur, color */
}
#report section.summary p.sum-ttl01 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}
#report section.summary p.title-box {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  padding: 36px 0 36px 114px;
  background: #ecf7f6;
  border-radius: 16px 16px 16px 16px;
}
#report section.summary p.title-box span {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 8px;
}
#report section.summary p.all-no01 {
  background: #e3edf3 url(../img/report/sum-no01.webp) no-repeat left 24px center/72px auto;
}
#report section.summary p.all-no02 {
  background: #e3edf3 url(../img/report/sum-no02.webp) no-repeat left 24px center/72px auto;
}
#report section.summary p.all-no03 {
  background: #e3edf3 url(../img/report/sum-no03.webp) no-repeat left 24px center/72px auto;
}
#report section.summary p.all-no04 {
  background: #e3edf3 url(../img/report/sum-no04.webp) no-repeat left 24px center/72px auto;
}
#report section.summary div.title-box-sml {
  border: 1px solid #b5e6e0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#report section.summary div.title-box-sml p.number {
  background: #f0faf9 url(../img/report/sumg-no01.webp) no-repeat right 24px center/40px auto;
  width: 136px;
  font-weight: 700;
  padding: 16px 24px 16px 24px;
  font-size: 20px;
}
#report section.summary div.title-box-sml p.number02 {
  background: #f0faf9 url(../img/report/sumg-no02.webp) no-repeat right 24px center/40px auto;
}
#report section.summary div.title-box-sml p.word {
  font-size: 20px;
  width: calc(100% - 136px);
  font-weight: 700;
  padding: 16px 24px 16px 24px;
}
#report section.summary div.title-box-sml p.word span {
  font-size: 16px;
  font-weight: 400;
}
#report section.summary div.keyword {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #c1c1c1;
}
#report section.summary div.keyword p {
  padding: 8px 8px 8px 0;
  font-size: 16px !important;
  color: #232323;
  margin: 0 6px 0 0;
}
#report section.summary div.keyword p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #8ed0c8;
  border-radius: 50%;
  padding: 0;
  font-size: 13px;
  color: #fff;
  margin-right: 8px;
}
#report section.summary p.summary-title {
  font-size: 20px;
  padding: 16px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin: 24px 0;
}
#report section.summary p.caption {
  margin-bottom: 24px;
}
#report section.summary p.blue {
  font-size: 20px;
  color: #004884;
  margin-bottom: 12px;
  line-height: 29px;
}
#report section.summary .summary-int {
  display: grid;
  grid-template-columns: 128px 1fr;
  border-bottom: 4px solid #6891b2;
  padding: 0 0 12px 0;
  /*right*/
}
#report section.summary .summary-int div:nth-of-type(1) img {
  width: 104px;
}
#report section.summary .summary-int div:nth-of-type(2) p.name {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
}
#report section.summary .summary-int div:nth-of-type(2) p.name span {
  font-size: 20px;
}
#report section.summary .summary-int div:nth-of-type(2) p.post {
  font-size: 12px;
}
#report section.summary a.org {
  color: #ff5d00;
  float: right;
  margin: 24px 0 0 0;
}
#report div.footer-page {
  width: 863px;
  margin: 0 auto;
}

#std-top {
  scroll-margin-top: 108px; /* ヘッダー分の高さ */
}

#tea-top,
#par-top {
  scroll-margin-top: 16px; /* ヘッダー分の高さ */
}

#summary-top {
  scroll-margin-top: 24px; /* ヘッダー分の高さ */
  min-height: 800px;
  scroll-margin-top: 120px;
}

#int-list {
  scroll-margin-top: 60px;
}

/****************************************
5.REPORT-BODY
*****************************************/
main.report-body {
  background-color: #f2faf9;
}
main.report-body section.report-body-h1 {
  display: grid;
  grid-template-columns: 206px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  padding: 32px 0 80px 0;
  gap: 36px;
}
main.report-body section.report-body-h1 div:nth-of-type(1) img {
  width: 206px;
  margin-left: 0;
}
main.report-body section.report-body-h1 div.body {
  margin-top: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 72px 112px;
}
main.report-body section.report-body-h1 div.body p.date {
  margin: 0 0 8px 0;
}
main.report-body section.report-body-h1 div.body div.report-header {
  border-top: 4px solid var(--cls-green);
  border-bottom: 4px solid var(--cls-green);
  padding: 8px 0;
  display: grid;
  grid-template-columns: 1fr 232px;
  margin: 0 0 32px 0;
}
main.report-body section.report-body-h1 div.body div.report-header div.left h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 48px;
  margin-right: 16px;
}
main.report-body section.report-body-h1 div.body div.report-header div.left div.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  gap: 12px;
}
main.report-body section.report-body-h1 div.body div.report-header div.left div.tag p {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 16px;
  background: #f5f5f5;
}
main.report-body section.report-body-h1 div.body div.report-header div.right {
  border-left: #c1c1c1 solid 2px;
  margin: 16px 0;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.img img {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid var(--cls-green);
  -o-object-fit: cover;
     object-fit: cover;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.name-body {
  padding: 16px 24px;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.name-body p {
  text-align: center;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.name-body p.local {
  font-size: 12px !important;
  font-weight: 400;
  margin: 0 0;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.name-body p:nth-of-type(2) {
  margin: 0 0;
  padding: 0 0;
  font-size: 20px !important;
  font-weight: 600;
}
main.report-body section.report-body-h1 div.body div.report-header div.right div.name-body p:nth-of-type(2) span {
  font-size: 14px;
  color: #232323;
}
main.report-body section.report-body-h1 div.body p {
  font-size: 1.6rem;
  line-height: 1.74 !important;
  margin: 24px 0;
}
main.report-body ul.interview-box {
  padding-bottom: 80px;
}

/****************************************
WP装飾
*****************************************/
figure {
  margin: 24px 0;
}

figure.wp-block-image figcaption.wp-element-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 8px !important;
  background-color: #f5f5f5 !important;
  color: #232323 !important;
  margin-top: 0;
  font-weight: 400 !important;
  text-align: left !important;
  transform: none !important;
  filter: none !important;
  text-shadow: none !important;
  background-image: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

/* WordPressギャラリーや画像ブロックの視覚効果を全カット */
.wp-block-gallery,
.wp-block-gallery * {
  filter: none !important;
  box-shadow: none !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.wp-block-gallery.is-cropped img {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/****************************************
4.NEWS
*****************************************/
#news {
  background-color: #f2f9fd;
  padding-bottom: 180px;
}
#news p {
  font-size: 1.6rem;
  line-height: 27px;
}
#news section.news-h1 {
  display: grid;
  grid-template-columns: 260px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  gap: 40px;
  padding: 32px 0 80px 0;
}
#news section.news-h1 div:nth-of-type(1) img.title {
  width: 260px;
  margin-left: 0;
}
#news section.news-h1 div:nth-of-type(1) img.title-body {
  width: 200px;
  margin-left: 0;
}
#news section.news-h1 div:nth-of-type(1) img.illust {
  width: 200px;
  margin: 0 0 0 16px;
}
#news section.news-h1 div:nth-of-type(2) {
  padding-top: 64px;
  /*NEWS-BODY*/
}
#news section.news-h1 div:nth-of-type(2) ul {
  margin-bottom: 24px;
}
#news section.news-h1 div:nth-of-type(2) ul li {
  margin-bottom: 16px;
}
#news section.news-h1 div:nth-of-type(2) ul li a.list-link {
  display: block;
  padding: 18px 18px 36px 18px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--cls-green);
  border-radius: 16px;
  background-color: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#news section.news-h1 div:nth-of-type(2) ul li a.list-link p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 6px;
}
#news section.news-h1 div:nth-of-type(2) ul li a.list-link:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#news section.news-h1 div:nth-of-type(2) div.news-body {
  background-color: #fff;
  border-radius: 16px;
  padding: 72px 112px;
  margin-bottom: 0;
}
#news section.news-h1 div:nth-of-type(2) div.news-body h1 {
  font-size: 26px;
  line-height: 40px;
  padding: 16px 0 32px 0;
  border-bottom: 1px solid #cacaca;
  font-weight: 700;
  margin-bottom: 32px;
}
#news section.news-h1 div:nth-of-type(2) div.news-body p {
  margin: 24px 0;
  line-height: 1.74 !important;
}
#news section.news-h1 div:nth-of-type(2) div.center-wrap {
  display: flex;
  justify-content: center;
  margin-top: -16px;
}
#news section.news-h1 .illust02 {
  display: none;
}

/****************************************
5.CONTACT
*****************************************/
#contact {
  background-color: #f2faf9;
  padding-bottom: 64px;
}
#contact p {
  font-size: 1.6rem;
  line-height: 27px;
}
#contact section.contact-h1 {
  display: grid;
  grid-template-columns: 560px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  gap: 40px;
  padding: 32px 0 40px 0;
  /*left*/
  /*right*/
}
#contact section.contact-h1 div:nth-of-type(1) {
  background: url(../img/contact/contact-ils.webp) no-repeat right 16px top 108px/180px auto;
}
#contact section.contact-h1 div:nth-of-type(1) img.title {
  width: 260px;
  margin-left: 0;
}
#contact section.contact-h1 div:nth-of-type(2) {
  padding-top: 24px;
}
#contact section.contact-h1 div:nth-of-type(2) h1 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 700;
}
#contact section.contact-h1 div:nth-of-type(2) p.small {
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
}
#contact section.contact-h1 div:nth-of-type(2) p.small a {
  color: #f46610;
}
#contact section.mail-form {
  margin: 0 auto;
  width: var(--width-short);
  padding: 0;
}
#contact section.mail-form iframe {
  width: 100%;
  height: 1320px;
}

/****************************************
5.購入案内
*****************************************/
#buying-info {
  background-color: #fff;
  padding-bottom: 64px;
}
#buying-info p {
  font-size: 1.6rem;
  line-height: 27px;
}
#buying-info section.contact-h1 {
  display: grid;
  grid-template-columns: 560px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  gap: 40px;
  padding: 32px 0 0 0;
  /*left*/
  /*right*/
}
#buying-info section.contact-h1 div:nth-of-type(1) {
  text-align: center;
}
#buying-info section.contact-h1 div:nth-of-type(1) img.title {
  width: 260px;
  margin-left: 0;
}
#buying-info section.contact-h1 div:nth-of-type(1) div.book-wrap {
  width: 254px;
  margin: 40px auto 8px auto;
}
#buying-info section.contact-h1 div:nth-of-type(1) div.book-wrap img.book {
  width: 254px;
}
#buying-info section.contact-h1 div:nth-of-type(2) {
  padding-top: 24px;
}
#buying-info section.contact-h1 div:nth-of-type(2) h1 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 700;
}
#buying-info section.contact-h1 div:nth-of-type(2) p {
  margin-bottom: 24px;
}
#buying-info section.contact-h1 div:nth-of-type(2) a.to-contact {
  display: inline-block;
  background-color: #fdb383;
  border: 1px solid #f2986e;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  color: #fff;
  margin: 0 auto 120px auto;
}
#buying-info section.contact-h1 div:nth-of-type(2) a.to-contact:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#buying-info section.contact-h1 div:nth-of-type(2) a.to-contact:hover {
  background-color: #f0986b;
}
#buying-info section.contact-h1 div:nth-of-type(2) a.to-contact-green {
  background-color: #81cbc2;
  border: 1px solid #66bbae;
}
#buying-info section.contact-h1 div:nth-of-type(2) a.to-contact-green:hover {
  background-color: #66bbae;
}
#buying-info section.comingsoon-wrap {
  margin: -40px auto 0 auto;
  padding: 0;
  width: var(--width-common-max);
  border-top: 1px solid #c1c1c1;
}
#buying-info section.comingsoon-wrap div.comingsoon {
  width: var(--width-common);
  margin: 0 auto;
  padding: 40px;
}
#buying-info section.comingsoon-wrap div.comingsoon p.title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}
#buying-info section.comingsoon-wrap div.comingsoon div.box {
  background: #eaeaea;
  height: 334px;
  line-height: 334px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

/****************************************
6.ABOUT
*****************************************/
#about {
  background-color: #fff;
  padding-bottom: 64px;
}
#about p {
  font-size: 1.6rem;
  line-height: 27px;
}
#about section.contact-h1 {
  display: grid;
  grid-template-columns: 566px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  gap: 40px;
  padding: 32px 0 0 0;
  /*left*/
  /*right*/
}
#about section.contact-h1 div:nth-of-type(1) {
  text-align: center;
}
#about section.contact-h1 div:nth-of-type(1) img.title {
  width: 100%;
}
#about section.contact-h1 div:nth-of-type(1) div.book-wrap {
  width: 254px;
  margin: 40px auto 8px auto;
}
#about section.contact-h1 div:nth-of-type(1) div.book-wrap img.book {
  width: 254px;
}
#about section.contact-h1 div:nth-of-type(2) {
  padding-top: 24px;
}
#about section.contact-h1 div:nth-of-type(2) h1 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 700;
}
#about section.contact-h1 div:nth-of-type(2) p {
  margin-bottom: 24px;
}
#about section.contact-h1 div:nth-of-type(2) div.button-flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#about section.contact-h1 div:nth-of-type(2) div.button-flex a.button-green {
  font-size: 15px !important;
  border-radius: 24px;
  padding: 6px 20px 8px 30px;
  color: #232323;
  font-size: 1.6rem;
  border: 1px solid #b2ddd6;
  background: #f2faf9 url(../img/buying-info/arrow_1.svg) no-repeat left 12px center/10px auto;
}
#about section.contact-h1 div:nth-of-type(2) div.button-flex a.button-green:hover {
  background-color: #d8e5e4;
  text-decoration: none;
}
#about section.intro-wrap {
  margin-top: 24px;
  background-color: #ecf7f6;
}
#about section.intro-wrap div.intro {
  width: var(--width-wrap);
  margin: 0 auto;
}
#about section.intro-wrap div.intro img {
  width: 100%;
  display: block;
}
#about section.intro-wrap div.intro img.img-slide {
  display: none;
}
#about section.intro-test {
  margin-top: 24px;
}
#about section.intro-test div.intro {
  width: var(--width-wrap);
  height: 400px;
  margin: 0 auto;
  background-color: #ff0000;
}
#about .intro-wrap-test {
  padding: 50px;
}
#about .intro > div {
  display: inline-block;
  margin: 0 8px;
  padding: 8px 12px;
  background: #eee;
  cursor: pointer;
}
#about .tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  display: none;
}
#about .tooltip.show {
  display: block;
}
#about .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
#about section.h2 {
  display: grid;
  grid-template-columns: 610px 1fr;
  width: var(--width-common);
  margin: 0 auto;
  align-items: center;
  padding: 48px 0;
  /*left*/
  /*right*/
}
#about section.h2 div:nth-of-type(1) {
  text-align: center;
}
#about section.h2 div:nth-of-type(1) h2 {
  font-size: 26px;
}
#about section.h2 div:nth-of-type(2) p {
  margin: 0;
}
#about section.member-intro {
  width: var(--width-wrap);
  margin: 0 auto;
}
#about section.member-intro ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5列を均等幅で */
  align-items: start;
}
#about section.member-intro ul li {
  padding: 24px 21px;
  background-color: #e0f2f0;
  height: auto;
}
#about section.member-intro ul li div {
  margin-bottom: 24px;
}
#about section.member-intro ul li div p {
  font-size: 12px;
  line-height: 20px;
}
#about section.member-intro ul li div p span {
  color: #f16829 !important;
}
#about section.member-intro ul li div p:nth-of-type(2n) {
  margin-top: 4px;
}
#about section.member-intro ul li div:nth-last-of-type(1) {
  margin-bottom: 0;
}
#about section.member-intro ul li:nth-of-type(2n) {
  background: #ecf7f6 url(../img/about/shadow.webp) repeat-y;
  margin-top: 32px;
}
#about section.media {
  width: var(--width-common);
  margin: 108px auto 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  padding-bottom: 120px;
  /*left*/
  /*right*/
}
#about section.media div:nth-of-type(1) h3 {
  font-size: 26px;
}
#about section.media div:nth-of-type(1) img {
  width: 212px;
  margin-top: 40px;
}
#about section.media div:nth-of-type(2) ul li {
  border-top: 1px solid #c1c1c1;
  padding: 24px 0;
}
#about section.media div:nth-of-type(2) ul li p:nth-of-type(1) {
  font-size: 20px;
  list-style: 34px;
}
#about section.media div:nth-of-type(2) ul li p:nth-of-type(2) {
  margin: 16px 140px 0 0;
}
#about section.media div:nth-of-type(2) ul li p:nth-of-type(3) {
  font-size: 12px;
  float: right;
  margin-top: -26px;
}
#about section.media div:nth-of-type(2) ul li a.link {
  color: #f16829;
}
#about section.media div:nth-of-type(2) ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #c1c1c1;
}

.contents_404 {
  width: var(--width-common);
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 160px 0;
}
.contents_404 h1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 40px 0;
}
.contents_404 p {
  text-align: center;
}
.contents_404 a.button-common-base {
  margin-top: 40px;
}