@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-ja-gothic {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

body {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.is-sponly {
  display: none !important;
}

.is-pconly {
  display: block !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
  .is-sponly {
    display: block !important;
  }
  .is-pconly {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
}
/* **** wp-pagenavi **** */
.pages {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 2.2rem;
  line-height: 1.636;
  margin-right: 4.5rem;
  padding: 0 0.1em;
}

.wp-pagenavi span.current {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  height: 13.2rem;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  height: inherit;
  margin-right: 2rem;
}

.l-header__logo {
  padding-left: 3.8rem;
  padding-top: 3.5rem;
}

.l-header__logo-inner {
  width: 35.7rem;
  display: block;
}

.l-header.js_active:before {
  opacity: 1;
  visibility: initial;
}

.l-header-snsmenu {
  display: flex;
  justify-content: flex-end;
}

.l-header-snsmenu__inner {
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
}

.l-header-snsmenu__item:last-child {
  padding-left: 1.5rem;
}

.l-header-snsmenu__toggle {
  display: none;
}

.l-header__fix {
  position: absolute;
  right: 0;
  padding-top: 0.8rem;
  margin-top: 13rem;
}

.l-header__fix-inner {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20rem 0 0px;
}

.l-header__fix-item {
  height: 100%;
}

.l-header__fix-item:first-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .l-header:before {
    height: 13.2rem;
    opacity: 1;
    visibility: initial;
    z-index: 99;
  }
  .l-header__logo {
    z-index: 99;
    width: 26.2rem;
  }
}
/*tab*/
@media screen and (max-width: 768px) {
  .l-header {
    height: initial;
  }
  .l-header__logo {
    padding-left: 2rem;
    padding-top: 3.4rem;
  }
  .l-header__logo-inner {
    width: 26rem;
  }
  .l-header__inner {
    align-items: initial;
    margin-right: 0;
    padding-right: 4rem;
  }
  .l-header__toggle {
    display: block;
    width: 6rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .l-header__icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__bar {
    display: block;
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    background: #5BB9DD;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
  }
  .l-header__bar::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.3rem;
    background: #5BB9DD;
    transition: all 0.4s ease-out;
    top: 0%;
  }
  .l-header__bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.3rem;
    background: #5BB9DD;
    transition: all 0.4s ease-out;
  }
  .l-header__menu {
    width: 81.25%;
    margin: 0 auto;
    height: inherit;
  }
  .l-header__main {
    width: 100%;
  }
  .l-header__fix {
    top: 0;
    right: 11.1rem;
    position: initial;
    margin-top: 0px;
    padding-top: 0;
  }
  .l-header__fix-inner {
    padding: 0;
    height: 4.8rem;
  }
  .l-header__fixmenu {
    margin-left: auto;
    margin-right: 2.5rem;
    z-index: inherit;
  }
}
.l-contact {
  color: #FFF;
  background: url(/assets/images/common/img-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-contact__inner {
  width: 112rem;
  margin: 0 auto;
  padding: 17rem 0 5rem;
}

.l-contact-detail__tel {
  width: 42rem;
  display: block;
  margin: 0 auto;
  padding-top: 8.5rem;
  padding-bottom: 4rem;
}

.l-contact-detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.l-contact-info {
  text-align: center;
}

.l-contact-info__title {
  font-size: 2.6rem;
  line-height: 1.5384;
  font-weight: 600;
}

.l-contact-info__detail {
  padding-bottom: 7.8rem;
}

.l-contact-info__detail span {
  display: block;
}

.l-contact-supplement {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-contact__inner {
    width: 87.5%;
  }
  .l-contact .c-ttl {
    align-items: center;
  }
  .l-contact-info__title {
    font-size: 2.8rem;
  }
  .l-contact-info__detail {
    font-size: 2rem;
  }
  .l-contact-detail__tel {
    width: 50rem;
  }
  .l-contact-supplement {
    font-size: 2rem;
  }
}
.l-footer {
  background: #525252;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

/* AIすーさん */
.l-footer-ai {
  width: 100%;
  position: relative;
}

.l-footer-ai a {
  display: block;
  width: 30rem;
  position: absolute;
  top: -49rem;
  right: 2rem;
}

/* フッターロゴ */
.l-footer--logo {
  width: 24rem;
  margin: 0 auto;
}

.l-footer__nav--top {
  padding-top: 8rem;
}

.l-footer__pagetop {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  cursor: pointer;
  width: 8.7rem;
}

.l-footer__pagetop:hover.js_active {
  opacity: 0.7;
}

.l-footer__pagetop.js_active {
  opacity: 1;
  visibility: initial;
}

.l-footer__inner {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.l-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  color: #FFF;
}

.l-footer__menu:nth-of-type(2) {
  padding-bottom: 4rem;
}

.l-footer__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #FFF;
}

.l-footer__item a {
  display: block;
}

.l-footer__item:last-of-type {
  margin-right: 0rem;
}

.l-footer__cr {
  color: #FFF;
  font-size: 1.3rem;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-footer-ai a {
    top: -29rem;
  }
  .l-footer__inner {
    max-width: initial;
    width: 100%;
  }
  .l-footer__menu {
    padding: 5rem 0;
    flex-flow: column;
  }
  .l-footer__item {
    margin-right: 0;
    font-size: 2.4rem;
    padding-bottom: 2em;
  }
  .l-footer__cr {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .l-footer__item:last-of-type {
    padding-bottom: 0;
  }
  .l-footer__nav--bottom .l-footer__menu {
    padding-bottom: 2rem;
  }
}
.l-header__nav {
  display: flex;
  margin-left: auto;
  height: inherit;
}

.l-nav-menu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-menu__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
}

.l-nav-menu__item a, .l-nav-menu__item span {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  line-height: 2;
  display: block;
}

.l-nav-menu__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-nav-menu__item a:hover {
  opacity: 0.9;
}

.l-nav-menu__item a.is_active:after {
  transform: scaleX(1);
}

.l-nav-menu__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

.l-nav-menu__item--sns a:hover {
  opacity: 0.7;
}

.l-nav-menu__item--sns a:after {
  display: none;
}

.l-nav-menu__item span {
  transition: 0.3s;
}

.l-nav-menu__item--sns {
  position: absolute;
  right: 9.5rem;
  bottom: -4.8rem;
}

.l-nav-submenu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-submenu__item {
  width: 13.6rem;
  height: inherit;
  margin-right: 0.8rem;
}

.l-nav-submenu__item:last-child {
  margin: 0;
}

.l-nav-fixmenu {
  display: inline-block;
  position: absolute;
  right: 0;
}

.l-nav-fixmenu__inner {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem;
  margin-top: 1rem;
}

/*page*/
.l-breadcrumbs {
  padding-top: 2.2rem;
  padding-left: 4.4rem;
  font-size: max(12px, 1.6rem);
}

.l-breadcrumbs__list {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  flex-wrap: wrap;
}
.l-breadcrumbs__list a:after {
  content: ">";
  display: inline-block;
  background-image: url(/ja/assets/img/all/ico_arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.5rem;
  height: 0.7rem;
  margin-left: 1.2rem;
}

.l-breadcrumbs__item:last-of-type a:after {
  display: none;
}

.l-breadcrumbs__item {
  margin-right: 1.6rem;
}

.l-nav__language {
  width: 15.7rem;
  height: 4rem;
  display: flex;
  flex-flow: column;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  margin-top: 10.5rem;
  right: 6.6rem;
}

.l-nav__language > a {
  display: block;
  width: 100%;
  border: 2px solid #FFF;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}

.l-language-menu {
  padding-top: 2.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1em;
  width: 100%;
}

.l-nav__language:hover .l-language-menu {
  opacity: 1;
  visibility: initial;
}

.l-language-menu__inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
}

.l-language-men__item a {
  display: block;
  padding: 0.5em 0;
  position: relative;
}

.l-language-men__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-language-men__item a:hover {
  opacity: 0.9;
}

.l-language-men__item a.is_active:after {
  transform: scaleX(1);
}

.l-language-men__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

/*sp*/
@media screen and (max-width: 1024px) {
  .l-header__nav {
    margin-top: 0;
    padding-top: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    transform: translateY(-120%);
    transition: 0.5s;
    padding-block: min(31.25vw, 200px) min(15.625vw, 100px);
    background: rgba(34, 39, 41, 0.9);
  }
  .l-header__main-inner {
    flex-flow: column;
    padding-bottom: 6rem;
  }
  .l-header__main-item {
    padding-top: 2.6rem;
    margin: 0;
    padding-top: 6rem;
  }
  .l-header__main-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
  }
  .l-header__sub {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .l-header__sub-inner {
    justify-content: space-between;
  }
  .l-header__sub-inner-item {
    margin-right: 0;
    width: 30%;
  }
  .l-header__sub-inner-item:nth-child(2) {
    position: relative;
  }
  .l-header__sub-inner-item:nth-child(2):before {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 0;
  }
  .l-header__sub-inner-item:nth-child(2):after {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 10%;
  }
  .l-header__submenu {
    display: inline-flex;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    width: 81.25%;
    margin: 0 auto;
  }
  .l-nav__toggle {
    width: 8.5rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    margin-left: auto;
    z-index: 99;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav__toggle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .l-nav__toggle__icon__bar {
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:before {
    content: "";
    display: block;
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    top: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:after {
    content: "";
    display: block;
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    bottom: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar {
    background: transparent;
    left: 2px;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:before {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:after {
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center 0;
  }
  .l-nav-fixmenu__inner {
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 2.6rem;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav-menu {
    width: 78.125%;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 78.125%;
    margin: 0 auto;
  }
  .l-nav-submenu__inner {
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: 1px solid #FFFFFF;
  }
  .l-nav-submenu__item {
    margin-right: 0;
    width: 30%;
  }
  .l-nav-menu__inner {
    flex-flow: column;
    padding: 0;
    height: 100vh;
  }
  .l-nav-menu__item {
    margin-right: 0;
    padding-top: 6rem;
    font-size: 2.6rem;
  }
  .l-nav-menu__item a {
    color: #FFFFFF;
  }
  .l-nav-menu__item--sns {
    position: static;
  }
  .l-breadcrumbs__item:last-child {
    margin-right: 0;
  }
  .l-breadcrumbs__list {
    font-size: 1.8rem;
  }
  .l-breadcrumbs {
    padding-top: 6rem;
  }
  .l-nav-menu__item a::after {
    background-color: #FFFFFF;
  }
  .l-nav__language {
    right: 2rem;
    margin-top: 14.5rem;
  }
}
/*sp*/
@media screen and (max-width: 768px) {
  .l-nav-menu__item {
    padding-top: 1.5em;
  }
  .l-nav__language {
    right: 4rem;
    margin-top: 14.5rem;
  }
  .l-nav__language > a {
    width: 12rem;
    margin-left: auto;
  }
  .l-language-men__item a {
    padding: 1em 0;
  }
  .l-nav__toggle {
    position: initial;
    top: initial;
    transform: initial;
    margin-top: 7.5rem;
  }
  .l-nav-menu__inner {
    height: 120vh;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
  }
  .l-nav-submenu__item {
    width: 16rem;
  }
  .l-nav-submenu__item:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .l-nav-menu {
    width: 50rem;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 50rem;
    margin: 0 auto;
  }
  .l-breadcrumbs {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-container-body {
  overflow: hidden;
}

.l-sec-wrapper__inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 162rem;
}

@media screen and (max-width: 768px) {
  .l-sec-wrapper__inner {
    max-width: 84%;
    margin: 0 auto;
  }
}
.c-btn-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}

.c-btn-list li {
  text-align: center;
  width: 100%;
}

.c-btn {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  background: #D47116;
  width: 100%;
  max-width: 559px;
  color: #FFF;
  border-radius: 50px;
  height: 8.5rem;
  display: flex;
  align-items: center;
  padding-left: 10.5rem;
}

.c-btn.navy {
  background: #03335B;
}

.c-btn.blue {
  background: #2062D3;
}

.c-btn--center {
  padding-left: 0rem;
  justify-content: center;
}

.c-btn::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-65%);
  top: 50%;
  right: 2em;
}

.c-btn img {
  max-width: 55px;
  width: 5.5rem;
  margin-right: 2.7rem;
}

.c-btn-list__item:nth-of-type(1) {
  margin-bottom: 2rem;
}

.c-btn-list__item p {
  padding-top: 1.5rem;
  font-weight: 1.8rem;
  font-weight: 600;
  line-height: 1.666;
}

.c-button-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more a:hover {
  cursor: pointer;
}

.c-button-more a span {
  position: relative;
}

.c-button-more a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--red {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more--red a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #5c0d0d;
  background: #5c0d0d;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more--red a span {
  position: relative;
}

.c-button-more--red a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--left {
  justify-content: flex-start;
}

.c-plink-btn {
  background: #FFF;
  color: #5c0d0d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 65px;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-plink-btn:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #5c0d0d;
  border-right: solid 2px #5c0d0d;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 0.5em;
}

.c-pdflink-btn {
  background: #FFF;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-pdflink-btn span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-pdflink-btn span::before {
  content: "";
  display: inline-block;
  max-width: 31px;
  max-height: 37px;
  width: 3.1rem;
  height: 3.7rem;
  background-image: url(../assets/images/research/img-icon-pdf.png);
  background-size: cover;
  position: relative;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-button-more a {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-button-more--red a span {
    font-size: 2.6rem;
  }
  .c-button-more a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--red a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--left {
    justify-content: center;
  }
  .c-button-more--red a {
    width: 100%;
    height: 10.8rem;
  }
  .c-plink-btn {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-plink-btn:after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 3.75em;
  }
  .c-btn-list__item p {
    font-size: 2rem;
  }
}
.c-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.44rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-ttl .en {
  display: block;
  padding-bottom: 1em;
  width: 30rem;
}

.c-ttl .ja {
  display: block;
  font-size: 1.6rem;
}

.c-ttl-center .ja {
  padding-left: 0rem;
}

.c-card-tags {
  padding-top: 1.5em;
}

.c-card-title {
  font-size: 2.8rem;
  padding-bottom: 0.5em;
}

.c-card-category {
  font-size: 1.8rem;
}

.c-card-tags a {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
  .c-ttl .en {
    width: 40rem;
  }
  .c-ttl .ja {
    font-size: 3.2rem;
    padding-left: 0rem;
    padding-top: 0.5em;
  }
  .c-card-title {
    font-size: 3.2rem;
  }
  .c-card-category {
    font-size: 2.4rem;
  }
  .c-card-tags a {
    font-size: 2.2rem;
  }
}
/*レイアウト*/
.c-ttl {
  font-size: 3.2rem;
  font-weight: 600;
}

/* **** title **** */
/* page */
.c-page-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-page-ttl.white {
  color: #FFF;
}

.c-page-ttl.black {
  color: #000;
}

.c-page-ttl__main {
  font-size: 4rem;
  letter-spacing: 0.1em;
  display: block;
}

.c-page-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
}

.c-category-navi {
  width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 6rem;
  margin-bottom: 8rem;
}

.c-category-navi li {
  flex: 0 0 calc((100% - 105px) / 8);
  margin-right: 15px; /* 基本の右余白 */
  margin-bottom: 15px; /* 下方向の余白 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 0.5em 0;
  margin-bottom: 1em;
  margin-right: 1em;
}

.c-category-navi li:nth-child(8n) {
  /* margin-right: 0;*/
}

.c-category-navi li.active {
  background: #5DB8DB;
  color: #FFF;
  font-weight: bold;
}

.c-category-navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-category-navi li:hover {
  background: #5DB8DB;
  color: #FFF;
  font-weight: bold;
}

.c-category-navi li:hover a {
  opacity: 1;
}

.c-hit {
  display: flex;
  justify-content: center;
  text-decoration: underline;
}

.c-hit-list {
  display: flex;
  flex-wrap: wrap;
  width: 144rem;
  margin: 0 auto;
  justify-content: space-between;
}

.c-hit-item {
  width: 44rem;
  margin-bottom: 4rem;
}

.c-hit-list::after {
  content: "";
  display: block;
  width: 44rem;
}

.c-hit-list__wrap {
  padding-top: 6rem;
}

.c-card-body {
  padding: 1em;
}

.c-card-thumbnail {
  width: 44rem;
  height: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.c-card-registrant {
  padding-top: 1em;
}

.c-card-registrant span {
  padding-right: 1em;
}

.c-card-url {
  padding-top: 1em;
}

.c-card-url span {
  padding-right: 1em;
}

.p-partner-card {
  width: 54rem;
  background: #FFF;
  border-radius: 10px;
}

.p-partner-card__inner {
  display: flex;
  padding: 2em 1em 1em;
}

.p-partner-card__avatar {
  border-radius: 50%;
  width: 20rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #5DB8DB;
}

.p-partner-card__info {
  padding-left: 1.5em;
}

.p-partner-intro__catch-text span {
  background-color: #ed5f01;
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 0.25em;
  display: inline-block;
  padding: 0.5em;
}

.p-partner-card__dept {
  display: inline-block;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  border: 1px solid #5DB8DB;
  background: #FFF;
}

.p-partner-card__name {
  padding: 0.5em 0;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.p-partner-card__comment {
  font-size: 1.4rem;
  font-weight: 300;
}

.p-partner-intro__catch-box {
  display: flex;
  align-items: self-end;
  padding-bottom: 1em;
}

.p-partner-card__label {
  display: inline-block;
  background: #ed5f01;
  color: #FFF;
  padding: 0.5em 1em;
}

.p-partner-intro__description {
  padding: 4em 0 2em;
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .c-hit p {
    font-size: 2.4rem;
  }
  .c-hit-list {
    width: 90%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .c-category-navi {
    width: 90%;
  }
  .c-category-navi li {
    flex: initial;
    padding: 0.5em 1.5em;
    font-size: 1.8rem;
  }
  .c-hit-item {
    width: 100%;
  }
  .c-hit-list::after {
    width: 100%;
  }
  .c-card-thumbnail {
    width: 100%;
    height: 40rem;
  }
}
.l-header__nav.js_active {
  transform: translateY(0%);
}

.l-footer__fix.js_active {
  opacity: 1;
  visibility: initial;
}

.l-header__toggle.js_active .l-header__toggle__icon__bar {
  background: transparent;
}
.l-header__toggle.js_active .l-header__toggle__icon::before {
  top: 47.5%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.l-header__toggle.js_active .l-header__toggle__icon::after {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.p-page-newsnav__item.js-active .p-page-numbers {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.l-breadcrumbs__item.js-active a span {
  border-bottom: 1px solid #000;
}

.p-experience-menu-list__link.js_active {
  color: #FFF;
  background: #5d0d0d;
  opacity: 1;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* TOPページ用*/
.p-topnavi {
  width: 128rem;
  margin: 0 auto;
  padding: 5rem 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-ja-gothic {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

body {
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.is-sponly {
  display: none !important;
}

.is-pconly {
  display: block !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
  .is-sponly {
    display: block !important;
  }
  .is-pconly {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
}
/* **** wp-pagenavi **** */
.pages {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 2.2rem;
  line-height: 1.636;
  margin-right: 4.5rem;
  padding: 0 0.1em;
}

.wp-pagenavi span.current {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  height: 13.2rem;
}

.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  height: inherit;
  margin-right: 2rem;
}

.l-header__logo {
  padding-left: 3.8rem;
  padding-top: 3.5rem;
}

.l-header__logo-inner {
  width: 35.7rem;
  display: block;
}

.l-header.js_active:before {
  opacity: 1;
  visibility: initial;
}

.l-header-snsmenu {
  display: flex;
  justify-content: flex-end;
}

.l-header-snsmenu__inner {
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
}

.l-header-snsmenu__item:last-child {
  padding-left: 1.5rem;
}

.l-header-snsmenu__toggle {
  display: none;
}

.l-header__fix {
  position: absolute;
  right: 0;
  padding-top: 0.8rem;
  margin-top: 13rem;
}

.l-header__fix-inner {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20rem 0 0px;
}

.l-header__fix-item {
  height: 100%;
}

.l-header__fix-item:first-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .l-header:before {
    height: 13.2rem;
    opacity: 1;
    visibility: initial;
    z-index: 99;
  }
  .l-header__logo {
    z-index: 99;
    width: 26.2rem;
  }
}
/*tab*/
@media screen and (max-width: 768px) {
  .l-header {
    height: initial;
  }
  .l-header__logo {
    padding-left: 2rem;
    padding-top: 3.4rem;
  }
  .l-header__logo-inner {
    width: 26rem;
  }
  .l-header__inner {
    align-items: initial;
    margin-right: 0;
    padding-right: 4rem;
  }
  .l-header__toggle {
    display: block;
    width: 6rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .l-header__icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__bar {
    display: block;
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    background: #5BB9DD;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
  }
  .l-header__bar::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.3rem;
    background: #5BB9DD;
    transition: all 0.4s ease-out;
    top: 0%;
  }
  .l-header__bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.3rem;
    background: #5BB9DD;
    transition: all 0.4s ease-out;
  }
  .l-header__menu {
    width: 81.25%;
    margin: 0 auto;
    height: inherit;
  }
  .l-header__main {
    width: 100%;
  }
  .l-header__fix {
    top: 0;
    right: 11.1rem;
    position: initial;
    margin-top: 0px;
    padding-top: 0;
  }
  .l-header__fix-inner {
    padding: 0;
    height: 4.8rem;
  }
  .l-header__fixmenu {
    margin-left: auto;
    margin-right: 2.5rem;
    z-index: inherit;
  }
}
.l-contact {
  color: #FFF;
  background: url(/assets/images/common/img-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-contact__inner {
  width: 112rem;
  margin: 0 auto;
  padding: 17rem 0 5rem;
}

.l-contact-detail__tel {
  width: 42rem;
  display: block;
  margin: 0 auto;
  padding-top: 8.5rem;
  padding-bottom: 4rem;
}

.l-contact-detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.l-contact-info {
  text-align: center;
}

.l-contact-info__title {
  font-size: 2.6rem;
  line-height: 1.5384;
  font-weight: 600;
}

.l-contact-info__detail {
  padding-bottom: 7.8rem;
}

.l-contact-info__detail span {
  display: block;
}

.l-contact-supplement {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-contact__inner {
    width: 87.5%;
  }
  .l-contact .c-ttl {
    align-items: center;
  }
  .l-contact-info__title {
    font-size: 2.8rem;
  }
  .l-contact-info__detail {
    font-size: 2rem;
  }
  .l-contact-detail__tel {
    width: 50rem;
  }
  .l-contact-supplement {
    font-size: 2rem;
  }
}
.l-footer {
  background: #525252;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

/* AIすーさん */
.l-footer-ai {
  width: 100%;
  position: relative;
}

.l-footer-ai a {
  display: block;
  width: 30rem;
  position: absolute;
  top: -49rem;
  right: 2rem;
}

/* フッターロゴ */
.l-footer--logo {
  width: 24rem;
  margin: 0 auto;
}

.l-footer__nav--top {
  padding-top: 8rem;
}

.l-footer__pagetop {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  cursor: pointer;
  width: 8.7rem;
}

.l-footer__pagetop:hover.js_active {
  opacity: 0.7;
}

.l-footer__pagetop.js_active {
  opacity: 1;
  visibility: initial;
}

.l-footer__inner {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.l-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  color: #FFF;
}

.l-footer__menu:nth-of-type(2) {
  padding-bottom: 4rem;
}

.l-footer__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #FFF;
}

.l-footer__item a {
  display: block;
}

.l-footer__item:last-of-type {
  margin-right: 0rem;
}

.l-footer__cr {
  color: #FFF;
  font-size: 1.3rem;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .l-footer-ai a {
    top: -29rem;
  }
  .l-footer__inner {
    max-width: initial;
    width: 100%;
  }
  .l-footer__menu {
    padding: 5rem 0;
    flex-flow: column;
  }
  .l-footer__item {
    margin-right: 0;
    font-size: 2.4rem;
    padding-bottom: 2em;
  }
  .l-footer__cr {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .l-footer__item:last-of-type {
    padding-bottom: 0;
  }
  .l-footer__nav--bottom .l-footer__menu {
    padding-bottom: 2rem;
  }
}
.l-header__nav {
  display: flex;
  margin-left: auto;
  height: inherit;
}

.l-nav-menu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-menu__item {
  font-size: 1.8rem;
  margin-right: 4.5rem;
}

.l-nav-menu__item a, .l-nav-menu__item span {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  line-height: 2;
  display: block;
}

.l-nav-menu__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-nav-menu__item a:hover {
  opacity: 0.9;
}

.l-nav-menu__item a.is_active:after {
  transform: scaleX(1);
}

.l-nav-menu__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

.l-nav-menu__item--sns a:hover {
  opacity: 0.7;
}

.l-nav-menu__item--sns a:after {
  display: none;
}

.l-nav-menu__item span {
  transition: 0.3s;
}

.l-nav-menu__item--sns {
  position: absolute;
  right: 9.5rem;
  bottom: -4.8rem;
}

.l-nav-submenu__inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
}

.l-nav-submenu__item {
  width: 13.6rem;
  height: inherit;
  margin-right: 0.8rem;
}

.l-nav-submenu__item:last-child {
  margin: 0;
}

.l-nav-fixmenu {
  display: inline-block;
  position: absolute;
  right: 0;
}

.l-nav-fixmenu__inner {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem;
  margin-top: 1rem;
}

/*page*/
.l-breadcrumbs {
  padding-top: 2.2rem;
  padding-left: 4.4rem;
  font-size: max(12px, 1.6rem);
}

.l-breadcrumbs__list {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.l-breadcrumbs__list a:after {
  content: ">";
  display: inline-block;
  background-image: url(/ja/assets/img/all/ico_arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.5rem;
  height: 0.7rem;
  margin-left: 1.2rem;
}

.l-breadcrumbs__item:last-of-type a:after {
  display: none;
}

.l-breadcrumbs__item {
  margin-right: 1.6rem;
}

.l-nav__language {
  width: 15.7rem;
  height: 4rem;
  display: flex;
  flex-flow: column;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  margin-top: 10.5rem;
  right: 6.6rem;
}

.l-nav__language > a {
  display: block;
  width: 100%;
  border: 2px solid #FFF;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}

.l-language-menu {
  padding-top: 2.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1em;
  width: 100%;
}

.l-nav__language:hover .l-language-menu {
  opacity: 1;
  visibility: initial;
}

.l-language-menu__inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
}

.l-language-men__item a {
  display: block;
  padding: 0.5em 0;
  position: relative;
}

.l-language-men__item a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right bottom;
  background-color: #FFF;
  content: "";
  transition: 0.6s;
  /* transition-property: -webkit-transform; */
  transition-property: transform;
  /* transition-property: transform, -webkit-transform; */
}

.l-language-men__item a:hover {
  opacity: 0.9;
}

.l-language-men__item a.is_active:after {
  transform: scaleX(1);
}

.l-language-men__item a:hover:after {
  transform: scaleX(1);
  transform-origin: left bottom;
}

/*sp*/
@media screen and (max-width: 1024px) {
  .l-header__nav {
    margin-top: 0;
    padding-top: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    transform: translateY(-120%);
    transition: 0.5s;
    padding-block: min(31.25vw, 200px) min(15.625vw, 100px);
    background: rgba(34, 39, 41, 0.9);
  }
  .l-header__main-inner {
    flex-flow: column;
    padding-bottom: 6rem;
  }
  .l-header__main-item {
    padding-top: 2.6rem;
    margin: 0;
    padding-top: 6rem;
  }
  .l-header__main-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
  }
  .l-header__sub {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .l-header__sub-inner {
    justify-content: space-between;
  }
  .l-header__sub-inner-item {
    margin-right: 0;
    width: 30%;
  }
  .l-header__sub-inner-item:nth-child(2) {
    position: relative;
  }
  .l-header__sub-inner-item:nth-child(2):before {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 0;
  }
  .l-header__sub-inner-item:nth-child(2):after {
    height: 75%;
    width: 1px;
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 10%;
  }
  .l-header__submenu {
    display: inline-flex;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    width: 81.25%;
    margin: 0 auto;
  }
  .l-nav__toggle {
    width: 8.5rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    margin-left: auto;
    z-index: 99;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav__toggle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .l-nav__toggle__icon__bar {
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:before {
    content: "";
    display: block;
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    top: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:after {
    content: "";
    display: block;
    background: #5BB9DD;
    width: 100%;
    height: 0.4rem;
    bottom: -2rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar {
    background: transparent;
    left: 2px;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:before {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:after {
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center 0;
  }
  .l-nav-fixmenu__inner {
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 2.6rem;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-nav-menu {
    width: 78.125%;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 78.125%;
    margin: 0 auto;
  }
  .l-nav-submenu__inner {
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: 1px solid #FFFFFF;
  }
  .l-nav-submenu__item {
    margin-right: 0;
    width: 30%;
  }
  .l-nav-menu__inner {
    flex-flow: column;
    padding: 0;
    height: 100vh;
  }
  .l-nav-menu__item {
    margin-right: 0;
    padding-top: 6rem;
    font-size: 2.6rem;
  }
  .l-nav-menu__item a {
    color: #FFFFFF;
  }
  .l-nav-menu__item--sns {
    position: static;
  }
  .l-breadcrumbs__item:last-child {
    margin-right: 0;
  }
  .l-breadcrumbs__list {
    font-size: 1.8rem;
  }
  .l-breadcrumbs {
    padding-top: 6rem;
  }
  .l-nav-menu__item a::after {
    background-color: #FFFFFF;
  }
  .l-nav__language {
    right: 2rem;
    margin-top: 14.5rem;
  }
}
/*sp*/
@media screen and (max-width: 768px) {
  .l-nav-menu__item {
    padding-top: 1.5em;
  }
  .l-nav__language {
    right: 4rem;
    margin-top: 14.5rem;
  }
  .l-nav__language > a {
    width: 12rem;
    margin-left: auto;
  }
  .l-language-men__item a {
    padding: 1em 0;
  }
  .l-nav__toggle {
    position: initial;
    top: initial;
    transform: initial;
    margin-top: 7.5rem;
  }
  .l-nav-menu__inner {
    height: 120vh;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
  }
  .l-nav-submenu__item {
    width: 16rem;
  }
  .l-nav-submenu__item:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  .l-nav-menu {
    width: 50rem;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .l-nav-submenu {
    width: 50rem;
    margin: 0 auto;
  }
  .l-breadcrumbs {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-container-body {
  overflow: hidden;
}

.l-sec-wrapper__inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 162rem;
}

@media screen and (max-width: 768px) {
  .l-sec-wrapper__inner {
    max-width: 84%;
    margin: 0 auto;
  }
}
.c-btn-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}

.c-btn-list li {
  text-align: center;
  width: 100%;
}

.c-btn {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  background: #D47116;
  width: 100%;
  max-width: 559px;
  color: #FFF;
  border-radius: 50px;
  height: 8.5rem;
  display: flex;
  align-items: center;
  padding-left: 10.5rem;
}

.c-btn.navy {
  background: #03335B;
}

.c-btn.blue {
  background: #2062D3;
}

.c-btn--center {
  padding-left: 0rem;
  justify-content: center;
}

.c-btn::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-65%);
  top: 50%;
  right: 2em;
}

.c-btn img {
  max-width: 55px;
  width: 5.5rem;
  margin-right: 2.7rem;
}

.c-btn-list__item:nth-of-type(1) {
  margin-bottom: 2rem;
}

.c-btn-list__item p {
  padding-top: 1.5rem;
  font-weight: 1.8rem;
  font-weight: 600;
  line-height: 1.666;
}

.c-button-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more a:hover {
  cursor: pointer;
}

.c-button-more a span {
  position: relative;
}

.c-button-more a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--red {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-button-more--red a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  border: 1px solid #5c0d0d;
  background: #5c0d0d;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
}

.c-button-more--red a span {
  position: relative;
}

.c-button-more--red a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
}

.c-button-more--left {
  justify-content: flex-start;
}

.c-plink-btn {
  background: #FFF;
  color: #5c0d0d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 65px;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-plink-btn:after {
  content: "";
  display: inline-block;
  top: 0;
  right: -1em;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #5c0d0d;
  border-right: solid 2px #5c0d0d;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  margin-left: 0.5em;
}

.c-pdflink-btn {
  background: #FFF;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 600;
  line-height: 2;
}

.c-pdflink-btn span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-pdflink-btn span::before {
  content: "";
  display: inline-block;
  max-width: 31px;
  max-height: 37px;
  width: 3.1rem;
  height: 3.7rem;
  background-image: url(../assets/images/research/img-icon-pdf.png);
  background-size: cover;
  position: relative;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-button-more a {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-button-more--red a span {
    font-size: 2.6rem;
  }
  .c-button-more a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--red a span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button-more--left {
    justify-content: center;
  }
  .c-button-more--red a {
    width: 100%;
    height: 10.8rem;
  }
  .c-plink-btn {
    width: 100%;
    height: 10.8rem;
    font-size: 2.6rem;
  }
  .c-plink-btn:after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 3.75em;
  }
  .c-btn-list__item p {
    font-size: 2rem;
  }
}
.c-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: 0.44rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-ttl .en {
  display: block;
  padding-bottom: 1em;
  width: 30rem;
}

.c-ttl .ja {
  display: block;
  font-size: 1.6rem;
}

.c-ttl-center .ja {
  padding-left: 0rem;
}

.c-card-tags {
  padding-top: 1.5em;
}

.c-card-category {
  font-size: 1.8rem;
}

.c-card-tags a {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
  .c-ttl .en {
    width: 40rem;
  }
  .c-ttl .ja {
    font-size: 3.2rem;
    padding-left: 0rem;
    padding-top: 0.5em;
  }
  .c-card-category {
    font-size: 2.4rem;
  }
  .c-card-tags a {
    font-size: 2.2rem;
  }
}
/*レイアウト*/
.c-ttl {
  font-size: 3.2rem;
  font-weight: 600;
}

/* **** title **** */
/* page */
.c-page-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-page-ttl.white {
  color: #FFF;
}

.c-page-ttl.black {
  color: #000;
}

.c-page-ttl__main {
  font-size: 4rem;
  letter-spacing: 0.1em;
  display: block;
}

.c-page-ttl__sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
}

.c-category-navi {
  width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 6rem;
  margin-bottom: 8rem;
}

.c-category-navi li {
  flex: 0 0 calc((100% - 105px) / 8);
  margin-right: 15px; /* 基本の右余白 */
  margin-bottom: 15px; /* 下方向の余白 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 0.5em 0;
  margin-bottom: 1em;
  margin-right: 1em;
}

.c-category-navi li.active {
  background: #5DB8DB;
  color: #FFF;
  font-weight: bold;
}

.c-category-navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-category-navi li:hover {
  background: #5DB8DB;
  color: #FFF;
  font-weight: bold;
}

.c-category-navi li:hover a {
  opacity: 1;
}

.c-hit {
  display: flex;
  justify-content: center;
  text-decoration: underline;
}

.c-hit-list {
  display: flex;
  flex-wrap: wrap;
  width: 144rem;
  margin: 0 auto;
  justify-content: space-between;
}

.c-hit-item {
  width: 44rem;
  margin-bottom: 4rem;
}

.c-hit-list::after {
  content: "";
  display: block;
  width: 44rem;
}

.c-hit-list__wrap {
  padding-top: 6rem;
}

.c-card-body {
  padding: 1em;
}

.c-card-thumbnail {
  width: 44rem;
  height: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.c-card-area {
  padding-top: 1em;
}

.c-card-area span {
  padding-right: 1em;
}

.c-card-registrant {
  padding-top: 1em;
}

.c-card-registrant span {
  padding-right: 1em;
}

.p-partner-card {
  width: 54rem;
  background: #FFF;
  border-radius: 10px;
}

.p-partner-card__inner {
  display: flex;
  padding: 2em 1em 1em;
}

.p-partner-card__avatar {
  border-radius: 50%;
  width: 20rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #5DB8DB;
}

.p-partner-card__info {
  padding-left: 1.5em;
}

.p-partner-intro__catch-text span {
  background-color: #ed5f01;
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 0.25em;
  display: inline-block;
  padding: 0.5em;
}

.p-partner-card__dept {
  display: inline-block;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  border: 1px solid #5DB8DB;
  background: #FFF;
}

.p-partner-card__name {
  padding: 0.5em 0;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.p-partner-card__comment {
  font-size: 1.4rem;
  font-weight: 300;
}

.p-partner-intro__catch-box {
  display: flex;
  align-items: self-end;
  padding-bottom: 1em;
}

.p-partner-card__label {
  display: inline-block;
  background: #ed5f01;
  color: #FFF;
  padding: 0.5em 1em;
}

.p-partner-intro__description {
  padding: 4em 0 2em;
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .c-hit p {
    font-size: 2.4rem;
  }
  .c-hit-list {
    width: 90%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .c-category-navi {
    width: 90%;
  }
  .c-category-navi li {
    flex: initial;
    padding: 0.5em 1.5em;
    font-size: 1.8rem;
  }
  .c-hit-item {
    width: 100%;
  }
  .c-hit-list::after {
    width: 100%;
  }
  .c-card-thumbnail {
    width: 100%;
    height: 40rem;
  }
}
.l-header__nav.js_active {
  transform: translateY(0%);
}

.l-footer__fix.js_active {
  opacity: 1;
  visibility: initial;
}

.l-header__toggle.js_active .l-header__toggle__icon__bar {
  background: transparent;
}

.l-header__toggle.js_active .l-header__toggle__icon::before {
  top: 47.5%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.l-header__toggle.js_active .l-header__toggle__icon::after {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.p-page-newsnav__item.js-active .p-page-numbers {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.l-breadcrumbs__item.js-active a span {
  border-bottom: 1px solid #000;
}

.p-experience-menu-list__link.js_active {
  color: #FFF;
  background: #5d0d0d;
  opacity: 1;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* TOPページ用*/
.p-topnavi {
  width: 128rem;
  margin: 0 auto;
  padding: 5rem 0;
}

.p-topnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-topnavi ul li {
  width: 45%;
  border-radius: 45px;
  border: 1px solid #5BB9DD;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}

.p-topnavi ul li {
  font-size: 2.4rem;
}

.p-topnavi ul li a {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* フェードアップ */
.feadin {
  opacity: 0;
}

.feadin.is-animated {
  animation: fadeup 2.4s cubic-bezier(0.4, 0.4, 0, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-sec-wrap {
  background-repeat: no-repeat;
  position: relative;
}

.p-sec-mv-scroll {
  position: absolute;
  bottom: 12rem;
  left: 3.5rem;
  display: flex;
  flex-flow: column-reverse;
}

.p-sec-mv-scroll__text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  transform: rotate(90deg) translate(0%, 100%);
}

.p-sec-mv-scroll__line {
  position: relative;
  display: block;
  background-color: rgba(200, 200, 200, 0.4);
  height: clamp(10px, 9.9vw, 190px);
  width: 1px;
  margin-left: 0.8rem;
  height: 17.7rem;
  margin-bottom: 3.75rem;
}

.p-sec-mv-scroll__line::before {
  content: " ";
  animation: scrollAnim 3s linear 0s normal none infinite running;
  background-color: #FFF;
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-sec-mv-scroll__line.p-sec-mv-scroll__line--gray {
  background-color: rgba(100, 100, 100, 0);
  margin-top: 0;
}

.p-sec-mv-scroll__line.p-sec-mv-scroll__line--gray::before {
  background-color: #222;
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.p-navi-inner {
  width: 144rem;
  margin: 0 auto;
}

.p-sec-wrap {
  padding-top: 22.6rem;
}

.p-navi-head {
  display: flex;
  justify-content: center;
}

.p-contents {
  padding-bottom: 20rem;
}

/**** memberページ ****/
.member .c-card-thumbnail img {
  width: 40%;
}

.member .p-contents_inner {
  padding-top: 6.5rem;
}

/****パートナー図鑑****/
.partner .c-card-thumbnail img {
  max-width: initial;
}

.p-partner-hero__inner {
  padding: 6.5rem;
  display: flex;
  justify-content: space-between;
  width: 108rem;
  margin: 0 auto;
}

.p-partner-hero__logo {
  width: 45rem;
}

.p-partner-hero__content {
  padding: 0 1.5em;
}

.partner .p-contents_inner {
  width: 128rem;
  margin: 0 auto;
}

.p-partner-nav {
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
}

.p-partner-nav__list {
  display: flex;
}

.p-partner-nav__item {
  padding-left: 2em;
}

.c-section-header {
  padding-top: 8rem;
  text-align: center;
  padding-bottom: 6rem;
}

.c-section-header__title {
  font-size: 3.2rem;
}

.p-partner-intro {
  padding-bottom: 6rem;
}

.p-partner-intro__row {
  display: flex;
  justify-content: space-between;
}

.p-partner-work {
  padding-bottom: 6rem;
}

.p-partner-work__list {
  display: flex;
  justify-content: space-between;
}

.p-partner-work-card__body {
  padding-top: 1em;
}

.p-partner-work-card__title {
  font-size: 2rem;
  padding-bottom: 1em;
}

.p-partner-intro {
  padding-bottom: 6rem;
}

.p-partner-project {
  padding-bottom: 10rem;
}

.p-partner-project__body ul {
  list-style: none;
}

.p-partner-project__body ul li {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}

.p-partner-project__body ul li::before {
  content: "●";
  color: #5BB9DD;
  font-size: 1.6rem;
  margin-right: 1em;
}

.p-partner-work-card {
  width: 31.5%;
}

.p-partner-flow {
  background: #FFF;
  border-radius: 25px;
  padding-bottom: 10rem;
}

.p-partner-flow__text {
  text-align: center;
}

/*** member ***/
.member .p-navi-head {
  padding-bottom: 4rem;
}

.member .p-contents_inner {
  width: 97.5%;
  margin: 0 auto;
  border-radius: 50px;
  background-image: url(../assets/images/member/img-member-bk.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10rem;
}

.p-member-profile__container {
  display: flex;
  justify-content: space-between;
}

.member .p-partner-work-card__partner {
  color: #FFF;
}

.member .p-partner-work-card__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.member .p-partner-work-card__body a {
  color: #FFF;
}

.member.p-contents {
  margin-top: 2em;
}

.p-member-mywork {
  padding-top: 10rem;
}

.p-partner-work-card__thumb-wrap {
  overflow: hidden;
  border-radius: 25px;
}

.p-member-mywork__title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5em;
}

.p-member-mywork__title .en {
  width: 30.4rem;
}

.p-member-mywork__title .ja {
  color: #FFF;
  padding-left: 2em;
  font-size: 2.4rem;
  font-weight: 600;
}

.p-member-mywork__list {
  display: flex;
  justify-content: space-between;
}

.p-member-mywork-card {
  width: 30%;
}

.p-member-ninja {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.p-member-ninja-character {
  width: 30rem;
  position: relative;
  bottom: -4rem;
}

.p-member-ninja-tweet {
  width: 47.4rem;
  height: 38rem;
  border-radius: 50%;
}

.green .p-member-ninja-tweet {
  background-color: #92E18F;
  color: #534741;
}

.p-member-ninja-tweet__title {
  text-align: center;
  padding-top: 3.5em;
  padding-bottom: 2em;
  font-size: 2.4rem;
  font-weight: 600;
}

.p-member-ninja-tweet__text {
  font-size: 2rem;
  line-height: 200%;
  padding: 0 1em;
}

.c-card-thumbnail {
  width: 100%; /* 横幅を親要素（カード）いっぱいに広げる */
  aspect-ratio: 1/1; /* 枠を正方形にする（16/9など、好みの比率に変えてもOKです） */
  overflow: hidden; /* 枠からはみ出た画像を隠す */
  position: relative;
  background-color: #f0f0f0; /* 画像がない時の背景色（お好みで） */
}

.c-card-thumbnail img {
  width: 100%;
  max-width: 140px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; /* 縦横比を保ったまま、枠いっぱいに隙間なくはめ込む */
  -o-object-position: center;
  object-position: center; /* 画像の中心が真ん中にくるようにする */
}

.p-profile-card {
  width: 100%;
  padding: 7rem 5rem;
  background-color: #FFF;
}

.p-profile-card h3 {
  font-weight: 600;
  padding-bottom: 0.5em;
  font-size: 2rem;
}

.p-profile-card p {
  padding-bottom: 1em;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.p-profile-card p span {
  display: block;
  font-size: 2.2rem;
  padding-bottom: 0.25em;
}

.p-profile-card h3 + p {
  font-size: 4.4rem;
  padding-bottom: 1em;
}

.p-profile-card h4 {
  font-weight: 600;
  padding-bottom: 0.5em;
}

/*sp*/
@media screen and (max-width: 768px) {
  .is-sponly {
    display: block;
  }
  .is-pconly {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .top .p-sec-wrap {
    padding-top: 16.6rem;
  }
  .p-topnavi {
    width: 90%;
  }
  .p-topnavi ul li {
    width: 47.5%;
    font-size: 1.8rem;
  }
  .p-navi-inner {
    width: 100%;
  }
  /****パートナー図鑑****/
  .p-partner-hero__inner {
    width: 100%;
    padding: 6.5rem 4.5rem;
  }
  .partner .c-card-category {
    font-size: 1.8rem;
  }
  .partner .c-card-tags a {
    font-size: 1.8rem;
  }
  .partner .p-contents_inner {
    width: 100%;
    padding: 0 2.5rem;
  }
  .p-partner-nav__list {
    justify-content: space-around;
  }
  .p-partner-nav__item {
    padding-left: 0;
  }
  .p-partner-intro__row {
    display: block;
  }
  .p-partner-intro__catch-text {
    padding-bottom: 1.5em;
  }
  .p-partner-intro__body {
    position: relative;
    padding-bottom: 28rem;
  }
  .p-partner-intro__catch-text span {
    font-size: 2rem;
  }
  .p-partner-card {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .p-partner-intro__description {
    padding-top: 0;
  }
  .p-partner-work__list {
    flex-flow: column;
  }
  .p-partner-work-card {
    width: 100%;
    padding-bottom: 1.5em;
    padding: 0 4rem 6rem;
  }
  .p-partner-work-card:last-child {
    padding-bottom: 0;
  }
  /*メンバー*/
  .member .p-contents_inner {
    width: 95%;
    padding: 5rem;
  }
  .p-member-profile__container {
    display: block;
  }
  .p-member-mywork__title {
    flex-flow: column;
  }
}
.l-container {
  background: #F5F5F3;
}/*# sourceMappingURL=style.css.map */