@charset "UTF-8";
@font-face{
  font-family:'FuturaStd-Bold';
  src: url('../fonts/FuturaStd-Bold.eot');
  src: url('../fonts/FuturaStd-Bold.woff2') format('woff2'),
       url('../fonts/FuturaStd-Bold.woff') format('woff'),
       url('../fonts/FuturaStd-Bold.ttf') format('truetype'),
       url('../fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg'),
       url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* ----------
 reset
---------- */
html, body, div, /*span,*/ applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  vertical-align: bottom;
  max-width: 100%;
}
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/* font */
html {
  font-size: 62.5%; /*1.6rem = 16px*/
}
body {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  word-break: break-all;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px){

}

/* common */
a {
  transition: all .3s;
  text-decoration: none;
}
a:hover img {
  transition: all .3s;
}
button {
  cursor: pointer;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 840px){
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

/* ----------
layout
---------- */
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.l-inner2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header.u-bg-w {
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.l-header .l-inner {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 210px;
  flex: 0 0 auto;
}
.l-header__nav {
  width: calc(100% - 210px);
}
.l-header__nav ul {
  display: flex;
  justify-content: flex-end;
}
.l-header__nav li {
  width: 120px;
}
.l-header__nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #000;
  position: relative;
}
.l-header__nav li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #FFF509;
  transition: all .3s;
}
.l-header__nav li a:hover::after {
  width: 100%;
}
.l-header__nav__contact a {
  background: #FFF509;
}
.l-header__nav__contact a:hover {
  background: #000;
  color: #fff;
}
.l-header__nav li a span {
  font-size: 1.7rem;
  text-indent: .02em;
}
.l-header__nav li a strong {
  font-size: 1rem;
  margin-top: 15px;
  text-indent: .025em;
  font-weight: 500;
}
.l-header__nav-sp {
  display: none;
}
@media screen and (max-width: 1023px){
  .l-header__logo {
    width: 140px;
  }
  .l-header__nav {
    width: calc(100% - 150px);
  }
  .l-header__nav li {
    width: auto;
  }
  .l-header__nav li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 840px){
  .l-header .l-inner {
    padding: 0;
  }
  .l-header__logo {
    padding: 12px 0 16px 12px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__nav-sp {
    display: flex;
  }
  .l-header__nav-sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF509;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
  }
  .l-header__nav-sp .drawer-bg {
    background: #000;
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
  }
  .drawer-hamburger {
    width: 30px;
    padding: 31px 17px 30px;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff;
  }
  .drawer-nav {
    background: #000;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-sp-menu {
    text-align: center;
  }
  .nav-sp-menu a {
    display: block;
    padding: 9px 0;
    color: #fff;
  }
  .nav-sp-menu__contact {
    text-align: center;
    margin: 20px 0 30px;
  }
  .nav-sp-menu__link {
    /* text-align: center; */
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    text-align: center;
  }
  /* .nav-sp-menu__link .link-wantedly {
    display: block;
    width: 160px;
    margin: 0 auto 40px;
  } */
  /* .nav-sp-menu__link .link-sns {
    width: 20px;
    margin: 0 15px;
  } */
  .nav-sp-menu__link__tit {
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    margin: 0 0 20px;
  }
  .nav-sp-menu__link .link-sns {
    color: #fff;
    font-size: 1.6rem;
    /* text-decoration: underline; */
    margin: 0 0 25px;
  }
  /* .nav-sp-menu__link .link-sns:hover {
    text-decoration: none;
  } */

}
@media screen and (max-width: 360px){
  .nav-sp-menu a {
    padding: 8px 0;
    font-size: 1.4rem;
  }
  /* .nav-sp-menu__link .link-wantedly {
    margin: 0 auto 30px;
  } */
}

.l-footer__cta {
  background: #FFF509;
  padding: 30px 0;
}
.l-footer__cta__in {
  display: flex;
  width: 100%;
  align-items: center;
}
.l-footer__cta__tit {
  padding: 0 20px 0 0;
  width: 24%;
}
.l-footer__cta__tit__in {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}
.l-footer__cta__tit span {
  font-size: 5rem;
  font-weight: bold;
}
.l-footer__cta__tit strong {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 10px 0 0;
}
.l-footer__cta__btn {
  width: 38%;
  padding: 35px 20px;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.l-footer__cta__tel {
  width: 38%;
  padding: 0 20px;
  text-align: center;
}
.l-footer__cta__tel a {
  color: #000;
  pointer-events: none;
}
.l-footer__cta__tel span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.l-footer__cta__tel strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin: 20px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 1023px){
  .l-footer__cta__in {
    flex-wrap: wrap;
  }
  .l-footer__cta__tit {
    padding: 0 0 20px;
    width: 100%;
  }
  .l-footer__cta__tit__in {
    width: 100%;
  }
  .l-footer__cta__btn {
    width: 50%;
    border-left: none;
    border-right: 1px solid #000;
  }
  .l-footer__cta__tel {
    width: 50%;
  }
}
@media screen and (max-width: 840px){
  .l-footer__cta__tit {
    padding: 10px 0 40px;
    width: 100%;
  }
  .l-footer__cta__tit span {
    font-size: 3.5rem;
  }
  .l-footer__cta__tit strong {
    font-size: 1.4rem;
  }
  .l-footer__cta__btn {
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
  }
  .l-footer__cta__tel {
    width: 100%;
    padding: 40px 0 10px;
  }
  .l-footer__cta__tel a {
    pointer-events: all;
  }
  .l-footer__cta__tel span {
    font-size: 1.8rem;
  }
  .l-footer__cta__tel strong {
    font-size: 3.2rem;
    margin: 20px 0 0;
  }
}

.l-footer__nav {
  padding: 40px 0;
  background: #000;
}
.l-footer__nav * {
  color: #fff;
}
.l-footer__nav_in {
  display: flex;
  align-items: center;
}
.l-footer__nav__info {
  margin: 0 90px 0 0;
}
.l-footer__nav__info__address {
  margin: 25px 0;
  font-size: 1.5rem;
}
.l-footer__nav__info__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.l-footer__nav__info__link__tit {
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  margin: 0 0 14px;
}
/* .l-footer__nav__info__link .link-wantedly {
  width: 160px;
  margin: 0 10px 0 0;
  background: #fff;
}
.l-footer__nav__info__link .link-wantedly:hover img {
  opacity: .7;
} */
.l-footer__nav__info__link .link-sns {
  font-size: 1.4rem;
  text-decoration: underline;
  height: 20px;
}
.l-footer__nav__info__link .link-sns:not(.link-facebook) {
  margin: 0 0 0 20px;
}
.l-footer__nav__info__link .link-sns:hover {
  text-decoration: none;
}
.l-footer__nav__menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
}
.l-footer__nav__menu ul li {
  margin: 0 90px 0 0;
}
.l-footer__nav__menu a {
  font-size: 1.3rem;
  text-decoration: underline;
  line-height: 40px;
}
.l-footer__nav__menu a:hover {
  text-decoration: none;
}
.l-footer__copy {
  padding: 30px 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px){
  .l-footer__nav__info {
    margin: 0 60px 0 0;
  }
  .l-footer__nav__menu ul {
    height: 240px;
  }
  .l-footer__nav__menu ul li {
    margin: 0 60px 0 0;
  }
  .l-footer__nav__menu a {
    font-size: 1.3rem;
    text-decoration: underline;
    line-height: 40px;
  }
}
@media screen and (max-width: 840px){
  .l-footer__nav_in {
    display: block;
    text-align: center;
  }
  .l-footer__nav__info {
    margin: 0;
  }
  .l-footer__nav__info__address {
    font-size: 1.4rem;
  }
  .l-footer__nav__info__link {
    flex-direction: column;
  }
  .l-footer__nav__info__link .link-blog {
    display: block;
    margin: 0 auto 30px;
    text-decoration: underline;
  }
  .l-footer__nav__info__link .link-blog:hover {
    text-decoration: none;
  }
  .l-footer__nav__info__link__tit {
    margin: 0 0 25px;
  }
  /* .l-footer__nav__info__link .link-wantedly {
    display: block;
    margin: 0 auto 30px;
  } */
  .l-footer__nav__info__link .link-sns {
    font-size: 1.6rem;
    margin: 0 0 25px !important;
    height: auto;
  }
  .l-footer__nav__menu ul {
    margin: 40px 0 0;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
  }
  .l-footer__nav__menu ul li {
    margin: 0;
  }
  .l-footer__nav__menu ul li:not(.sp-link) {
    display: none;
  }
  .l-footer__copy {
    font-size: 1.1rem;
  }
}
  

/* ----------
contents
---------- */

/* p-top__mv */
.p-top__mv {
  background: #f2f2f2;
  background: url(../img/logo_bg.svg) no-repeat left -80px bottom 40px, linear-gradient(135deg, #fff 0%, #fafafa 43.01%, #f2f2f2 100%);
}
.p-top__mv:not(.p-page__mv) {
  background: unset;
  position: relative;
}
.p-top__mv video {
  width: 100%;
}
.p-top__mv__in {
  max-width: 1420px;
  margin: 0 auto;
  height: 720px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top__mv__txt {
  font-size: 3.4rem;
  line-height: 2;
  margin: 0 0 190px 60px;
  font-weight: 500;
  flex: 0 0 auto;
}
.p-top__mv__txt span {
  display: block;
}
.p-top__mv__img {
  position: relative;
  width: 873px;
  margin: 0 0 -80px;
}
.p-top__mv__scroll {
  display: inline-block;
  position: absolute;
  left: 60px;
  top: 60%;
  /* bottom: -80px; */
  z-index: 1;
  padding: 10px 10px 90px;
  overflow: hidden;
  color: #000;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  writing-mode: vertical-lr;
}
.p-top__mv__scroll span {
  display: block;
  transform: rotate(180deg);
}
.p-top__mv__scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1270px){
  .p-top__mv__in {
    height: auto;
  }
  .p-top__mv__txt {
    font-size: 2.8rem;
    margin: 200px 0 160px 40px;
  }
  .p-top__mv__img {
    margin: 0 0 -40px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1023px){
  .p-top__mv {
    background-size: 60%, 100%;
    background-position: center left -30%;
  }
  .p-top__mv__txt {
    font-size: 2.2rem;
    margin: 200px 0 160px 40px;
  }
}
@media screen and (max-width: 1023px){
  .p-top__mv__in {
    align-items: center;
    padding-top: 60px;
  }
}
@media screen and (max-width: 840px){
  .p-top__mv {
    background: url(../img/logo_bg.svg) no-repeat left -90px top 60px;
    background-size: 360px;
    margin-top: 64px;
  }
  .p-top__mv__in {
    height: auto;
    display: block;
  }
  .p-top__mv__txt {
    font-size: 2.2rem;
    margin: 100px 0 50px 20px;
  }
  .p-top__mv__txt span {
    display: inline-block;
  }
  .p-top__mv__img {
    width: auto;
    margin: 0 0 0 40px;
  }
  .p-top__mv__scroll {
    left: 10px;
    /* bottom: -10px; */
    padding: 10px 10px 70px;
    font-size: 1.3rem;
  }
  .p-top__mv__scroll span {
    display: block;
    transform: rotate(180deg);
    white-space: nowrap;
  }
  .p-top__mv__scroll::after {
    height: 60px;
  }
}
@media screen and (max-width: 480px){
  .p-top__mv__scroll {
    bottom: 5px;
    top: 0;
  }
}
@media screen and (max-width: 340px){
  .p-top__mv__txt {
    font-size: 1.8rem;
  }
}

/* p-top__tit */
.p-top__tit {
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
  position: relative;
}
.p-top__tit span {
  font-size: 14rem;
  color: #FFF509;
  font-weight: bold;
  text-indent: .02em;
  word-break: break-word;
}
.p-top__tit strong {
  font-weight: 500;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 840px){
  .p-top__tit {
    margin: 0 0 30px;
  }
  .p-top__tit span {
    font-size: 8rem;
  }
  .p-top__tit strong {
    font-weight: 500;
    font-size: 2.4rem;
  }
  .p-top__tit + p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px){
  .p-top__tit span {
    font-size: 5.5rem;
  }
  .p-top__tit strong {
    transform: translate(-50%,-50%);
  }
}

/* p-top__news */
.p-top__news {
  padding-top: 160px;
}
.p-news__tab {
  background: #EDEDED;
  padding: 30px;
}
.p-news__tab__nav {
  display: flex;
  margin: 0 30px;
  overflow-x: auto;
}
.p-news__tab__nav::-webkit-scrollbar {
  height: 3px;
}
.p-news__tab__nav::-webkit-scrollbar-thumb {
  background-color: #000;
}
.p-news__tab__nav li {
  width: 20%;
  min-width: 200px;
  padding: 15px;
  flex: 0 0 auto;
  font-size: 1.5rem;
  text-align: center; 
  position: relative;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
  white-space: nowrap;
}
.p-news__tab__nav li:not(:first-of-type)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #B9B9B9;
  transition: all .3s;
}
.p-news__tab__nav li.active,
.p-news__tab__nav li:hover {
  background: #fff;
}
.p-news__tab__nav li.active::after,
.p-news__tab__nav li:hover::after {
  display: none;
}
.p-news__tab__nav li.active + li::after,
.p-news__tab__nav li:hover + li::after {
  display: none;
}
.p-news__tab__cont {
  background: #fff;
  padding: 20px 30px;
  margin: 0 0 30px;
}
.p-news__tab__block:not(.show) {
  display: none;
}
.p-new__list li {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
}
.p-new__list__cat {
  background: #000;
  color: #fff;
  width: 130px;
  flex: 0 0 auto;
  font-size: 1.1rem;
  padding: 4px 0;
  text-align: center;
}
.p-new__list__date {
  width: 150px;
  flex: 0 0 auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-new__list__tit {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
  line-height: 1.8;
}
.p-new__list__tit:hover {
  text-decoration: none;
}
@media screen and (max-width: 840px){
  .p-top__news {
    padding-top: 60px;
  }
  .p-top__news .l-inner {
    padding: 0 10px;
  }
  .p-news__tab {
    padding: 20px 10px;
  }
  .p-news__tab__nav {
    margin: 0 10px;
  }
  .p-news__tab__nav li {
    width: 20%;
    min-width: 140px;
    font-size: 1.4rem;
  }
  .p-news__tab__cont {
    background: #fff;
    padding: 20px 20px 30px;
    margin: 0 0 20px;
  }
  .p-new__list li {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .p-top__news .p-new__list li:nth-of-type(n+4) {
    display: none;
  }
  .p-new__list li:last-of-type {
    margin: 0 ;
  }
  .p-new__list__cat {
    padding: 2px 0;
  }
  .p-new__list__date {
    width: auto;
    margin: 0 0 0 15px;
    line-height: 1.5;
  }
  .p-new__list__tit {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* p-top__service */
.p-top__service {
  padding-top: 80px;
}
.p-top__listbox {
  max-width: 1260px;
  margin: 110px auto 0; 
  background: url(../img/bg_dot.svg);
  padding: 0 50px;
}
.p-top__list {
  position: relative;
  top: -70px;
  display: flex;
  justify-content: center;
}
.p-top__list li {
  background: #FFF509;
  width: 300px;
  text-align: center;
  display: flex;
  margin: 0 3%;
}
/* .p-top__list li:nth-of-type(2) {
  margin: 0 5.5%;
} */
.p-top__list li a {
  padding: 30px 30px 70px;
  color: #000;
  position: relative;
  width: 100%;
}
.p-top__list li a::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 12px;
  width: 88px;
  height: 30px;
  background: url(../img/arrow1.svg) no-repeat center right 10px #000;
  background-size: 31px;
  transition: all .3s;
}
.p-top__list__img {
  margin: 0 0 20px;
  height: 130px;
  background: url(../img/service_icon02.svg) no-repeat center;
  background-size: contain;
}
.p-top__list li:nth-of-type(2) .p-top__list__img {
  background-image: url(../img/service_icon03.svg);
}
/* .p-top__list li:nth-of-type(3) .p-top__list__img {
  background-image: url(../img/service_icon03.svg);
} */
.p-top__list li h3 {
  line-height: 1;
}
.p-top__list li h3 span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.p-top__list li h3 strong {
  display: block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-top__list li p {
  text-align: left;
  font-size: 1.5rem;
  margin: 20px 0 0;
}
@media screen and (min-width: 841px){
  .p-top__list li a:hover {
    background: #000;
    color: #fff;
  }
  .p-top__list li a:hover::after {
    background-image: url(../img/arrow2.svg);
    background-color: #FFF509;
  }
  .p-top__list li:nth-of-type(1) a:hover .p-top__list__img {
    background-image: url(../img/service_icon02_w.svg);
  }
  .p-top__list li:nth-of-type(2) a:hover .p-top__list__img {
    background-image: url(../img/service_icon03_w.svg);
  }
  /* .p-top__list li:nth-of-type(3) a:hover .p-top__list__img {
    background-image: url(../img/service_icon03_w.svg);
  } */
}
@media screen and (max-width: 1023px){
  .p-top__listbox {
    padding: 0 20px;
  }
  /* .p-top__list {
    justify-content: space-between;
  } */
  .p-top__list li {
    width: 31%;
  }
  /* .p-top__list li:nth-of-type(2) {
    margin: 0;
  } */
}
@media screen and (max-width: 840px){
  .p-top__service {
    padding-top: 60px;
  }
  .p-top__list {
    display: block;
  }
  .p-top__list li {
    width: 100%;
    margin: 0 0 40px !important;
  }
  .p-top__list li a {
    padding: 30px 20px 40px;
  }
  .p-top__list li a::after {
    right: 10px;
  }
  .p-top__list li p {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px){
  .p-top__list li p {
    text-align: left;
  }
}

/* p-top__service-movie */
.p-top__service-movie {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top__service-movie__wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border: 3px solid #d5d5d5;
}
.p-top__service-movie__content {
  padding-top: 56.25%;
  position: relative;
}
.p-top__service-movie__content video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px){
  .p-top__service-movie {
    padding: 0 20px 40px;
  }
}

/* p-top__about */
.p-top__about {
  padding-top: 80px;
}
.p-top__about .p-top__tit {
  margin: 0;
}
.p-top__about .p-top__listbox {
  background: #EDEDED;
}
.p-top__about .p-top__list li:nth-of-type(1) .p-top__list__img {
  background-image: url(../img/about_icon01.svg);
}
.p-top__about .p-top__list li:nth-of-type(2) .p-top__list__img {
  background-image: url(../img/about_icon02.svg);
}
.p-top__about .p-top__list li:nth-of-type(3) .p-top__list__img {
  background-image: url(../img/about_icon03.svg);
}
@media screen and (min-width: 841px){
  .p-top__about .p-top__list li:nth-of-type(1) a:hover .p-top__list__img {
    background-image: url(../img/about_icon01_w.svg);
  }
  .p-top__about .p-top__list li:nth-of-type(2) a:hover .p-top__list__img {
    background-image: url(../img/about_icon02_w.svg);
  }
  .p-top__about .p-top__list li:nth-of-type(3) a:hover .p-top__list__img {
    background-image: url(../img/about_icon03_w.svg);
  }
}
@media screen and (max-width: 840px){
  .p-top__about {
    padding-top: 20px;
  }
  .p-top__about .p-top__list {
    display: flex;
  }
  .p-top__about .p-top__list li {
    margin: 0 3% !important;
    max-width: 248px;
  }
}
@media screen and (max-width: 480px){
  .p-top__about .p-top__list li a {
    padding: 20px 20px 40px;
  }
  .p-top__about .p-top__list li h3 span {
    font-size: 1.8rem;
  }
}

/* p-top__results */
.p-top__results {
  padding: 80px 0 0;
}
.p-top__results .p-top__tit {
  margin-bottom: -20px;
}
.p-top__results__block {
  background: #FFF509;
  padding: 50px 0;
}
.p-top__results__list {
  /* display: flex;
  align-items: center; */
  overflow: hidden;
}
.p-top__results__list ul{
  display: flex;
  /* animation: loop-slide 50s infinite linear 1s both; */
}
.p-top__results__list:nth-of-type(2n) ul {
  /* animation: loop-slide2 50s infinite linear 1s both; */
}
.p-top__results__list li{
  width: 160px;
  height: 56px;
  background: #fff;
  margin: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__results__list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__results__list img {
  max-width: 80%;
  max-height: 80%;
}
.p-top__results__block .u-ta-c {
  margin-top: 35px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 840px){
  .p-top__results {
    padding: 20px 0 0;
  }
  .p-top__results .p-top__tit {
    margin-bottom: -10px;
  }
  .p-top__results__block {
    padding: 40px 0;
  }
  .p-top__results__list li{
    width: 115px;
    height: 40px;
    background: #fff;
    margin: 15px 10px;
  }
  .p-top__results__block .u-ta-c {
    margin-top: 20px;
  }
}


/* p-top__alliance */
.p-top__alliance {
  padding: 80px 0 90px;
}
.p-top__alliance__list {
  margin: 40px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.p-top__alliance__list li {
  border: 1px solid #C6C6C6;
  padding: 30px;
  width: 31%;
}
.p-top__alliance__list__img {
  margin: 0 0 25px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__alliance__list li h3 {
  line-height: 1.4;
  font-size: 2.2rem;
}
.p-top__alliance__list li p {
  font-size: 1.4rem;
  margin: 15px 0 0;
}
@media screen and (max-width: 840px){
  .p-top__alliance {
    padding: 60px 0;
  }
  .p-top__alliance__list {
    display: block;
  }
  .p-top__alliance__list li {
    width: 100%;
    padding: 20px;
  }
  .p-top__alliance__list li:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .p-top__alliance__list__img {
    height: 165px;
  }
  .p-top__alliance__list li h3 {
    font-size: 1.8rem;
    margin: 10px 0 0;
  }
}

/* p-top__movie */
.p-top__movie {
  padding: 130px 0 60px;
  background: #EDEDED;
}
.p-top__moviebox {
  max-width: 1260px;
  margin: 0 auto;
  background: url(../img/bg_dot.svg) ;
  padding: 0 20px;
}
.p-top__moviewrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: -70px;
}
.p-top__movieitem {
  padding-top: 56.25%;
  position: relative;
}
.p-top__movieitem video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px){
  .p-top__movie {
    padding: 90px 0 60px;
  }
  .p-top__moviewrap {
    top: -30px;
  }
}


/* p-top__blog */
.p-top__blog {
  padding: 80px 0 0;
}
.p-top__blog .p-archive__list {
  margin: 60px 0 0;
}
.p-top__blog .p-archive__list > li:nth-of-type(n + 4) {
  margin-bottom: 35px;
}
.p-top__blog .u-ta-c {
  margin-bottom: 45px;
}

@media screen and (max-width: 840px){
  .p-top__blog {
    padding: 60px 0 0;
  }
  .p-top__blog .p-archive__list {
    margin: 40px 0 0;
  }
  .p-top__blog .p-archive__list > li:nth-of-type(n + 5) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px){
  .p-top__blog .p-archive__list > li:nth-last-of-type(1) {
    display: none;
  }
  .p-top__blog .p-archive__list li.slick-slide {
    margin: 0 0 20px !important;
  }
  .p-top__blog .p-archive__list .p-archive__list__img {
    margin: 0 10px 15px;
  }
  .p-top__blog .p-archive__list .p-archive__list__date {
    margin: 0 10px 6px;
  }
  .p-top__blog .p-archive__list .p-archive__list__tit {
    margin: 0 10px;
  }

  .p-top__blog .slick-dots {
    display: flex;
    justify-content: center;
  }
  .p-top__blog .slick-dots li {
    margin: 0px 6px 30px !important;
    width: fit-content;
  }
  .p-top__blog .slick-dots li button {
    font-size: 0;
    background: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .p-top__blog .slick-dots li.slick-active button {
    background: #000;
  }
}

/*------------------------- 
p-page p-top以外の共通 
-------------------------*/

/* p-page__mv */

.p-page__mv {
  background: #f2f2f2;
  background: url(../img/logo_bg.svg) no-repeat left -80px top 75px, linear-gradient(135deg, #fff 0%, #fafafa 43.01%, #f2f2f2 100%);
  margin-bottom: 25px;
}
.p-page__mv__in {
  max-width: 1420px;
  margin: 0 auto;
  height: 433px;
  padding-top: 60px;
  position: relative;
}
.p-page__top__tit {
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-page__mv__desc {
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px){
  .p-page__mv {
    background-size: 60%, 100%;
    background-position: center left -30%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 840px){
  .p-page__mv {
    background: url(../img/logo_bg.svg) no-repeat left -38px top 44px/240px, linear-gradient(135deg, #fff 0%, #fafafa 43.01%, #f2f2f2 100%);
  }
  .p-page__mv__in {
    height: 260px;
    display: block;
  }
  .p-page__top__tit span {
    font-size: 6.4rem;
  }
  .p-page__top__tit strong {
    font-size: 2.5rem;
  }
  .p-page__mv__desc {
    font-size: 1.4rem;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px){
  .p-top__tit span {
    font-size: 5.5rem;
  }
  .p-top__tit strong {
    transform: translate(-50%,-50%);
  }
}

/* p-breadcrumbs */
.p-breadcrumbs {
  font-size: 1.2rem;
  padding: 0 20px;
}
.p-breadcrumbs > span:not(:last-of-type) {
  text-decoration: underline;
}
.p-breadcrumbs > span:not(:last-of-type):hover {
  text-decoration: none;
}
.p-breadcrumbs > span > a {
  color: #000;
}

/* p-page__section */
.p-page__section {
  padding: 96px 0 128px;
}
@media screen and (max-width: 840px){
  .p-page__section {
    padding: 48px 0 60px;
  }
}

/*------------------------- 
ページごと　p-top以外 
-------------------------*/

/* p-news */

.p-news .p-news__tab__nav {
  display: flex;
  overflow-x: auto;
}
.p-news .p-news__tab__nav li {
  padding: 0;
}
.p-news .p-news__tab__nav li a {
  color: #000;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.p-news .p-new__list li {
  margin: 0 0 30px;
}
.p-news .p-new__list li:first-of-type {
  margin: 43px 0 30px;
}
.p-news .p-new__list li:last-of-type {
  margin: 0 0 43px;
}
@media screen and (max-width: 840px){
  .p-news .p-news__tab__nav {
    flex-wrap: wrap;
    overflow: unset;
    margin-bottom: 20px;
    padding: 0;
  }
  .p-news .p-news__tab__nav li {
    background-color: #fff;
    min-width: 110px;
    margin: 0 0 10px;
    width: calc((100% - 20px) / 3);
    min-width: unset;
  }
  .p-news .p-news__tab__nav li:nth-of-type(2),
  .p-news .p-news__tab__nav li:last-of-type {
    margin: 0 10px 10px;
  }
  .p-news .p-news__tab__nav li.active {
    border-bottom: 2px solid #000;
  }
  .p-news .p-news__tab__nav li::after {
    display: none;
  }
  .p-news .p-news__tab__nav li a {
    font-feature-settings: "palt";
    padding: 10px 0;
  }
  .p-news .p-new__list li:first-of-type {
    margin: 28px 0 30px;
  }
  .p-news .p-new__list li:last-of-type {
    margin: 0 0 23px;
  }
}
@media screen and (max-width: 360px){
  .p-news .p-news__tab__nav li {
    font-size: 1.3rem;
  }
}


/* p-post */
.p-post__top {
  margin-bottom: 64px;
}
.p-post__date {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.p-post__cate {
  margin-right: 24px;
}
.p-post__tit {
  border-bottom: 3px solid #ededed;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 46px;
}
.p-post__content {
  margin-bottom: 235px;
}
.p-post__content p {
  margin: 25px 0;
}
.p-post__content img {
  margin: 25px 0;
  height: auto;
  width: auto;
}
.p-post__content a {
  position: relative;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.p-post__content a::after {
  content: "\0bb";
  position: absolute;
}
.p-post__content a[target="_blank"]::after {
  content: url(../img/icon_link.svg);
  display: inline-block;
  vertical-align: middle;
}
.p-post__content a:hover {
  text-decoration: unset;
}
.p-post__pagination {
  border-bottom: 3px solid #ededed;
  border-top: 3px solid #ededed;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 36px 0;
  position: relative;
}
.p-post__pagination__left, .p-post__pagination__right {
  width: 46%;
  position: relative;
}
.p-post__pagination__left {
  margin-right: auto;
}
.p-post__pagination__right {
  margin-left: auto;
}
.p-post__pagination__left a {
  padding: 0 0 0 76px;
}
.p-post__pagination__right a {
  padding: 0 76px 0 0;
}
.p-post__pagination__left a::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_slick_rev.svg) no-repeat center/contain;
  width: 42px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-post__pagination__right a::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_slick.svg) no-repeat center/contain;
  width: 42px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-post__pagination a {
  color: #000;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  transition: opacity 0s;
  z-index: 10;
}
.p-post__pagination a:hover {
  opacity: .7;
}
.p-post__pagination::before {
  background-color: #ededed;
  content: "";
  display: inline-block;
  height: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
}
.p-post__back-btn {
  font-weight: bold;
}
@media screen and (max-width: 840px){
  .p-post__cate {
    margin-right: 16px;
  }
  .p-post__tit {
    font-size: 2rem;
    padding-bottom: 64px;
  }
  .p-post__content {
    font-size: 1.5rem;
    margin-bottom: 200px;
  }
  .p-post__pagination {
    font-size: 1.4rem;
  }
  .p-post__pagination__left a {
    padding: 0 0 0 30px;
  }
  .p-post__pagination__right a {
    padding: 0 30px 0 0;
  }
  .p-post__pagination__left a::before {
    width: 21px;
    height: 6px;
  }
  .p-post__pagination__right a::before {
    width: 21px;
    height: 6px;
  }
}
@media screen and (max-width: 480px){
  .p-post__top {
    margin-bottom: 32px;
  }
  .p-post__cate {
    margin-right: 8px;
  }
  .p-post__tit {
    padding-bottom: 32px;
  }
  .p-post__content {
    font-size: 1.4rem;
    margin-bottom: 100px;
  }
  .p-post__pagination {
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding: 18px 0;
  }
}

/* p-compliance ( p-privacy にも適用 ) */
.p-compliance__top {
  line-height: 1.7;
  margin-bottom: 70px;
}
.p-compliance__list-item {
  margin-bottom: 70px;
}
.p-compliance__txt {
  line-height: 1.7;
}
.p-compliance__txt a {
  color: #000;
}
.p-compliance__txt-list {
  line-height: 1.7;
  margin-top: 20px;
}
.p-compliance__txt-list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 840px){
  .p-compliance__top {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }
  .p-compliance__txt-list {
    font-size: 1.4rem;
  }
  .p-compliance__list-item {
    margin-bottom: 80px;
  }
  .p-compliance__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px){
  .p-compliance__top {
    margin-bottom: 40px;
  }
  .p-compliance__list-item {
    margin-bottom: 40px;
  }
}

/* p-thanks ( p-complete にも適用 ) */
.p-thanks {
  text-align: center;
}
.p-thanks__tit {
  margin-left: auto;
  margin-right: auto;
}
.p-thanks__txt {
  line-height: 1.7;
  margin-bottom: 60px;
}
.p-thanks__back-btn {
  font-weight: bold;
}
.p-complete .c-btn::after {
  background-image: url(../img/icon__download_w.svg);
  width: 18px;
}
.p-complete .c-btn:hover::after {
  background-image: url(../img/icon__download.svg);
}
@media screen and (max-width: 840px){
  .p-thanks {
    text-align: left;
  }
  .p-thanks__txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .p-thanks .p-thanks__tit {
    margin-left: 0;
    margin-right: 0;
    width: 87%;
  }
}
@media screen and (max-width: 480px){
  .p-thanks .p-thanks__tit {
    width: 100%;
  }
}

/* p-results */
.p-results__notice {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.p-results__list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.p-results__list-item {
  width: calc((100% - 80px) / 3);
}
.p-results__list-item:not(:nth-of-type(3n)) {
  margin-right: 40px;
}
.p-results__list-item:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 48px;
}
.p-results__list-item a {
  display: inline-block;
  width: 100%;
}
.p-results__list-item a:hover .p-results__img::after {
  background-image: url(../img/arrow2.svg);
  background-color: #FFF509;
}
.p-results__img {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.p-results__img::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 12px;
  width: 88px;
  height: 30px;
  background: url(../img/arrow1.svg) no-repeat center right 10px #000;
  background-size: 31px;
  transition: all .3s;
}
.p-results__img img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.p-results__txt {
  color: #000;
}
@media screen and (max-width: 840px){
  .p-results__notice {
    font-size: 1.8rem;
  }
  .p-results__list {
    justify-content: space-between;
  }
  .p-results__list-item {
    width: calc((100% - 80px) / 2);
  }
  .p-results__list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .p-results__list-item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 30px;
  }
  .p-results__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .p-results__list-item {
    width: 100%;
  }
  .p-results__img {
    margin-bottom: 10px;
  }
  .p-results__txt {
    font-size: 1.4rem;
  }
  .p-results__list-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* p-member */
.p-member__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.p-member__list-item {
  width: calc((100% - 120px) / 4);
}
.p-member__list-item:not(:nth-of-type(4n)) {
  margin-right: 40px;
}
.p-member__list-item:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 80px;
}
.p-member__list-item a {
  color: #000;
  transition: all .1s;
}
.p-member__list-item a:hover {
  color: #fff;
}
.p-member__list-item a:hover .p-member__info::after {
  background-image: url(../img/arrow2.svg);
  background-color: #FFF509;
}
.p-member__list-item a:hover .p-member__info {
  background-color: #000;
} 
.p-member__list-item a:hover .p-member__career::after {
  background-color: #fff;
}
.p-member__img {
  position: relative;
  margin-bottom: -41px;
  width: 100%;
  z-index: -10;
}
.p-member__img img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  object-position: right 0 top 30%;
}
.p-member__info {
  background-color: #FFF509;
  font-weight: bold;
  margin: 0 auto;
  padding: 36px 8px;
  position: relative;
  transition: all .3s;
  width: 88%;
}
.p-member__info::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 12px;
  width: 88px;
  height: 30px;
  background: url(../img/arrow1.svg) no-repeat center right 10px #000;
  background-size: 31px;
  transition: all .3s;
}
.p-member__career {
  font-size: 1.2rem;
  margin-bottom: 23px;
  position: relative;
}
.p-member__career::after {
  content: "";
  background-color: #000;
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.p-member__name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.p-member__name--en {
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (max-width: 840px){
  .p-member__list {
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .p-member__list-item {
    width: calc((100% - 16px) / 2);
  }
  .p-member__list-item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .p-member__list-item:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 0px;
  }
  .p-member__list-item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 48px;
  }
  .p-member__img img {
    height: 239px;
  }
  .p-member__info {
    width: 89%;
  }
  .p-member__name {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 480px){
  .p-member__name {
    font-size: 1.6rem;
  }
}

/* p-post-member */
.p-post-member__intro {
  margin-bottom: 128px;
  overflow: hidden;
}
.p-post-member__intro > .l-inner {
  overflow: unset;
}
.p-post-member__intro-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.p-post-member__info {
  width: 48.3%;
}
.p-post-member__info-main {
  position: relative;
  margin: 70px 0 60px;
  padding: 54px 0;
}
.p-post-member__info-main::before {
  content: "";
  display: inline-block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  height: 100%;
  top: 0;
  background: #FFF509;
  z-index: -10;
}
.p-post-member__info-main::after {
  content: "";
  display: inline-block;
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  background: #FFF509;
  z-index: -10;
}
.p-post-member__career {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 46px;
  position: relative;
}
.p-post-member__career::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #000;
}
.p-post-member__name {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 11px;
}
.p-post-member__name--en {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 48px;
}
.p-post-member__cate-list {
  display: flex;
  flex-wrap: wrap;
}
.p-post-member__cate-list li {
  border: 2px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 7px 18px;
  margin-bottom: 10px;
}
.p-post-member__cate-list li:not(:last-of-type) {
  margin-right: 10px;
}
.p-post-member__info-datalist:not(:last-of-type) {
  margin-bottom: 42px;
}
.p-post-member__info-datalist dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
  position: relative;
}
.p-post-member__info-datalist dt::before {
  background-color: #000;
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  top: -6px;
}
.p-post-member__info-datalist dd {
  line-height: 1.7;
}
.p-post-member__img {
  height: 762px;
  width: 48.3%;
}
.p-post-member__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
.p-post-member__txt {
  width: 100%;
  background-color: #EDEDED;
  line-height: 1.7;
  padding: 40px;
}
.p-post-member__txt p:not(:first-of-type) {
  margin-top: 1em;
}
.p-post-member__txt a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.p-post-member__txt a:hover {
  text-decoration: unset;
}

.p-post-member__story {
  background-color: #FFF509;
  padding: 128px 0;
}
.p-post-member__story-tit {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin-bottom: 60px;
  padding-bottom: 6px;
  width: fit-content;
}
.p-post-member__story-tit span {
  display: inline-block;
}
.p-post-member__story-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-post-member__story-list::after {
  content: '';
  width: calc((100% - 60px) / 3);
}
.p-post-member__story-list .get-post__item {
  width: calc((100% - 60px) / 3);
  opacity: 1;
  height: auto;
  transition: all .3s;
  margin: 0 0 40px;
}
.p-post-member__story-list.is-hide .get-post__item.pc-hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s;
  margin-bottom: 0;
}
.p-post-member__story-list .get-post__img {
  display: block;
  position: relative;
  padding: 66.666% 0 0;
  overflow: hidden;
  margin: 0 0 20px;
}
.p-post-member__story-list .get-post__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.p-post-member__story-list .get-post__img:hover img {
  transform: translate(-50%,-50%) scale(1.2);
  transition: all .3s;
}
.p-post-member__story-list .get-post__title {
  font-size: 2rem;
  margin: 0 0 10px;
  line-height: 1.4;
}
.p-post-member__story-list .get-post__title a {
  font-weight: bold;
  color: #000;
}
.p-post-member__story-list .get-post__tags {
  display: flex;
  flex-wrap: wrap;
}
.p-post-member__story-list .get-post__tags li {
  margin: 5px 5px 0 0;
}
.p-post-member__story-list .get-post__tags li a {
  border: 2px solid #000;
  line-height: 1;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  color: #000;
}
.p-post-member__story-list  .get-post__tags li.get-post__size a {
  background-color: #000;
  color: #fff;
}
.p-post-member__story-more {
  text-align: center;
}
.p-post-member__story-more a {
  font-weight: bold;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  width: 200px;
}
.p-post-member__story-more a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: -3px;
  left: 8px;
}
.p-post-member__story-more a.is-open::after {
  transform: rotate(-135deg);
  top: 0;
}
@media screen and (min-width: 841px){
  .p-post-member__story-more a:hover {
    background: #fff;
    color: #000;
  }
  .p-post-member__story-more a:hover::after {
    border-color: #000;
  }
}
@media screen and (max-width: 840px){
  .p-post-member__story {
    padding: 80px 0;
  }
  .p-post-member__story-list .get-post__item {
    width: 49%;
    margin-bottom: 30px;
    opacity: 1;
    height: auto;
    transition: all .3s;
  }
  .p-post-member__story-list.is-hide .get-post__item.sp-hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 0;
  }
  .p-post-member__story-tit {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .p-post-member__story-list .get-post__title {
    font-size: 1.8rem;
  }
  .p-post-member__story-list .get-post__img {
    margin: 0 0 10px;
  }
  .p-post-member__story-more a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px){
  .p-post-member__story {
    padding: 40px 0;
  }
  .p-post-member__story-list .get-post__item {
    width: 100%;
  }
  .p-post-member__story-tit {
    font-size: 2.4rem;
  }
  .p-post-member__story-list .get-post__title {
    font-size: 1.6rem;
  }
}
/*story-info*/
.story-info {
  margin: 0 0 10px;
  line-height: 1.4;
  padding: 10px;
  background: rgba(255,255,255,.8);
}
.story-info dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.story-info dd strong {
  font-size: 1.6rem;
}
@media screen and (max-width: 840px){
  .story-info dd {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .story-info dd strong {
    font-size: 1.4rem;
  }
}

.p-post-member__iview {
  background-color: #EDEDED;
  padding: 128px 0;
}
.p-post-member__iview-tit {
  margin: 0 0 76px 76px !important;
  position: relative;
}
.p-post-member__iview-tit::before {
  content: "";
  background: url(../img/icon_iview.svg) no-repeat center/contain;
  height: 57px;
  width: 60px;
  left: -76px;
  display: inline-block;
  position: absolute;
}
.p-post-member__iview-box {
  background: #fff;
  padding: 75px 60px 48px 80px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-post-member__iview-list:not(:last-of-type) .p-post-member__iview-box {
  margin-bottom: 48px;
}
.p-post-member__question {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 85px;
  position: relative;
}
.p-post-member__question::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/icon_question.svg) center/contain no-repeat;
  width: 86px;
  height: 82px;
  transform: translate(-50%, -30%);
  z-index: -10;
}
.p-post-member__answer {
  display: flex;
  justify-content: space-between;
}
.p-post-member__answer-txt {
  line-height: 1.7;
  position: relative;
  flex-shrink: 1;
}
.p-post-member__answer-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/icon_answer.svg) center/contain no-repeat;
  width: 79px;
  height: 75px;
  transform: translate(-50%, -30%);
  z-index: -10;
}
.p-post-member__answer-img {
  height: 375px;
  width: 49%;
  flex-shrink: 0;
  margin-left: 4%;
}
.p-post-member__answer-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-post-member__slider {
  background: url(../img/bg_dot.svg);
  position: relative;
  z-index: 10;
  padding: 128px 0;
  margin-bottom: 60px;
}
.p-post-member__slider .p-member__list-item {
  margin: 0 20px;
  padding-bottom: 15px;
}
.p-post-member__slider .p-member__list-item .p-member__img img {
  object-position: right top;
}
.p-post-member__slider .p-member-post__arrow {
  cursor: pointer;
  position: absolute;
  bottom: -37px;
  left: 50%;
}
.p-post-member__slider .p-member-post__prev-arrow {
  transform: translateX(calc(-50% - 32px));
}
.p-post-member__slider .p-member-post__next-arrow {
  transform: translateX(calc(-50% + 32px));
}

@media screen and (max-width: 840px){
  .p-post-member__intro {
    margin-bottom: 80px;
  }
  .p-post-member__intro-top {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 35px;
  }
  .p-post-member__info {
    width: 100%;
  }
  .p-post-member__info-main {
    margin: 0 0 53px;
    padding: 292px 0 54px;
  }
  .p-post-member__info-main::before {
    content: "";
    display: inline-block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    height: 100%;
    top: 0;
    background: #FFF509;
    z-index: -10;
  }
  .p-post-member__info-main::after {
    content: "";
    display: inline-block;
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    background: #FFF509;
    z-index: -10;
  }
  .p-post-member__career {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .p-post-member__career::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-post-member__name {
    font-size: 4rem;
    text-align: center;
  }
  .p-post-member__name--en {
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .p-post-member__cate-list li {
    font-size: 1.2rem;
  }
  .p-post-member__info-datalist:not(:last-of-type) {
    margin-bottom: 42px;
  }
  .p-post-member__info-datalist {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .p-post-member__info-datalist dt::before {
    top: -6px;
  }
  .p-post-member__info-datalist dd {
    font-size: 1.4rem;
  }
  .p-post-member__img {
    height: 425px;
    width: 97%;
    max-width: 312px;
    margin-bottom: -239px;
  }
  .p-post-member__img img {
    object-position: right;
  }
  .p-post-member__txt {
    font-size: 1.4rem;
    padding: 20px;
  }
  .p-post-member__iview {
    padding: 80px 0;
  }
  .p-post-member__iview-box {
    padding: 56px 20px;
  }
  .p-post-member__iview-list:not(:last-of-type) .p-post-member__iview-box {
    margin-bottom: 32px;
  }
  .p-post-member__question {
    font-size: 1.8rem;
    margin-bottom: 46px;
    margin-left: 16px;
  }
  .p-post-member__question::before {
    width: 48px;
    height: 46px;
  }
  .p-post-member__answer {
    flex-direction: column;
  }
  .p-post-member__answer-txt {
    font-size: 1.4rem;
    margin-bottom: 96px;
    margin-left: 16px;
  }
  .p-post-member__answer-txt::before {
    width: 44px;
    height: 42px;
  }
  .p-post-member__answer-img {
    height: 246px;
    width: 100%;
    flex-shrink: 1;
    margin-left: 0;
  }
  .p-post-member__answer-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px){
  .p-post-member__intro-top {
    margin-bottom: 20px;
  }
  .p-post-member__info-main {
    margin: 0 0 20px;
    padding: 270px 0 20px;
  }
  .p-post-member__iview-tit {
    margin: 0 0 30px 30px !important;
  }
  .p-post-member__iview-tit::before {
    height: 28px;
    width: 30px;
    left: -30px;
    top: 6px;
  }
  .p-post-member__career {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .p-post-member__name {
    font-size: 2.6rem;
  }
  .p-post-member__name--en {
    margin-bottom: 20px;
  }
  .p-post-member__info-datalist:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .p-post-member__info-datalist dt {
    font-size: 1.6rem;
  }
  .p-post-member__iview {
    padding: 40px 0;
  }
  .p-post-member__iview-box {
    padding: 28px 10px;
  }
  .p-post-member__iview-list:not(:last-of-type) .p-post-member__iview-box {
    margin-bottom: 20px;
  }
  .p-post-member__question {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-left: 8px;
  }
  .p-post-member__question::before {
    width: 24px;
    height: 23px;
  }
  .p-post-member__answer-txt {
    font-size: 1.4rem;
    margin-bottom: 48px;
    margin-left: 8px;
  }
  .p-post-member__answer-txt::before {
    width: 22px;
    height: 21px;
  }
}


/* p-about */
.p-about.p-page__section {
  padding-bottom: 0;
}
.p-about-vision {
  margin-bottom: 141px;
}
.p-about-vision__container {
  display: flex;
  justify-content: space-between;
}
.p-about-vision:nth-of-type(3) .p-about-vision__container {
  width: 93.1%;
}
.p-about-vision:nth-of-type(3) .p-about-vision__content {
  width: 70.4%;
}
.p-about-vision__catch {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 54px;
}
.p-about-vision__txt {
  line-height: 1.4;
}
.p-about-vision__logo {
  width: 18.5%;
}
.p-about-vision__logo img {
  width: 100%;
}

.p-about-outline {
  margin-bottom: 128px;
}
.p-about-outline__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.p-about-outline__data-list {
  width: 65.5%;
}
.p-about-outline__data-item {
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.p-about-outline__data-item:last-of-type {
  border-bottom: unset;
}
.p-about-outline__data-list dt {
  font-weight: bold;
  width: 25%;
}
.p-about-outline__data-list dd {
  margin-left: auto;
  width: 75%;
}
.p-about-outline__sns {
  flex-shrink: 0;
  height: 650px;
  width: 310px;
}
.p-about-outline__sns img {
  width: 100%;
}
.p-about-outline__map {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin: 1em 0 0;
}
.p-about-outline__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-about-alliance {
  background-color: #EDEDED;
  padding: 128px 0;
}
.p-about-alliance__txt {
  margin-bottom: 102px;
}
.p-about-alliance__item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 60px;
}
.p-about-alliance__item:not(:last-of-type) {
  margin-bottom: 48px;
}
.p-about-alliance__item-img {
  width: 20%;
}
.p-about-alliance__item-img img {
  width: 100%;
}
.p-about-alliance__item-content {
  width: 76%;
}
.p-about-alliance__item-name {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 32px;
}
.p-about-alliance__item-detail p {
  line-height: 1.4;
  margin-bottom: 32px;
}
.p-about-alliance__item-detail strong {
  display: inline-block;
  margin-bottom: .5em;
}
.p-about-alliance__item-detail a {
  color: #000;
  text-decoration: underline;
}
.p-about-alliance__item-detail a:hover {
  text-decoration: none;
}
.p-about-alliance__item-detail a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_link.svg) no-repeat;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin-left: .5em;
}

.p-about-alliance__btn {
  text-align: right;
}
@media screen and (max-width: 840px) {
  .p-about-vision {
    margin-bottom: 90px;
  }
  .p-about-vision__container,
  .p-about-vision:nth-of-type(3) .p-about-vision__container {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .p-about-vision__content,
  .p-about-vision:nth-of-type(3) .p-about-vision__content {
    margin-bottom: 70px;
    width: 100%;
  }
  .p-about-vision__catch {
    font-size: 1.8rem;
    margin-bottom: 37px;
  }
  .p-about-vision__txt {
    font-size: 1.4rem;
  }
  .p-about-vision__logo {
    width: 39%;
    min-width: 144px;
  }
  
  .p-about-outline {
    margin-bottom: 60px;
  }
  .p-about-outline__container {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .p-about-outline__data-list {
    width: 100%;
  }
  .p-about-outline__data-item {
    flex-direction: column;
    padding: 24px 0;
  }
  .p-about-outline__data-list dt {
    margin-bottom: 16px;
    width: 100%;
  }
  .p-about-outline__data-list dd {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-left: unset;
    width: 100%;
  }
  .p-about-outline__sns {
    text-align: center;
    width: 100%;
  }
  .p-about-alliance {
    padding: 75px 0 96px;
  }
  .p-about-alliance__txt {
    margin-bottom: 70px;
  }
  .p-about-alliance__item {
    flex-direction: column;
    padding: 48px 20px;
  }
  .p-about-alliance__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .p-about-alliance__item-img {
    margin-bottom: 43px;
    width: 49%;
  }
  .p-about-alliance__item-img img {
    width: 100%;
  }
  .p-about-alliance__item-content {
    width: 100%;
  }
  .p-about-alliance__item-name {
    font-size: 2.1rem;
    margin-bottom: 30px;
    padding: 0 1em;
    text-align: center;
  }
  .p-about-alliance__item-detail p {
    margin-bottom: 24px;
  }
  .p-about-alliance__btn {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-about-vision {
    margin-bottom: 48px;
  }
  .p-about-vision__content {
    margin-bottom: 35px;
  }
  .p-about-vision__catch {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .p-about-outline__container {
    margin-bottom: 40px;
  }
  .p-about-outline__data-item {
    padding: 20px 0;
  }
  .p-about-outline__data-list dt {
    margin-bottom: 12px;
  }
  .p-about-outline__sns {
    overflow: auto;
    height: 400px;
  }
  /* .p-about-outline__map {
    height: 250px;
  } */

  .p-about-alliance {
    padding: 48px 0 60px;
  }
  .p-about-alliance__txt {
    margin-bottom: 35px;
  }
  .p-about-alliance__item {
    padding: 20px;
  }
  .p-about-alliance__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-about-alliance__item-img {
    margin-bottom: 20px;
  }
  .p-about-alliance__item-detail p {
    font-size: 1.4rem;
  }
  .p-about-alliance__item-detail strong {
    font-size: 1.5rem;
  }
}


/* p-service serviceページ共通部分 */
.p-service {
  overflow: hidden;
}
.p-service .l-inner {
  overflow: unset;
}
.p-service__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-service__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-service__item {
  margin-bottom: 150px;
}
.p-service__item-content {
  width: 31%;
}
.p-service__item-img {
  position: relative;
  width: 65.5%;
}
.p-service__item-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100vw;
  height: 70%;
  top: 50%;
  z-index: -10;
}
.p-service__item-img img {
  width: 100%;
}
.p-service__item:nth-of-type(odd) .p-service__item-img::before {
  left: 0;
  margin: 0 calc(50% - 50vw) 0 0;
}
.p-service__item:nth-of-type(even) .p-service__item-img::before {
  right: 0;
  margin: 0 0 0 calc(50% - 50vw);
}
.p-service__item:nth-of-type(odd) .p-service__item-img img {
  padding-left: 40px;
}
.p-service__item:nth-of-type(even) .p-service__item-img img {
  padding-right: 40px;
}

.p-service__row3-item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 60px;
}
.p-service__row3-item:not(:last-of-type) {
  margin-bottom: 48px;
}
.p-service__row3-img {
  flex-shrink: 0;
  margin-right: 48px;
  width: 129px;
}
.p-service__row3-tit {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.p-service__row3-txt {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 63px;
}
.p-service__row3-link {
  font-size: 1.5rem;
}

.p-service__cta {
  background-color: #ededed;
  padding: 88px 0 128px;
}
.p-service__cta .l-inner {
  padding: 0 60px;
  position: relative;
}
.p-service__cta .l-inner::before {
  position: absolute;
  content: "";
  background: url(../img/bg_dot.svg);
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 15%;
  left: 0;
}
.p-service__cta-container {
  background-color: #fff;
  padding: 60px;
  position: relative;
  z-index: 10;
}
.p-service__cta-tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-service__cta-list {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
.p-service__cta-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-service__cta-txt {
  font-size: 1.5rem;
  margin-bottom: 60px;
}
.p-service__cta__btn {
  text-align: center;
}
.p-service__listbox {
  background: unset;
  margin-top: 170px;
}
.p-service__listbox .p-service__list li a {
  width: 100%;
}
.p-service__listbox .p-service__list li a.current {
  background-color: #fff;
  border: 2px solid #000;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .p-service__item {
    flex-direction: column;
  }
  .p-service__item:nth-of-type(even) {
    flex-direction: column;
  }
  .p-service__item {
    margin-bottom: 124px;
  }
  .p-service__item-content {
    margin-bottom: 68px;
    width: 100%;
  }
  .p-service__item-img {
    width: 100%;
  }
  .p-service__item-img::before {
    height: 100%;
    top: 16%;
  }
  .p-service__item:nth-of-type(odd) .p-service__item-img::before {
    left: 0;
    margin: 0 calc(50% - 50vw) 0 calc(50% - 48.5vw);
  }
  .p-service__item:nth-of-type(even) .p-service__item-img::before {
    right: 0;
    margin: 0 calc(50% - 47vw) 0 calc(50% - 50vw);
  }
  .p-service__item:nth-of-type(odd) .p-service__item-img img {
    padding-left: 0;
  }
  .p-service__item:nth-of-type(even) .p-service__item-img img {
    padding-right: 0;
  }

  .p-service__row3-item {
    flex-direction: column;
    padding: 48px 20px;
  }
  .p-service__row3-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .p-service__row3-img {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .p-service__row3-tit {
    font-size: 2.2rem;
    margin-bottom: 24px;
    text-align: center;
  }
  .p-service__row3-txt {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 70px;
  }
  .p-service__row3-link {
    font-size: 1.4rem;
  }

  .p-service__cta {
    padding: 80px 0 120px;
  }
  .p-service__cta .l-inner {
    padding: 0 20px;
  }
  .p-service__cta .l-inner::before {
    top: 9%;
  }
  .p-service__cta-container {
    padding: 45px 20px;
  }
  .p-service__cta-tit {
    font-size: 1.8rem;
    text-align: center;
  }
  .p-service__cta-list {
    font-size: 1.4rem;
  }
  .p-service__cta-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-service__cta-txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .p-service__listbox {
    margin-top: 150px;
  }
  .p-service__listbox .p-service__list li a {
    display: flex;
    align-items: center;
    padding: 24px 20px;
  }
  .p-service__listbox .p-service__list li a .p-top__list__img {
    flex-shrink: 0;
    height: 80px;
    width: 80px;
    margin: 0 20px 0 0;
  }
  .p-service__listbox .p-service__list li a h3 span {
    font-size: 2.2rem;
  }
  .p-service__listbox .p-service__list li a h3 strong {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p-service__txt {
    font-size: 1.4rem;
  }
  .p-service__item {
    margin-bottom: 62px;
  }
  .p-service__item-content {
    margin-bottom: 34px;
  }

  .p-service__row3-item {
    padding: 20px;
  }
  .p-service__row3-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-service__row3-img {
    margin-bottom: 20px;
  }
  .p-service__row3-tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-service__row3-txt {
    margin-bottom: 30px;
  }

  .p-service__cta {
    padding: 40px 0 60px;
  }
  .p-service__cta-container {
    padding: 20px;
  }
  .p-service__cta-txt {
    margin-bottom: 20px;
  }
  .p-service__listbox {
    margin-top: 120px;
  }
  .p-service__listbox .p-service__list li:last-of-type  {
    margin-bottom: -60px !important;
  }
  .p-service__listbox .p-service__list li a h3 span {
    text-align: left;
  }
}


/* p-owner-solution */
/* .p-owner-solution__top-txt {
  margin-bottom: 124px;
  text-align: center;
}
.p-owner-solution__item:nth-of-type(odd) .p-owner-solution__item-img::before {
  background: #ededed;
}
.p-owner-solution__item:nth-of-type(even) .p-owner-solution__item-img::before {
  background: url(../img/bg_dot.svg);
}
.p-owner-solution__number {
  margin-bottom: 18px;
}
@media screen and (max-width: 840px) {
  .p-owner-solution__top-txt {
    margin-bottom: 75px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p-owner-solution__top-txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .p-owner-solution__number {
    margin-bottom: 10px;
  }
} */


/* p-it-solution */
.p-it-solution__txt {
  margin-bottom: 20px;
}
.p-it-solution__item-img::before {
  background: url(../img/bg_dot.svg);
  top: 30%;
}
/* .p-it-solution-other {
  background-color: #ededed;
  padding: 128px 0;
} */
.p-it-solution__sec {
  padding-top: 120px;
  margin: -120px 0 76px;
}
.p-it-solution__sec .c-tit__bg--yellow {
  position: relative;
  margin-bottom: 32px;
  padding: 20px 90px;
}
.p-it-solution__sec .c-tit__bg--yellow::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: no-repeat center/contain;
}
.p-it-solution__sec__ec .c-tit__bg--yellow::before {
  background-image: url(../img/icon_it_solution02.svg);
}
.p-it-solution__sec__liver .c-tit__bg--yellow::before {
  background-image: url(../img/icon_it_solution03.svg);
}
.p-it-solution__sec .p-it-solution__txt {
  width: 94%;
  margin: 0 auto 20px;
}
.p-it-solution__sec__box {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 40px;
  box-shadow: 20px 20px #ededed;
  padding: 30px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.p-it-solution__sec__box.js-scrollAnime {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s cubic-bezier(0.36, 0.14, 0, 1), transform 1s cubic-bezier(0.36, 0.14, 0, 1);
}
.p-it-solution__sec__box.js-scrollAnime.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-it-solution__sec__box__tit {
  font-weight: bold;
  margin-bottom: 12px;
}
.p-it-solution__sec__box__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.p-it-solution__sec__box__logo__img {
  height: auto;
  margin: 0px 15px 0px 0px;
  width: 26px;
  max-width: calc(100% - 15px);
}
.p-it-solution__sec__box__logo__txt {
  color: #333;
  font-family: 'Noto Sans';
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-it-solution__sec__box__txt {
  font-size: 1.4rem;
  margin: 0 auto 20px;
  width: 600px;
}
.p-it-solution__sec__box__btn {
  text-align: center;
  margin: 0 0 20px;
}
.p-it-solution__sec__ec__list,
  .p-it-solution__sec__liver__list {
  display: flex;
  justify-content: center;
}
.p-it-solution__sec__ec__img {
  margin: 0 20px 20px;
}
.p-it-solution__sec__liver__img {
  margin: 0 10px;
}
.p-it-solution__sec__ec__img img,
.p-it-solution__sec__liver__img img {
  height: 250px;
  object-fit: contain;
}
@media screen and (max-width: 840px) {
  .p-it-solution__item-img::before {
    top: 16%;
  }
  /* .p-it-solution-other {
    padding: 80px 0;
  } */
  .p-it-solution__sec {
    padding-top: 94px;
    margin: -94px 0 60px;
  }
  .p-it-solution__sec .c-tit__bg--yellow {
    position: relative;
    margin-bottom: 20px;
  }
  .p-it-solution__sec__box {
    border-radius: 30px;
    box-shadow: 12px 12px #ededed; 
    padding: 20px;
  }
  .p-it-solution__sec__box__txt {
    width: 100%;
  }
  .p-it-solution__sec__ec__list,
  .p-it-solution__sec__liver__list {
    align-items: center;
    flex-direction: column;
  }
  .p-it-solution__sec__liver__img {
    margin: 10px 0;
    max-width: 600px;
  }
  .p-it-solution__sec__ec__img img,
  .p-it-solution__sec__liver__img img {
  height: 180px;
  object-fit: cover;
}
}
@media screen and (max-width: 480px) {
  /* .p-it-solution-other {
    padding: 40px 0;
  } */
  .p-it-solution__sec .c-tit__bg--yellow {
    padding: 20px 20px 20px 60px;
  }
  .p-it-solution__sec .c-tit__bg--yellow::before {
    left: .5em;
    width: 40px;
    height: 40px;
  }
  .p-it-solution__sec__box__txt {
    font-size: 1.4rem;
  }
  .p-it-solution__sec__liver__img {
    margin: 5px 0;
  }
}


/* p-startup-solution */
.p-startup-solution__txt {
  margin-bottom: 96px;
}
.p-startup-solution__cta__btn .c-btn:nth-of-type(2) {
  margin-top: 16px;
}
.p-startup-solution__item-img::before {
  background: url(../img/bg_dot.svg);
}

.p-startup-solution__secondary-mv {
  height: 460px;
  background: no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-startup-solution__secondary-mv .p-startup-solution__tit {
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 23px;
}
.p-startup-solution__office .p-startup-solution__secondary-mv {
  background-image: url(../img/startup_solution_bg01.jpg);
}
.p-startup-solution__office-container {
  padding: 128px 0 176px;
  background: url(../img/logo_bg.svg) no-repeat left -80px top;
}
.p-startup-solution__office .p-service__row3-item {
  border: 1px solid #000;
}

.p-startup-solution__vc .p-startup-solution__secondary-mv {
  background-image: url(../img/startup_solution_bg02.png);
}
.p-startup-solution__vc-container {
  padding: 128px 0 138px;
}
.p-startup-solution-reward__container {
  display: flex;
  justify-content: space-between;
}
.p-startup-solution-reward-how {
  padding-top: 128px;
}
.p-startup-solution-reward-about .p-startup-solution-reward__content,
.p-startup-solution-reward-about .p-startup-solution-reward__img {
  width: 48.3%;
}
.p-startup-solution-reward-how .p-startup-solution-reward__img {
  flex-shrink: 0;
  margin: 0 47px 0 30px;
  width: 120px;
}
.p-startup-solution-reward .p-startup-solution-reward__img img {
  width: 100%;
}
.p-startup-solution-reward-how .p-startup-solution-reward__txt {
  margin-bottom: 40px;
}
.p-startup-solution-reward-how .p-service__cta__btn {
  text-align: right;
}

.p-startup-solution-angel {
  background-color: #ededed;
  padding-top: 76px;
}
.p-startup-solution-angel h2 {
  position: relative;
}
.p-startup-solution-angel h2 span {
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  right: 0;
  bottom: 3px;
  font-weight: normal;
}
.p-startup-solution-angel__notice {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.p-startup-solution-angel__container {
  background-color: #fff;
  padding: 65px 52px 83px;
}
.p-startup-solution-angel__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.p-startup-solution-angel__item {
  margin-right: 60px;
  width: calc((100% - 180px) / 4);
}
.p-startup-solution-angel__item a:hover .p-startup-solution-angel__img {
  border: 1px solid #FFF509;
}
.p-startup-solution-angel__item a:hover .p-startup-solution-angel__name {
  background-color: #FFF509;
}
.p-startup-solution-angel__item:nth-of-type(4n) {
  margin-right: 0;
}
.p-startup-solution-angel__item:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 23px;
}
.p-startup-solution-angel__img {
  border: 1px solid #D5D5D5;
  height: 100px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.p-startup-solution-angel__img img {
  max-width: 80%;
  max-height: 80%;
}
.p-startup-solution-angel__name {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  transition: all .3s;
}
.p-startup-solution-angel__txt {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 1023px){
  .p-startup-solution__office-container {
    background-size: 60%, 100%;
    background-position: left -30% top;
  }
}
@media screen and (max-width: 840px){
  .p-startup-solution__txt {
    margin-bottom: 52px;
  }
  .p-startup-solution__cta__btn {
    text-align: center;
  }
  .p-startup-solution__secondary-mv {
    height: 230px;
  }
  .p-startup-solution__secondary-mv .p-startup-solution__tit {
    font-size: 3.4rem;
    padding-bottom: 10px;
  }
  .p-startup-solution__office-container {
    padding: 64px 0 96px;
    background-position: left -44px top;
    background-size: 240px;
  }
  .p-startup-solution__vc-container {
    padding: 64px 0;
  }
  .p-startup-solution-reward-about .p-startup-solution-reward__container {
    flex-direction: column;
  }
  .p-startup-solution-reward-how {
    padding-top: 64px;
  }
  .p-startup-solution-reward-how .p-startup-solution-reward__container {
    margin-bottom: 64px;
  }
  .p-startup-solution-reward-about .p-startup-solution-reward__content,
  .p-startup-solution-reward-about .p-startup-solution-reward__img {
    width: 100%;
  }
  .p-startup-solution-reward-about .p-startup-solution-reward__content {
    margin-bottom: 70px;
  }
  .p-startup-solution-reward-how .p-startup-solution-reward__img {
    flex-shrink: 0;
    margin: 0 17px 0 12px;
    width: 83px;
  }
  .p-startup-solution-reward-how .p-startup-solution-reward__txt {
    margin-bottom: 0;
  }
  .p-startup-solution-reward-how .p-service__cta__btn {
    text-align: center;
  }

  .p-startup-solution-angel__notice {
    font-size: 1.8rem;
  }
  .p-startup-solution-angel__container {
    padding: 30px 17px 70px;
  }
  .p-startup-solution-angel__list {
    margin-bottom: 50px;
  }
  .p-startup-solution-angel__item {
    margin-right: 0;
    width: calc((100% - 13px) / 2);
  }
  .p-startup-solution-angel__item:nth-of-type(odd) {
    margin-right: 13px;
  }
  .p-startup-solution-angel__item:not(:nth-last-of-type(-n+4)) {
    margin-bottom: unset;
  }
  .p-startup-solution-angel__item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 23px;
  }
  .p-startup-solution-angel__img {
    border: 1px solid #D5D5D5;
    height: 100px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-startup-solution-angel__img img {
    max-width: 80%;
    max-height: 80%;
  }
  .p-startup-solution-angel__name {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-startup-solution-angel__txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-startup-solution__txt {
    margin-bottom: 34px;
  }

  .p-startup-solution-angel__container {
    padding: 30px 17px 40px;
  }
  .p-startup-solution-angel__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-startup-solution-angel__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-startup-solution-angel__item:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 20px;
  }
  .p-startup-solution-angel__item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 35px;
  }
  .p-startup-solution-angel__item:last-of-type {
    margin-bottom: 0;
  }
}


/* p-archive */
.p-archive__list {
  display: flex;
  flex-wrap: wrap;
}
.p-archive__list li {
  width: calc(90% / 3);
  margin-bottom: 65px;
}
.p-archive__list li:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
.p-archive__list__img {
  margin: 0 0 15px;
  border: 3px solid #d5d5d5;
}
.p-archive__list li:hover .p-archive__list__img {
  transition: border-color .3s;
  border-color: #FFF509;
}
.p-archive__list__img img {
  width: 100%;
}
.p-archive__list__date {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}
.p-archive__list__tit {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 9px;
}
.p-archive__list__desc {
  color: #000;
  font-size: 12px;
}
.p-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-archive__pagination__index {
  display: none;
}
.p-archive__pagination a,
.p-archive__pagination span {
  color: #BBB8B8;
  font-size: 25px;
  font-weight: bold;
  margin: 0 .5em;
  letter-spacing: .1em;
}
.p-archive__pagination a:hover {
  color: #000;
}
.p-archive__pagination span.p-archive__pagination__current {
  color: #000;
}
@media screen and (max-width: 840px) {
  .p-archive__list {
    justify-content: space-between;
  }
  .p-archive__list li {
    width: 48%;
    margin: 0 0 40px;
  }
  .p-archive__list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .p-archive__pagination a,
  .p-archive__pagination span {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .p-archive__list li {
    width: 100%;
    margin: 0 0 51px;
  }
}


/* p-single */
.p-single {
  overflow: hidden;
}
.p-single-inner {
  overflow: unset;
}
.p-single__top {
  position: relative;
  margin-bottom: 56px;
}
.p-single__top::before,
.p-single__top::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #FFF509;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: -10;
}
.p-single__top::before {
  left: -50%;
}
.p-single__top::after {
  right: -50%;
}
.p-single__img {
  width: 86%;
  margin: 0 0 11px auto;
}
.p-single__cate__list {
  display: flex;
  margin: 0 0 16px;
}
.p-single__cate__item {
  margin-right: 12px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #000;
}
.p-single__tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}
.p-single__date {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
.p-single__content {
  margin-bottom: 38px;
}
.p-single__content h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 3px solid #FFF509;
  width: fit-content;
}
.p-single__content h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0 3px .5em;
  border-left: 3px solid #FFF509;
}
.p-single__content img {
  width: auto;
  height: auto;
}
.p-single__content ul li {
  margin-left: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-single__img {
    width: 100%;
    margin: 0 0 9px;
  }
  .p-single__cate__list {
    display: flex;
    margin: 0 0 12px;
  }
  .p-single__cate__item {
    margin-right: 8px;
    padding: 2px 4px;
    font-size: 12px;
    border: 1px solid #000;
  }
  .p-single__tit {
    font-size: 20px;
    margin-bottom: 11px;
  }
}


/* contactSec (downloadにも適用) */
.contactSec table {
	margin-bottom: 41px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eaeaea;
}
.contactSec th,
.contactSec td {
  padding: 35px 40px 35px 0;
	line-height: 1.4;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
  border-top: 1px solid #eaeaea;
}
.contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:first-of-type th,
.contactSec tr:last-of-type th {
  vertical-align: top;
}
.contactSec tr:last-of-type th {
  padding-top: 46px;
}
.contactSec th {
  white-space: nowrap;
  font-weight: bold;
	width: 26%;
}
.contactSec td {
	padding: 35px 0;
}
.contactSec input,
.contactSec textarea,
.contactSec select {
  font-family: 'Noto Sans JP', sans-serif;
}
.contactSec td .checkUl .wpcf7-list-item {
	margin: 0;
	padding-bottom: 37px;
	width: 50%;
	position: relative;
	z-index: 1;
}
.contactSec td .checkUl .wpcf7-list-item:nth-last-of-type(-n+2) {
	padding-bottom: 0;
}
.contactSec .wpcf7-list-item input[type="checkbox"] {
	display: none;
}
.contactSec .wpcf7-list-item-label {
  cursor: pointer;
  vertical-align: baseline;
  position: relative;
  padding-left: 36px;
}
.contactSec td .checkUl .wpcf7-list-item:nth-last-of-type(2) {
  width: 100%;
  margin-bottom: 37px;
}
.contactSec .wpcf7-list-item-label::before,
.contactSec .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contactSec .wpcf7-list-item-label::before {
  background: #f2f2f2;
  width: 26px;
  height: 26px;
}
.contactSec .wpcf7-list-item-label::after {
  width: 16px;
  height: 11px;
  background: url("../img/icon_checked.svg") no-repeat center/contain;
  opacity: 0;
  left: 5px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contactSec td textarea,
.contactSec td select,
.contactSec td input[type="text"],
.contactSec td input[type="email"],
.contactSec td input[type="tel"] {
  font-size: 1.6rem;
  border: unset;
	padding: 16px;
	width: 100%;
	height: 54px;
	background-color: #f2f2f2;
}
.contactSec td textarea {
  height: 125px;
	width: 100%;
}
.contactSec td select {
  color: #000;
}
.contactSec .checkTxt {
	margin-bottom: 64px;
	text-align: center;
}
.contactSec .checkTxt input[type="checkbox"] {
	display: none;
}
.contactSec .submit {
	margin: 0;
  text-align: center;
}
.contactSec .submit li {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  min-width: 240px;
  transition: all .3s;
  cursor: pointer;
}
.contactSec .submit li:hover {
  background: #FFF509;
  color: #000;
  margin: 0 auto;
}
.contactSec .submit li:hover input {
  color: #000;
}
.contactSec .submit li::after {
  content: '';
  width: 42px;
  height: 1em;
  background: url(../img/arrow1.svg) no-repeat center/contain;
  transition: all .3s;
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contactSec .submit li:hover::after {
  background: url(../img/arrow2.svg) no-repeat center/contain;
}
.contactSec.p-page__download .submit li::after {
  width: 18px;
  height: 21px;
  background: url(../img/icon__download_w.svg) no-repeat center/contain;
}
.contactSec.p-page__download .submit li:hover::after {
  background: url(../img/icon__download.svg) no-repeat center/contain;
}
.contactSec .submit li input {
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: unset;
  display: inline-block;
	font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px 15px;
  text-align: left;
  transition: all .3s;
  width: 100%;
}
.contactSec div.wpcf7 .ajax-loader {
	display: none;
}
:placeholder-shown {
	color: #a1a1a1;
	font-weight: normal;
}
:-webkit-input-placeholder {
	color: #a1a1a1;
	font-weight: normal;
}
:-moz-placeholder {
	color: #a1a1a1;
	font-weight: normal;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
	font-weight: normal;
}
.contactSec .required {
  position: relative;
}
.contactSec .required::after{
  background-color: #FFF509;
  content: "必須";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 4px 12px;
  position: absolute;
  right: 40px;
  text-align: right;
}
.contactSec select::-ms-expand {
  display: none;
}
.contactSec select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.contactSec .wpcf7-form-control-wrap.reason {
  position: relative;
}
.contactSec .wpcf7-form-control-wrap.reason::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 6px;
  border: 6px solid transparent;
  border-top: 12px solid #000;  
  pointer-events: none;
}
.contactSec div.wpcf7-mail-sent-ok,
.contactSec .wpcf7-spinner {
  display: none!important;
}

/* download 固有CSS */
.p-download__section__top__desc {
  margin: 0 0 60px;
}
.p-download__recommend {
  background: #FFF509;
  padding: 1em 2em;
  width: fit-content;
  font-weight: bold;
  line-height: 2.4;
}
.p-download__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-download__list li {
  border: 1px solid #eaeaea;
  width: calc((100% - 60px) / 4);
}
.p-download__list li img {
  width: 100%;
}

/* tateyoko-download 固有CSS */
.p-page-tateyoko-download__ttl {
  font-size: 30px;
  font-weight: bold;
}
.p-page-tateyoko-download__content {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 60px;
}
.p-page-tateyoko-download__img {
  width: calc(885px / 2);
  flex-shrink: 0;
  margin: 0 80px 0 0;
}
.p-page-tateyoko-download__desc {
  font-size: 24px;
  line-height: 1.8;
}
.contactSec.p-page-tateyoko-download .submit li {
  box-shadow: 0px 0px 18px 0px rgb(88 130 187 / 65%);
  position: static;
  display: inline-block;
  background-color: #0098ca;
  border-radius: 5px;
  margin: 0 0 18px;
  padding: 0;
  min-width: 420px;
  transition: all .3s;
  cursor: pointer;
}
.contactSec.p-page-tateyoko-download .submit li:hover {
  background-color: #fff;
}
.contactSec.p-page-tateyoko-download .submit li input {
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: unset;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
  width: 100%;
}
.contactSec.p-page-tateyoko-download .submit li:hover input {
  color: #0098ca;
}

@media screen and (max-width:1100px) {
  .contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:first-of-type .required::after,
  .contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:last-of-type .required::after,
  .contactSec.p-page__download tr:nth-of-type(4) .required::after{
    right: unset;
    left: 0;
  }
  .contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:first-of-type td {
    font-size: 1.3rem;
  }
  .contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:first-of-type .required::after {
    top: 64px;
  }
  .contactSec:not(.p-page__download, .p-page-tateyoko-download) tr:last-of-type .required::after,
  .contactSec.p-page__download tr:nth-of-type(4) .required::after {
    top: 74px;
  }
}

@media screen and (max-width: 840px) {
  .contactSec table {
    font-size: 1.4rem;
  }
  .contactSec tr {
    display: flex;
    flex-direction: column;
  }
  .contactSec th {
    width: 100%;
    padding: 24px 0 8px;
  }
  .contactSec td {
    border-top: unset;
    padding: 8px 0 24px;
  }
  .contactSec td .checkUl .wpcf7-list-item {
    width: 100%;
  }
  .contactSec tr:last-of-type th {
    padding: 24px 0 8px;
  }
  .contactSec tr:first-of-type td {
    font-size: 1.4rem;
  }
  .contactSec .required::after {
    position: unset;
    margin-left: 18px;
  }
  .contactSec td .checkUl .wpcf7-list-item,
  .contactSec td .checkUl .wpcf7-list-item:nth-last-of-type(-n+2) {
    padding-bottom: 17px;
  }
  .contactSec .wpcf7-list-item-label {
    display: flex;
  }
  .contactSec td .checkUl .wpcf7-list-item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .contactSec .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
  .contactSec .wpcf7-list-item-label::after {
    width: 14px;
    height: 10px;
    left: 4px;
    top: 9px;
  }
  .contactSec td textarea,
  .contactSec td select,
  .contactSec td input[type="text"],
  .contactSec td input[type="email"],
  .contactSec td input[type="tel"] {
    font-size: 1.4rem;
  }
  .contactSec td textarea {
    height: 200px;
  }
  .contactSec .checkTxt {
    font-size: 1.4rem;
    margin-bottom: 50px;
    text-align: left;
  }
  .contactSec .checkTxt span.wpcf7-list-item {
    margin: 0;
  }
  .contactSec .checkTxt .wpcf7-list-item-label {
    padding-left: 0;
    display: flex;
  }
  .contactSec .checkTxt .wpcf7-list-item-label::before {
    flex-shrink: 0;
    position: relative;
    top: 2px;
    transform: unset;
    margin-right: 10px;
  }
  .contactSec .checkTxt .wpcf7-list-item-label::after {
    top: 13px;
  }
  /* download 固有CSS */
  .p-download__section__top__desc {
    margin: 0 0 40px;
    font-size: 1.4rem;
  }
  .p-download__list {
    flex-wrap: wrap;
  }
  .p-download__list:first-of-type {
    margin-bottom: 0;
  }
  .p-download__list:last-of-type {
    margin-bottom: 48px;
  }
  .p-download__list li {
    margin-bottom: 16px;
    width: calc((100% - 16px) / 2);
  }

  /* tateyoko-download 固有CSS */
  .p-page-tateyoko-download__ttl {
    font-size: 25px;
  }
  .p-page-tateyoko-download__content {
    flex-direction: column-reverse;
    margin: 30px 0;
  }
  .p-page-tateyoko-download__img {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .p-page-tateyoko-download__desc {
    font-size: 16px;
  }
  .contactSec.p-page-tateyoko-download .submit li {
    max-width: 100%;
    min-width: unset;
    width: 457px;
  }
  .contactSec.p-page-tateyoko-download .submit li input {
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
  }
}	
@media screen and (max-width: 480px) {
  .contactSec tr:first-of-type td {
    font-size: 1.2rem;
  }
  .p-download__recommend {
    padding: 1em;
    width: 100%;
  }
}

/* 202201 タテヨコ追加 */
.p-tateyoko__mv {
  background: url(../img/tateyoko_main_img.jpg) no-repeat center / cover;
  margin: 88px 0 25px;
}
.p-tateyoko__mv__in {
  max-width: 1200px;
  margin: 0 auto;
  height: 610px;
  padding: 210px 20px 0;
  position: relative;
}
.p-tateyoko__sub-catch {
  margin: 15px 0 0;
}
@media screen and (max-width: 1023px) {
  .p-tateyoko__mv {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko__mv {
    background: url(../img/tateyoko_main_img_sp.jpg) no-repeat center / cover;
    margin-top: 18px;
  }
  .p-tateyoko__mv__in {
    height: 300px;
    display: block;
    padding: 145px 20px 0;
  }
  .p-tateyoko__catch {
    width: 172px;
  }
  .p-tateyoko__sub-catch {
    margin: 5px 0 0;
    width: 335px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-tateyoko__mv {
    background: url(../img/tateyoko_main_img_sp.jpg) no-repeat right -80px top -55px / 675px auto;
  }
  .p-tateyoko__mv__in {
    height: 300px;
    display: block;
  }
}

.p-tateyoko__section {
  padding: 80px 0;
}
.p-tateyoko__ttl {
  font-size: 50px;
}
.p-tateyoko__desc {
  font-size: 15px;
  margin: 10px 0 0;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .p-tateyoko__section {
    padding: 35px 0;
  }
  .p-tateyoko__ttl {
    font-size: 30px;
    text-align: center;
  }
  .p-tateyoko__desc {
    font-size: 14px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .04em;
    margin: 5px 0 0;
    text-align: center;
  }
}

/* tateyoko-about */
.p-tateyoko-about__list {
  margin: 50px 0 15px;
  display: flex;
}
.p-tateyoko-about__item {
  border-radius: 26px;
  width: calc((100% + 40px) / 3);
  box-shadow: 0px 0px 18px 5.4px rgba(127, 137, 109, 0.18);
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-tateyoko-about__item + li {
  margin: 0 0 0 -20px;
}
.p-tateyoko-about__item:nth-of-type(odd) {
  background: #fff8bb;
}
.p-tateyoko-about__item:nth-of-type(even) {
  background: #fff;
}
.p-tateyoko-about__item__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.p-tateyoko-about__item__img {
  margin: 25px 0 0;
}
.p-tateyoko-about__item__desc {
  line-height: 1.8;
  margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-tateyoko-about__item {
    padding: 25px;
  }
  .p-tateyoko-about__item + li {
    margin: 0 0 0 -10px;
  }
  .p-tateyoko-about__item__ttl {
    font-size: 16px;
  }
  .p-tateyoko-about__item__desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-about__list {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .p-tateyoko-about__item {
    border-radius: 13px;
    padding: 35px;
    width: 100%;
  }
  .p-tateyoko-about__item + li {
    margin: -10px 0 0 0;
  }
  .p-tateyoko-about__item__ttl {
    font-size: 18px;
  }
  .p-tateyoko-about__item__img {
    margin: 15px 0 0;
    width: 92px;
  }
  .p-tateyoko-about__item__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-tateyoko-about__item {
    padding: 35px 15px;
  }
  .p-tateyoko-about__item__desc {
    font-size: 14px;
  }
}

/* tateyoko-objective */
.p-tateyoko-objective {
  padding: 0 0 80px;
}
.p-tateyoko-objective__top {
  background: url(../img/tateyoko_objective_back.jpg) no-repeat top / 100% auto;
  padding: 80px 0 170px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 51% 100% ,50% 100% ,49% 100% , 0% 82%);
}
.p-tateyoko-objective__top .p-tateyoko-objective__list {
  border-radius: 20px;
  box-shadow: 0px 0px 18px 5.4px rgba(127, 137, 109, 0.18);
  background: #fff;
  display: flex;
  margin: 75px 0 0;
}
.p-tateyoko-objective__top .p-tateyoko-objective__item {
  position: relative;
  width: calc(100% / 3);
  padding: 100px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-tateyoko-objective__top .p-tateyoko-objective__item + li::before {
  content: "";
  background: #ddd;
  display: inline-block;
  width: 2px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-tateyoko-objective__top .p-tateyoko-objective__item__ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  background: #0098ca;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  padding: 32px;
  width: 232px;
  max-width: 100%;
  text-align: center;
}
.p-tateyoko-objective__top .p-tateyoko-objective__item__sub-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
.p-tateyoko-objective__top .p-tateyoko-objective__item__desc {
  font-size: 18px;
  line-height: 1.8;
  margin: 55px 0 0;
  text-align: center;
  position: relative;
}
.p-tateyoko-objective__top .p-tateyoko-objective__item__desc::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 28px;
  background: url(../img/tateyoko_sankaku_icon.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  .p-tateyoko-objective__top {
    background: url(../img/tateyoko_objective_back.jpg) no-repeat top / 1440px auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-tateyoko-objective__top .p-tateyoko-objective__item {
    padding: 80px 10px 30px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__ttl {
    font-size: 16px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__sub-ttl {
    font-size: 16px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-objective {
    padding: 0 0 80px;
  }
  .p-tateyoko-objective__top {
    background: url(../img/tateyoko_objective_back.jpg) no-repeat bottom / 100% auto;
    background-color: #86bff2;
    padding: 30px 0 85px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 51% 100% ,50% 100% ,49% 100% , 0% 93%);
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__list {
    border-radius: 10px;
    flex-direction: column;
    margin: 30px 0 0;
    padding: 0 10px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item {
    width: 100%;
    padding: 30px 10px 30px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item + li {
    border-top: 1px solid #ddd;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item + li::before {
    content: none;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__ttl {
    position: static;
    transform: unset;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__sub-ttl {
    margin: 10px 0 0;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__desc {
    font-size: 16px;
    margin: 45px 0 0;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__desc::before {
    width: 30px;
    height: 20px;
    top: -32px;
  }
}
@media screen and (max-width: 480px) {
  .p-tateyoko-objective__top .p-tateyoko-objective__item__ttl {
    width: 225px;
  }
  .p-tateyoko-objective__top .p-tateyoko-objective__item__desc {
    font-size: 14px;
  }
}

.p-tateyoko-objective__bottom {
  margin: 65px 0 0;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__list {
  display: flex;
  justify-content: space-between;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item {
  width: calc((100% - 44px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item__ttl {
  background: #0098ca;
  box-shadow: 0px 0px 10px 3px rgba(0, 152, 202, 0.31);
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 30px 55px;
  width: 100%;
  position: relative;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item__ttl::before {
  background-color: inherit;
  border: inherit;
  border-radius: 0 0 0 1rem;
  box-sizing: border-box;
  content: "";
  display: block;
  margin-left: -2rem;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  width: 4rem;
  height: 4rem;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc {
  margin: 45px 0 0;
  width: 100%;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li {
  font-size: 20px;
  border-bottom: 2px solid #e3e3e3;
  padding: 10px 20px;
  position: relative;
}
.p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li::before {
  content: "";
  background: url(../img/tateyoko_sikaku_icon.png) no-repeat center / contain;
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item {
    width: calc((100% - 20px) / 3);
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__ttl {
    font-size: 18px;
    padding: 20px;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc {
    margin: 30px 0 0;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li {
    font-size: 14px;
    padding: 10px 0;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li::before {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-objective__bottom {
    margin: 27px 0 0;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__list {
    flex-direction: column;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item {
    width: 100%;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item + li {
    margin: 25px 0 0;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__ttl {
    border-radius: 10px;
    font-size: 19px;
    padding: 10px;
    line-height: 1.3;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__ttl::before {
    margin-left: -1.5rem;
    bottom: -1rem;
    width: 3rem;
    height: 3rem;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li {
    font-size: 16px;
    padding: 8px;
    width: 50%;
  }
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li::before {
    width: 19.5px;
    height: 19.5px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 660px) {
  .p-tateyoko-objective__bottom .p-tateyoko-objective__item__desc li {
    font-size: 14px;
    padding: 8px 16px;
    width: 100%;
  }
}

.p-tateyoko-suggest {
  background: url(../img/tateyoko_plan_back.jpg) no-repeat top / cover;
}
.p-tateyoko-suggest__ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.p-tateyoko-suggest__list {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-tateyoko-suggest__item {
  background: #fff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 0;
  width: calc((100% - 60px) / 3);
  padding: 30px 20px 45px;
}
.p-tateyoko-suggest__item__ttl {
  background: #ffd024;
  border-radius: 22px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 0;
  padding: 6px 28px;
}
.p-tateyoko-suggest__item__desc {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-tateyoko-suggest__item {
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px;
    width: calc((100% - 40px) / 3);
  }
  .p-tateyoko-suggest__item__ttl {
    font-size: 20px;
  }
  .p-tateyoko-suggest__item__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-suggest__ttl {
    font-size: 20px;
  }
  .p-tateyoko-suggest__list {
    margin: 8px 0 0;
  }
  .p-tateyoko-suggest__item {
    width: calc(50% - 8px);
    padding: 13px;
    margin: 10px 0 0;
  }
  .p-tateyoko-suggest__item__img {
    width: calc(147px / 2);
  }
  .p-tateyoko-suggest__item__ttl {
    color: #000;
    font-size: 14px;
    margin: 8px 0 0;
    padding: 0px 15px;
  }
  .p-tateyoko-suggest__item__desc {
    font-size: 12px;
    letter-spacing: 0;
    margin: 5px 0 0;
  }
}

/* tateyoko-consulting */
.p-tateyoko-consulting {
  background: url(../img/tateyoko_consulting_bg.png) no-repeat center / cover;
  background-color: #fff8bb;
  position: relative;
  z-index: 0;
}
.p-tateyoko__desc__accent {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  text-shadow: 
  -2px -2px 0 #fff,
  -2px -1px 0 #fff,
  -2px 0px 0 #fff,
  -2px 1px 0 #fff,
  -2px 2px 0 #fff,
  -2px 3px 0 #fff,
  -1px -2px 0 #fff,
  -1px -1px 0 #fff,
  -1px 0px 0 #fff,
  -1px 1px 0 #fff,
  -1px 2px 0 #fff,
  -1px 3px 0 #fff,
  0px -2px 0 #fff,
  0px -1px 0 #fff,
  0px 0px 0 #fff,
  0px 1px 0 #fff,
  0px 2px 0 #fff,
  0px 3px 0 #fff,
  1px -2px 0 #fff,
  1px -1px 0 #fff,
  1px 0px 0 #fff,
  1px 1px 0 #fff,
  1px 2px 0 #fff,
  1px 3px 0 #fff,
  2px -2px 0 #fff,
  2px -1px 0 #fff,
  2px 0px 0 #fff,
  2px 1px 0 #fff,
  2px 2px 0 #fff,
  2px 3px 0 #fff;

}
.p-tateyoko__desc__accent--colored {
  color: #139000;
  font-size: 26px;
}
.p-tateyoko-consulting__list-ttl {
  color: #ff9d00;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.p-tateyoko-consulting__list-ttl::before {
  content: "";
  background: url(../img/tateyoko_sankaku--row_icon.png) no-repeat center / contain;
  display: inline-block;
  width: 21px;
  height: 29px;
  vertical-align: -0.1em;
  margin: 50px 10px 0 0;
}

.p-tateyoko-consulting__list {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.p-tateyoko-consulting__item {
  width: calc((100% - 54px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-tateyoko-consulting__box {
  padding: 20px;
  position: relative;
}
.p-tateyoko-consulting__box::before {
  content: "";
  background: url(../img/tateyoko_consulting_frame.png) no-repeat center top / contain;
  display: inline-block;
  width: 437px;
  height: 391px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: -10;
}
.p-tateyoko-consulting__box__ttl {
  color: #ff9d00;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 16px;
  position: relative;
  text-align: center;
}
.p-tateyoko-consulting__box__ttl::before {
  content: "";
  background: #ff9d00;
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-tateyoko-consulting__box__desc {
  margin: 8px 0 0;
}
.p-tateyoko-consulting__box__desc li {
  background: #fff5bf;
  border-radius: 10px;
  font-size: 18px;
  padding: 9px 21px;
  position: relative;
}
.p-tateyoko-consulting__box__desc li::before {
  background: #ff9d00;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.p-tateyoko-consulting__box__desc li + li {
  margin: 4px 0 0;
}
.p-tateyoko-consulting__item__conclude {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 0;
  text-shadow: 
  -2px -2px 0 #fff,
  -2px -1px 0 #fff,
  -2px 0px 0 #fff,
  -2px 1px 0 #fff,
  -2px 2px 0 #fff,
  -2px 3px 0 #fff,
  -1px -2px 0 #fff,
  -1px -1px 0 #fff,
  -1px 0px 0 #fff,
  -1px 1px 0 #fff,
  -1px 2px 0 #fff,
  -1px 3px 0 #fff,
  0px -2px 0 #fff,
  0px -1px 0 #fff,
  0px 0px 0 #fff,
  0px 1px 0 #fff,
  0px 2px 0 #fff,
  0px 3px 0 #fff,
  1px -2px 0 #fff,
  1px -1px 0 #fff,
  1px 0px 0 #fff,
  1px 1px 0 #fff,
  1px 2px 0 #fff,
  1px 3px 0 #fff,
  2px -2px 0 #fff,
  2px -1px 0 #fff,
  2px 0px 0 #fff,
  2px 1px 0 #fff,
  2px 2px 0 #fff,
  2px 3px 0 #fff;
}
.p-tateyoko-consulting__item__conclude span {
  position: relative;
  z-index: 10;
}
.p-tateyoko-consulting__item__conclude span::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 105%;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 1200px) {
  .p-tateyoko-consulting__box {
    padding: calc((20 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box::before {
    width: calc((437 / 1200) * 100vw);
    top: calc((-30 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl {
    font-size: calc((22 / 1200) * 100vw);
    padding: 0 0 calc((16 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl::before {
    height: calc((4 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box__desc {
    margin: calc((8 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li {
    border-radius: calc((10 / 1200) * 100vw);
    font-size: calc((18 / 1200) * 100vw);
    padding: calc((9 / 1200) * 100vw) calc((21 / 1200) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li::before {
    width: calc((15 / 1200) * 100vw);
    height: calc((15 / 1200) * 100vw);
    margin: 0 calc((10 / 1200) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__item__conclude {
    font-size: calc((26 / 1200) * 100vw);
    margin: calc((50 / 1200) * 100vw) 0 0;
  }
}

@media screen and (max-width: 840px) {
  .p-tateyoko__desc__accent {
    font-size: 12px;
    justify-content: center;
    margin: 0 calc(50% - 50vw) 15px;
    width: 100vw;
  }
  .p-tateyoko__desc__accent--colored {
    font-size: 16px;
  }
  .p-tateyoko-consulting__list-ttl {
    font-size: 16px;
  }
  .p-tateyoko-consulting__list-ttl::before {
    width: calc(21px / 2);
    height: calc(29px / 2);
    margin: 35px 10px 0 0;
  }
  .p-tateyoko-consulting__list {
    flex-direction: column;
    margin: 15px 0 0;
  }
  .p-tateyoko-consulting__item {
    width: 75%;
    margin: 0 auto;
  }
  .p-tateyoko-consulting__item + li {
    margin: calc((30 / 370) * 100vw) auto 0;
  }
  .p-tateyoko-consulting__box {
    padding: calc((15 / 370) * 100vw);
  }
  .p-tateyoko-consulting__item:nth-of-type(odd) .p-tateyoko-consulting__box::before {
    background: url(../img/tateyoko_consulting_frame_sp--high.png) no-repeat center top / contain;
  }
  .p-tateyoko-consulting__item:nth-of-type(even) .p-tateyoko-consulting__box::before {
    background: url(../img/tateyoko_consulting_frame_sp--low.png) no-repeat center top / contain;
  }
  .p-tateyoko-consulting__box::before {
    width: 110%;
    height: calc((600 / 840) * 100vw);
    top: calc((-30 / 840) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl {
    font-size: calc((18 / 840) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl::before {
    height: calc((2 / 840) * 100vw);
  }
  .p-tateyoko-consulting__box__desc {
    margin: calc((12 / 370) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__box__desc li {
    border-radius: calc((5 / 370) * 100vw);
    font-size: calc((18 / 840) * 100vw);
    padding: calc((4 / 370) * 100vw) calc((10 / 370) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li::before {
    width: calc((7.5 / 370) * 100vw);
    height: calc((7.5 / 370) * 100vw);
    margin: 0 calc((5 / 370) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__box__desc li + li {
    margin: calc((8 / 840) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__item__conclude {
    font-size: 20px;
    margin: calc((35 / 370) * 100vw) 0 0;
  }
}

@media screen and (max-width: 660px) {
  .p-tateyoko-consulting__box::before {
    height: calc((600 / 660) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl {
    font-size: calc((16 / 660) * 100vw);
  }
  .p-tateyoko-consulting__box__ttl::before {
    height: calc((2 / 660) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li {
    font-size: calc((16 / 660) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li + li {
    margin: calc((8 / 660) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__item__conclude {
    margin: calc((35 / 660) * 100vw) 0 0;
  }
}

@media screen and (max-width: 480px) {
  .p-tateyoko__desc__accent {
    letter-spacing: 0;
  }
  .p-tateyoko-consulting__item {
    width: 100%;
  }
  .p-tateyoko-consulting__box__ttl {
    font-size: calc((16 / 370) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li {
    font-size: calc((14 / 370) * 100vw);
  }
  .p-tateyoko-consulting__box__desc li + li {
    margin: calc((2 / 370) * 100vw) 0 0;
  }
  .p-tateyoko-consulting__item__conclude {
    margin: calc((35 / 370) * 100vw) 0 0;
  }
}

@media screen and (max-width: 374px) {
  .p-tateyoko__desc__accent {
    font-size: 11px;
  }
  .p-tateyoko__desc__accent--colored {
    font-size: 10px;
  }
}

/* tateyoko-works */
.p-tateyoko-works {
  overflow: hidden;
}
.p-tateyoko-works__inner {
  overflow: initial;
  width: 100vw;
  margin-top: 25px;
}
.p-tateyoko-works__content {
  padding: 20px 20px 40px;
  position: relative;
}
.p-tateyoko-works__content::before {
  content: "";
  background: #d4f4ff;
  display: inline-block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  margin: 0 calc(50vw - 50%) 0 0;
}
.p-tateyoko-works__company {
  background: #fff;
}
.p-tateyoko-works__ttl {
  color: #1b2659;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin: 25px 0 0;
}
.p-tateyoko-works__ttl::before {
  content: "";
  background: #1b2659;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.p-tateyoko-works__desc {
  font-size: 15px;
  line-height: 1.8;
  margin: 25px 0 0;
}
.p-tateyoko-works__list {
  display: flex;
  position: absolute;
  top: -40px;
  right: -20px;
}
.p-tateyoko-works__item + li {
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 1023px) {
  .p-tateyoko-works__list {
    position: static;
    margin: 10px 0 0 -20px;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-works__content {
    padding: 30px 20px;
  }
  .p-tateyoko-works__company {
    background: #fff;
    margin: 0 calc(50vw - 50%) 0 0;
    width: 100vw;
  }
  .p-tateyoko-works__company img {
    width: calc(413px / 2);
  }
  .p-tateyoko-works__ttl {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .p-tateyoko-works__ttl::before {
    height: 2px;
    bottom: -8px;
  }
  .p-tateyoko-works__desc {
    font-size: 12px;
    margin: 15px 0 0;
    line-height: 1.6;
  }
  .p-tateyoko-works__item + li {
    margin: 0 0 0 -10px;
  }
  .p-tateyoko-works__list {
    margin: 10px 0 0 -10px;
  }
}

/* tateyoko-program */
.p-tateyoko-program {
  background: #fff8bb;
  position: relative;
  z-index: 0;
}
.p-tateyoko-program__list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 18px;
}
.p-tateyoko-program__item {
  background: #fff;
  width: calc((100% - 150px) / 4);
  border: 6px solid #ff9d00;
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(246, 138, 71, .65);
  padding: 50px 10px 30px;
}
.p-tateyoko-program__item + li {
  position: relative;
}
.p-tateyoko-program__item + li::before {
  content: "";
  background: url(../img/tateyoko_program_arrow.png) no-repeat center / contain;
  display: inline-block;
  width: 137px;
  height: 137px;
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -10;
}
.p-tateyoko-program__item__ttl {
  color: #ff9d00;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
}
.p-tateyoko-program__item__ttl::before {
  content: "";
  background: #ff6d12;
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.p-tateyoko-program__item__sub-ttl {
  color: #555;
  font-size: 16px;
  line-height: 1;
}
.p-tateyoko-program__item__desc {
  margin: 75px 10px 0;
}
.p-tateyoko-program__item__desc p {
  font-size: 15px;
  position: relative;
  margin: 10px 0 0;
}
.p-tateyoko-program__item__desc p::before {
  content: "";
  background: #1b2659;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-tateyoko-program__item {
    border: 3px solid #ff9d00;
    width: calc((100% - 40px) / 4);
  }
  .p-tateyoko-program__item + li::before {
    width: 68.5px;
    height: 68.5px;
    left: -70px;
  }
  .p-tateyoko-program__item__desc {
    margin: 75px 0;
  }
  .p-tateyoko-program__item__desc p {
    font-size: 14px;
  }
  .p-tateyoko-program__item__desc p::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 840px) {
  .p-tateyoko-program__list {
    flex-direction: column;
    margin: 20px 0 18px;
  }
  .p-tateyoko-program__item {
    border-radius: 10px;
    width: 100%;
    padding: 20px 10px;
  }
  .p-tateyoko-program__item + li {
    margin: 20px 0 0;
  }
  .p-tateyoko-program__item + li::before {
    width: 54px;
    height: 54px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  .p-tateyoko-program__item__ttl {
    font-size: 16px;
  }
  .p-tateyoko-program__item__ttl::before {
    height: 1px;
    bottom: -18px;
  }
  .p-tateyoko-program__item__sub-ttl {
    font-size: 12px;
  }
  .p-tateyoko-program__item__desc {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
  }
  .p-tateyoko-program__item__desc__group {
    width: 33%;
  }
  .p-tateyoko-program__item__desc p {
    font-size: 16px;
    margin: 4px 0 0;
  }
  .p-tateyoko-program__item__desc p::before {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 660px) {
  .p-tateyoko-program__item__desc__group {
    width: 40%;
  }
  .p-tateyoko-program__item__desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .p-tateyoko-program__item__desc {
    justify-content: space-between;
  }
  .p-tateyoko-program__item__desc__group {
    width: calc(50% - 5px);
  }
  .p-tateyoko-program__item__desc p {
    font-size: 10px;
  }
  .p-tateyoko-program__item__desc p::before {
    width: 5px;
    height: 5px;
  }
}

/* tateyoko-download */
.p-tateyoko-download {
  padding: 60px 0;
}
.p-tateyoko-download__ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.p-tateyoko-download__ttl--colored {
  color: #ff9d00;
}
.p-tateyoko-download__list {
  display: flex;
  justify-content: center;
  margin: 20px 0 68px;
}
.p-tateyoko-download__item {
  margin: 0 20px;
  text-align: center;
  max-width: calc(50% - 20px);
}
.p-tateyoko-download__item a {
  border-radius: 5px;
  display: inline-block;
  width: 457px;
  padding: 30px 0;
  max-width: 100%;
}
.p-tateyoko-download__item:nth-of-type(1) a {
  box-shadow: 0px 0px 18px 0px rgba(88, 130, 187, 0.65);
  background-color: #0098ca;
}
.p-tateyoko-download__item:nth-of-type(1) a:hover {
  background-color: #fff;
}
.p-tateyoko-download__item:nth-of-type(2) a {
  box-shadow: 0px 0px 18px 0px rgba(223, 94, 43, 0.65);
  background-color: #ff9d00;
}
.p-tateyoko-download__item:nth-of-type(2) a:hover {
  background-color: #fff;
}
.p-tateyoko-download__item a span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.p-tateyoko-download__item:nth-of-type(1) a:hover span {
  color: #0098ca;
}
.p-tateyoko-download__item:nth-of-type(2) a:hover span {
  color: #ff9d00;
}
@media screen and (max-width: 840px) {
  .p-tateyoko-download {
    padding: 45px 0;
  }
  .p-tateyoko-download__ttl {
    font-size: 16px;
    letter-spacing: .03em;
  }
  .p-tateyoko-download__list {
    flex-direction: column;
    margin: 20px 0 40px;
  }
  .p-tateyoko-download__item {
    max-width: 100%;
    margin: 0 10px;
  }
  .p-tateyoko-download__item + li {
    margin: 20px 10px 0;
  }
  .p-tateyoko-download__item a {
    padding: 15px 0;
  }
  .p-tateyoko-download__item a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .p-tateyoko-download__item {
    margin: 0;
  }
  .p-tateyoko-download__item + li {
    margin: 20px 0 0;
  }
}

/* ----------
component
---------- */
.c-btn {
  font-size: 1.6rem;
  padding: 20px 15px;
  line-height: 1;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #000;
  color: #fff;
  position: relative;
  font-weight: 500;
}
.c-btn::after {
  content: '';
  width: 42px;
  height: 1em;
  background: url(../img/arrow1.svg) no-repeat center right;
  background-size: contain;
  margin: 0 0 0 60px;
  transition: all .3s;
}
.c-btn.arrow-s::after {
  margin: 0 0 0 40px;
}
.c-btn:hover {
  background: #FFF509;
  color: #000;
}
.c-btn:hover::after {
  background-image: url(../img/arrow2.svg);
}
.c-btn-2:hover {
  background: #fff;
  color: #000;
}
.c-btn-3 {
  background: #FFF509;
  color: #000;
}
.c-btn-3::after {
  background-image: url(../img/arrow2.svg);
}
@media screen and (max-width: 840px){
  .c-btn {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
  .c-btn::after {
     content: '';
    width: 38px;
    margin: 0 0 0 40px;
  }
  .c-btn.arrow-s::after {
    margin: 0 0 0 20px;
  }
}
.c-tit__bg--black {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 840px) {
  .c-tit__bg--black {
    font-size: 1.1rem;
    padding: 2px 0;
    text-align: center;
    width: 128px;
  }
}
.c-tit__bb--yellow {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #FFF509;
  margin-bottom: 40px;
  padding-bottom: 6px;
  width: fit-content;
}
@media screen and (max-width: 840px) {
  .c-tit__bb--yellow {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .c-tit__bb--yellow {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.c-tit__bg--yellow {
  background-color: #FFF509;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .c-tit__bg--yellow {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .c-tit__bg--yellow {
    padding: 20px;
  }
}
.c-link__u-line {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
a[href^="tel:"].c-link__u-line {
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  a[href^="tel:"].c-link__u-line {
    text-decoration: underline;
  }
}
.c-link__u-line:hover {
  text-decoration: none;
}
.c-link__u-line--icon::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_link.svg) no-repeat;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin-left: .5em;
}
@media screen and (max-width: 840px) {
  .c-link__u-line {
    font-size: 1.4rem;
  }
}


/* ----------
Utility
---------- */
@media screen and (max-width: 840px){
  .u-pc { display: none; }
}
@media screen and (min-width: 841px){
  .u-sp { display: none; }
}
.u-en {
  font-family: 'FuturaStd-Bold', sans-serif;
  letter-spacing: .04em;
}
.u-en i {
  display: inline-block;
  font-style: normal;
}
.u-dis-ib {display: inline-block;}
.u-ta-l { text-align: left; }
.u-ta-c { text-align: center; }
.u-ta-r { text-align: right; }
.u-fw-bold { font-weight: bold; }
.u-fc-blue { color: #196eb2; }
.u-bg-w { background: #fff; }

.u-fs-ss { font-size: 1.2rem; }
.u-fs-s { font-size: 1.4rem; }
.u-fs-m { font-size: 1.6rem; }
.u-fs-l { font-size: 2rem; }
.u-fs-ll { font-size: 2.5rem; }

.u-mb-none { margin-bottom: 0; }
.u-mb-ss { margin-bottom: 10px; }
.u-mb-s { margin-bottom: 15px; }
.u-mb-m { margin-bottom: 30px; }
.u-mb-l { margin-bottom: 40px; }
.u-mb-ll { margin-bottom: 80px; }

.u-mt-none { margin-top: 0; }
.u-mt-ss { margin-top: 10px; }
.u-mt-s { margin-top: 15px; }
.u-mt-m { margin-top: 30px; }
.u-mt-l { margin-top: 40px; }
.u-mt-ll { margin-top: 80px; }

.u-indent { text-indent: -1em; padding-left: 1em; }

@media screen and (max-width: 767px){
  .u-fs-ss { font-size: 1rem; }
  .u-fs-s { font-size: 1.2rem; }
  .u-fs-l { font-size: 1.8rem; }
  .u-fs-ll { font-size: 2.2rem; }
  
  .u-mb-ss { margin-bottom: 5px; }
  .u-mb-s { margin-bottom: 8px; }
  .u-mb-m { margin-bottom: 15px; }
  .u-mb-l { margin-bottom: 20px; }
  .u-mb-ll { margin-bottom: 40px; }

  .u-mt-ss { margin-top: 5px; }
  .u-mt-s { margin-top: 8px; }
  .u-mt-m { margin-top: 15px; }
  .u-mt-l { margin-top: 20px; }
  .u-mt-ll { margin-top: 40px; }
}

/* wp-pagenavi */
.wp-pagenavi {
  padding: 18px 0 50px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: unset !important;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-weight: normal !important;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  margin: 0 6px !important;
  padding: 0 !important;
  width: 40px;
}
.wp-pagenavi a:hover {
  background-color: #FFF509;
  color: #000;
}
.wp-pagenavi span.current {
  background-color: #FFF509;
  border-color: unset;
  color: #000;
}
@media screen and (max-width: 840px) {
  .wp-pagenavi {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    padding: 10px 0;
  }
}

/*マーカー*/
/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
}
.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}
.marker-under-green {
  background: linear-gradient(transparent 60%, #ccff99 60%);
}
.wp-editor h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 3px solid #FFF509;
  width: fit-content;
}
.wp-editor h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0 3px .5em;
  border-left: 3px solid #FFF509;
}


/*リキャプチャ関連*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha-notice {
  margin: 30px auto 0;
  background: #eee;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: fit-content;
  word-break: normal;
}

.recaptcha-notice a {
  color: #0e7ac4;
  text-decoration: underline;
}

@media only screen and (max-width: 767px){
  .recaptcha-notice {
    text-align: left;
    line-height: 1.6;
  }
}