@charset "UTF-8";
/*     フェードイン    */
.fadeIn {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.fadeIn-up {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, 50px);
}

.fadeIn-down {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, -80px);
}

.fadeIn-left {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(-50px, 0);
}

.fadeIn-right {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(50px, 0);
}

/*     スライドイン    */
.slideIn {
  opacity: 0;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.slideIn-up {
  opacity: 1;
  transform: translate(0, 80px);
}

.slideIn-down {
  opacity: 1;
  transform: translate(0, -80px);
}

.slideIn-left {
  opacity: 1;
  transform: translate(-80px, 0);
}

.slideIn-right {
  opacity: 1;
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0);
}

/*-------------------------------------*/
/* 下層ページ                           */
/*-------------------------------------*/
.lower-mv {
  padding: 105px 0 100px;
  background: #007cc8;
  background: linear-gradient(180deg, rgb(0, 124, 200) 0%, rgb(0, 65, 154) 100%);
}
@media screen and (max-width: 640px) {
  .lower-mv {
    padding: 80px 0 60px;
  }
}
.lower-mv.contact {
  padding: 25px 0 100px;
}
@media screen and (max-width: 640px) {
  .lower-mv.contact {
    padding: 25px 0 60px;
  }
}
.lower-mv__ttl {
  color: var(--color-white);
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .lower-mv__ttl {
    font-size: 2.5rem;
  }
}

.lower-contents {
  font-weight: 400;
  padding: 100px 0;
  word-break: break-all;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .lower-contents {
    font-size: 1.6rem;
    padding: 60px 0;
  }
}
.lower-contents .inner > *:not(:last-child) {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 640px) {
  .lower-contents .inner > *:not(:last-child) {
    margin-bottom: 2em;
  }
}
.lower-contents .inner > ol > li:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width: 640px) {
  .lower-contents .inner > ol > li:not(:last-child) {
    margin-bottom: 3em;
  }
}
.lower-contents.contact .inner {
  width: min(90%, 878px);
}
.lower-contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .lower-contents h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.lower-contents .side-line-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 1px var(--color-blue);
  padding-bottom: 17px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .lower-contents .side-line-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.lower-contents .block-ttl {
  font-weight: bold;
  background: #00a8e9;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .lower-contents .block-ttl {
    padding: 12px 20px;
  }
}
.lower-contents .strong-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.lower-contents .topBigTxt {
  color: var(--color-blue);
  font-size: 3.2rem;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lower-contents .topBigTxt {
    font-size: 2.4rem;
    text-align: left;
  }
}
.lower-contents .solid-line-box {
  border: solid 1px #000;
  padding: 20px;
}
.lower-contents__ctr:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .lower-contents__ctr:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.lower-contents__ctr-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-blue);
  border-bottom: solid 1px var(--color-blue);
  padding-bottom: 12px;
  margin-bottom: 34px;
}
.lower-contents__inner-ctr:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .lower-contents__inner-ctr:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.lower-contents .inner-box {
  background-color: #e7f6ff;
  padding: 40px 60px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .lower-contents .inner-box {
    padding: 30px;
    margin-top: 40px;
  }
}
.lower-contents .inner-box__ttl {
  color: var(--color-blue);
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.lower-contents .inner-box-gray {
  font-size: 14px;
  background-color: #e6e6e6;
  padding: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .lower-contents .inner-box-gray {
    padding: 30px;
    margin-top: 40px;
  }
}
.lower-contents .inner-box-gray p:not(:last-child) {
  margin-bottom: 1.2em;
}
.lower-contents .accessibility__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .lower-contents .accessibility__ttl {
    font-size: 1.8rem;
  }
}
.lower-contents .accessibility__table {
  border-collapse: collapse;
  width: 100%;
}
.lower-contents .accessibility__table th,
.lower-contents .accessibility__table td {
  border: 1px solid #666;
  font-size: 1.3rem;
  padding: 5px 12px;
}
.lower-contents .accessibility__table th {
  text-align: center;
}
.lower-contents .accessibility__table td {
  width: 1%;
  border: 1px solid #8096a3;
  margin: 20px 0 0;
  padding: 5px 12px;
}
.lower-contents .accessibility__table td.width {
  width: 10%;
}
.lower-contents .h2mobility {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.lower-contents .h2mobility__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
.lower-contents .h2mobility__list img,
.lower-contents .h2mobility__list picture {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 490/327;
}
@media screen and (max-width: 640px) {
  .lower-contents .h2mobility__list img,
.lower-contents .h2mobility__list picture {
    aspect-ratio: auto;
    margin-bottom: 20px;
  }
}
.lower-contents .h2mobility__list figure {
  margin-bottom: 30px;
}
.lower-contents .h2mobility__list figcaption {
  font-size: 1.4rem;
  text-align: right;
}
.lower-contents .h2mobility__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 940px) {
  .lower-contents .h2mobility__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .lower-contents .h2mobility__item {
    width: 100%;
  }
}
.lower-contents .h2mobility__ttl {
  color: var(--color-blue);
  line-height: 1.3;
  letter-spacing: -0.04em;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--color-blue);
}
@media screen and (max-width: 640px) {
  .lower-contents .h2mobility__ttl {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
}
.lower-contents .h2mobility small {
  font-size: 1.4rem;
}
.lower-contents .support__top-area {
  margin: 4rem 0 10rem;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__top-area {
    margin: 2rem 0 7rem;
  }
}
.lower-contents .support__top-area p {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__top-area p {
    margin-bottom: 3.2rem;
  }
}
.lower-contents .support__ctr:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__ctr:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.lower-contents .support__list {
  display: flex;
  flex-wrap: wrap;
  --gap: 30px;
  gap: 50px var(--gap);
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__list {
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.lower-contents .support__item {
  width: calc(50% - var(--gap) / 2);
  background-color: #ebebeb;
  padding: 32px 40px;
}
@media screen and (max-width: 940px) {
  .lower-contents .support__item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lower-contents .support__item {
    padding: 3.2rem 2.4rem;
  }
}
.lower-contents .support__item-ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.lower-contents .support__item-content {
  background-color: var(--color-white);
  padding: 24px 24px;
  margin: 24px 0;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__item-content {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.lower-contents .support__content-ttl {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-blue);
  font-size: 1.8rem;
  padding: 3px 10px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__content-ttl {
    font-size: 1.5rem;
    padding: 0.2rem 1rem;
    margin-bottom: 1.6rem;
  }
}
.lower-contents .support .dot-list li {
  display: flex;
  text-indent: 0;
}
.lower-contents .support .dot-list li::before {
  content: "・";
  margin-right: 8px;
}
.lower-contents .support__content-list li {
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__content-list li {
    font-size: 1.5rem;
  }
}
.lower-contents .support__content-list li > ul > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.lower-contents .support__content-list li span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-deep-blue);
}
@media screen and (max-width: 640px) {
  .lower-contents .support__content-list li span {
    font-size: 1.8rem;
  }
}
.lower-contents .support__content-list small {
  font-size: 1.4rem;
}
.lower-contents .support__content-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__content-list li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.lower-contents .support__item-link {
  color: var(--color-deep-blue);
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .lower-contents .support__item-link {
    font-size: 1.5rem;
  }
}

h4 {
  font-weight: bold;
}

.b-blue {
  background-color: #e7f6ff;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0.5em 0;
}

.grid {
  display: grid;
  grid-template-columns: auto auto;
}

.singleInterview .inner-1000 > .wp-block-image,
.singleInterview .inner-1000 > p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .singleInterview .inner-1000 > .wp-block-image,
.singleInterview .inner-1000 > p {
    margin-bottom: 2rem;
  }
}

/*-------------------------------------*/
/* インタビュー記事ページ 
/* （投稿ページの表示設定の兼ね合いにつき）                
/*-------------------------------------*/
.interview__topArea {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 10rem;
  color: #333333;
}
@media screen and (max-width: 800px) {
  .interview__topArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .interview__topArea {
    margin-top: 5rem;
    gap: 2rem;
  }
}
.interview__topArea-img,
.interview__topArea img {
  display: block;
  width: 360px;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .interview__topArea-img,
.interview__topArea img {
    width: 100%;
    height: 185px;
  }
}
.interview__topArea-txt-wrap {
  flex: 1 1;
}
.interview__topArea-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
  margin: 0;
}
@media screen and (max-width: 640px) {
  .interview__topArea-ttl {
    font-size: 2.4rem;
  }
}
.interview__topArea-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.4rem;
}
@media screen and (max-width: 640px) {
  .interview__topArea-name {
    font-size: 1.8rem;
  }
}
.interview__topArea-position {
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .interview__topArea-position {
    font-size: 1.4rem;
  }
}
.interview__points {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 3rem 3rem 3rem 0;
  margin-top: 6rem;
  border: 1px solid var(--color-blue);
}
@media screen and (max-width: 800px) {
  .interview__points {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .interview__points {
    position: relative;
    margin-top: 7rem;
    gap: 2rem;
    padding: 6rem 2.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 640px) {
  .interview__points img {
    position: absolute;
    top: -34px;
    left: -10px;
    width: 142px;
    height: auto;
  }
}
.interview__points .list-wrap {
  min-width: 1px;
}
@media screen and (max-width: 800px) {
  .interview__points ul {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .interview__points ul {
    padding-left: 2.4rem;
  }
}
.interview__points ul li {
  text-indent: 0em;
  padding-left: 1em;
  position: relative;
}
.interview__points ul li::before {
  content: "・";
  color: var(--color-blue);
  position: absolute;
  left: 2px;
}
.interview__profile {
  background-color: #e6e6e6;
  padding: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  .interview__profile {
    padding: 3.2rem 2.4rem;
    margin-top: 6rem;
  }
}
.interview__profile h3 {
  font-weight: 500;
  padding-bottom: 1.9rem;
  margin-bottom: 2.8rem;
  color: var(--color-blue);
  border-bottom: solid 1px var(--color-blue);
}
@media screen and (max-width: 640px) {
  .interview__profile h3 {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
  }
}
.interview__profile-item {
  font-size: 1.6rem;
  font-weight: 500;
}
.interview__profile-item:not(:last-child) {
  margin-bottom: 0.6em;
}
@media screen and (max-width: 640px) {
  .interview__profile-item {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.interview__profile dt {
  min-width: 84px;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 0.1rem 0.5rem;
}
/*# sourceMappingURL=lower.css.map */