@charset "UTF-8";

/* =========================================================
  kosodate
========================================================= */

/* site layout
----------------------------------------------- */
#wrapper {
  border-bottom: 1px solid var(--mono-color-6);
  background: var(--mono-color-9);
}

@media only screen and (max-width: 534px) {
  #wrapper {
    padding-top: 0;
  }

  #main {
    padding-bottom: 20px !important;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  border-bottom: none;
  background: var(--mono-color-9);
}

#breadCrumbs li:has(a[href$="/child-rearing/education/"]) {
  display: none;
}

/* CKEditor templates
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .adobeReader {
    margin: 20px 0;
  }
}

/* body
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
}

/* kosodate */
:is(.contentPage .body, .cke_editable) .kosodate {
  max-width: 720px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: normal;
}

:is(.contentPage .body, .cke_editable) .kosodate p {
  margin-bottom: 2.5em;
  line-height: 2;
}

:is(.contentPage .body, .cke_editable) .kosodate h2 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: none;
  font-size: 2rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate h2::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kosodate *~h2 {
  margin-top: 2em;
}

:is(.contentPage .body, .cke_editable) .kosodate h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  font-size: 1.5rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate h3::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kosodate h4 {
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate h4::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kosodate strong {
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .kosodate hr {
  margin: 60px 0;
  border-bottom: 4px dotted #68be5a;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kosodate h2 {
    font-size: 1.375rem;
  }

  :is(.contentPage .body, .cke_editable) .kosodate h3 {
    margin-top: 1.5em;
    font-size: 1.1875rem;
  }
}

/* over */
@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .kosodate .over {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1060px;
    margin-left: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* main-visual */
:is(.contentPage .body, .cke_editable) .kosodate .main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  aspect-ratio: 10/4;
  margin-bottom: 50px;
  padding: 0 30px;
}

:is(.contentPage .body, .cke_editable) .kosodate .main-visual h1 {
  padding: 30px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #68be5a;
  font-weight: 700;
  font-size: min(2.25rem, 4.5vw);
  line-height: 1.5;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate .main-visual.top h1 {
  padding: 10px 15px;
}

:is(.contentPage .body, .cke_editable) .kosodate .main-visual img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .main-visual {
    margin: 0 -16px 30px;
    padding: 0 15px;
    aspect-ratio: 75/57;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .main-visual.support {
    aspect-ratio: 75/46;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .main-visual h1 {
    font-size: 1.5rem;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .main-visual.top h1 {
    background: transparent;
  }
}

/* site-menu */
:is(.contentPage .body, .cke_editable) .kosodate .site-menu,
:is(.contentPage .body, .cke_editable) .kosodate .site-menu dt,
:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu ul,
:is(.contentPage .body, .cke_editable) .kosodate .site-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu a:hover {
  color: #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu li:has(.cur)>a,
:is(.contentPage .body, .cke_editable) .kosodate .site-menu a.cur {
  color: #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd>ul>li>a {
  display: block;
  position: relative;
  padding: 3px 32px 15px 0;
  border-bottom: 2px solid #f3793c;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd>ul>li>a::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/_themes/site/images/kosodate/arrow-white.svg) center center / 6px auto no-repeat #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd li li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 18px;
  border-bottom: 1px dashed #ccc;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd li li a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #f3793c;
  border-radius: 50%;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu dd li li a.cur::before {
  background: #f3793c;
}

/* site-menu (static) */
:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) {
  position: relative;
  z-index: 1;
  margin: 160px 0;
  padding: 64px 80px;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 20px;
  background: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed)::after {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #fad6a4;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) dt {
  display: none;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) dd>ul {
  display: flex;
  gap: 30px;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) dd>ul>li {
  flex: 1 1 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) dd>ul>li>a>.name2 {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) {
    margin: 80px 0;
    padding: 30px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed)::after {
    top: -40px;
    bottom: -40px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) dd>ul {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  :is(.contentPage .body, .cke_editable) .kosodate .site-menu:not(#site-menu-fixed) {
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    max-width: 1160px;
    margin-left: 50%;
  }
}

/* site-menu (fixed) */
#site-menu-fixed {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  overflow-x: hidden;
  overscroll-behavior: contain;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: var(--mono-color-9);
  transition: visibility 0.3s, opacity 0.3s;
}

#site-menu-fixed.visible {
  visibility: visible;
  opacity: 1;
}

#site-menu-fixed:has(dt.open) {
  width: 260px;
  max-height: 50vh;
  padding: 20px;
}

#site-menu-fixed dt {
  align-self: flex-end;
}

#site-menu-fixed dt a {
  position: relative;
  display: block;
  padding: 15px 32px 15px 40px;
}

#site-menu-fixed dt.open a {
  padding: 3px 32px 3px 0;
}

#site-menu-fixed dt a::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/_themes/site/images/kosodate/menu-open.svg) center center / 10px auto no-repeat #f3793c;
}

#site-menu-fixed dt.open a::before {
  background: url(/_themes/site/images/kosodate/menu-close.svg) center center / 6px auto no-repeat #f3793c;
}

#site-menu-fixed dd>ul>li {
  margin-top: 15px;
}

#site-menu-fixed dd>ul>li>a {
  font-size: 1rem;
}

#site-menu-fixed dd>ul>li>a>.name1 {
  display: none;
}

#site-menu-fixed dd ul ul {
  display: none;
}

#site-menu-fixed dd li a.cur+ul,
#site-menu-fixed dd ul ul:has(li .cur) {
  display: block;
}

@media only screen and (max-width: 959px) {
  #site-menu-fixed {
    position: static;
    transform: none;
  }

  #site-menu-fixed dt {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
  }

  #site-menu-fixed:has(dt.open) {
    width: auto;
    padding: 0;
  }

  #site-menu-fixed dt a {
    padding: 15px 15px 15px 40px !important;
    border-radius: 10px 0 0 0;
    background: #f3793c;
    color: var(--mono-color-9);
  }

  #site-menu-fixed dt a::before {
    right: auto;
    left: 5px;
    background: url(/_themes/site/images/kosodate/menu-open-sp.svg) center center / 10px auto no-repeat var(--mono-color-9);
  }

  #site-menu-fixed dt.open a::before {
    background: url(/_themes/site/images/kosodate/menu-close-sp.svg) center center / 6px auto no-repeat var(--mono-color-9);
  }

  #site-menu-fixed dt.open a::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
  }

  #site-menu-fixed dd {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 60px 30px 60px 30px;
    z-index: 2;
    padding: 5px 25px 25px;
    overflow-x: hidden;
    overscroll-behavior: contain;
    border-radius: 20px;
    background: var(--mono-color-9);
  }

  #site-menu-fixed dt.open+dd {
    visibility: visible;
    opacity: 1;
  }

  #site-menu-fixed dd ul ul {
    display: block;
  }
}

/* img-area */
:is(.contentPage .body, .cke_editable) .kosodate .img-area {
  position: relative;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0;
  font-size: 1.125rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate .img-area .img {
  position: absolute;
}

:is(.contentPage .body, .cke_editable) .kosodate .img-area:not(.top-lead)>.img:last-of-type {
  bottom: 3px;
  left: -200px;
}

:is(.contentPage .body, .cke_editable) .kosodate .img-area.top-lead>.img:nth-of-type(1) {
  top: 60px;
  left: -140px;
}

:is(.contentPage .body, .cke_editable) .kosodate .img-area.top-lead>.img:nth-of-type(2) {
  bottom: 40px;
  right: -200px;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .kosodate .img-area {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .img-area:not(.top-lead)>.img:last-of-type {
    width: max(15vw, 100px);
    bottom: 10px;
    left: -5px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .img-area.top-lead>.img:nth-of-type(1) {
    width: max(10vw, 76px);
    top: -20px;
    left: -5px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .img-area.top-lead>.img:nth-of-type(2) {
    width: max(15vw, 100px);
    bottom: 10px;
    right: -5px;
  }
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .kosodate .img-area:not(.top-lead) {
    padding-top: 40px;
  }
}

/* btn */
:is(.contentPage .body, .cke_editable) .kosodate .btn {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn a {
  flex-grow: 1;
  position: relative;
  max-width: 380px;
  padding: 10px 35px;
  border: 1px solid transparent;
  border: 2px solid #68be5a;
  border-radius: 70px;
  background-color: var(--mono-color-9);
  color: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/_themes/site/images/kosodate/arrow-white.svg) center center / 6px auto no-repeat #68be5a;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn a:hover {
  color: #68be5a;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kosodate .btn a {
    padding: 12px 35px;
    font-size: 1rem;
  }
}

/* btn-list */
:is(.contentPage .body, .cke_editable) .kosodate .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0 0 80px;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn-list li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 60px;
  padding: 5px 35px;
  border: 2px solid #68be5a;
  border-radius: 70px;
  background-color: var(--mono-color-9);
  color: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn-list li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/_themes/site/images/kosodate/arrow-white.svg) center center / 6px auto no-repeat #68be5a;
}

:is(.contentPage .body, .cke_editable) .kosodate .btn-list li a:hover {
  color: #68be5a;
}

@media only screen and (max-width: 767px) {
  :is(.contentPage .body, .cke_editable) .kosodate .btn-list {
    margin-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .btn-list li {
    flex-basis: 100%;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .btn-list li a {
    font-size: 1rem;
  }
}

/* free */
:is(.contentPage .body, .cke_editable) .kosodate .free {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  padding: 32px 40px;
  border: 1px solid #fdecd4;
  border-radius: 20px;
  background: #fdecd4;
}

:is(.contentPage .body, .cke_editable) .kosodate .free dt {
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 3px;
  border-bottom: 4px solid #68be5a;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .free {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 25px 25px;
  }
}

/* support-list */
:is(.contentPage .body, .cke_editable) .kosodate .support-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  counter-reset: number;
  padding: 32px 40px;
  border: 1px solid #f2f3f4;
  border-radius: 20px;
  background-color: #f2f3f4;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-list li {
  position: relative;
  padding: 3px 0 3px 40px;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875em;
  height: 1.875em;
  border: 1px solid #68be5a;
  border-radius: 50%;
  background-color: #68be5a;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 95%;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.875;
  text-align: center;
  text-indent: 0;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .support-list {
    padding: 15px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .support-list li::before {
    top: 3px;
  }
}

/* qa */
:is(.contentPage .body, .cke_editable) .kosodate .qa {
  margin: 0 0 30px;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .qa dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #f2f3f4;
  border-radius: 20px;
  background: #f2f3f4;
  font-weight: 700;
}

:is(.contentPage .body, .cke_editable) .kosodate .qa dt span {
  padding: 5px 10px;
  border: 1px solid #68be5a;
  border-radius: 10px;
  background: #68be5a;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 0.875rem;
}

:is(.contentPage .body, .cke_editable) .kosodate .qa dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .qa dt {
    padding: 10px;
    border-radius: 10px;
  }
}

/* body / support
----------------------------------------------- */

/* support-link */
:is(.contentPage .body, .cke_editable) .kosodate .support-link {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 40px;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-link li {
  flex-basis: calc((100% - 80px) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-link li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 3px 24px 19px 0;
  border-bottom: 4px solid #f3793c;
  color: inherit;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color 0.3s;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-link li a:hover {
  color: #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-link li a::after {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  top: 20%;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/_themes/site/images/kosodate/arrow-white.svg) center center / 6px auto no-repeat #f3793c;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .kosodate .support-link {
    gap: 20px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .support-link li {
    flex-basis: calc((100% - 20px) / 2);
  }

  :is(.contentPage .body, .cke_editable) .kosodate .support-link li a {
    padding-bottom: 10px;
  }
}

/* support-annotation */
:is(.contentPage .body, .cke_editable) .kosodate .support-annotation {
  margin: 80px 0;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-annotation p {
  margin-bottom: 1em;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-annotation img[src$="icon_pen.svg"] {
  margin: 2px 5px 3px 5px;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-annotation ul.note {
  font-size: 0.875rem;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .kosodate .support-annotation {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .support-annotation {
    font-size: 0.875rem;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .support-annotation ul.note {
    font-size: 0.75rem;
  }
}

/* support-flow */
:is(.contentPage .body, .cke_editable) .kosodate .support-flow table,
:is(.contentPage .body, .cke_editable) .kosodate .support-flow th,
:is(.contentPage .body, .cke_editable) .kosodate .support-flow td {
  padding: 0;
  border: none;
  background: none;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow table {
  max-width: 680px;
  margin: 0 auto;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow th,
:is(.contentPage .body, .cke_editable) .kosodate .support-flow td {
  width: 50%;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow th {
  padding: 0 5px 40px;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow th span {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 5px 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow th.type1 span {
  background-color: #68be5a;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow th.type2 span {
  background-color: #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td {
  position: relative;
  vertical-align: top;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td img[src$="icon_pen.svg"] {
  position: absolute;
  top: 0;
  right: 20px;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type1::after,
:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type1 {
  padding: 0 48px 22px 0;
  border-right: 1px solid #999;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type1::after {
  right: -10px;
  background-color: #68be5a;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type1 img[src$="icon_pen.svg"] {
  position: absolute;
  top: 0;
  right: 20px;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type2 {
  padding: 0 28px 22px 20px;
  border-left: 1px solid #999;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type2::after {
  left: -10px;
  background-color: #f3793c;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type1:not(.img)+td.type2::after {
  clip-path: inset(0 0 0 50%);
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.type2 img[src$="icon_pen.svg"] {
  right: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img {
  padding: 40px;
  vertical-align: middle;
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img {
  transform: translateX(-20%);
}

:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img[src$="img_support_illust_01.svg"],
:is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img[src$="img_support_illust_02.svg"] {
  transform: translateX(20%);
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img {
    transform: scale(1.4);
    transform-origin: right;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img[src$="img_support_illust_01.svg"],
  :is(.contentPage .body, .cke_editable) .kosodate .support-flow td.img img[src$="img_support_illust_02.svg"] {
    transform: scale(1.2);
    transform-origin: left;
  }
}

/* body / interview
----------------------------------------------- */

/* interview-list */
:is(.contentPage .body, .cke_editable) .kosodate .interview-list-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list-wrapper+* .site-menu:not(#site-menu-fixed) {
  margin-top: 80px;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #f2f3f4;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  counter-reset: number;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li {
  flex-basis: calc((100% - 80px) / 3);
  list-style: none;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li span {
  display: block;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li .img {
  position: relative;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li .img::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100px;
  padding: 3px 10px;
  border: 1px solid #68be5a;
  border-radius: 0 10px 0 0;
  background-color: #68be5a;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li .title {
  margin-top: 10px;
  font-size: 1rem;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview-list li .date {
  margin-top: 5px;
  font-size: 0.875rem;
  text-align: right;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .interview-list-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .interview-list-wrapper+* .site-menu:not(#site-menu-fixed) {
    margin-top: 40px;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .interview-list {
    flex-direction: column;
    gap: 30px;
  }
}

/* interview */
:is(.contentPage .body, .cke_editable) .kosodate .interview h2:has(.num) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview h2 .num {
  width: 100px;
  padding: 3px 0;
  border: 1px solid #68be5a;
  border-radius: 30px;
  background-color: #68be5a;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1rem;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview h3 {
  position: relative;
  margin-top: 3em;
  padding-left: 50px;
  color: #68be5a;
  font-size: 1.25rem;
  text-align: left;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #68be5a;
}

:is(.contentPage .body, .cke_editable) .kosodate .interview .caption,
:is(.contentPage .body, .cke_editable) .kosodate .interview ul.note,
:is(.contentPage .body, .cke_editable) .kosodate .interview ol.note {
  font-size: 0.875rem;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .kosodate .interview h3 {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .kosodate .interview .caption,
  :is(.contentPage .body, .cke_editable) .kosodate .interview ul.note,
  :is(.contentPage .body, .cke_editable) .kosodate .interview ol.note {
    font-size: 0.75rem;
  }
}