@charset "UTF-8";
:root {
  --headerHeight: 106px;
  --paddingSection: 64px;
  --paddingLR: 12px;
  --margin_negative: 72px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 40px;
    --margin_negative: 40px;
  }
}

/*========== 子ページ ==========*/
.wp_post {
  /* reset.cssでリセットしたタグの再定義 */
}
.wp_post h1 {
  font-size: 2em;
}
.wp_post h2 {
  font-size: 1.8em;
}
.wp_post h3 {
  font-size: 1.6em;
}
.wp_post h4 {
  font-size: 1.4em;
}
.wp_post h5 {
  font-size: 1.2em;
}
.wp_post h6 {
  font-size: 1em;
}
.wp_post p + p {
  margin-top: 1.5em;
}
.wp_post strong {
  font-weight: bold;
}
.wp_post em {
  font-style: italic;
}
.wp_post blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.wp_post p + p {
  margin-top: 1em;
}
.wp_post ul {
  list-style-type: disc;
}
.wp_post ol {
  list-style-type: decimal;
}
.wp_post li {
  margin-left: 1.5em;
}
.wp_post a {
  text-decoration: underline;
}
.wp_post .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.wp_post .aligncenter img {
  display: block;
  margin: 0 auto;
}
.wp_post .wp-caption {
  max-width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}
.wp_post .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp_post .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .wp_post .has-large-font-size {
    font-size: 1.25em;
  }
}

#pagination {
  font-size: 1rem;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagination .page-numbers {
  padding: 0.5em 1em;
  margin: 0 0.5em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#pagination .page-numbers:not(.current):not(.dots):hover {
  background-color: rgb(230, 230, 230);
}
#pagination .current {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px) {
  #pagination {
    font-size: 1.125rem;
    padding: 1em 0;
  }
  #pagination .page-numbers {
    padding: 0.25em 0.5em;
    margin: 0 0.25em;
  }
}

/*==========
子ページ共通
==========*/
#mv {
  background: center/cover url("../img/child/common/child_mv_bg.png") no-repeat;
  height: 320px;
  color: #fff;
}
#mv .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.125rem;
  font-weight: 700;
  padding: 0.25em 0;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
#mv .title::before, #mv .title::after {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
}
#mv .title::before {
  width: 100%;
  left: 0;
  z-index: -1;
}
#mv .title::after {
  width: 1.5em;
  left: -1.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
#mv .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  #mv {
    height: 240px;
  }
  #mv .title {
    font-size: 1.5rem;
    margin-left: 1em;
  }
}

/*== レイアウト ==*/
.layout_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.layout_01 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout_01 .title_wrap {
  position: relative;
  z-index: 1;
}
.layout_01 .title {
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #4CAAA4;
  color: #fff;
  display: inline;
  padding: 0.125em 0.75em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
.layout_01 .text_wrap {
  margin-top: 1em;
}
.layout_01 + .layout_01 {
  margin-top: 56px;
}
.layout_01:nth-of-type(odd) .title_wrap {
  margin-left: -80px;
  text-align: left;
}
.layout_01:nth-of-type(odd) .img_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.layout_01:nth-of-type(odd) .text_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.layout_01:nth-of-type(even) .title_wrap {
  margin-right: -80px;
  text-align: right;
}
.layout_01:nth-of-type(even) .img_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.layout_01:nth-of-type(even) .text_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 959px) {
  .layout_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .layout_01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  .layout_01 .title {
    font-size: 1.25rem;
  }
  .layout_01 .text_wrap {
    margin-top: 0.5em;
  }
  .layout_01:nth-of-type(odd) .title_wrap, .layout_01:nth-of-type(even) .title_wrap {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .layout_01:nth-of-type(odd) .img_area, .layout_01:nth-of-type(even) .img_area {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .layout_01:nth-of-type(odd) .text_area, .layout_01:nth-of-type(even) .text_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.aside_text {
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
.aside_text::before {
  content: "※";
}

.text_red {
  color: #ff0000;
}

.text_green {
  color: #4CAAA4;
}

/*==========
〇〇企業の方へ - 共通
==========*/
#company_trouble .title_01 {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
}
#company_trouble .bg {
  background: center/cover url("../img/child/company/company_trouble_bg.png") no-repeat;
}
#company_trouble .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#company_trouble .img_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#company_trouble .img_area img {
  margin-left: auto;
  margin-right: auto;
}
#company_trouble .list_company_trouble {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  #company_trouble .title_01 {
    font-size: 1.25rem;
  }
  #company_trouble .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #company_trouble .flex > * {
    width: 100%;
  }
  #company_trouble .img_area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  #company_trouble .img_area img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  #company_trouble .list_company_trouble:not(:first-of-type) {
    margin-top: 1.2142em;
    margin-bottom: 1.2142em;
  }
}

.list_company_trouble {
  width: 100%;
  max-width: 300px;
}
.list_company_trouble > * {
  background-color: #fff;
  color: #4CAAA4;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.875em 1em;
  border: 1px solid #4CAAA4;
  border-radius: 7px;
  width: 100%;
  min-height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_company_trouble > *:not(:last-of-type) {
  margin-bottom: 1.2142em;
}

#company_study .bg {
  background: center/cover url("../img/child/company/company_study_bg.png") no-repeat;
  padding-bottom: 40px;
}

.list_company_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  counter-reset: case;
}
.list_company_case > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
}
.list_company_case > *::before {
  counter-increment: case;
  content: "CASE" counter(case);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.125em 0.75em;
  background-color: #fff;
  color: #4CAAA4;
  border-radius: 8px 0 8px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 1px solid #4CAAA4;
}
.list_company_case .img_area {
  position: relative;
}
.list_company_case .title_area {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.list_company_case .title {
  background-color: #4CAAA4;
  color: #fff;
  font-weight: 700;
  display: inline;
  padding: 0.125em 0.5em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
.list_company_case .text_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.list_company_case .text {
  font-size: 0.75rem;
  padding: 1em 1.3333em 1.5em;
}
@media screen and (max-width: 959px) {
  .list_company_case {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_company_case > * {
    width: 100%;
    max-width: 286px;
  }
}

.list_company_merit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  counter-reset: merit;
}
.list_company_merit > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: calc((100% - 40px) / 3);
  padding-top: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 50%;
}
.list_company_merit .circle {
  padding: 48px 4px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_company_merit .circle::before {
  counter-increment: merit;
  content: "メリット" counter(merit);
  background-color: #F7C25D;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
}
.list_company_merit .title_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_company_merit .title {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4761;
  color: #4CAAA4;
}
.list_company_merit .title .marker {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F7C25D));
  background: -webkit-linear-gradient(transparent 70%, #F7C25D 70%);
  background: linear-gradient(transparent 70%, #F7C25D 70%);
}
.list_company_merit .text {
  font-size: 0.75rem;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .list_company_merit {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_company_merit > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 264px;
    height: 264px;
    padding-top: 0;
  }
  .list_company_merit .circle {
    padding: 48px 4px 16px;
  }
  .list_company_merit .title {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .list_company_merit .text {
    font-size: 0.875rem;
  }
}

.list_company_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 16px;
}
.list_company_flow > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.125;
  background-color: #4CAAA4;
  padding-right: 1em;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4CAAA4;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0 100%);
}
.list_company_flow > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0 100%);
  background-color: #fff;
  z-index: -1;
}
.list_company_flow > *.yellow {
  background-color: #F7C25D;
  color: #fff;
}
.list_company_flow > *.yellow::after {
  background-color: #F7C25D;
}
.list_company_flow > *.green {
  background-color: #4CAAA4;
  color: #fff;
}
.list_company_flow > *.green::after {
  background-color: #4CAAA4;
}
@media screen and (max-width: 959px) {
  .list_company_flow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
    font-size: 1rem;
  }
  .list_company_flow > * {
    width: 100%;
    max-width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: 32px;
  }
}

#company_flow .border_area {
  border: 1px solid #4CAAA4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#company_flow .border_area .title {
  background-color: #4CAAA4;
  color: #fff;
  text-align: center;
  padding: 0.125em 1em;
  font-size: 1.5rem;
  font-weight: 700;
}
#company_flow .text_area {
  padding: 40px 30px;
  background-color: #fff;
}
#company_flow .btn_area .btn_02:not(:last-of-type) {
  margin-bottom: 20px;
}
#company_flow .list_brackets {
  padding-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width: 959px) {
  #company_flow .border_area .title {
    font-size: 1.25rem;
  }
  #company_flow .text_area {
    padding: 24px var(--paddingLR);
  }
}

#company_seconded .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
#company_seconded .link_underline {
  color: #4CAAA4;
}
@media screen and (max-width: 959px) {
  #company_seconded .title {
    font-size: 1.25rem;
  }
}

.list_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_logo > * {
  width: 20%;
  max-height: 134px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: var(--paddingLR);
}
.list_logo > *:nth-last-child(1), .list_logo > *:nth-last-child(2):nth-child(5n+1), .list_logo > *:nth-last-child(2):nth-child(5n+2), .list_logo > *:nth-last-child(2):nth-child(5n+3), .list_logo > *:nth-last-child(2):nth-child(5n+4), .list_logo > *:nth-last-child(3):nth-child(5n+1), .list_logo > *:nth-last-child(3):nth-child(5n+2), .list_logo > *:nth-last-child(3):nth-child(5n+3), .list_logo > *:nth-last-child(4):nth-child(5n+1), .list_logo > *:nth-last-child(4):nth-child(5n+2), .list_logo > *:nth-last-child(5):nth-child(5n+1) {
  border-bottom: none;
}
.list_logo > *:nth-of-type(5n) {
  border-right: none;
}
.list_logo > *:last-of-type {
  border-right: none;
}
.list_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .list_logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_logo > * {
    width: 50%;
  }
  .list_logo > *:nth-last-child(1), .list_logo > *:nth-last-child(2):nth-child(5n+1), .list_logo > *:nth-last-child(2):nth-child(5n+2), .list_logo > *:nth-last-child(2):nth-child(5n+3), .list_logo > *:nth-last-child(2):nth-child(5n+4), .list_logo > *:nth-last-child(3):nth-child(5n+1), .list_logo > *:nth-last-child(3):nth-child(5n+2), .list_logo > *:nth-last-child(3):nth-child(5n+3), .list_logo > *:nth-last-child(4):nth-child(5n+1), .list_logo > *:nth-last-child(4):nth-child(5n+2), .list_logo > *:nth-last-child(5):nth-child(5n+1) {
    border-bottom: 1px solid #ccc;
  }
  .list_logo > *:nth-of-type(5n) {
    border-right: 1px solid #ccc;
  }
  .list_logo > *:nth-last-child(1), .list_logo > *:nth-last-child(2):nth-child(2n+1) {
    border-bottom: none;
  }
  .list_logo > *:nth-of-type(2n) {
    border-right: none;
  }
  .list_logo > *:last-of-type {
    margin-right: auto;
  }
}

.list_logo_03 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_logo_03 > * {
  max-height: 134px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: var(--paddingLR);
}
.list_logo_03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list_logo_03 > * {
  width: 33.3333333333%;
}
.list_logo_03 > *:nth-last-child(1), .list_logo_03 > *:nth-last-child(2):nth-child(3n+1), .list_logo_03 > *:nth-last-child(2):nth-child(3n+2), .list_logo_03 > *:nth-last-child(3):nth-child(3n+1) {
  border-bottom: none;
}
.list_logo_03 > *:nth-of-type(3n) {
  border-right: none;
}
.list_logo_03 > *:last-of-type {
  border-right: none;
}
@media screen and (max-width: 959px) {
  .list_logo_03 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_logo_03 > * {
    width: 50%;
  }
  .list_logo_03 > *:nth-last-child(1), .list_logo_03 > *:nth-last-child(2):nth-child(3n+1), .list_logo_03 > *:nth-last-child(2):nth-child(3n+2), .list_logo_03 > *:nth-last-child(3):nth-child(3n+1) {
    border-bottom: 1px solid #ccc;
  }
  .list_logo_03 > *:nth-of-type(3n) {
    border-right: 1px solid #ccc;
  }
  .list_logo_03 > *:nth-last-child(1), .list_logo_03 > *:nth-last-child(2):nth-child(2n+1) {
    border-bottom: none;
  }
  .list_logo_03 > *:nth-of-type(2n) {
    border-right: none;
  }
  .list_logo_03 > *:last-of-type {
    margin-right: auto;
  }
}

/*==========
事業説明会
==========*/
.layout_seminar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.layout_seminar > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout_seminar .img_area img {
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .layout_seminar {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .layout_seminar > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
}

.list_seminar > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em 0.75em;
}
.list_seminar > *:not(:last-of-type) {
  margin-bottom: 0.625em;
}
.list_seminar .category {
  background-color: #4CAAA4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.5em;
  padding: 0.05em 0.75em 0.125em;
  line-height: 1.25;
}
.list_seminar .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  margin-top: -0.125em;
  line-height: 1.35;
}
.list_seminar .row_full {
  width: 100%;
}

#seminar_video .video_area {
  margin-left: auto;
  margin-right: auto;
}
#seminar_video .video_area video,
#seminar_video .video_area img {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#seminar_video .item:not(:last-of-type) {
  margin-bottom: 24px;
}

.tag_finish {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FD1050;
  color: #fff;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0.75em;
}

/*==========
プライバシーポリシー
==========*/
#privacypolicy_main {
  padding-top: 0;
}
#privacypolicy_main .bg {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: calc(var(--margin_negative) * -1);
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px var(--paddingLR) 32px;
}
#privacypolicy_main .inner_box {
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
}
#privacypolicy_main .title_main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4CAAA4;
  border-bottom: 1px solid #4CAAA4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
  text-align: center;
}

.list_privacy {
  counter-reset: privacy;
}
.list_privacy > *:not(:last-of-type) {
  margin-bottom: 40px;
}
.list_privacy .title {
  color: #4CAAA4;
  border-bottom: 1px solid #4CAAA4;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0.875em;
}
.list_privacy .title::before {
  counter-increment: privacy;
  content: counter(privacy) ". ";
}
.list_privacy .text {
  font-size: 0.875rem;
}
.list_privacy .text + .text {
  margin-top: 1em;
}

/*==========
サイトマップ
==========*/
.list_sitemap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4CAAA4;
}
.list_sitemap > * {
  width: calc((100% - 32px) / 2);
}
.list_sitemap a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0.325em;
  position: relative;
}
.list_sitemap a::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.3333333em;
  display: inline-block;
  vertical-align: middle;
  background: center/contain url("../img/common/icon_sitemap.svg") no-repeat;
}
.list_sitemap a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4CAAA4;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .list_sitemap a::before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
  }
  .list_sitemap a::after {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    will-change: width;
  }
  .list_sitemap a:hover::before {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .list_sitemap a:hover::after {
    width: 0;
  }
}
@media screen and (max-width: 959px) {
  .list_sitemap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_sitemap > * {
    width: 100%;
    max-width: 280px;
  }
}

/*==========
出向状況
==========*/
#interview_main {
  background-color: #F8F8F8;
}

.layout_interview .title_area {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.layout_interview .thumb_area {
  height: 234px;
}
.layout_interview .thumb_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_interview .logo_area {
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.layout_interview .logo_area .arrow {
  position: relative;
  display: block;
}
.layout_interview .logo_area .arrow::after {
  content: "";
  width: 68px;
  height: 68px;
  background: center/contain url("../img/child/interview/interview_logo_arrow.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.layout_interview .logo_area .border {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  border: 3px solid #4CAAA4;
  padding: 24px 24px 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.layout_interview .logo_area .logo {
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 277/88;
}
.layout_interview .logo_area .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout_interview .logo_area .company_name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-top: 16px;
}
.layout_interview .logo_area .company_post {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-top: 16px;
}
.layout_interview .text_area {
  background-color: #fff;
  padding: 0 20px 40px;
}
.layout_interview .text_area .title {
  padding-top: 1em;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: #4CAAA4;
}
.layout_interview .text_area .label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #4CAAA4;
  border: 1px solid #4CAAA4;
  border-radius: 40px;
  padding: 0.125em 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 148px;
  max-width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout_interview .text_area .text {
  margin-top: 0.75em;
}
.layout_interview + .layout_interview {
  margin-top: 80px;
}
.layout_interview .title_interview {
  margin-top: 1.5em;
  color: #4CAAA4;
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 3px solid #4CAAA4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.layout_interview .title_interview .en {
  font-style: italic;
  margin-right: 0.5em;
}
@media screen and (max-width: 959px) {
  .layout_interview .thumb_area {
    height: 180px;
  }
  .layout_interview .logo_area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .layout_interview .logo_area .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .layout_interview .logo_area .arrow::after {
    width: 40px;
    height: 40px;
  }
  .layout_interview .logo_area .border {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 16px var(--paddingLR) 24px;
  }
  .layout_interview .logo_area .logo {
    max-width: 200px;
  }
  .layout_interview .logo_area .company_name {
    font-size: 1.5rem;
    margin-top: 0.325em;
  }
  .layout_interview .text_area {
    padding: 0 var(--paddingLR) 24px;
  }
  .layout_interview .text_area .title {
    font-size: 1.25rem;
  }
  .layout_interview .text_area .pt_24,
  .layout_interview .text_area .pt_40 {
    padding-top: 1em;
  }
  .layout_interview + .layout_interview {
    margin-top: 40px;
  }
}

[id^=interview_]:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  [id^=interview_]:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

/*==========
成果報告会
==========*/
#interimreport_mv {
  position: relative;
}
#interimreport_mv .btn_img {
  position: absolute;
  left: 50%;
  bottom: 19%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22%;
  -webkit-transition: left 0.5s, bottom 0.5s;
  transition: left 0.5s, bottom 0.5s;
}
@media screen and (min-width: 960px) {
  #interimreport_mv .btn_img:hover {
    left: calc(50% + 2px);
    bottom: calc(19% - 2px);
  }
}
#interimreport_mv img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  #interimreport_mv .btn_img {
    bottom: 22.5%;
    width: 66.5%;
  }
}

#interimreport:not(:has(#interimreport_intro)) {
  background: -webkit-linear-gradient(315deg, #9ECECB 0%, #eff2f2 88.67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, #9ECECB 0%, #eff2f2 88.67%, rgba(255, 255, 255, 0) 100%);
}

#interimreport .layout_vertical_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
#interimreport .layout_vertical_title .row_title {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}
#interimreport .layout_vertical_title .row_contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#interimreport .layout_vertical_title .label {
  padding: 0.5em 0.125em;
  letter-spacing: 0.5em;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #4CAAA4;
}
#interimreport .layout_vertical_title .en {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 959px) {
  #interimreport .layout_vertical_title {
    gap: 0.5rem;
  }
  #interimreport .layout_vertical_title .label {
    font-size: 1.25rem;
  }
}

#interimreport_intro .bg {
  padding-left: 40px;
  padding-right: 40px;
  background: -webkit-linear-gradient(315deg, #9ECECB 0%, #eff2f2 88.67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, #9ECECB 0%, #eff2f2 88.67%, rgba(255, 255, 255, 0) 100%);
}
#interimreport_intro .title_main {
  font-size: 3.1875rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #fff;
}
#interimreport_intro .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#interimreport_intro .flex > * {
  width: 50%;
}
#interimreport_intro .flex .intro_area {
  padding-right: 24px;
}
#interimreport_intro .flex .intro_area .text {
  line-height: 2.75;
  margin-top: -0.75em;
}
#interimreport_intro .flex .img_area img:nth-of-type(1) {
  margin-left: 64px;
  margin-right: 40px;
  width: calc(100% - 104px);
}
#interimreport_intro .flex .img_area img:nth-of-type(2) {
  margin-top: -120px;
  margin-right: -40px;
  margin-left: auto;
  width: 45%;
}
#interimreport_intro .flex .img_area img:nth-of-type(3) {
  margin-top: 72px;
  margin-left: 40%;
  width: 49%;
}
#interimreport_intro .layout_vertical_title .label {
  background-color: #fff;
}
#interimreport_intro .layout_vertical_title .en {
  color: #fff;
}
@media screen and (max-width: 959px) {
  #interimreport_intro .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #interimreport_intro .bg {
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #interimreport_intro .title_main {
    font-size: 1.25rem;
    letter-spacing: 0em;
  }
  #interimreport_intro .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #interimreport_intro .flex > * {
    width: 100%;
  }
  #interimreport_intro .flex .intro_area {
    padding-right: 0;
  }
  #interimreport_intro .flex .intro_area .text {
    line-height: 1.75;
    margin-top: 0em;
  }
  #interimreport_intro .flex .img_area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #interimreport_intro .flex .img_area img:nth-of-type(1) {
    margin-left: 0px;
    margin-right: 0px;
    width: 80%;
    max-width: 240px;
  }
  #interimreport_intro .flex .img_area img:nth-of-type(2) {
    margin-top: -144px;
    margin-left: auto;
    margin-right: var(--paddingLR);
    width: 55%;
  }
  #interimreport_intro .flex .img_area img:nth-of-type(3) {
    margin-top: -40px;
    margin-left: 10%;
    width: 60%;
  }
  #interimreport_intro .layout_vertical_title {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.list_interimreport_point {
  counter-reset: point;
  padding-bottom: 0;
}
.list_interimreport_point > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.list_interimreport_point > *:not(:last-of-type) {
  margin-bottom: 64px;
}
.list_interimreport_point > *:nth-of-type(even) {
  margin-left: 20%;
}
.list_interimreport_point .icon {
  width: 107px;
}
.list_interimreport_point .text_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list_interimreport_point .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}
.list_interimreport_point .title::before {
  counter-increment: point;
  content: "POINT" counter(point);
  font-family: "Montserrat", sans-serif;
  color: #4CAAA4;
  font-size: 0.9375rem;
  font-weight: 700;
  display: block;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.list_interimreport_point .text {
  padding-right: 48px;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .list_interimreport_point {
    padding-top: 24px;
  }
  .list_interimreport_point .icon {
    width: 12%;
  }
  .list_interimreport_point > *:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .list_interimreport_point > *:nth-of-type(even) {
    margin-right: 0%;
    margin-left: 0%;
  }
  .list_interimreport_point .title {
    font-size: 1rem;
  }
  .list_interimreport_point .text {
    padding-right: 0;
  }
}

#interimreport_details .dl_01 > dd .text,
#interimreport_details_02 .dl_01 > dd .text {
  font-size: 1rem;
}
#interimreport_details .dl_01 > dd .text + .text,
#interimreport_details_02 .dl_01 > dd .text + .text {
  margin-top: 1em;
}

#interimreport_guest .bg {
  background-color: #F8F8F8;
  padding-left: 40px;
  padding-right: 40px;
}
#interimreport_guest .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#interimreport_guest .row_title {
  margin-top: 80px;
}
#interimreport_guest .img_area {
  margin-left: 40px;
  margin-right: -5%;
  position: relative;
  z-index: 1;
}
#interimreport_guest .img_area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4CAAA4;
  position: absolute;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  top: 1%;
  left: -1%;
  z-index: -1;
}
#interimreport_guest .text_area {
  max-width: 434px;
  position: relative;
  z-index: 2;
}
#interimreport_guest .text_box {
  background-color: #fff;
  padding: 1.5rem;
}
#interimreport_guest .text_box .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#interimreport_guest .text_box .title {
  font-weight: 700;
  color: #4CAAA4;
  margin-bottom: 0.5em;
}
#interimreport_guest .text_box + .text_box {
  margin-top: 40px;
}
#interimreport_guest .border {
  border: 1px solid #4CAAA4;
}
@media screen and (max-width: 959px) {
  #interimreport_guest .bg {
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #interimreport_guest .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #interimreport_guest .row_title {
    margin-top: 0;
  }
  #interimreport_guest .img_area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #interimreport_guest .text_area {
    margin-top: 24px;
  }
  #interimreport_guest .text_box {
    padding: 1rem;
  }
  #interimreport_guest .text_box .name {
    font-size: 1.125rem;
  }
  #interimreport_guest .text_box + .text_box {
    margin-top: 1rem;
  }
}

.banner_interview img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .banner_interview a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .banner_interview a:hover {
    opacity: 0.75;
  }
}

#interimreport_program .bg {
  background: -webkit-linear-gradient(315deg, #aed5d3 0%, #eff2f2 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, #aed5d3 0%, #eff2f2 90%, rgba(255, 255, 255, 0) 100%);
}
#interimreport_program .layout_vertical_title .label {
  background-color: #4CAAA4;
  color: #fff;
}
#interimreport_program .layout_vertical_title .en {
  color: #fff;
}

.list_interimreport_program {
  width: 100%;
  position: relative;
  letter-spacing: 0.08em;
}
.list_interimreport_program .time_area {
  width: 15%;
}
.list_interimreport_program .text_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list_interimreport_program .time {
  font-size: 1.125rem;
  font-weight: 700;
}
.list_interimreport_program .title_label {
  line-height: 1.25;
  background-color: #E3EDEC;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-top: -0.375em;
}
.list_interimreport_program .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4CAAA4;
}
.list_interimreport_program .title_sub {
  font-size: 1.125rem;
  font-weight: 700;
}
.list_interimreport_program .text {
  font-size: 0.875rem;
}
.list_interimreport_program > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em 0;
  margin-left: 10%;
  position: relative;
}
.list_interimreport_program > *:not(:last-of-type):not(.border_none) {
  background-image: -webkit-linear-gradient(left, #9F9E9E, #9F9E9E 6px, transparent 6px, transparent 14px);
  background-image: linear-gradient(to right, #9F9E9E, #9F9E9E 6px, transparent 6px, transparent 14px);
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.list_interimreport_program > *::before {
  content: "";
  width: 0.625em;
  height: 0.625em;
  border-radius: 100%;
  background-color: #4CAAA4;
  position: absolute;
  left: calc(-10% + 1.5em);
  top: 2.25em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list_interimreport_program::before {
  content: "";
  width: 1px;
  height: calc(100% - 4em);
  background-image: -webkit-linear-gradient(top, #479E98, #479E98 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(to bottom, #479E98, #479E98 1px, transparent 1px, transparent 2px);
  background-size: 1px 2px;
  background-position: left bottom;
  background-repeat: repeat-y;
  position: absolute;
  left: 2em;
  top: 2em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 959px) {
  .list_interimreport_program .time_area {
    width: 100%;
  }
  .list_interimreport_program > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    margin-left: 1.5em;
  }
  .list_interimreport_program > *::before {
    left: -1.5em;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .list_interimreport_program::before {
    height: calc(100% - 6em);
    left: 0.3125em;
  }
}

#interimreport_intro .text {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}
#interimreport_intro .text + .text {
  margin-top: 1em;
}
#interimreport_intro .youtube_thumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #interimreport_intro .text {
    text-align: left;
  }
}

.layout_report .block + .block {
  margin-top: var(--paddingSection);
}
.layout_report .text_area {
  margin-top: 8px;
  line-height: 1.5;
}

.layout_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 24px;
}
.layout_flex > * {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 959px) {
  .layout_flex > * {
    width: 100%;
  }
}