/*
Theme Name: YamaHen2025
Description: 山口 未来変革デジタル人材発掘・育成プログラム 2025 のテーマです
Version: 1.0
Author: 山口未来変革デジタル人材発掘・育成プログラム(山口大学)
*/

@charset "utf-8";

/* reset & common */
:root {
  --root-font-size: 16;
}
@media print {
  :root {
    --root-font-size: 10;
  }
}
html, body, main, aside, article, section, nav, header, footer, div, p, li, dl, dt, dd, address, figure {margin: 0; padding: 0;}
html {
  font-size: 100%;
  touch-action: manipulation;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: calc( 16 / var(--root-font-size) * 1rem );
  color: #4f4f4f;
  background-color: #4f4f4f;
}
@media print {
  html {
    font-size: 87.5%;
  }
  body {
    background-color: #fff;
  }
}
header, main, footer {
  display: block;}
main {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div, p, a, span, dd, dt, li, address {
  font-size: 1rem;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  max-width: 100%;
}
ul,ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}
a {
  color: #4f4f4f;
  text-decoration: none;
}
time {
  display: inline-block;
}
address {
  font-style: normal;
}
button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border-style: none;
  margin: 0 auto;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
* {
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
*,*::before,*::after {
  box-sizing: border-box;
  outline-offset: 3px;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal!important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 888px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.container {
  width: 100%;
  /* max-width: 290px; */
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 834px) {
  .container {
    max-width: 786px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .container {
    max-width: 1156px;
    padding: 0;
  }
}
.container + .container {
  margin-top: 5rem;
}

.emphasis {
  font-weight: 700;
}
.line_break {
  display: inline-block;
}

/* WordPress admin-bar countermeasure */
body.admin-bar .header .logo {
  top: 62px;
}
body.admin-bar .top_flame,
body.admin-bar #navToggle {
  top: 46px;
}
body.admin-bar .header {
  margin-top: 46px;
}
@media screen and (min-width: 780px) {
  body.admin-bar .header .logo {
    top: 48px;
  }
  body.admin-bar .top_flame,
  body.admin-bar #navToggle {
    top: 32px;
  }
  body.admin-bar .header {
    margin-top: 32px;
  }
}
@media screen and (min-width: 834px) {
  body.admin-bar.header .logo {
    top: 46px;
  }
}
/* ----- */

/* header */
.header {
  height: 80px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 24px;
  z-index: 10;
}
/*
body.lower_page .header {
  background-color: #eee;
}
*/

.header .logo {
  position: fixed;
  display: inline-block;
  width: auto;
  height: auto;
  top: 12px;
  left: 16px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 13;
}
.header .logo span {
  display: block;
  width: 120px;
  height: 0;
  padding-top: 46.7836257309%;
  background-image: url(./assets/images/project_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .logo.active span {
  background-image: url(./assets/images/logo-white.svg);
}
@media print {
  .header {
    position: relative;
  }
  .header .logo {
    position: absolute;
  }
}
@media screen and (min-width: 834px) {
  .header {
    height: 104px;
  }
  .header .logo {
    top: 24px;
    left: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    height: 152px;
    padding-top: 48px;
    padding-bottom: 24px;
    transition:
      height 0.3s ease,
      padding-top 0.3s ease,
      background-color 0.3s ease,
      opacity 0.3s ease;
    opacity: 1;
  }
  .header:not(.scrolled) {
    opacity: 1;
  }
  .header .header_wrapper {
    width: 100%;
    height: 100%;
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .logo {
    position: static;
    top: 24px;
    left: 96px;
  }
  .header .logo span {
    width: 171px;
  }
  .header .logo.active span {
    background-image: url(./assets/images/project_logo.svg);
  }

  /* スクロールで切り替え */
  .header.scrolled {
    padding-top: 68px;
    opacity: 1;
  }
  .header.fading {
    opacity: 0;
  }
  .header.scrolled .header_wrapper {
    height: 64px;
    max-width: 1312px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .header.scrolled .logo span {
    width: 86px;
    margin-left: 24px;
  }
  .header.scrolled #gnav ul li a {
    padding: 16px 12px;
  }
}

/** humberger-menu **/
#navToggle {
  position: fixed;
  top: 12px;
  right: 16px;
  width: 56px;
  height: 56px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  z-index: 13;
  overflow: hidden;
}
#navToggle.active {
  border: 1px solid #fff;
}
#navToggle span:nth-child(1),
#navToggle span:nth-child(2) {
  display: block;
  height: 1px;
  border-radius: 1px;
  background-color: #4f4f4f;
  transition: all 0.3s;
  position: absolute;
}
#navToggle span:nth-child(1) {
  width: 24px;
  top: 19px;
  left: 16px;
}
#navToggle span:nth-child(2) {
  width: 24px;
  top: 23px;
  left: 16px;
}
#navToggle::after {
  content: "Menu";
  font-size: 0.75rem;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 1.125;
  /* letter-spacing: 0.08em; */
  transition: all .6s;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

#navToggle.active span:nth-child(1) {
  transform: translateX(100px);
}
#navToggle.active span:nth-child(2) {
  top: 21px;
  background-color: #C73618;
}
#navToggle.active::after {
  content: 'Close';
  color: #C73618;
}
@media screen and (min-width: 834px) {
  #navToggle {
    top: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1440px) {
  #navToggle {
    display: none;
  }
}
@media print {
  #navToggle {
    display: none;
  }
}

/** global navigathion **/
#gnav {
  display: none;
}
#gnav.active {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #004A59;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
#gnav > ul {
  width: 100%;
  height: 100%;
  padding: 164px 16px 16px;
}
#gnav ul li {
  display: block;
  width: 100%;
}
#gnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.16em;
  padding: 16px 0;
}
#gnav ul li a:hover {
  color: #C73618;
}

@media screen and (min-width: 834px) {
  #gnav > ul {
    max-width: 584px;
    padding-top: 208px;
    margin: 0 auto;
  }
  #gnav ul li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  #gnav {
    display: block;
  }
  #gnav.active {
    width: auto;
    height: auto;
    position: static;
    background-color: transparent;
  }
  #gnav > ul {
    width: 100%;
    max-width: unset;
    height: 100%;
    position: static;
    top: 0px;
    left: unset;
    margin: unset;
    padding: unset ;
    z-index: 10;
    background-color: transparent;
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #gnav ul li {
    width: unset;
  }
  #gnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4f4f4f;
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 24px 12px;
    transition: 0.3s;
  }
  #gnav .btn_gnav {
    padding-top: unset;
    padding-left: 12px;
  }
  #gnav ul li a:hover {
    color: #c73618;
    text-decoration: none;
    transition: 0.3s;
  }
}

/* footer */
.footer,
.footer a {
  color: #fff;
}
.footer {
  padding: 40px 16px 16px;
  position: relative;
  background-color: #4f4f4f;
}

.footer h2 {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.footer .footer_logo .logo {
  display: block;
  width: 180px;
  height: 0;
  padding-top: 46.6666666666%;
  background-image: url(./assets/images/logo-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.footer .fnav > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.footer .fnav > ul > li {
  display: block;
  width: 100%;
}
.footer .fnav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  transition: 0.3s;
  text-align: center;
}
.footer .fnav > ul > li > a:hover {
  color: #F19E44;
}

@media print {
  .footer .fnav {
    display: none;
  }
}

.footer > p {
  text-align: center;
}
.footer > p > small > span {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
@media screen and (min-width: 834px) {
  .footer {

  }
  .footer .fnav > ul {
    flex-direction: row;
  }
  .footer .fnav > ul > li {
    width: auto;
  }
  .footer .fnav > ul > li > a {
    padding: 12px 20px;
  }
}

@media print {
  .footer {
    margin-bottom: 0;
  }
}

/* common */

/** top page title **/
#news .title h2,
#introduction .title h2,
#manager .title h2,
#what_project .title h2,
.recruitment_message .title h2,
#archive .title h2,
#partner .title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.recruitment_message .title h2,
.recruitment_message .title h2 span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.66;
  letter-spacing: 0.16em;

}
@media screen and (min-width: 834px) {
  #news .title h2,
  #introduction .title h2,
  #manager .title h2,
  #what_project .title h2,
  #archive .title h2,
  #partner .title h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
  .recruitment_message .title h2,
  .recruitment_message .title h2 span {
    font-size: 2rem;
    line-height: 1.75;
  }
}

#news .title .note,
#introduction .title .note,
#manager .title .note,
#what_project .title .note,
#archive .title .note,
#partner .title .note {
  font-size: 1.125rem;
  color: #f29d14;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
#news .title .note_alt,
#introduction .title .note_alt,
#manager .title .note_alt,
#archive .title .note_alt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 1440px) {
  #what_project .title h2,
  #what_project .title .note,
  .recruitment_message .title h2 {
    text-align: center;
  }
}
/** title **/
#news .wrapper,
#manager .wrapper,
#archive .wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
#news .wrapper .title_wrapper,
#manager .wrapper .title_wrapper,
#archive .wrapper .title_wrapper {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
#news .wrapper .title_wrapper > .title,
#manager .wrapper .title_wrapper > .title,
#archive .wrapper .title_wrapper > .title {
  display: block;
  margin-bottom: 1.5rem;
}
#news .wrapper .title_wrapper > .title h2,
#manager .wrapper .title_wrapper > .title h2,
#archive .wrapper .title_wrapper > .title h2 {
  margin-bottom: 0.625rem;
}
#news .wrapper .title_wrapper > .title .note_wrapper .note,
#manager .wrapper .title_wrapper > .title .note_wrapper .note,
#archive .wrapper .title_wrapper > .title .note_wrapper .note {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 834px) {
  #news .wrapper,
  #manager .wrapper,
  #archive .wrapper {
    padding: 0 24px;
  }
  #news .wrapper .title_wrapper > .title,
  #manager .wrapper .title_wrapper > .title,
  #archive .wrapper .title_wrapper > .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #news .wrapper .title_wrapper > .title h2,
  #manager .wrapper .title_wrapper > .title h2,
  #archive .wrapper .title_wrapper > .title h2 {
    margin-right: 40px;
  }
  #news .wrapper .title_wrapper > .title .note_wrapper .note,
  #manager .wrapper .title_wrapper > .title .note_wrapper .note,
  #archive .wrapper .title_wrapper > .title .note_wrapper .note {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 1440px) {
  #news .wrapper,
  #manager .wrapper,
  #archive .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 0 27px;
  }
  #news .wrapper .title_wrapper,
  #manager .wrapper .title_wrapper,
  #archive .wrapper .title_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1274px;
    margin-bottom: 2.5rem;
  }
}


@media print {
  #introduction .title,
  #what_project .title,
  #partner .title,
  #information title,
  #project_manager .title,
  #project_manager .mentor .title,
  #apply .title,
  #apply .schedule .title {
    margin-bottom: 1.5rem;
  }
}

/** btn **/
.btn_base {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  /* width: 100%; */
  text-align: center;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  border-radius: 3.125rem;
}
#gnav .btn_gnav .btn_base {
  text-indent: unset;
  text-align: unset;
}
.btn_title .btn_base,
.btn_introduction .btn_base,
.btn_parent_projects .btn_base,
.btn_recruitment_message .btn_base,
.btn_partner .btn_base,
.btn_recruitment .btn_base,
.btn_message .btn_base,
.btn_support .btn_base {
  color: #fff;
  background-color: #004a59;
}
.btn_cv .btn_base,
.btn_sp .btn_base,
.btn_information .btn_base {
  color: #000;
  background-color: #fff;
}
.btn_recruitment_message .btn_base,
.btn_message .btn_base {
  color: #4f4f4f;
  background-color: #fff;
}
@media screen and (min-width: 1440px) {
  #gnav .btn_gnav .btn_base {
    border: 2px solid #4f4f4f;
    border-radius: 50px;
    min-width: 170px; /**/
    min-height: 80px;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header.scrolled #gnav .btn_gnav .btn_base {
    border: unset;
    border-radius: 0 50px 50px 0;
    min-width: 154px; /**/
    min-height: 64px;
    background-color: #C73618;
    color: #fff;
  }
}
.btn_base .btn_arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(./assets/images/btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* vertical-align: middle; */
  margin-left: 0.5rem;
  position: relative;
  transition: 0.3s;
}
.btn_recruitment_message .btn_base .btn_arrow,
.btn_message .btn_base .btn_arrow {
  background-image: url(./assets/images/btn_arrow_black.svg);
}
.btn_base::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: 3.125rem;
}
.btn_title .btn_base::after,
.btn_introduction .btn_base::after,
.btn_parent_projects .btn_base::after,
.btn_recruitment_message .btn_base::after,
.btn_partner .btn_base::after,
.btn_recruitment .btn_base::after,
.btn_message .btn_base::after,
.btn_document .btn_base::after,
.btn_support .btn_base::after,
.btn_program_materials .btn_base::after,
.btn_cv .btn_base::after,
.btn_sp .btn_base::after,
.btn_information .btn_base::after {
  background: linear-gradient(90deg, #F19E44 0%, #C73618 100%);
}
@media screen and (min-width: 1440px) {
  #gnav .btn_gnav .btn_base::after {
    background: linear-gradient(90deg, #F19E44 0%, #C73618 100%);
  }
}
.btn_recruitment_message .btn_base .btn_arrow::after,
.btn_message .btn_base .btn_arrow::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(./assets/images/btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 1440px) {
  #gnav .btn_gnav .btn_base::after {
    border-radius: 50px;
  }
  .header.scrolled #gnav .btn_gnav .btn_base::after {
    border-radius: 0 50px 50px 0;
  }
}
.btn_base:hover:after,
.btn_recruitment_message .btn_base:hover .btn_arrow::after,
.btn_message .btn_base:hover .btn_arrow::after {
  opacity: 1;
}
.btn_recruitment_message .btn_base:hover,
.btn_recruitment .btn_base:hover,
.btn_message .btn_base:hover,
.btn_document .btn_base:hover,
.btn_information .btn_base:hover,
.btn_support .btn_base:hover,
.btn_program_materials .btn_base:hover {
  color: #fff;
}
@media screen and (min-width: 1440px) {
  #gnav .btn_gnav .btn_base:hover {
    color: #fff;
    border-top-width: unset;
    border-right-width: unset;
    border-bottom-width: unset;
    border-left-width: unset;
    border-top-style: unset;
    border-right-style: unset;
    border-bottom-style: unset;
    border-left-style: unset;
    border-top-color: unset;
    border-right-color: unset;
    border-bottom-color: unset;
    border-left-color: unset;
  }
}
.btn_parent_projects,
.btn_recruitment_message,
.btn_recruitment,
.btn_message,
.btn_support {
  text-align: center;
}

/*** img wrap ***/
.main_visual .main_visual_slide .main_visual_img,
#news .news_contents .news_content .news_thumbnail,
.top_images .top_images_photo,
#what_project .parent_projects .mitou_thumbnail,
#what_project .parent_projects .akatsuki_thumbnail,
#manager .maneger_contents .maneger_content .person_content_img,
#archive .archive_contents .archive_content .archive_thumbnail,
#project_manager .maneger_list .person_content_img,
#project_manager .mentor_list .person_content_img,
#information_list .info_catalog .info_thumbnail,
#news_list .news_catalog .news_thumbnail,
#archive_list .archive_catalog .archive_thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#what_project .parent_projects .mitou_thumbnail .img_wrap,
#what_project .parent_projects .akatsuki_thumbnail .img_wrap {
  padding-top: 36.3636363636%;
}
#information_list .info_catalog .info_thumbnail .img_wrap {
  padding-top: 86.6425992779%;
}
.main_visual .main_visual_slide .main_visual_img .img_wrap,
#manager .maneger_contents .maneger_content .person_content_img .img_wrap,
#project_manager .maneger_list .person_content_img .img_wrap,
#project_manager .mentor_list .person_content_img .img_wrap {
  padding-top: 100%;
}
.top_images .top_images_photo .img_wrap {
  padding-top: 66.6666666666%;
}
@media screen and (min-width: 834px) {
  .top_images .top_images_photo .img_wrap {
    padding-top: 115.107913669%;
  }
}
@media screen and (min-width: 1440px) {
  .top_images .top_images_photo .img_wrap {
    padding-top: 66.6666666666%;
  }
}

#news .news_contents .news_content .news_thumbnail .img_wrap,
#archive .archive_contents .archive_content .archive_thumbnail .img_wrap,
#news_list .news_catalog .news_thumbnail .img_wrap,
#archive_list .archive_catalog .archive_thumbnail .img_wrap {
  padding-top: 50%;
}
@media screen and (min-width: 834px) {

}
/**** adjust to height ****/
.top_images .top_images_photo .img_wrap > img,
#what_project .parent_projects .mitou_thumbnail .img_wrap > img,
#what_project .parent_projects .akatsuki_thumbnail .img_wrap > img,
#manager .maneger_contents .maneger_content .person_content_img .img_wrap > img,
#archive .archive_contents .archive_content .archive_thumbnail .img_wrap > img,
#project_manager .maneger_list .person_content_img .img_wrap > img,
#project_manager .mentor_list .person_content_img .img_wrap > img,
#information_list .info_catalog .info_thumbnail .img_wrap > img,
#archive_list .archive_catalog .archive_thumbnail .img_wrap > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
/**** adjust to width ****/
.main_visual .main_visual_slide .main_visual_img .img_wrap > img,
#news .news_contents .news_content .news_thumbnail .img_wrap > img,
#archive .archive_contents .archive_content .archive_thumbnail.no_thumbnail .img_wrap > img,
#news_list .news_catalog .news_thumbnail .img_wrap > img,
#archive_list .archive_catalog .archive_thumbnail.no_thumbnail .img_wrap > img {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/*** img wrap no image ***/
#news .news_contents .news_content .order .news_thumbnail.no_thumbnail,
#archive .archive_contents .archive_content .order .archive_thumbnail.no_thumbnail,
#news_list .news_catalog .news_thumbnail.no_thumbnail,
#archive_list .archive_catalog .archive_thumbnail.no_thumbnail {
  background-color: #004a59;
}
#news .news_contents .news_content .order .news_thumbnail.no_thumbnail .img_wrap,
#archive .archive_contents .archive_content .order .archive_thumbnail.no_thumbnail .img_wrap,
#news_list .news_catalog .news_thumbnail.no_thumbnail .img_wrap,
#archive_list .archive_catalog .archive_thumbnail.no_thumbnail .img_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 148px;
}

/*** img hover animation ***/
#archive .archive_contents .archive_content a:hover .archive_thumbnail img,
#information ul li a:hover img,
#archive_list ul li a:hover img {
  animation: expansion_height 1s ease forwards;
}
@keyframes expansion_height {
  0%   { height: 100%; }
  100% { height: 110%; }
}
#news .news_contents .news_content > a:hover img,
#archive .archive_contents .archive_content a:hover .archive_thumbnail.no_thumbnail img,
#news_list ul li a:hover img,
#archive_list .archive_contents a:hover .archive_thumbnail.no_thumbnail img  {
  animation: expansion_width 1s ease forwards;
}
@keyframes expansion_width {
  0%   { width: 100%; }
  100% { width: 110%; }
}

/* swiper reset */
.swiper {
  overflow: visible;
}

.swiper_mv .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
/*
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -3.75rem;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
@media screen and (min-width: 567px) {
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -2.5rem;
}
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b0b0b0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4f4f4f;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 24px;
}
*/
.custom_pagination_news,
.custom_pagination_manager,
.custom_pagination_archive {
  text-align: center;
  margin-top: 40px;
  margin-left: -27px;
}

.custom_bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-radius: 50%;
  background: #b0b0b0;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (min-width: 834px) {
  .custom_bullet {
    margin: 0 24px;
  }
}
.custom_bullet:hover,
.custom_bullet.active {
  background: #4f4f4f;
}

  /* index.html
-------------------- */

/**  main visual **/
.main {

}
.main_visual {
  margin-top: 160px;
  background-image: url(./assets/images/mv_wave_top.svg) , url(./assets/images/mv_wave_bottom.svg), linear-gradient(90deg, #F19E44 0%, #C73618 100%);
  background-position: top -1px left -93px, bottom -1px left -93px, center;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: 288px, 288px, 100%;
  position: relative;
  height: 320px;
  z-index: 0;
}
@media screen and (min-width: 834px) {
  .main_visual {
    margin-top: 152px;
    background-position: top -1px left 0px, bottom -1px left 0px, center;
    background-size: 417px, 417px, 100%;
    height: 463px;
  }
}
@media screen and (min-width: 1440px) {
  .main_visual {
    margin-top: 152px;
    background-size: 720px, 720px, 100%;
    height: 640px;
  }
}

.main_visual .main_visual_position {
  width: 100%;
  max-width: 348px;
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.main_visual .main_visual_position h2 span {
  color: #4f4f4f;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 834px) {
  .main_visual .main_visual_position {
    max-width: 600px;
    bottom: -91px;
    left: 23px;
    transform: unset;
  }
  
  .main_visual .main_visual_position h2 span {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  
}
@media screen and (min-width: 1440px) {
  .main_visual .main_visual_position {
    max-width: 1000px;
    bottom: -72px;
    left: 27px;
  }
  .main_visual .main_visual_position h2 span {
    font-size: 3.5rem;
    line-height: 1.43;
  }
}
@media screen and (min-width: 1467px) {
  .main_visual .main_visual_position {
    left: calc((100vw - 1440px) / 2);
  }
}


.main_visual .main_visual_slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  padding-left: 16px;
}
.main_visual .main_visual_slide .main_visual_slide_bg {
  background-color: #F19E44;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_visual .main_visual_slide .main_visual_slide_bg > div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.main_visual .main_visual_slide ul li {
  position: relative;
  flex-shrink: 0;
  width: 160px !important ;
  margin-right: 88px;
}
.main_visual .main_visual_slide ul li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F19E44;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);
}
@media screen and (min-width: 834px) {
  .main_visual .main_visual_slide {
    padding-left: 23px;
  }
  .main_visual .main_visual_slide .main_visual_slide_bg {
    width: 290px;
    height: 290px;
  }
  .main_visual .main_visual_slide .main_visual_slide_bg > div {
    width: 280px;
    height: 280px;
  }
  .main_visual .main_visual_slide ul li {
    width: 290px !important ;
    margin-right: 152px;
  }
  .main_visual .main_visual_slide ul li::after {
    right: -90px;
  }
}
@media screen and (min-width: 1440px) {
  .main_visual .main_visual_slide {
    padding-left: 4px;
  }
  .main_visual .main_visual_slide .main_visual_slide_bg {
    width: 370px;
    height: 370px;
  }
  .main_visual .main_visual_slide .main_visual_slide_bg > div {
    width: 360px;
    height: 360px;
  }
  .main_visual .main_visual_slide ul li {
    width: 370px !important ;
    margin-right: 184px;
  }
  .main_visual .main_visual_slide ul li::after {
    right: -104px;
  }
}

/** information_floating_widget **/
#information_floating_widget {
  display: block;
  /* width: 94%; */
  /* width: calc(100% - 48px); */
  height: auto;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 24px;
  left: 16px;
  right: 32px;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.5s ease;
}
/*** フェードアウト ***/
#information_floating_widget.fade-out {
  opacity: 0;
  pointer-events: none; /* マウス操作を無効化 */
}
@media screen and (min-width: 834px) {
  #information_floating_widget {
  left: 24px;
  right: 40px;
    /* width: calc(100% - 48px); */
  }
}
@media screen and (min-width: 1440px) {
  #information_floating_widget {
    width: 298px;
    left: unset;
  }
}
@media screen and (min-width: 1960px) {
  #information_floating_widget {
    right: calc((100vw - 1920px) / 2 );
  }
}
@media print {
  #information_floating_widget {
    display: none;
  }
}
#information_floating_widget .info_wrapper {
  display: flex;
  flex-direction: column;
}
#information_floating_widget > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 32px;
}
#information_floating_widget .info_wrapper .info_title_wrapper {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
}
#information_floating_widget .info_wrapper .info_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示したい行数を指定 */
  /* for older browsers */
  max-height: 4em;
}
#information_floating_widget .info_wrapper .info_title_wrapper > div {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(./assets/images/btn_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  transition: 0.3s;
}
#information_floating_widget .info_wrapper .info_title_wrapper > div::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(./assets/images/btn_arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
#information_floating_widget > a:hover .info_wrapper .info_title_wrapper > div::after {
  opacity: 1;
}
#information_floating_widget .info_wrapper .info_date {
  order: 1;
  margin-bottom: 0.5rem;
}
#information_floating_widget .info_wrapper .info_date > time {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.428;
  letter-spacing: 0.08em;
}

#information_floating_widget button {
  background-color: transparent;
  padding-inline: unset;
  padding-block: unset;
  border-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: -22px;
}
#information_floating_widget button > span {
  background-color: #004A59;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
#information_floating_widget button > span::before,
#information_floating_widget button > span::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#information_floating_widget button > span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#information_floating_widget button > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/** news **/
#news {
  margin: 12.25rem 0 6.25rem;
}
@media screen and (min-width: 834px) {
#news {
    margin: 15.6875rem 0 10rem;
  }
}
@media screen and (min-width: 1440px) {
#news {
    margin: 17rem 0 12.5rem;
  }
}
#news .news_contents {
  display: flex;
  flex-wrap: nowrap;
}
#news .news_contents .news_content {
  width: 358px;
  background-color: #eee;
  flex-shrink: 0;
}
@media screen and (min-width: 834px) {
  #news .news_contents .news_content {
    width: 320px;
  }
}

#news .news_contents .news_content > a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .news_contents .news_content .order {
  display: flex;
  flex-direction: column;
}
#news .news_contents .news_content .order .news_thumbnail {
  order: 1;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
#news .news_contents .news_content .order .news_title {
  order: 3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示したい行数を指定 */
  /* for older browsers */
  max-height: 4em;
  padding: 0 24px;
  margin-bottom: 24px;
}
#news .news_contents .news_content .order .news_date {
  order: 2;
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.428;
  letter-spacing: 0.16em;
  padding: 16px 24px 0;
}
#news .news_contents .news_content .order .news_date > time {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
}
#news .news_contents .news_content .order .news_date > time span {
  margin: 0 0.5em;
}

/** introduction **/
#introduction {
  background-color: #eee;
  padding: 2.5rem 0;
}
#introduction .container {
  max-width: 920px;
  padding: 0 16px;
}
#introduction .title {
  margin-bottom: 2.5rem;
}
#introduction .title h2 {
  margin-bottom: 1.125rem;
}
#introduction .title .note {
  margin-bottom: 0.8rem;
}
#introduction .title .note_alt > a {
  font-size: 1.125rem;
}
#introduction .title .note_alt > a:hover {
  text-decoration: underline;
}
#introduction .introduction_txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 834px) {
  #introduction {
    padding: 4rem 0;
  }
  #introduction .container {
    padding: 0 40px;
  }
  #introduction .title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  #introduction {
    padding: 5rem 0;
  }
  #introduction .container {
    padding: 0;
  }
}

/** top_images **/
.top_images {
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  overflow: hidden;
}
.top_images ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.top_images ul li {
  width: 100%;
  /* max-width: 480px; */
}
@media screen and (min-width: 834px) {
  .top_images ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

/** manager **/
#manager {
  margin: 6.25rem 0;
}
@media screen and (min-width: 834px) {
  #manager {
    margin: 10rem 0;
  }
}
@media screen and (min-width: 1440px) {
  #manager {
    margin: 12.5rem 0;
  }
}
#manager .maneger_contents {
  display: flex;
  flex-wrap: nowrap;
}
#manager .maneger_contents .maneger_content {
  width: 358px;
  flex-shrink: 0;
}
@media screen and (min-width: 834px) {
  #manager .maneger_contents .maneger_content {
    width: 320px;
  }
}
#manager .maneger_contents .maneger_content .person_content_img {
  
}
#manager .maneger_contents .maneger_content .person_name {
  background-color: #eee;
  padding: 0.5rem 8px;
}
#manager .maneger_contents .maneger_content .person_name .role {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.16em;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
}
#manager .maneger_contents .maneger_content .person_name .role.role_pm_lead {
  color: #fff;
  background-color: #C73618;
}
#manager .maneger_contents .maneger_content .person_name .role.role_pm {
  color: #fff;
  background-color: #F19E44;
}
#manager .maneger_contents .maneger_content .person_name h3 {
  
}
#manager .maneger_contents .maneger_content .person_name h3 span {
  display: inline-block;
}
#manager .maneger_contents .maneger_content .person_name h3 span:first-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-right: 0.5rem;
}
#manager .maneger_contents .maneger_content .person_name h3 span:last-child {
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
}


/** what_project **/
#what_project {
  padding: 2.5rem 0;
  background-color: #eee;
}
#what_project .container {
  padding: 0 16px;
}
@media screen and (min-width: 834px) {
  #what_project {
    padding: 5rem 0;
  }
  #what_project .container {
    max-width: 1156px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  #what_project .container {
    padding: 0;
  }
}
#what_project .title {
  margin-bottom: 2.5rem;
}
#what_project .title h2 {
  margin-bottom: 1.125rem;
}
#what_project .what_project_txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 834px) {
  #what_project .what_project_txt {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1440px) {
  #what_project .what_project_txt {
    padding: 0;
    width: 920px;
    margin: 0 auto 2.5rem;
  }
}

#what_project dl {
  background: linear-gradient(90deg, #F19E44 0%, #C73618 100%);
  padding: 24px 24px 40px;
  margin-bottom: 2.5rem;
}
#what_project dl > div {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
#what_project dl > div:last-child {
  margin-bottom: unset;
}
#what_project dl > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#what_project dl > div > dt {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.5rem;
}
#what_project dl > div > dd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #fff;
  padding-bottom: 1rem;
}
@media screen and (min-width: 834px) {
  #what_project dl {
    padding: 40px;
  }
  #what_project dl > div > dt {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1440px) {
  #what_project dl > div > dt,
  #what_project dl > div > dd {
    text-align: center;
  }
}

#what_project .parent_projects {
  display: block;
  margin: 0 auto;
}
#what_project .parent_projects > div {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
#what_project .parent_projects .mitou {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 834px) {
  #what_project .parent_projects {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 787px;
  }
  #what_project .parent_projects > div {
    width: 48%;
    width: calc((100% / 2) - 20px );
    max-width: 373px;
    margin: unset;
  }
  #what_project .parent_projects .mitou {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 1440px) {
  #what_project .parent_projects {
    max-width: 920px;
  }
  #what_project .parent_projects > div {
    max-width: 440px;
  }
}
#what_project .parent_projects .mitou_thumbnail,
#what_project .parent_projects .akatsuki_thumbnail {
  margin-bottom: 1.5rem;
}

#what_project .parent_projects .excerpt {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
}
#what_project .parent_projects .cite {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}
#what_project .parent_projects .cite > a {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
  text-decoration: underline;
  word-wrap:break-word;
}
#what_project .parent_projects .cite > a:hover {
  text-decoration: unset;
}

/** recruitment_message **/
.recruitment_message {
  padding: 2.5rem 0;
  color: #fff;
  background-color: #004A59;
}
.recruitment_message .container {
  padding: 0 16px;
}
@media screen and (min-width: 834px) {
  .recruitment_message {
    padding: 4rem 0;
  }
  .recruitment_message .container {
    padding: 0 24px;
    max-width: 920px;
  }
}
@media screen and (min-width: 1440px) {
  .recruitment_message {
    padding: 5rem 0;
  }
  .recruitment_message .container {
    
  }
}
.recruitment_message .title {
  margin: 0 auto 2.5rem;
  padding: 0 16px;
}
.recruitment_message .title h2 {
  padding: 10px;
}
@media screen and (min-width: 834px) {
  .recruitment_message .title {
    padding: 0 24px;;
    max-width: 920px;
  }
}
@media screen and (min-width: 1440px) {
  .recruitment_message .title {
    max-width: 1156px;
  }
}
.recruitment_message .recruitment_message_list {
  max-width: 920px;
  margin: 0 auto 2.5rem;
}
.recruitment_message .recruitment_message_list li {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .recruitment_message .recruitment_message_list li {
    text-align: center;
  }
}
.recruitment_message .recruitment_message_list li:last-child {
  margin-bottom: unset;
}
.recruitment_message .recruitment_message_list li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruitment_message .recruitment_message_txt {
  max-width: 940px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
}

/** archive **/
#archive {
  margin: 6.25rem 0;
}
@media screen and (min-width: 834px) {
  #archive {
    margin: 10rem 0;
  }
}
@media screen and (min-width: 1440px) {
  #archive {
    margin: 12.5rem 0;
  }
}

#archive .archive_contents {
  display: flex;
  flex-wrap: nowrap;
}
#archive .archive_contents .archive_content {
  width: 358px;
  background-color: #eee;
  flex-shrink: 0;
}
@media screen and (min-width: 834px) {
  #archive .archive_contents .archive_content {
    width: 400px;
  }
}
#archive .archive_contents .archive_content > a {
  display: block;
  width: 100%;
  height: 100%;
}
#archive .archive_contents .archive_content .order {
  display: flex;
  flex-direction: column;
}
#archive .archive_contents .archive_content .order .archive_thumbnail {
  order: 1;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
#archive .archive_contents .archive_content .order .archive_title {
  order: 2;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示したい行数を指定 */
  /* for older browsers */
  max-height: 4em;
  padding: 16px 24px 0;
}
#archive .archive_contents .archive_content .order .archive_team {
  order: 3;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 0 24px;
  margin-bottom: 24px;
}
#archive .archive_contents .archive_content {
  background-color: #eee;
}

/** partner **/
#partner {
  padding: 2.5rem 0;
  background-color: #eee;
}
#partner .container {
  padding: 0 16px;
}
@media screen and (min-width: 834px) {
  #partner {
    padding: 4rem 0;
  }
  #partner .container {
    max-width: 920px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1440px) {
  #partner {
    padding: 5rem 0;
  }
  #partner .container {

  }
}
#partner .title {
  margin-bottom: 2.5rem;
}
#partner .title h2 {
  margin-bottom: 1.125rem;
}

#partner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

#partner ul li {
  position: relative;
  /* padding-right: 1.5em; */
  margin-right: 0.5rem;
}
#partner ul li > a,
#partner ul li > span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-right: 1.5em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 0.5rem;
}
#partner ul li > a > span,
#partner ul li > span > span {
  display: inline-block;
  font-size: 1rem;
}
#partner ul li::after {
  content: '';
  display: block;
  width: 0.125rem;
  height: 1rem;
  background-color: #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}
#partner ul li > a:hover,
#partner ul li > a:hover > span {
  text-decoration: underline;
}
@media print, screen and (min-width: 834px) {
  #partner ul {
    margin-bottom: 1.5rem;
  }
  #partner ul li {
    /* margin-right: 1rem; */
  }
}
@media print {
  #partner {
    padding-bottom: 1.5rem;
  }
}

#partner .partner_txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}


/* print */
@media print {
  #introduction,
  #what_project,
  #partner,
  #apply,
  #information,
  .mentor,
  .schedule,
  #cv {
    break-before: page;
  }
  .recommended {
    margin-top: 6.25rem;
  }
  /*
  #information {
    display: none;
  }
  */
}

/* Lower page
____________________*/

.page_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 160px;
  background-color: #eee;
  background-image: url(./assets/images/wave_bottom.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 195px;
  z-index: 0;
}
.page_wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 834px) {
  .page_head {
    min-height: 232px;
    background-size: 417px;
  }
}
@media screen and (min-width: 1440px) {
  .page_head {
    min-height: 400px;
    background-size: 720px;
  }
}
@media print {
  .page_head {
    position: absolute;
  }
}

/** Lower page title **/
#recruitment .title h1,
#recruitment #what_you_get .title h2,
#recruitment .program_overview .title h2,
#recruitment #apply .title h2,
#recruitment .schedule .title h2,
#project_manager .title h1,
#project_manager .manager h2,
#project_manager .mentor h2,
.project_message .title h2,
#support .title h1,
#information_list .title h1,
#news_details .title p:first-child,
#archive_list .title h1,
#archive_list .fiscal_year h2,
#archive_details .title p:first-child,
#news_list .title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#recruitment #what_you_get .title h2,
#recruitment #apply .title h2,
#recruitment .program_overview .title h2,
#recruitment .schedule .title h2,
#project_manager .manager h2,
#project_manager .mentor h2,
.project_message .title h2,
#archive_list .fiscal_year h2 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
#recruitment .program_overview .title h2,
.project_message .title h2 {
  color: #fff;
}
#recruitment .program_overview .title h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#recruitment .program_overview .title h2 {
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 834px) {
  #recruitment .title h1,
  #project_manager .title h1,
  #project_manager .manager h2,
  #project_manager .mentor h2,
  #support .title h1,
  #information_list .title h1,
  #news_details .title p:first-child,
  #archive_list .title h1,
  #archive_details .title p:first-child,
  #news_list .title h1 {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  #recruitment #what_you_get .title h2,
  #recruitment #apply .title h2,
  #recruitment .schedule .title h2,
  #project_manager .manager .title h2,
  #project_manager .mentor .title h2,
  .project_message .title h2,
  #archive_list .fiscal_year h2 {
    font-size: 4rem;
    line-height: 1.25;
  }
  #recruitment .program_overview .title h2 {
    font-size: 2rem;
    line-height: 1.75;
  }
}
#recruitment .title p,
#recruitment #what_you_get .title p,
#recruitment .program_overview .title p,
#recruitment #apply .title p,
#recruitment .schedule .title p,
#project_manager .title p,
.project_message .title p,
#support .title p,
#information_list .title p,
#news_details .title p:last-child,
#archive_list .title p,
#archive_list .fiscal_year p,
#archive_details .title p:last-child,
#news_list .title p {
  font-size: 1.125rem;
  color: #f29d14;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.16em;
}

#recruitment,
#project_manager,
#support,
#information_list,
#news_details,
#archive_list,
#archive_details,
#news_list {
  margin-top: 120px;
}
@media screen and (min-width: 834px) {
  #recruitment,
  #project_manager,
  #support,
  #information_list,
  #news_details,
  #archive_list,
  #archive_details,
  #news_list {
    margin-top: 184px;
  }
}
@media screen and (min-width: 1440px) {
  #recruitment,
  #project_manager,
  #support,
  #information_list,
  #news_details,
  #archive_list,
  #archive_details,
  #news_list {
    margin-top: 208px;
  }
}
#recruitment #what_you_get .title h2,
#recruitment #what_you_get .title p,
#recruitment .program_overview .title h2,
#recruitment #apply .title h2,
#recruitment #apply .title p,
.project_message .title h2,
.project_message .title p {
  text-align: left;
}
@media screen and (min-width: 1440px) {
  #recruitment #what_you_get .title h2,
  #recruitment #what_you_get .title p,
  #recruitment .program_overview .title h2,
  #recruitment #apply .title h2,
  #recruitment #apply .title p,
  .project_message .title h2,
  .project_message .title p {
    text-align: center;
  }
}

/** Lower page common **/

/*** title layout ***/
#recruitment .title,
#project_manager .title,
#support .title,
#information_list .title,
#news_details .title,
#archive_list .title,
#archive_details .title,
#news_list .title {
  margin: 0 auto 80px;
  max-width: 1392px;
  padding: 0 16px;
}
#recruitment #what_you_get .title,
#recruitment .program_overview .title,
#recruitment #apply .title,
#recruitment .schedule .title,
#project_manager .manager > .title,
#project_manager .mentor > .title,
#archive_list .fiscal_year {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 834px) {
  #recruitment .title,
  #project_manager .title,
  #support .title,
  #information_list .title,
  #news_details .title,
  #archive_list .title,
  #archive_details .title,
  #news_list .title {
    margin-bottom: 100px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  #recruitment .title,
  #project_manager .title,
  #support .title,
  #information_list .title,
  #news_details .title,
  #archive_list .title,
  #archive_details .title,
  #news_list .title {
    margin-bottom: 100px;
    padding: 0;
  }
}
@media print {
  #recruitment .title,
  #project_manager .title,
  #support .title,
  #information_list .title,
  #news_details .title,
  #archive_list .title,
  #archive_details .title,
  #news_list .title {
    margin-bottom: 1.5rem;
  }
}

/*** content layout  ***/
#information_list .info_catalog,
#archive_list .archive_catalog,
#news_list .news_catalog {
  margin-bottom: 5rem;
}
#information_list .info_contents,
#archive_list .archive_contents,
#news_list .news_contents {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 834px) {
  #information_list .info_catalog,
  #archive_list .archive_catalog,
  #news_list .news_catalog {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1440px) {
  #information_list .info_catalog,
  #archive_list .archive_catalog,
  #news_list .news_catalog {
    margin-bottom: 12.5rem;
  }
}

/** recruitment **/
/*** what_you_get ***/
#what_you_get {
  margin-bottom: 5rem;
}
@media screen and (min-width: 834px) {
  #what_you_get {
    margin-bottom: 6.25rem;
  }
  #what_you_get .title {
    max-width: 1156px;
  }
  #what_you_get .container {
    padding: 0 24px;
    max-width: 1156px;
  }
}
@media screen and (min-width: 1440px) {
  #what_you_get {
    margin-bottom: 12.5rem;
  }
  #what_you_get .title {

  }
  #what_you_get .container {
    padding: 0;
  }
}
#what_you_get dl {
  background: linear-gradient(90deg, #F19E44 0%, #C73618 100%);
  padding: 40px 24px;
}
#what_you_get dl > div {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
#what_you_get dl > div:last-child {
  margin-bottom: unset;
}
#what_you_get dl > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#what_you_get dl > div > dt {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #fff;
}
#what_you_get dl > div > dd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #fff;
  padding-bottom: 1rem;
}
@media screen and (min-width: 834px) {
  #what_you_get dl > div > dt {
    text-align: center;
  }
  #what_you_get dl > div > dd {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  #what_you_get dl {
    padding: 40px;
  }
}

/*** program_overview ***/
.program_overview {
  padding: 2.5rem 0;
  color: #fff;
  background-color: #004A59;
}
.program_overview .container {
  max-width: 920px;
}
@media screen and (min-width: 834px) {
  .program_overview {
    padding: 4rem;
  }
  #recruitment .program_overview .title {
    max-width: 920px;
  }
  .program_overview .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  .program_overview {
    padding: 5rem;
  }
}
.program_overview p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
}
.program_overview p + p {
  margin-top: 1rem;
}
.program_overview .program_overview_list {
  margin-top: 2.5rem;
}
.program_overview .program_overview_list li {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 834px) {
  .program_overview .program_overview_list li {
    text-align: center;
  }
}
.program_overview .program_overview_list li:last-child {
  margin-bottom: unset;
}
.program_overview .program_overview_list li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*** apply ***/
#apply {
  padding: 5rem 0;
}
@media screen and (min-width: 834px) {
  #apply {
    padding: 6.25rem 0;
  }
  #apply .title {
    max-width: 1156px;
  }
  #apply .container {
    padding: 0 24px;
    max-width: 1156px;
  }
}
@media screen and (min-width: 1440px) {
  #apply {
    padding: 12.5rem 0;
  }
  #apply .container {
    padding: 0;
  }
}
@media print {
  #apply {
    padding: 2.5rem 0;
  }
}
#apply dl.apply_list {
  margin-bottom: 2.5rem;
}
#apply dl.apply_list dt {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.16em;
  line-height: 2;
}
#apply dl.apply_list dd {
  margin-bottom: 2.5rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
#apply dl.apply_list dd ul li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
#apply dl.apply_list dd ul li:last-child {
  margin-bottom: 0;
}
#apply dl.apply_list dd ul li::before {
  content: '\030FB';
}
#apply dl.apply_list dd ol {
  counter-reset: pointcnt 0;
}
#apply dl.apply_list dd ol li {
  counter-increment: pointcnt 1;
  padding-left: 1.25em;
  position: relative;
}
#apply dl.apply_list dd ol li::before {
  content: counter(pointcnt, decimal) '.';
  position: absolute;
  top: 0;
  left: 0;
}
#apply dl.apply_list dd ol li a {
  text-decoration: underline;
}
#apply dl.apply_list dd ol li a:hover {
  text-decoration: none;
}

#apply dl.apply_list > div {
  position: relative;
  margin-bottom: 2.5rem;
}
#apply dl.apply_list > div:last-child {
  margin-bottom: 0;
}
#apply dl.apply_list > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4f4f4f;
  border-radius: 1px;
}

@media screen and (min-width: 1440px) {
  #apply dl.apply_list > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #apply dl.apply_list dt {
    width: 236px;
  }
  #apply dl.apply_list dd {
    /* max-width: 684px; */
    max-width: 920px;
  }
  #apply dl.apply_list div:nth-child(1) dd,
  #apply dl.apply_list div:nth-child(2) dd {
    max-width: 684px;
  }
}
/*** schedule ***/
.schedule {
  padding: 2.5rem 0;
  background-color: #eee;
}
.schedule .container {
  max-width: 920px;
}
@media print, screen and (min-width: 834px) {
  .schedule {
    padding: 4rem 0;
  }
  .schedule .container {
    padding: 0 24px;
  }
  #recruitment .schedule .container .title {
    padding: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .schedule {
    padding: 5rem 0;
  }
  .schedule .container {
    padding: 0;
  }
}
.schedule ul {
  margin-bottom: 2.5rem;
}

.schedule dl.schedule_list > div {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.schedule dl.schedule_list > div:last-child {
  margin-bottom: 0;
}
.schedule dl.schedule_list dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
}
.schedule dl.schedule_list dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1440px) {
  .schedule dl.schedule_list > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .schedule dl.schedule_list {
    /* margin-bottom: 1.5rem; */
  }
  .schedule dl.schedule_list dt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .schedule dl.schedule_list {
    /* margin-bottom: 0.625rem; */
  }
}



/** project_manager **/
#project_manager {
  margin-bottom: 5rem;
}
#project_manager .container {
  max-width: 920px;
}
@media screen and (min-width: 834px) {
  #project_manager {
    margin-bottom: 6.25rem;
  }
  #project_manager .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  #project_manager {
    margin-bottom: 12.5rem;
  }
  #project_manager .container {
    padding: 0;
  }
}
#project_manager p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
}
#project_manager .overview {
  margin-bottom: 2.5rem;
}
#project_manager > div > p:nth-of-type(2) {
  margin-bottom: 3rem;
}
#project_manager .person_content_img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 834px) {
  #project_manager .person_content_img {
    margin-bottom: 0;
  }
}
#project_manager .person_content_txt .person_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
#project_manager .person_content_txt h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#project_manager .person_content_txt h3 span {
  display: block;
}
#project_manager .person_content_txt .role {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.16em;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  /* margin-bottom: 1rem; */
  margin-right: 16px;
}
#project_manager .person_content_txt .role.role_pm_lead {
  color: #fff;
  background-color: #C73618;
}
#project_manager .person_content_txt .role.role_pm {
  color: #fff;
  background-color: #F19E44;
}
#project_manager .person_content_txt .role.role_mentor {
  color: #4f4f4f;
  background-color: #eee;
}

#project_manager .person_content_txt h3 span:first-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  /* margin-bottom: 0.5rem; */
  margin-right: 8px;
}
#project_manager .person_content_txt h3 span:last-child {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.16em;
  /* margin-left: 8px; */
}
#project_manager .manager {
  margin-bottom: 5rem;
}
#project_manager .maneger_list {
  /* margin-bottom: 1.25rem; */
}
#project_manager .maneger_list li,
#project_manager .mentor_list li {
  margin-bottom: 2.5rem;
}
#project_manager .maneger_list li .person_content_txt p:last-child {
  margin-bottom: 0;
}

#project_manager .maneger_list {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 834px) {
  #project_manager .manager {
    margin-bottom: 6.25rem;
  }
  #project_manager .maneger_list {
    /* margin-bottom: 3rem; */
  }
  #project_manager .maneger_list li,
  #project_manager .mentor_list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #project_manager .maneger_list li .person_content_img,
  #project_manager .mentor li .person_content_img {
    width: 320px;
  }
  #project_manager .maneger_list li .person_content_txt,
  #project_manager .mentor li .person_content_txt {
    flex: 1;
    margin-left: 40px;
  }
  #project_manager .person_content_txt .role {
    margin-bottom: unset;
  }
  #project_manager .person_content_txt h3 span:first-child {
    margin-bottom: unset;
  }
  #project_manager .person_content_txt h3 span:last-child {
    /* margin-left: 8px; */
  }
  #project_manager .person_content_txt .person_name {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  #project_manager .manager {
    margin-bottom: 12.5rem;
  }
}
/*** project_message ***/
.project_message {
  padding: 2.5rem 0;
  color: #fff;
  background-color: #004A59;
}
.project_message .title {
  padding: 0 16px;
  max-width: 920px;
  margin: 0 auto;
}
.project_message .container {
  max-width: 920px;
}
.project_message .project_message_txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 2.5rem;
}
.project_message .project_message_txt + * {
  margin-top: 1.5rem;
}
@media screen and (min-width: 834px) {
  .project_message {
    padding: 4rem 0;
  }
  .project_message .title {
    padding: 0 24px;
  }
  .project_message .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  .project_message {
    padding: 5rem 0;
  }
  .project_message .title {
    padding: 0;
  }
  .project_message .container {
    padding: 0;
  }
}

/** support **/
#support {
  margin-bottom: 5rem;
}
@media screen and (min-width: 834px) {
  #support {
    margin-bottom: 6.25rem;
  }
  #support .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1440px) {
  #support {
    margin-bottom: 12.5rem;
  }
  #support .container {
    padding: 0;
  }
}
@media print {
  #support {
    margin-bottom: 1.5rem;
  }
}
#support .container {
  max-width: 920px;
}
#support .support_txt,
#support .support_item p {
  font: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
}
#support .support_txt {
  margin-bottom: 2.5rem;
}
#support .support_items h3 {
  color: #4f4f4f;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
}
#support .support_items {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 834px) {
  #support .support_txt {
    /* margin-bottom: 2.5rem; */
  }
  #support .support_items {
    /* margin-bottom: 2.5rem; */
  } 
} 
@media screen and (min-width: 1440px) {
  #support .support_txt {
    margin-bottom: 5rem;
  }
  #support .support_items {
    margin-bottom: 5rem;
  }
}

#support .support_item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
#support .support_item + .support_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4f4f4f;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

#support .support_items > .support_item > h3 + * {
  margin-top: 1.5rem;
}

.btn_support {
  /* margin-top: 5rem; */
}
@media print {
  #support .support_items {
    margin-bottom: 1.5rem;
  }
  .btn_support {
    /* margin-top: 1.5rem; */
  }
}
/*
@media screen and (min-width: 834px) {
  #support .support_item {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}
*/
/*
@media screen and (min-width: 1440px) {
  #support .support_items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-top: 1px solid #000;

  }
  #support .support_item > .container {
    max-width: unset;
    width: 380px;
  }
  #support .support_item {
    border-top: unset;
    padding-bottom: 4rem;
  }
  #support .support_item:first-child {
    padding-right: 4.9375rem;
    border-right: 1px solid #000;
  }
  #support .support_item:last-child {
    padding-left: 5.125rem;
  }
}
@media print {
  #support .support_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
*/


/** information_list **/
#information_list .info_catalog ul.info_contents li a,
#information_list .info_catalog ul.info_contents li span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#information_list .info_catalog ul.info_contents li .order {
  display: flex;
  flex-direction: column;
}
#information_list .info_catalog ul.info_contents li .order .info_title {
  order: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}
#information_list .info_catalog ul.info_contents li .order .info_date {
  order: 1;
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.428;
  letter-spacing: 0.08em;
}
#information_list .info_catalog ul.info_contents li .order .info_txt {
  order: 3;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
#information_list .info_catalog ul.info_contents li .order .info_date > time {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
}

#information_list .info_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}
#information_list .info_contents li {
  width: 100%;
  padding-bottom: 1.5rem;
  position: relative;
}
#information_list .info_contents li + li {
  padding-top: 1.5rem;
}
#information_list .info_contents li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #4f4f4f;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1440px) {
  #information_list .info_contents {
    max-width: 920px;
    margin: 0 auto 5rem;
  }
}


/** news_list **/

@media screen and (min-width: 1440px) {
  #news_list .container {
    max-width: 1280px;
  }
}
#news_list ul li > a,
#archive_list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#news_list ul li .order,
#archive_list ul li .order {
  display: flex;
  flex-direction: column;
}
#news_list ul li .order .news_title {
  order: 3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示したい行数を指定 */
  /* for older browsers */
  max-height: 4em;
  padding: 0 24px;
  margin-bottom: 24px;
}
#news_list ul li .order .news_thumbnail {
  order: 1;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
#news_list ul li .order .news_date {
  order: 2;
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.428;
  letter-spacing: 0.16em;
  padding: 16px 24px 0;
}
#news_list ul li .order .news_date > time {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
}
#news_list ul li .order .news_date > time span {
  margin: 0 0.5em;
}

#news_list .news_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news_list .news_contents li {
  /* width: 48px; */
  /* width: calc((100% / 2) - 4px ); */
  width: 100%;
  margin-bottom: 2.5rem;
  background-color: #eee;
}
@media screen and (min-width: 834px) {
  #news_list .news_contents{
    /* max-width: 470px; */
    margin: 0 auto;
  }
  #news_list .news_contents li {
    width: calc((100% / 2) - 20px );
    max-width: 373px;
  }
}
@media print, screen and (min-width: 1440px) {
  #news_list .news_contents {
    /* max-width: 1156px; */
    max-width: unset;
    margin-bottom: 5rem;
  }
  #news_list .news_contents li {
    width: 32%;
    width: calc((100% / 3) - 20px );
    max-width: 400px;
  }
  #news_list .news_contents::before,
  #news_list .news_contents::after {
    content: '';
    display: block;
    width: 32%;
    width: calc((100% / 3) - 20px );
    max-width: 400px;
  }
  #news_list .news_contents::before {
    order: 1;
  }
}

/** archive_list **/
@media screen and (min-width: 1440px) {
  #archive_list .container {
    max-width: 1280px;
  }  
}
#archive_list .archive_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#archive_list ul li {
  width: 100%;
  margin-bottom: 2.5rem;
}
#archive_list ul li .order .archive_title {
  order: 2;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示したい行数を指定 */
  /* for older browsers */
  max-height: 4em;
  padding: 16px 24px 0;
}

#archive_list ul li .order .archive_thumbnail {
  order: 1;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
#archive_list ul li .order .archive_team {
  order: 3;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 0 24px;
  margin-bottom: 24px;
}
#archive_list .archive_contents li {
  background-color: #eee;
  /* max-width: 358px; */
  width: 100%;
}
@media screen and (min-width: 834px) {
  #archive_list .archive_contents {
    margin: 0 auto;
  }
    #archive_list .archive_contents {
    flex-direction: row;
    justify-content: space-between;
  }
  #archive_list .archive_contents li {
    width: 48%;
    width: calc((100% / 2) - 20px );
    max-width: 373px;
  }
}
@media screen and (min-width: 1440px) {
  #archive_list .archive_contents li {
    width: 32%;
    width: calc((100% / 3) - 20px );
  }
  #archive_list .archive_contents::before,
  #archive_list .archive_contents::after {
    content: '';
    display: block;
    width: 32%;
    width: calc((100% / 3) - 20px );
    max-width: 400px;
  }
  #archive_list .archive_contents::before {
    order: 1;
  }
}

/** Pagination **/
.pagination .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination:not(.navigation) {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  padding-top: 0.5em;
}
.pagination .pagination_list {
  display: flex;
}
.pagination .pagination_list li {
  margin: 0 5px;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  color: #b0b0b0;
}
.pagination .pagination_list li.omission {
  padding-top: 0.4em;
}
.pagination .pagination_list a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  color: #b0b0b0;
  text-decoration: none;
  text-align: center;
  padding-top: 0.6em;
}
.pagination .pagination_list a:not(:has(.prev[aria-hidden="true"])):hover {
  color: #c73618;
  background-color: #f1f1f1;
}
.pagination .pagination_list a[aria-current="page"] {
  color: #c73618;
}
.pagination .pagination_list .btn_prev a > .prev,
.pagination .pagination_list .btn_next a > .next {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 36px;
  margin-top: -0.6em;
}
.pagination .pagination_list .btn_prev a > .prev,
.pagination .pagination_list .btn_next a > .next {
  background-image: url(./assets/images/pagination_arrow.svg);
}

.pagination .pagination_list .btn_next a > .next {
  transform: rotate(180deg);
}

/** WP Pagination **/
nav.navigation.pagination {
  text-align: center;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  color: #b0b0b0;
  text-decoration: none;
  text-align: center;
  padding-top: 0.6em;
}
.navigation.pagination .page-numbers[aria-current="page"] {
  color: #c73618;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:hover {
  color: #c73618;
  background-color: #f1f1f1;
}
.navigation.pagination .page-numbers[aria-current="page"]:hover {
  background-color: unset;
}
.navigation.pagination .page-numbers.dots:hover,
.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.next:hover {
  color: #b0b0b0;
  background-color: unset;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
  background-image: url(./assets/images/pagination_arrow.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.navigation.pagination .page-numbers.next {
  transform: rotate(180deg);
}


/* Lower single page
____________________ */
article {
  margin-bottom: 5rem;
}
@media screen and (min-width: 834px) {
  article {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 1440px) {
  article {
    margin-bottom: 12.5rem;
  }
  article > .container {
    max-width: 920px;
  }
}

article h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
article .post_date > time {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.16em;
}
article .archive_team_name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
}
article .post_date,
article .archive_team_name {
  margin-bottom: 2.5rem;
}

/** table_of_contents **/
article .table_of_contents {
  background-color: #F1F2EC;
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem;
}
article .table_of_contents h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16;
  margin-bottom: 0.5rem;
}
article .table_of_contents ul {
  padding: 0 1rem;
}
article .table_of_contents ul li {
  margin-top: 0.5rem;
}
article .table_of_contents > ul > li > a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
}
article .table_of_contents > ul > li > ul > li > a {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
article .table_of_contents > ul > li > a:hover,
article .table_of_contents > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

/** post_thumbnail **/
/*
.post_thumbnail {
  position: relative;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.post_thumbnail > img {
  max-width: none;
  display: block;
  position: relative;
  width: 100%;
  width: calc(100% / 480* 1016);
  left: 0;
  left: calc(100% / 480* -320);
}
@media screen and (min-width: 834px) {
  .post_thumbnail > img {
    width: 920px;
    left: 0;
    left: calc((100% - 920px) / 2);
  }
}
@media print, screen and (min-width: 1440px) {
  .post_thumbnail > img {
    width: 100%;
    left: 0;
  }
}
*/

.post_thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.post_thumbnail .img_wrap {
  padding-top: 110.3448%
}
@media screen and (min-width: 435px) {
  .post_thumbnail {
    max-height: 480px;
  }
  .post_thumbnail .img_wrap {
    padding-top: 73.5632%;
  }
}
@media screen and (min-width: 834px) {
  .post_thumbnail .img_wrap {
    padding-top: 65.934%;
  }
}
@media screen and (min-width: 1440px) {
  .post_thumbnail .img_wrap {
    padding-top: 52.1739%;
  }
}
.post_thumbnail .img_wrap > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/** lower_btn_area **/
.lower_btn_area {
  /* margin-bottom: 7.5rem; */
}
@media screen and (min-width: 834px) {
  .lower_btn_area {
    /* margin-bottom: 12.5rem; */
  }
}

/** btn **/
.btn_prev_list .btn_base {
  color: #fff;
  background-color: #004a59;
}

.btn_prev_list .btn_base::after {
  background: linear-gradient(90deg, #F19E44 0%, #C73618 100%);
}

.btn_prev_list {
  /* max-width: 10.3125rem; */
  margin: 0 auto;
  text-align: center;
}

/* prev_next_nav */
.lower_btn_area .navigation.post-navigation {
  margin-bottom: 2.5rem;
}
.lower_btn_area .navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 135px;
  margin: 0 auto;
}
.lower_btn_area .navigation.post-navigation .nav-links .nav-previous > a,
.lower_btn_area .navigation.post-navigation .nav-links .nav-next > a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  text-decoration: none;
  background-image: url(./assets/images/pagination_arrow.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lower_btn_area .navigation.post-navigation .nav-links .nav-next > a {
  transform: rotate(180deg);
}


/* tablet size copy */
@media screen and (min-width: 834px) {

}
/* PC size for copy */
@media screen and (min-width: 1440px) {

}