@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  background: #f1f3f4;
  overflow-x: hidden;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
}

h1, h2, h3, h4, p {
  margin: 0;
}

.fc_blue {
  color: #0c2290;
}

.fs42 {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .fs42 {
    font-size: 3.3rem;
  }
}
@media (max-width: 480px) {
  .fs42 {
    font-size: 2.3rem;
  }
}

.fs34 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .fs34 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .fs34 {
    font-size: 2.4rem;
  }
}

.fs32 {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .fs32 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .fs32 {
    font-size: 2.2rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .fs30 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .fs30 {
    font-size: 2.4rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .fs28 {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .fs28 {
    font-size: 2rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .fs18 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .fs18 {
    font-size: 1.4rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.txt_c {
  text-align: center;
}

ul {
  padding: 0;
  list-style: none;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.viewmore {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.wrap980 {
  max-width: 1020px;
  margin-inline: auto;
  padding: 0 20px;
}

.wrap1200 {
  max-width: 1240px;
  margin-inline: auto;
  padding: 0 20px;
}

.l-section {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .l-section {
    padding: 52px 0;
  }
}

.fix-bnr {
  position: fixed;
  z-index: 800;
  right: 0;
  top: 0;
  max-width: 71px;
}
@media (max-width: 768px) {
  .fix-bnr {
    display: none;
  }
}
.fix-bnr a {
  display: block;
}

.title {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .title {
    margin-bottom: 25px;
  }
}
.title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 6px;
  margin: auto;
  background: url(../images/common/title-border.png) no-repeat center/cover;
}
.title .jp, .title .en {
  color: #0c2290;
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

/* 共通：最初は見えない＋少し動かしておく */
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 上から（= 下へ少しずらしておいて、戻す） */
.js-reveal.fade-up {
  transform: translate3d(0, 24px, 0);
}

/* 左から（= 右へ少しずらしておいて、戻す） */
.js-reveal.fade-left {
  transform: translate3d(-24px, 0, 0);
}

/* 右から（= 左へ少しずらしておいて、戻す） */
.js-reveal.fade-right {
  transform: translate3d(24px, 0, 0);
}

/* その場でふわっと */
.js-reveal.fade-fuwa {
  transform: translate3d(0, 0, 0);
}

/* 表示状態 */
.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 任意：遅延（必要なら） */
.js-reveal[data-delay="0"] {
  transition-delay: 0s;
}

.js-reveal[data-delay="100"] {
  transition-delay: 0.1s;
}

.js-reveal[data-delay="200"] {
  transition-delay: 0.2s;
}

.js-reveal[data-delay="300"] {
  transition-delay: 0.3s;
}

.js-reveal[data-delay="400"] {
  transition-delay: 0.4s;
}

/* OS設定でアニメーション抑制してる人向け */
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__inner {
    height: 64px;
    justify-content: space-between;
  }
}
.header__logo img {
  height: 62px;
  width: auto;
}
.header__menuBtn {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .header__menuBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 999;
  }
}
.header__menuBtnLines {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 100vh;
  transition: background 0.2s ease;
  background: #000;
}
.header__menuBtnLines::before, .header__menuBtnLines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  border-radius: 100vh;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
  background: #000;
}
.header__menuBtnLines::before {
  top: -8px;
}
.header__menuBtnLines::after {
  top: 8px;
}

/* ★開いてる時：三本線→× */
.header__menuBtn.is-open .header__menuBtnLines {
  background: transparent;
}
.header__menuBtn.is-open .header__menuBtnLines::before {
  top: 0;
  transform: rotate(45deg);
}
.header__menuBtn.is-open .header__menuBtnLines::after {
  top: 0;
  transform: rotate(-45deg);
}

.gnav {
  margin: 0 0 0 auto;
}
.gnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.gnav__link {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 20px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .gnav__link {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 2.6rem;
    line-height: 3;
  }
}
@media (max-width: 768px) {
  .gnav {
    display: none;
  }
}

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: #fff;
}
.drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}
.drawer.is-open .drawer__panel {
  transform: translateX(0);
}
.drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}
.drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 22px 16px;
  transform: translateX(-102%);
  transition: transform 0.25s ease;
  z-index: 999;
}
.drawer__close {
  appearance: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
}
.drawer__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.drawer__link {
  display: block;
  padding: 14px 6px;
  font-weight: 600;
}

.is-locked {
  overflow: hidden;
}

/* MV */
.mv {
  padding: 50px 0 0 0;
  background: #fff url(../images/top/mv-bg.jpg) no-repeat left center/auto;
  position: relative;
}
@media (max-width: 768px) {
  .mv {
    padding-top: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .mv .wrap980 {
    padding: 0;
  }
}
.mv__txt {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv__txt {
    padding: 0 20px;
  }
}
.mv__txt h1 {
  color: #0c2290;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .mv__txt h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .mv__txt h1 {
    font-size: 2.2rem;
  }
}
.mv__txt img {
  max-width: 389px;
}
@media (max-width: 768px) {
  .mv__txt img {
    max-width: 70vw;
    margin: 0 auto 0 0;
  }
}
.mv__bottom {
  position: relative;
  max-width: 750px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  padding: 30px 50px;
  background: url(../images/common/bg-grade.png) no-repeat center/cover;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv__bottom {
    font-size: 1.6rem;
    padding: 30px 20px;
  }
}
.mv__bottom p:last-child {
  margin-top: 30px;
}
.mv__bottom p small {
  font-size: 12px;
}
.mv__people {
  position: absolute;
  right: 0;
  top: -100px;
  width: 788px;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv__people {
    width: 80vw;
    top: 0;
    right: -20vw;
  }
}
.mv__people__name {
  position: relative;
}
.mv__people__name--inner {
  position: absolute;
  right: 5%;
  bottom: 14%;
}
.mv__news {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  z-index: 2;
  position: relative;
  border: 1px solid #0c2290;
}
@media (max-width: 768px) {
  .mv__news {
    padding: 30px 20px;
    margin-top: 10px;
  }
}
.mv__news ul {
  max-width: 714px;
  margin: 0 auto;
}
.mv__news ul li {
  margin-bottom: 20px;
}
.mv__news ul li:last-child {
  margin-bottom: 0;
}
.mv__news ul li a span {
  font-size: 1.8rem;
}
.mv__news ul li a span.news_date {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .mv__news ul li a span.news_date {
    display: block;
  }
}
.mv__news .viewmore {
  margin-top: 50px;
}
.mv__title {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .mv__title {
    display: none;
  }
}
.mv__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.flow {
  background: #f1f3f4;
}
.flow .wrap980 {
  max-width: 1071px;
}
.flow__top {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .flow__top {
    padding-top: 50px;
  }
}
.flow__top--txt {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .flow__top--txt {
    margin-bottom: 30px;
  }
}
.flow__top ul {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .flow__top ul {
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.flow__top ul li p {
  margin-top: 20px;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .flow__top ul li:nth-of-type(odd) {
    display: flex;
    align-items: center;
  }
}
.flow__top ul li:nth-of-type(2n) {
  min-width: 56px;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .flow__top ul li:nth-of-type(2n) {
    margin-top: 32px;
    transform: rotate(90deg);
  }
}
.flow__middle {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .flow__middle {
    padding-bottom: 50px;
  }
}
.flow__middle h3 {
  color: #0c2290;
  text-align: center;
  margin-bottom: 30px;
}
.flow__middle dl {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow__middle dl {
    display: block;
  }
}
.flow__middle dl dd {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .flow__middle dl dd {
    padding: 20px;
    display: block;
    margin: 0;
  }
}
.flow__middle dl:nth-of-type(1) dd, .flow__middle dl:nth-of-type(3) dd {
  text-align: center;
}
.flow__middle--btn {
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .flow__middle--btn {
    margin-top: 30px;
  }
}
.flow__bottom {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  background: url(../images/top/flow-bg.jpg) no-repeat center/cover;
}
.flow__bottom h3 {
  font-size: 3.4rem;
  font-weight: 400;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .flow__bottom h3 {
    font-size: 2.4rem;
  }
}

.service {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .service {
    padding: 40px 0;
  }
}
.service__top--txt {
  color: #0c2290;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.service__top--txt02 {
  color: #0c2290;
  text-align: center;
  margin-bottom: 30px;
}
.service__bottom {
  max-width: 780px;
  margin: 0 auto;
}
.service__bottom--flex {
  display: flex;
  justify-content: center;
  gap: 4%;
  align-items: center;
}
@media (max-width: 768px) {
  .service__bottom--flex {
    flex-direction: column;
  }
}
.service__bottom--flex img {
  max-width: 316px;
}
@media (max-width: 768px) {
  .service__bottom--flex img {
    margin-bottom: 20px;
  }
}
.service__bottom--flex img, .service__bottom--flex p {
  width: 50%;
}
@media (max-width: 768px) {
  .service__bottom--flex img, .service__bottom--flex p {
    width: auto;
  }
}
.service__bottom .viewmore {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .service__bottom .viewmore {
    margin-bottom: 25px;
  }
}
.service ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .service ul {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .service ul li {
    max-width: 207px;
    margin: 0 auto;
  }
}

.consultingbox {
  position: relative;
}
.consultingbox__flex {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .consultingbox__flex {
    flex-direction: column;
  }
}
.consultingbox__flex--img {
  margin: 20px 0 30px;
}
.consultingbox__flex--img div {
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.consultingbox__flex--img div::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  right: 0;
  bottom: -20px;
  z-index: -1;
}
.consultingbox__flex--title, .consultingbox__flex--txt {
  width: 50%;
}
@media (max-width: 768px) {
  .consultingbox__flex--title, .consultingbox__flex--txt {
    width: 100%;
  }
}
.consultingbox--title {
  text-align: center;
  margin: 20px 0 30px;
}
.consultingbox__pc--img {
  position: absolute;
}
.consultingbox__pc--img div {
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
.consultingbox__pc--img div::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  right: 0;
  top: -20px;
  background: rgb(204, 236, 232);
  z-index: -1;
}

.mediaconsulting {
  padding: 50px 0 60px;
  color: #fff;
  background: #0c2290;
}
@media (max-width: 768px) {
  .mediaconsulting {
    padding: 25px 0 30px;
  }
}
.mediaconsulting .consultingbox__flex--img div::after {
  background: rgb(204, 236, 232);
}
.mediaconsulting .consultingbox__pc--img {
  left: 20px;
  top: -20px;
}
.mediaconsulting .consultingbox__pc--img div:after {
  background: rgb(204, 236, 232);
}
.mediaconsulting .consultingbox__flex--title {
  text-align: center;
}
.mediaconsulting .consultingbox__flex--txt {
  width: 40%;
}
@media (max-width: 768px) {
  .mediaconsulting .consultingbox__flex--txt {
    width: 100%;
  }
}
.mediaconsulting .consultingbox__flex--txt p {
  margin-bottom: 30px;
}

.subsidytop {
  padding: 50px 0 60px;
}
@media (max-width: 768px) {
  .subsidytop {
    padding: 25px 0 30px;
  }
}
.subsidytop .consultingbox__flex {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .subsidytop .consultingbox__flex {
    flex-direction: column;
  }
}
.subsidytop .consultingbox__flex--img div::after {
  background: #e9daf0;
}
.subsidytop .consultingbox__pc--img {
  padding-left: 0;
  padding-right: 20px;
  right: 20px;
  top: -20px;
}
.subsidytop .consultingbox__pc--img div:after {
  left: 20px;
  right: auto;
  background: #e9daf0;
}
.subsidytop .consultingbox__flex--title {
  color: #0c2290;
  text-align: center;
}
.subsidytop .consultingbox__flex--txt {
  width: 40%;
}
@media (max-width: 768px) {
  .subsidytop .consultingbox__flex--txt {
    width: 100%;
  }
}
.subsidytop .consultingbox__flex--txt p {
  margin-bottom: 30px;
}

.seminar {
  padding: 50px 0 60px;
  color: #fff;
  background: #0c2290;
}
@media (max-width: 768px) {
  .seminar {
    padding: 25px 0 30px;
  }
}
.seminar .consultingbox__flex--img div::after {
  background: #fff0cc;
}
.seminar .consultingbox__pc--img {
  left: 20px;
  top: -20px;
}
.seminar .consultingbox__pc--img div:after {
  background: #fff0cc;
}
.seminar .consultingbox__flex--title {
  text-align: center;
}
.seminar .consultingbox__flex--txt {
  width: 40%;
}
@media (max-width: 768px) {
  .seminar .consultingbox__flex--txt {
    width: 100%;
  }
}
.seminar .consultingbox__flex--txt p {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .map-inner iframe {
    max-height: 30vh;
  }
}

/* Footer */
.footer {
  padding: 0;
  background: #fff;
}
.footer__inner {
  display: grid;
  gap: 20px;
}
.footer__info__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__info__flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__info__flex-logo {
    padding: 0 15px;
  }
}
.footer__info__flex-logo img {
  width: 333px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__info__flex-logo img {
    margin: 0 auto;
  }
}
.footer__info__flex-contact {
  width: 50%;
  max-width: 373px;
}
@media (max-width: 768px) {
  .footer__info__flex-contact {
    width: auto;
    margin-top: 30px;
  }
}
.footer__info__flex-contact a {
  margin-bottom: 20px;
  display: block;
}
.footer__info__flex-contact a:last-child {
  margin-bottom: 0;
}
.footer__mark {
  height: 126px;
  width: auto;
  margin: 30px 0 30px;
}
@media (max-width: 480px) {
  .footer__mark {
    height: 70px;
    margin: 15px 0 15px;
  }
}
.footer__address, .footer__tel, .footer__access {
  margin: 0;
}
.footer__tel {
  font-weight: 700;
}
.footer .footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 5px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .footer .footer__copyright {
    margin-top: 10px;
  }
}
.footer .sendanList {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  margin: 50px auto 60px;
}
@media (max-width: 768px) {
  .footer .sendanList {
    flex-direction: column;
    justify-content: center;
  }
}
.footer .sendanList li {
  list-style: none;
}
.footer .group {
  text-align: center;
}
.footer .group ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 50px auto 60px;
}
@media (max-width: 768px) {
  .footer .group ul {
    flex-direction: column;
  }
}
.footer .group ul li {
  width: 30%;
  list-style: none;
}
@media (max-width: 768px) {
  .footer .group ul li {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.footer .group ul li img {
  max-height: 90px;
}

/* PageTop */
.pageTop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  /* 初期は非表示（ふわっと出す） */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.35s ease;
  background: #0c2290;
}
.pageTop:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .pageTop {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}
.pageTop.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.pageTop__icon {
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: 4px; /* 少し上向きに見せる */
}/*# sourceMappingURL=style.css.map */