@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* -----------------------------------------
Renewal_2023 common.css
----------------------------------------- */
body.sp .pc_only {
  display: none !important;
}

body:not(.sp) .sp_only {
  display: none !important;
}

body:not(.sp) #SpLnaviArea {
  display: none !important;
}

#FooterArea .mainLinkList {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* mainContents
----------------------------------------- */
.mainContents {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.mainContents * {
  box-sizing: border-box;
}
.mainContents--lower {
  background: url(/shared/img/common/bg_hero_sp.png) no-repeat center top;
  background-size: 100% auto;
}
body:not(.sp) .mainContents--lower {
  background-image: url(/shared/img/common/bg_hero.png);
  background-size: max(100vw, 1440px) max(31.805vw, 458px);
}
.mainContents__inner {
  margin: auto;
  padding: 0 10px 40px;
}
body:not(.sp) .mainContents__inner {
  width: 1010px;
  padding: 0 0 80px;
}

/* heroArea
----------------------------------------- */
.heroArea {
  margin: auto;
  padding: 24px 10px 0;
}
body:not(.sp) .heroArea {
  width: 1010px;
  padding: 80px 0 0;
}
.heroArea__catch {
  color: #00388b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Shippori Mincho", serif;
}
body:not(.sp) .heroArea__catch {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.687;
  font-family: YuMincho, "游明朝", serif;
}
body:not(.sp) .heroArea__catch--pcCenter {
  text-align: center;
}
.heroArea__lead {
  margin: 33px auto 42px;
  font-size: 16px;
  line-height: 1.75;
}
body:not(.sp) .heroArea__lead {
  margin: 40px auto;
  font-size: 18px;
  line-height: 2;
}
.heroArea__lnav {
  margin: 33px auto 40px;
}
body:not(.sp) .heroArea__lnav {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* localNav
----------------------------------------- */
.localNav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 12px 10px;
}
body:not(.sp) .localNav {
  justify-content: flex-start;
  gap: 12px 0;
}
body:not(.sp) .localNav__item {
  padding: 0 23px 0 31px;
  border-right: 1px solid #c5c5c5;
}
.localNav__link {
  position: relative;
  padding-right: 20px;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 15px;
}
body:not(.sp) .localNav__link {
  padding-right: 28px;
  font-size: 18px;
}
.localNav__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 8px;
  content: "";
  transform: translateY(-50%);
  background: url(/shared/img/common/ico_arrow_lnav.svg) no-repeat left top;
  background-size: 13px 8px;
}
.localNav--confer {
  width: 270px;
}
body:not(.sp) .localNav--confer {
  width: 552px;
}
body.sp .localNav--confer .localNav__item:nth-child(1) {
  margin-right: 14px;
  margin-left: auto;
}
body.sp .localNav--confer .localNav__item:nth-child(2) {
  margin-right: auto;
}
body:not(.sp) .localNav--confer .localNav__item:nth-child(1), body:not(.sp) .localNav--confer .localNav__item:nth-child(4) {
  border-left: 1px solid #c5c5c5;
}
body.sp .localNav--know {
  flex-direction: column;
}
body:not(.sp) .localNav--know .localNav__item:nth-child(1) {
  border-left: 1px solid #c5c5c5;
}
body:not(.sp) .localNav--aim {
  justify-content: center;
  width: 570px;
}
body:not(.sp) .localNav--aim .localNav__item:nth-child(1), body:not(.sp) .localNav--aim .localNav__item:nth-child(4) {
  border-left: 1px solid #c5c5c5;
}

/* commonSection
----------------------------------------- */
.commonSection:not(:last-child) {
  margin-bottom: 40px;
}
body:not(.sp) .commonSection:not(:last-child) {
  margin-bottom: 80px;
}
.commonSection__title {
  margin-bottom: 16px;
  color: #00388b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
body:not(.sp) .commonSection__title {
  font-size: 24px;
}
.commonSection__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body:not(.sp) .commonSection__lead {
  font-size: 20px;
  line-height: 1.35;
}
.commonSection__txt {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.75;
}
body:not(.sp) .commonSection__txt {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}
.commonSection__note {
  margin-top: 10px;
  padding-left: 12px;
  text-indent: -12px;
  font-size: 12px;
  line-height: 1.5;
}
body:not(.sp) .commonSection__note {
  padding-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  line-height: 1.8;
}
.commonSection__inner {
  margin-top: 34px;
}
body:not(.sp) .commonSection__inner {
  margin-top: 40px;
}

/* columnLink
----------------------------------------- */
.columnLink {
  display: grid;
}
body:not(.sp) .columnLink--col02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}
body:not(.sp) .columnLink--col03 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* columnGrid
----------------------------------------- */
.columnGrid {
  display: grid;
  gap: 19px;
}
body:not(.sp) .columnGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* linkBtn
----------------------------------------- */
.linkBtn {
  position: relative;
  display: block;
  padding: 18px 41px 18px 12px;
  text-decoration: none !important;
  color: #000 !important;
  border: 1px solid transparent;
  border-bottom-color: #c1c1c1;
  font-size: 16px;
  line-height: 1.6875;
}
body:not(.sp) .linkBtn {
  border-color: #c1c1c1;
  line-height: 1.5;
  padding: 24px 41px 24px 16px;
}
body:not(.sp) .linkBtn:hover {
  color: #fff !important;
  border-color: #00388b;
  background-color: #00388b;
}
body:not(.sp) .linkBtn:hover::after {
  background-image: url(/shared/img/common/ico_arrow_white.svg);
}
.linkBtn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  background: url(/shared/img/common/ico_arrow_blue.svg) no-repeat left top;
  background-size: 13px 18px;
}
body:not(.sp) .linkBtn--bold {
  display: grid;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: 700;
  place-items: center;
}

/* linkStyle
----------------------------------------- */
.linkStyle {
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none !important;
  color: #00388b !important;
  border-bottom: 1px solid #00388b;
  font-size: 14px;
  line-height: 1.5;
}
body:not(.sp) .linkStyle {
  width: fit-content;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}
body.sp .linkStyle {
  position: relative;
}
body.sp .linkStyle::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  height: 17px;
  content: "";
  transform: translateY(-50%);
  background: url(/shared/img/common/ico_arrow_thin.svg) no-repeat left top;
  background-size: 11px 17px;
}

/* consulBox
----------------------------------------- */
.consulBox {
  gap: 16px !important;
}
.consulBox__item {
  padding: 13px 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body:not(.sp) .consulBox__item {
  padding: 20px;
}
.consulBox__hd {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
}
body:not(.sp) .consulBox__hd {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.consulBox__hd::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  content: "";
  transform: translateX(-50%);
  background-color: #00388b;
}
body:not(.sp) .consulBox__hd::before {
  width: 70px;
}
.consulBox__list__item {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.9375;
}
body:not(.sp) .consulBox__list__item {
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.722;
}
.consulBox__list__item::before {
  position: absolute;
  left: 0;
  content: "・";
}
.consulBox__etc {
  margin-top: -30px;
  text-align: right;
  font-size: 15px;
  line-height: 1.866;
}
body:not(.sp) .consulBox__etc {
  margin-top: -28px;
}
.consulBox__method {
  display: flex;
  justify-content: center;
  gap: 40px;
}
body:not(.sp) .consulBox__method {
  gap: 16px;
}
.consulBox__method__item {
  width: 60px;
  text-align: center;
}
body:not(.sp) .consulBox__method__item {
  width: 75px;
}
body:not(.sp) .consulBox__method__item:nth-child(odd) {
  padding-top: 84px;
}
.consulBox__method__img {
  width: 53px;
}
body:not(.sp) .consulBox__method__img {
  width: 75px;
}
.consulBox__method__txt {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.333;
}
body:not(.sp) .consulBox__method__txt {
  margin-top: 8px;
  line-height: 2;
}

/* snsArea
----------------------------------------- */
.snsArea {
  padding: 24px 10px 0;
  background-color: #f4f4f4;
}
body:not(.sp) .snsArea {
  padding: 80px 0 68px;
}
body:not(.sp) .snsArea--top {
  margin: 20px 0;
  padding: 40px 0 48px;
}
.snsArea__title {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body:not(.sp) .snsArea__title {
  font-size: 32px;
  line-height: 1.5;
}
body:not(.sp) .snsArea__title {
  margin-bottom: 31px;
}

/* infoNav
----------------------------------------- */
.infoNav {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
body:not(.sp) .infoNav {
  position: relative;
  width: 1010px;
  height: 100px;
  margin: auto;
}
body:not(.sp) .infoNav::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #c7c7c7;
}
.infoNav__link {
  display: grid;
  height: 96px;
  text-decoration: none;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700;
  place-items: center;
}
body:not(.sp) .infoNav__link {
  position: relative;
  height: auto;
  font-size: 20px;
}
body:not(.sp) .infoNav__link::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #c7c7c7;
}
body:not(.sp) .infoNav__link:hover .infoNav__icon {
  opacity: 0.7;
}
body.sp .infoNav__icon {
  width: 40px;
}
body.sp .infoNav--secondary {
  width: 100vw;
  margin-left: -10px;
  padding: 40px 20px;
  border-radius: 4px;
  background-color: #f4f4f4;
}
body.sp .infoNav--secondary .infoNav__txt {
  white-space: nowrap;
  font-size: 12px;
}
.infoNav__txt {
  display: none;
}
body:not(.sp) .infoNav__txt {
  display: block;
}

.commonSection02 .infoNav__txt {
  display: block;
}

/* ctaArea
----------------------------------------- */
.ctaArea {
  padding: 24px 10px;
  border-radius: 4px;
  background-color: #478ffa;
}
body:not(.sp) .ctaArea {
  padding: 66px 0;
}
.ctaArea__list {
  display: grid;
  margin: auto;
  gap: 16px;
}
body:not(.sp) .ctaArea__list {
  gap: 10px;
}
body:not(.sp) .ctaArea__list--pcColumn01 {
  width: 546px;
}
body:not(.sp) .ctaArea__list--pcColumn02 {
  width: 930px;
  grid-template-columns: repeat(2, 1fr);
}
.ctaArea__btn {
  display: block;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #f0677c;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
}
body:not(.sp) .ctaArea__btn {
  font-size: 20px;
}
.ctaArea__btn--primary {
  color: #f0677c !important;
  background-color: #fff;
}
body:not(.sp) .ctaArea__btn--primary:hover {
  color: #fff !important;
  background-color: #f0677c;
}
.ctaArea__btn--secondary {
  color: #fff !important;
  background-color: #f0677c;
}
body:not(.sp) .ctaArea__btn--secondary:hover {
  color: #f0677c !important;
  background-color: #fff;
}

/* -----------------------------------------
Renewal_2023用 toppage.css
----------------------------------------- */
/* EmergencyArea
----------------------------------------- */
#EmergencyArea {
  padding: 18px 20px;
  background-color: #f8e1e1;
}
body:not(.sp) #EmergencyArea {
  padding: 10px 40px;
  width: 1010px;
  margin: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: -20px;
}
#EmergencyArea h2 {
  position: relative;
  padding-left: 24px;
  color: #bc2e2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
#EmergencyArea h2::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../../img/ico_important.svg) no-repeat left top;
  background-size: 16px 16px;
}
body:not(.sp) #EmergencyArea h2::after {
  content: "：";
}
#EmergencyArea .ofHidden {
  color: #bc2e2e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
body.sp #EmergencyArea .ofHidden {
  margin-top: 6px;
}

/* firstViewArea
----------------------------------------- */
.firstViewArea {
  display: grid;
  margin: 4px auto 18px;
  gap: 18px 16px;
}
body:not(.sp) .firstViewArea {
  width: 1010px;
  margin-top: 24px;
  margin-bottom: 40px;
  grid-template-columns: 696px 298px;
}

/* mainVisual
----------------------------------------- */
.mainVisual {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
body.sp .mainVisual {
  display: grid;
  width: 100%;
  padding-left: 20px;
  aspect-ratio: 375/221;
  place-items: center start;
}
body:not(.sp) .mainVisual {
  height: 100%;
  padding: 110px 0 0 17px;
}
.mainVisual__fade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVisual__fade__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: change-img-anim 12s infinite;
  opacity: 0;
  object-fit: cover;
}
.mainVisual__fade__img:nth-of-type(1) {
  animation: change-img-anim-first 12s infinite;
  animation-delay: 0s;
}
.mainVisual__fade__img:nth-of-type(2) {
  animation-delay: 4s;
}
.mainVisual__fade__img:nth-of-type(3) {
  animation-delay: 8s;
}
@keyframes change-img-anim-first {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.mainVisual__catch {
  position: relative;
  top: -24px;
  left: -5px;
  width: 48vw;
}
body:not(.sp) .mainVisual__catch {
  width: 351px;
  margin-bottom: 53px;
}
.mainVisual__catch__img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.mainVisual__catch::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 44.5vw;
  height: 18.9vw;
  content: "";
  opacity: 0.2;
  background: #1c1c1c;
  filter: blur(30px);
}
body:not(.sp) .mainVisual__catch::after {
  width: 328px;
  height: 138px;
}
body.sp .mainVisual__lead {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 10px;
  padding: 24px 10px 0;
  font-size: 16px;
  line-height: 1.75;
}
body:not(.sp) .mainVisual__lead {
  position: relative;
  width: 635px;
}
body:not(.sp) .mainVisual__lead__img {
  position: relative;
  z-index: 2;
  width: 100%;
}
body:not(.sp) .mainVisual__lead::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 628px;
  height: 92px;
  content: "";
  opacity: 0.41;
  background: #000;
  filter: blur(30px);
}

/* bannerArea
----------------------------------------- */
.bannerArea {
  padding: 4px 10px 16px;
  background-color: #f5fffe;
}
body:not(.sp) .bannerArea {
  padding: 0 0 24px;
}
.bannerArea__inner {
  overflow: hidden;
  margin: auto;
}
body:not(.sp) .bannerArea__inner {
  width: 1010px;
}
.bannerArea__single {
  margin: auto;
}
body:not(.sp) .bannerArea__single {
  width: 500px;
}
.bannerArea__double {
  display: grid;
  gap: 24px;
}
body:not(.sp) .bannerArea__double {
  grid-template-columns: repeat(2, 1fr);
}
.bannerArea__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  margin-top: 16px;
  gap: 0 40px;
}
body:not(.sp) .bannerArea__navigation {
  margin-top: 24px;
}
.bannerArea__navigation .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.bannerArea__navigation .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #c9c4c4;
}
.bannerArea__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00388b;
}
.bannerArea__navigation .swiper-button-next,
.bannerArea__navigation .swiper-button-prev {
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.bannerArea__navigation .swiper-button-prev {
  transform: rotate(45deg);
  border-bottom: 2px solid #00388b;
  border-left: 2px solid #00388b;
}
.bannerArea__navigation .swiper-button-next {
  transform: rotate(-45deg);
  border-right: 2px solid #00388b;
  border-bottom: 2px solid #00388b;
}

/* informationArea
----------------------------------------- */
.informationArea {
  display: grid;
  margin: auto;
  padding: 36px 10px 40px;
  gap: 36px 16px;
}
body:not(.sp) .informationArea {
  width: 1010px;
  padding: 40px 0;
  grid-template-columns: repeat(2, 1fr);
}
body:not(.sp) .informationArea__item {
  display: grid;
  grid-template-rows: auto 35px 1fr;
  gap: 8px;
}
.informationArea__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
body.sp .informationArea__title {
  text-align: center;
  font-size: 16px;
}
body.sp .informationArea__title + .informationArea__body {
  margin-top: 19px;
}
body:not(.sp) .informationArea__title {
  grid-row: 1/2;
}
body:not(.sp) .informationArea__body {
  grid-row: 3/4;
}
.informationArea__list {
  border-top: 1px solid #a8a8a8;
}
.informationArea__list:not(.informationArea__list--release) {
  display: none;
}
.informationArea__list:not(.informationArea__list--release).is_active {
  display: block;
}
body:not(.sp) .informationArea__list:not(.informationArea__list--release) li {
  position: relative;
  padding-left: 128px;
}
.informationArea__list li {
  padding: 13px 0;
  border-bottom: 1px solid #a8a8a8;
}
body:not(.sp) .informationArea__list li {
  padding: 16px;
}
body.sp .informationArea__list li .head {
  display: flex;
}
body.sp .informationArea__list li .head .date {
  margin-right: 18px;
}
.informationArea__list li .head .categ {
  position: relative;
  top: -3px;
  padding: 0 8px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
body:not(.sp) .informationArea__list li .head .categ {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100px;
  padding: 8px;
  line-height: 1.5;
}
.informationArea__list li .head .categ.categ01 {
  background-color: #17afc7 !important;
}
.informationArea__list li .head .categ.categ02 {
  background-color: #c7b917 !important;
}
.informationArea__list li .head .categ.categ03 {
  background-color: #f0677c !important;
}
.informationArea__list li .link {
  margin-top: 15px;
}
body:not(.sp) .informationArea__list li .link {
  margin-top: 4px;
}
.informationArea__list li .link .cmnLink {
  padding: 0;
  color: #00388b;
  background: none;
  font-size: 13px;
  line-height: 1.625;
}
body:not(.sp) .informationArea__list li .link .cmnLink {
  font-size: 15px;
  line-height: 1.7333;
}
.informationArea__list--release li:nth-child(n+4) {
  display: none;
}
.informationArea__list--release .head .categ {
  display: none !important;
}
.informationArea__continue {
  width: 100%;
  margin: auto;
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #666 !important;
  border: 1px solid #666 !important;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
}
body:not(.sp) .informationArea__continue {
  width: 376px;
}
.informationArea__continue .close {
  display: none;
}
.informationArea__continue .close::after {
  transform: rotate(180deg);
}
.informationArea__continue.is_close .close {
  display: inline-block;
}
.informationArea__continue.is_close .open {
  display: none;
}
.informationArea__continue span {
  position: relative;
}
.informationArea__continue span::after {
  position: absolute;
  top: 50%;
  right: -32px;
  width: 16px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: url(../../img/ico_arrow_continue.svg) no-repeat left top;
  background-size: 16px 8px;
}
.informationArea__more {
  margin-top: 24px;
}
.informationArea__more.js-infoMore {
  display: none;
}
.informationArea__more__item {
  width: 100%;
  margin: auto;
}
body:not(.sp) .informationArea__more__item {
  width: 376px;
}
.informationArea__more__link {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #666 !important;
  border: 1px solid #666 !important;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
}
.informationArea__more__categ01 {
  color: #17afc7 !important;
  border-color: #17afc7 !important;
}
.informationArea__more__categ02 {
  color: #c7b917 !important;
  border-color: #c7b917 !important;
}
.informationArea__more__categ03 {
  color: #f0677c !important;
  border-color: #f0677c !important;
}

/* informationTab
----------------------------------------- */
body.sp .informationTab {
  display: grid;
  margin: 21px 10px 14px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 15px;
}
body:not(.sp) .informationTab {
  display: flex;
}
.informationTab__item {
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  font-feature-settings: "palt";
}
body.sp .informationTab__item {
  padding: 13px 0;
  text-align: center;
  color: #fff;
  background-color: #104199;
}
body.sp .informationTab__item--categ01.is_active {
  background-color: #17afc7 !important;
}
body.sp .informationTab__item--categ02.is_active {
  background-color: #c7b917 !important;
}
body.sp .informationTab__item--categ03.is_active {
  background-color: #f0677c !important;
}
body:not(.sp) .informationTab__item {
  font-size: 14px;
  line-height: 1.5;
}
body:not(.sp) .informationTab__item:not(:nth-child(2)), body:not(.sp) .informationTab__item:not(:last-child) {
  margin-right: 16px;
}
body:not(.sp) .informationTab__item:nth-child(2) {
  margin-right: 24px;
}
body:not(.sp) .informationTab__item--categ01.is_active {
  color: #17afc7 !important;
}
body:not(.sp) .informationTab__item--categ01.is_active::before {
  background-color: #17afc7 !important;
}
body:not(.sp) .informationTab__item--categ01.is_active::after {
  border-color: #17afc7 transparent transparent transparent !important;
}
body:not(.sp) .informationTab__item--categ02.is_active {
  color: #c7b917 !important;
}
body:not(.sp) .informationTab__item--categ02.is_active::before {
  background-color: #c7b917 !important;
}
body:not(.sp) .informationTab__item--categ02.is_active::after {
  border-color: #c7b917 transparent transparent transparent !important;
}
body:not(.sp) .informationTab__item--categ03.is_active {
  color: #f0677c !important;
}
body:not(.sp) .informationTab__item--categ03.is_active::before {
  background-color: #f0677c !important;
}
body:not(.sp) .informationTab__item--categ03.is_active::after {
  border-color: #f0677c transparent transparent transparent !important;
}
body:not(.sp) .informationTab__item.is_active {
  position: relative;
}
body:not(.sp) .informationTab__item.is_active::before, body:not(.sp) .informationTab__item.is_active::after {
  position: absolute;
  content: "";
}
body:not(.sp) .informationTab__item.is_active::before {
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #104199;
}
body:not(.sp) .informationTab__item.is_active::after {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #104199 transparent transparent transparent;
}

/* mainNav
----------------------------------------- */
.mainNav {
  display: grid;
  padding: 0 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 8px;
}
body:not(.sp) .mainNav {
  padding: 0;
  gap: 4px;
}
.mainNav__item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  grid-column: 1/3;
}
.mainNav__item:nth-last-child(1) {
  grid-column: 2/3;
}
.mainNav__item:nth-last-child(2) {
  grid-column: 1/2;
}
.mainNav__link:hover {
  opacity: 0.7;
}
.mainNav__img {
  width: 100%;
}

/* searchPurpose
----------------------------------------- */
.searchPurpose {
  padding: 36px 10px 40px;
  background: url(../../img/bg_purpose.svg) top center;
  background-size: auto 100%;
}
body:not(.sp) .searchPurpose {
  padding: 40px 0;
  background-size: cover;
}
.searchPurpose__title {
  margin-bottom: 26px;
  color: #00388b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body:not(.sp) .searchPurpose__title {
  font-size: 32px;
  line-height: 1.5;
}
body:not(.sp) .searchPurpose__title {
  margin-bottom: 20px;
}
.searchPurpose__list {
  display: grid;
  margin: auto;
  gap: 8px;
}
body:not(.sp) .searchPurpose__list {
  width: 1010px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 200px);
  grid-auto-flow: column;
  gap: 24px;
}
.searchPurpose__item {
  transform: translateY(50px);
  opacity: 0;
}
.searchPurpose__item:nth-child(1), .searchPurpose__item:nth-child(2) {
  background-color: #17afc7;
}
.searchPurpose__item:nth-child(3), .searchPurpose__item:nth-child(4) {
  background-color: #f0677c;
}
.searchPurpose__item.is_active {
  transition: transform 0.5s, opacity 1s;
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.searchPurpose__item:nth-child(1) {
  transition-delay: 0.2s;
}
.searchPurpose__item:nth-child(2) {
  transition-delay: 0.3s;
}
.searchPurpose__item:nth-child(3) {
  transition-delay: 0.4s;
}
.searchPurpose__item:nth-child(4) {
  transition-delay: 0.5s;
}
.searchPurpose__link {
  display: grid;
  text-decoration: none !important;
  color: #fff !important;
  grid-template-columns: 120px 1fr;
  place-items: center;
}
body:not(.sp) .searchPurpose__link {
  grid-template-columns: 300px 1fr;
}
.searchPurpose__txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body:not(.sp) .searchPurpose__txt {
  font-size: 18px;
  line-height: 1.388;
}
.searchPurpose__txt__small {
  display: block;
  font-size: 10px;
  line-height: 1;
}

/* searchFreeword
----------------------------------------- */
.searchFreeword {
  padding: 40px 0;
  background-color: #00388b;
}
body.sp .searchFreeword {
  padding: 21px 10px 21px;
}
.searchFreeword__title {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body:not(.sp) .searchFreeword__title {
  font-size: 32px;
  line-height: 1.5;
}
body:not(.sp) .searchFreeword__title {
  margin-bottom: 8px;
  font-size: 24px;
}
body.sp .searchFreeword__title {
  font-size: 16px;
}
.searchFreeword__inner {
  position: relative;
  height: 32px;
  margin: auto;
}
body:not(.sp) .searchFreeword__inner {
  width: 550px;
}
.searchFreeword__inner .gsc-control-cse {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.searchFreeword__inner .gsc-control-cse .gsc-input-box {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
.searchFreeword__inner .gsc-control-cse .gsc-search-box {
  margin: 0 !important;
  font-size: 16px !important;
}
.searchFreeword__inner .gsc-control-cse .gsc-search-box table,
.searchFreeword__inner .gsc-control-cse .gsc-search-box tbody,
.searchFreeword__inner .gsc-control-cse .gsc-search-box tr,
.searchFreeword__inner .gsc-control-cse .gsc-search-box th,
.searchFreeword__inner .gsc-control-cse .gsc-search-box td {
  display: block;
  width: 100%;
}
.searchFreeword__inner .gsc-control-cse .gsc-search-box table {
  display: block !important;
}
.searchFreeword__inner .gsc-control-cse .gsib_a {
  padding: 0;
  background-color: transparent;
}
.searchFreeword__inner .gsc-control-cse .gsc-input {
  padding: 0 !important;
}
.searchFreeword__inner .gsc-control-cse .gsc-input + .gsc-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}
.searchFreeword__inner .gsc-control-cse .gsc-input + .gsc-search-button .gsc-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent url(/shared/img/common/ico_glass.svg) no-repeat center center;
  background-size: 10px 11px;
}
.searchFreeword__inner .gsc-control-cse .gsc-input + .gsc-search-button .gsc-search-button svg {
  display: none !important;
}
.searchFreeword__inner .gsc-control-cse .gsib_b,
.searchFreeword__inner .gsc-control-cse .gsc-clear-button {
  display: none !important;
}
.searchFreeword__inner input[type=text].gsc-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0;
  border-radius: 32px;
  background-color: #c9ddf7;
}
body.sp .searchFreeword--pc {
  display: none;
}
body:not(.sp) .searchFreeword--sp {
  display: none;
}
.searchFreeword--sp .searchFreeword__title {
  font-size: 24px;
}
.searchFreeword--sp input[type=text] {
  width: 95%;
  margin: 0 auto;
}

/* searchKeyword
----------------------------------------- */
.searchKeyword {
  padding: 36px 10px;
  background: #f4f4f4 url(/img/bg_keyword_sp.png) no-repeat center top;
  background-size: cover;
}
body:not(.sp) .searchKeyword {
  padding: 40px 0;
  background-image: url(/img/bg_keyword.png);
}
.searchKeyword__title {
  margin-bottom: 19px;
  color: #00388b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body:not(.sp) .searchKeyword__title {
  font-size: 32px;
  line-height: 1.5;
}
body:not(.sp) .searchKeyword__title {
  margin-bottom: 24px;
}
.searchKeyword__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 8px 16px;
}
body:not(.sp) .searchKeyword__list {
  width: 1010px;
  gap: 16px;
}
.searchKeyword__list:not(:last-child) {
  margin-bottom: 16px;
}
.searchKeyword__link {
  display: block;
  width: fit-content;
  padding: 0 24px;
  text-align: center;
  text-align: center;
  text-decoration: none !important;
  color: #00388b;
  border: 1px solid #00388b;
  border-radius: 18px;
  background-color: #fff;
  font-size: 15px;
  line-height: 21px;
}
body:not(.sp) .searchKeyword__link {
  font-size: 16px;
  line-height: 30px;
}
.searchKeyword__link:hover {
  color: #fff !important;
  background-color: #00388b;
}

/* youtubeArea
----------------------------------------- */
.youtubeArea {
  padding: 36px 10px;
  background-color: #f5feff;
}
body:not(.sp) .youtubeArea {
  padding: 40px 0;
}
.youtubeArea__section {
  overflow: hidden;
}
body:not(.sp) .youtubeArea__section {
  width: 1010px;
  margin: auto;
}
.youtubeArea__section:not(:last-child) {
  margin-bottom: 36px;
}
body:not(.sp) .youtubeArea__section:not(:last-child) {
  margin-bottom: 60px;
}
.youtubeArea__title {
  margin-bottom: 20px;
  color: #00388b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body:not(.sp) .youtubeArea__title {
  font-size: 32px;
  line-height: 1.5;
}
body:not(.sp) .youtubeArea__title {
  margin-bottom: 16px;
}
.youtubeArea__title__small {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}
body:not(.sp) .youtubeArea__title__small {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
}
.youtubeArea__inner {
  position: relative;
}
.youtubeArea__inner .swiper-container {
  overflow: hidden;
  margin: 0 10px;
}
body:not(.sp) .youtubeArea__inner .swiper-container {
  width: 816px;
  height: 240px;
  margin: auto;
}
.youtubeArea__inner .swiper-slide {
  padding: 14px;
  background: linear-gradient(#00388b 0%, #17afc7 100%);
}
body:not(.sp) .youtubeArea__inner .swiper-slide {
  padding: 16px;
}
.youtubeArea__inner .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.youtubeArea__inner .swiper-button-next,
.youtubeArea__inner .swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.youtubeArea__inner .swiper-button-prev {
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #00388b;
  border-left: 2px solid #00388b;
}
.youtubeArea__inner .swiper-button-next {
  right: 4px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #00388b;
  border-bottom: 2px solid #00388b;
}
.youtubeArea__link {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.youtubeArea__link:hover {
  opacity: 0.7;
}
.youtubeArea__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(/shared/img/common/ico_youtube.svg) no-repeat center center;
  background-size: 54px 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.youtubeArea__txt {
  position: absolute;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  left: 0;
  top: 0;
  padding: 12px;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.youtubeArea__img {
  position: relative;
  z-index: 1;
}

/* btmLinkArea
----------------------------------------- */
.btmLinkArea {
  display: grid;
  margin: auto;
  padding: 36px 10px 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
body:not(.sp) .btmLinkArea {
  width: 1010px;
  padding: 20px 0 40px;
  grid-template-columns: repeat(4, auto);
  gap: 24px 2px;
}
.btmLinkArea__input {
  display: none;
}
.btmLinkArea__input#btmLinkAreaTab01:checked ~ .btmLinkArea__list--01 {
  z-index: 2;
  visibility: visible;
}
body.sp .btmLinkArea__input#btmLinkAreaTab01:checked ~ .btmLinkArea__list--01 {
  display: grid;
}
.btmLinkArea__input#btmLinkAreaTab02:checked ~ .btmLinkArea__list--02 {
  z-index: 2;
  visibility: visible;
}
body.sp .btmLinkArea__input#btmLinkAreaTab02:checked ~ .btmLinkArea__list--02 {
  display: grid;
}
.btmLinkArea__input#btmLinkAreaTab03:checked ~ .btmLinkArea__list--03 {
  z-index: 2;
  visibility: visible;
}
body.sp .btmLinkArea__input#btmLinkAreaTab03:checked ~ .btmLinkArea__list--03 {
  display: grid;
}
.btmLinkArea__input:checked + .btmLinkArea__label {
  color: #fff;
  background-color: #00388b;
  font-weight: 700;
}
.btmLinkArea__label {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #00388b;
  color: #999999;
  background-color: #e2e2e2;
  font-size: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
body.sp .btmLinkArea__label:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
body.sp .btmLinkArea__label:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
body.sp .btmLinkArea__label:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 1/2;
}
body:not(.sp) .btmLinkArea__label {
  margin: 0;
  padding: 16px 40px;
  font-size: 20px;
  grid-row: 1/2;
}
body:not(.sp) .btmLinkArea__label:nth-of-type(1) {
  grid-column: 1/2;
}
body:not(.sp) .btmLinkArea__label:nth-of-type(2) {
  grid-column: 2/3;
}
body:not(.sp) .btmLinkArea__label:nth-of-type(3) {
  grid-column: 3/4;
}
.btmLinkArea__list {
  z-index: 1;
  display: grid;
  visibility: hidden;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
body.sp .btmLinkArea__list {
  grid-column: 1/3;
  grid-row: 3/4;
  place-content: start;
  visibility: visible;
  display: none;
  gap: 8px;
}
body:not(.sp) .btmLinkArea__list {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  grid-column: 1/5;
  grid-row: 2/3;
}
.btmLinkArea__link {
  display: block;
  width: 100%;
}
.btmLinkArea__link:hover {
  opacity: 0.7;
}
.btmLinkArea__img {
  display: block;
  width: 100%;
}

/* relatedSite
----------------------------------------- */
.relatedSite {
  margin: auto;
  padding: 36px 10px 40px;
}
body:not(.sp) .relatedSite {
  width: 1010px;
  padding: 20px 0 40px;
}
.relatedSite__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
body:not(.sp) .relatedSite__title {
  font-size: 24px;
}
.relatedSite__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
body:not(.sp) .relatedSite__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.relatedSite__link {
  display: grid;
  height: 100%;
  place-items: center;
}
.relatedSite__link:hover {
  opacity: 0.7;
}
.relatedSite__img {
  width: 100%;
}

/* -----------------------------------------
Renewal_2023用 about_jafp.css
----------------------------------------- */
/* aboutFlow
----------------------------------------- */
.aboutFlow {
  margin-bottom: 40px;
  text-align: center;
}
body.sp .aboutFlow {
  overflow-x: scroll;
}
body.tablet .aboutFlow {
  overflow-x: initial;
}
body:not(.sp) .aboutFlow {
  margin-bottom: 80px;
}
.aboutFlow__img {
  width: 1010px;
  max-width: 1010px;
}
body.tablet .aboutFlow__img {
  width: 100%;
  max-width: 100%;
}

/* aboutBanner
----------------------------------------- */
.aboutBanner {
  margin-bottom: 40px;
}
body:not(.sp) .aboutBanner {
  margin-bottom: 80px;
}
body.sp .aboutBanner__item {
  width: 100%;
}
.aboutBanner__item iframe {
  width: 100%;
}
.aboutBanner__img {
  width: 100%;
}
.aboutBanner__link:hover {
  opacity: 0.7;
}
.aboutBanner__movie {
  background: url(/about_jafp/img/bg_movie.png) no-repeat left top;
  background-size: cover;
  display: grid;
  place-items: start center;
  padding-top: 4.266vw;
  width: 100%;
  height: 42.133vw;
  border: 1px solid #cecece;
}
body:not(.sp) .aboutBanner__movie {
  height: 220px;
  padding-top: 22px;
}
.aboutBanner__movie iframe {
  width: 56.266vw;
  height: 31.466vw;
}
body:not(.sp) .aboutBanner__movie iframe {
  width: 294px;
  height: 165px;
}

/* aboutSection
----------------------------------------- */
.aboutSection__title {
  margin-bottom: 0;
}
body:not(.sp) .aboutSection__title {
  margin-bottom: 24px;
}

/* -----------------------------------------
Renewal_2023用 confer.css
----------------------------------------- */
/* conferTrouble
----------------------------------------- */
.conferTrouble__title {
  margin-bottom: 40px;
  text-align: center;
}
body:not(.sp) .conferTrouble__title {
  margin-bottom: 60px;
}
.conferTrouble__title__img {
  width: 100%;
}
body:not(.sp) .conferTrouble__title__img {
  width: 760px;
}
body.sp .conferTrouble__body {
  overflow-x: scroll;
  padding-bottom: 24px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
body.sp .conferTrouble__body::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 60px;
  background-color: #eee;
}
body.sp .conferTrouble__body::-webkit-scrollbar-thumb {
  border-radius: 60px;
}
body.sp .conferTrouble__body::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background-color: #d7d7d7;
  --bg-opacity: 1;
}
.conferTrouble__body:last-child {
  margin-top: 24px;
}
body:not(.sp) .conferTrouble__body:last-child {
  margin-top: 40px;
}
.conferTrouble__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
body.sp .conferTrouble__item {
  width: 170px;
}
.conferTrouble__img {
  display: block;
  width: 124px;
  margin: 0 auto 16px;
}
.conferTrouble__hd {
  margin-bottom: 16px;
  text-align: center;
  color: #00388b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.222;
}
body:not(.sp) .conferTrouble__hd {
  font-size: 20px;
  line-height: 1.5;
}
.conferTrouble__txt {
  font-size: 15px;
  line-height: 1.5333;
}
.conferTrouble__txt:not(:last-child) {
  margin-bottom: 10px;
}
body:not(.sp) .conferTrouble__txt:not(:last-child) {
  margin-bottom: 16px;
}

/* conferPlan
----------------------------------------- */
.conferPlan {
  margin-top: 80px;
}
body:not(.sp) .conferPlan {
  margin-top: 60px;
}
.conferPlan__title {
  margin-bottom: 40px;
  text-align: center;
}
.conferPlan__title__img {
  width: 79vw;
}
body:not(.sp) .conferPlan__title__img {
  width: 440px;
}
body.sp .conferPlan__inner {
  overflow-x: scroll;
  margin-bottom: 32px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
body.sp .conferPlan__inner::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 60px;
  background-color: #eee;
}
body.sp .conferPlan__inner::-webkit-scrollbar-thumb {
  border-radius: 60px;
}
body.sp .conferPlan__inner::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background-color: #d7d7d7;
  --bg-opacity: 1;
}

/* conferComment
----------------------------------------- */
.conferComment {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(4, 160px);
  gap: 16px;
}
body:not(.sp) .conferComment {
  margin-bottom: 40px;
  grid-template-columns: repeat(4, 1fr);
}
.conferComment__item--female .conferComment__ballon {
  background-image: url(/confer/img/bg_comment_female.svg);
}
.conferComment__item--female .conferComment__box {
  background-color: #ffeded;
}
.conferComment__item--male .conferComment__ballon {
  background-image: url(/confer/img/bg_comment_male.svg);
}
.conferComment__item--male .conferComment__box {
  background-color: #eff8fb;
}
.conferComment__ballon {
  display: grid;
  width: 100%;
  height: 170px;
  padding: 20px 20px 45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.555;
  place-items: center;
}
body:not(.sp) .conferComment__ballon {
  height: 217px;
  padding: 0 29px 45px;
  font-size: 15px;
}
.conferComment__box {
  display: grid;
  height: 100px;
  place-items: center;
}
body:not(.sp) .conferComment__box {
  height: 158px;
}
.conferComment__img {
  width: 70px;
}
body:not(.sp) .conferComment__img {
  width: 108px;
}

/* conferFlow
----------------------------------------- */
.conferFlow {
  margin: 0 15px 40px;
}
body:not(.sp) .conferFlow {
  margin: 0 0 20px;
}
.conferFlow__inner {
  display: grid;
  margin: 0 0 8px;
  gap: 24px;
  grid-template-columns: repeat(3, 326px);
}
body:not(.sp) .conferFlow__inner {
  margin: auto;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.conferFlow__body {
  margin-bottom: 16px;
}
body.sp .conferFlow__body {
  overflow-x: scroll;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
body.sp .conferFlow__body::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 60px;
  background-color: #eee;
}
body.sp .conferFlow__body::-webkit-scrollbar-thumb {
  border-radius: 60px;
}
body.sp .conferFlow__body::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background-color: #d7d7d7;
  --bg-opacity: 1;
}
.conferFlow__box {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.conferFlow__hd {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.conferFlow__hd::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 2px;
  content: "";
  transform: translateX(-50%);
  background: #00388b;
}
.conferFlow__txt {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.conferFlow__img {
  width: 100%;
}
.conferFlow__bottom {
  display: grid;
  gap: 12px 16px;
}
body:not(.sp) .conferFlow__bottom {
  grid-template-columns: repeat(3, 1fr);
}
.conferFlow__btn {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: 700;
}

/* conferLabel
----------------------------------------- */
.conferLabel {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 8px;
}
body:not(.sp) .conferLabel {
  margin-bottom: 27px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.conferLabel__item {
  display: grid;
  height: 56px;
  text-align: center;
  border: 4px solid #00388b;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  place-items: center;
}
body:not(.sp) .conferLabel__item {
  height: 75px;
  font-size: 16px;
  line-height: 1.5;
}

/* conferSearch
----------------------------------------- */
.conferSearch {
  display: grid;
  gap: 16px 24px;
}
body:not(.sp) .conferSearch {
  grid-template-columns: repeat(2, 1fr);
}
.conferSearch__item {
  text-decoration: none !important;
}
.conferSearch__item:hover .conferSearch__img {
  opacity: 0.7;
}
.conferSearch__img {
  margin-bottom: 12px;
}
body:not(.sp) .conferSearch__img {
  margin-bottom: 16px;
}
.conferSearch__txt {
  width: 100%;
  margin: auto;
  color: #000;
  border-bottom: 1px solid #c1c1c1;
  font-size: 16px;
  line-height: 1.5;
}
body.sp .conferSearch__txt {
  position: relative;
  padding: 20px 37px 20px 7px;
}
body.sp .conferSearch__txt::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  background: url(/shared/img/common/ico_arrow_blue.svg) no-repeat left top;
  background-size: 13px 18px;
}
body:not(.sp) .conferSearch__txt {
  width: fit-content;
  text-align: center;
  color: #00388b;
  border-bottom: 2px solid #00388b;
  font-weight: 700;
}

/* conferBanner
----------------------------------------- */
.conferBanner {
  display: grid;
  gap: 16px;
}
body:not(.sp) .conferBanner {
  grid-template-columns: repeat(2, 1fr);
}
.conferBanner__link:hover {
  opacity: 0.7;
}
.conferBanner__img {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* -----------------------------------------
Renewal_2023用 know.css
----------------------------------------- */
/* knowQuestion
----------------------------------------- */
.knowQuestion {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 90px;
  gap: 8px;
}
body:not(.sp) .knowQuestion {
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 123px;
  gap: 16px 40px;
}
.knowQuestion::after {
  position: absolute;
  bottom: -76px;
  left: 50%;
  width: 96px;
  height: 52px;
  content: "";
  transform: translateX(-50%);
  background: url(/know/img/ico_arrow_plan.svg) no-repeat left top;
  background-size: 96px 52px;
}
body:not(.sp) .knowQuestion::after {
  bottom: -92px;
}
.knowQuestion__item {
  position: relative;
  padding: 12px 16px 6px 62px;
  border-radius: 4px;
  background-color: #e5e5e5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body:not(.sp) .knowQuestion__item {
  display: grid;
  min-width: 282px;
  height: 93px;
  padding: 12px 6px 9px 77px;
  place-items: center start;
}
.knowQuestion__item::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
}
body:not(.sp) .knowQuestion__item::before {
  top: 10px;
}
.knowQuestion__item:nth-child(1)::before {
  width: 31px;
  height: 19px;
  background-image: url(/know/img/img_plan_number01.svg);
  background-size: 31px 19px;
}
body:not(.sp) .knowQuestion__item:nth-child(1)::before {
  top: 8px;
  width: 51px;
  height: 30px;
  background-size: 51px 30px;
}
.knowQuestion__item:nth-child(2)::before {
  width: 30px;
  height: 17px;
  background-image: url(/know/img/img_plan_number02.svg);
  background-size: 30px 17px;
}
body:not(.sp) .knowQuestion__item:nth-child(2)::before {
  width: 50px;
  height: 28px;
  background-size: 50px 28px;
}
body:not(.sp) .knowQuestion__item:nth-child(3) {
  width: 307px;
}
.knowQuestion__item:nth-child(3)::before {
  width: 31px;
  height: 18px;
  background-image: url(/know/img/img_plan_number03.svg);
  background-size: 31px 18px;
}
body:not(.sp) .knowQuestion__item:nth-child(3)::before {
  width: 53px;
  height: 30px;
  background-size: 53px 30px;
}
.knowQuestion__item:nth-child(4)::before {
  width: 31px;
  height: 18px;
  background-image: url(/know/img/img_plan_number04.svg);
  background-size: 31px 18px;
}
body:not(.sp) .knowQuestion__item:nth-child(4)::before {
  width: 52px;
  height: 30px;
  background-size: 52px 30px;
}
.knowQuestion__item:nth-child(5)::before {
  width: 32px;
  height: 17px;
  background-image: url(/know/img/img_plan_number05.svg);
  background-size: 32px 17px;
}
body:not(.sp) .knowQuestion__item:nth-child(5)::before {
  width: 53px;
  height: 28px;
  background-size: 53px 28px;
}

/* knowSuggest
----------------------------------------- */
.knowSuggest {
  display: grid;
  margin-bottom: 32px;
  gap: 24px 40px;
}
body:not(.sp) .knowSuggest {
  margin-bottom: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.knowSuggest__head {
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
}
body:not(.sp) .knowSuggest__head {
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.knowSuggest__head::before {
  display: block;
  width: 64px;
  height: 71px;
  margin: 0 16px 0 0;
  content: "";
  background: url(/know/img/ico_plan_bulb.svg) no-repeat left top;
  background-size: 64px 71px;
}
body:not(.sp) .knowSuggest__head::before {
  width: 91px;
  height: 101px;
  margin: 0 0 4px 0;
  background-size: 91px 101px;
}
.knowSuggest__hd {
  color: #f0677c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
body.sp .knowSuggest__hd {
  flex: 1 0 1%;
}
body:not(.sp) .knowSuggest__hd {
  display: grid;
  min-height: 2.76em;
  text-align: center;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.38;
  place-items: center;
}
.knowSuggest__txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
body:not(.sp) .knowSuggest__txt {
  margin-top: 35px;
  font-size: 18px;
}
.knowSuggest__txt__small {
  display: block;
  font-size: 14px;
}
body.sp .knowSuggest__txt__small {
  margin-top: 10px;
  padding-left: 12px;
  text-indent: -12px;
  font-size: 12px;
}

/* knowEvent
----------------------------------------- */
.knowEvent {
  display: grid;
  width: 100vw;
  margin: 0 0 32px -10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
body:not(.sp) .knowEvent {
  width: 100%;
  margin: 0 auto 40px;
  gap: 16px;
}
.knowEvent__img {
  width: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}
body.sp .knowEvent + .linkStyle {
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

/* knowAnalysis
----------------------------------------- */
.knowAnalysis {
  padding: 28px 20px 20px;
  border: 4px solid #00388b;
  border-radius: 4px;
  background-color: #f0f0f0;
}
body:not(.sp) .knowAnalysis {
  display: grid;
  padding-top: 20px;
  place-items: center;
}
.knowAnalysis__txt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666;
}
body:not(.sp) .knowAnalysis__txt {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}
.knowAnalysis__btn {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: 2px solid #00388b;
  border-radius: 40px;
  background-color: #00388b;
  font-size: 16px;
  line-height: 44px;
}
body:not(.sp) .knowAnalysis__btn {
  width: 400px;
  font-size: 20px;
  line-height: 58px;
}
body:not(.sp) .knowAnalysis__btn:hover {
  color: #00388b !important;
  background-color: #fff;
}

/* knowLearn
----------------------------------------- */
.knowLearn {
  margin-bottom: 40px;
}
body:not(.sp) .knowLearn {
  margin-bottom: 80px;
}
body.sp .knowLearn__inner {
  overflow-x: scroll;
  margin-bottom: 24px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
body.sp .knowLearn__inner::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 60px;
  background-color: #eee;
}
body.sp .knowLearn__inner::-webkit-scrollbar-thumb {
  border-radius: 60px;
}
body.sp .knowLearn__inner::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background-color: #d7d7d7;
  --bg-opacity: 1;
}

/* knowBooklet
----------------------------------------- */
.knowBooklet {
  display: grid;
  margin-bottom: 8px;
  grid-template-columns: repeat(5, 29.6vw);
  gap: 24px;
}
body:not(.sp) .knowBooklet {
  margin-top: 24px;
  margin-bottom: 14px;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.knowBooklet__img {
  width: 100%;
}

/* knowColumn
----------------------------------------- */
.knowColumn {
  display: grid;
  gap: 8px 15px;
}
body.sp .knowColumn {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
}
body:not(.sp) .knowColumn {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.knowColumn__link {
  padding: 0 !important;
  text-align: center;
  border: 3px solid #00388b;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
}
body.sp .knowColumn__link {
  padding: 0 33px 0 16px !important;
}
body:not(.sp) .knowColumn__link {
  border-width: 4px;
  font-size: 16px;
  line-height: 67px;
}

/* -----------------------------------------
Renewal_2023用 aim.css
----------------------------------------- */
/* aimAbout
----------------------------------------- */
.aimAbout {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 15px;
}
body:not(.sp) .aimAbout {
  margin-bottom: 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.aimAbout__item {
  display: grid;
  text-align: center;
  border: 4px solid #00388b;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  place-items: center;
}
body.sp .aimAbout__item {
  min-height: 78px;
}
body:not(.sp) .aimAbout__item {
  height: 75px;
  font-size: 16px;
}

/* aimAttracts
----------------------------------------- */
.aimAttracts {
  display: grid;
  margin: 0 15px 32px;
  gap: 16px;
}
body:not(.sp) .aimAttracts {
  margin-bottom: 0 auto 40px;
  grid-template-columns: repeat(3, 1fr);
}
.aimAttracts__item {
  padding: 16px;
  border: 4px solid #00388b;
  border-radius: 2px;
}
.aimAttracts__hd {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.aimAttracts__hd--second {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.aimAttracts__hd--second::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #00388b;
}
.aimAttracts__txt {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5333;
}
body:not(.sp) .aimAttracts__txt--mh {
  min-height: 4.5999em;
}
.aimAttracts__img {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}
body.sp .aimAttracts__img {
  display: none;
}
.aimAttracts__movie iframe {
  width: 100%;
  aspect-ratio: 368/207;
}

/* aimFlow
----------------------------------------- */
.aimFlow {
  margin-bottom: 40px;
}
body.sp .aimFlow {
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 8px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
body.sp .aimFlow::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 60px;
  background-color: #eee;
}
body.sp .aimFlow::-webkit-scrollbar-thumb {
  border-radius: 60px;
}
body.sp .aimFlow::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background-color: #d7d7d7;
  --bg-opacity: 1;
}
.aimFlow__img {
  display: block;
}
body.sp .aimFlow__img {
  width: 705px;
  max-width: 705px;
}

/* aimLicense
----------------------------------------- */
.aimLicense {
  display: grid;
  margin-top: 40px;
  gap: 40px;
}
body:not(.sp) .aimLicense {
  margin-top: 24px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 110px auto;
  gap: 24px 0;
}
.aimLicense__input {
  display: none;
}
body:not(.sp) .aimLicense__input:checked + .aimLicense__title {
  color: #363636;
}
body:not(.sp) .aimLicense__input:checked + .aimLicense__title::before, body:not(.sp) .aimLicense__input:checked + .aimLicense__title::after {
  display: block;
}
body:not(.sp) .aimLicense__input:checked + .aimLicense__title .aimLicense__label::before {
  opacity: 1;
}
body:not(.sp) .aimLicense__input:checked + .aimLicense__title + .aimLicense__body {
  z-index: 2;
  visibility: visible;
}
.aimLicense__title {
  position: relative;
  height: 115px;
  border-width: 0 0 5px 0;
  border-style: solid;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
}
body:not(.sp) .aimLicense__title {
  height: 110px;
  color: #999;
  border-width: 1px 1px 10px 1px;
  border-color: #dedede;
  font-size: 20px;
  line-height: 1.5;
}
body:not(.sp) .aimLicense__title--afp {
  grid-column: 1/2;
  grid-row: 1/2;
}
.aimLicense__title--afp::before {
  background-color: #990707;
}
.aimLicense__title--afp::after {
  border-color: #990707 transparent transparent transparent;
}
body:not(.sp) .aimLicense__title--cfp {
  grid-column: 2/3;
  grid-row: 1/2;
}
.aimLicense__title--cfp::before {
  background-color: #172169;
}
.aimLicense__title--cfp::after {
  border-color: #172169 transparent transparent transparent;
}
.aimLicense__title::before, .aimLicense__title::after {
  position: absolute;
  content: "";
}
.aimLicense__title::before {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}
body:not(.sp) .aimLicense__title::before {
  bottom: -10px;
  display: none;
  height: 10px;
}
.aimLicense__title::after {
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 12px 19.5px 0 19.5px;
  border-style: solid;
}
body:not(.sp) .aimLicense__title::after {
  bottom: -20px;
  display: none;
}
.aimLicense__label {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
body:not(.sp) .aimLicense__label {
  cursor: pointer;
}
body.sp .aimLicense__label {
  flex-direction: column;
  padding-bottom: 9px;
  text-align: center;
  color: #363636;
}
.aimLicense__label--afp::before {
  width: 98px;
  height: 30px;
  margin: 10px 0 13px;
  background: url(/aim/img/logo_afp.png) no-repeat left top;
  background-size: 98px 30px;
}
body:not(.sp) .aimLicense__label--afp::before {
  width: 180px;
  height: 56px;
  margin: 0 62px 0 40px;
  background-size: 180px 56px;
}
.aimLicense__label--cfp::before {
  width: 98px;
  height: 69px;
  margin: 0 0 9px 0;
  background: url(/aim/img/logo_cfp.png) no-repeat left top;
  background-size: 98px 69px;
}
body:not(.sp) .aimLicense__label--cfp::before {
  width: 138px;
  height: 98px;
  margin: 0 30px 0 55px;
  background-size: 138px 98px;
}
.aimLicense__label::before {
  content: "";
}
body:not(.sp) .aimLicense__label::before {
  opacity: 0.43;
}
body:not(.sp) .aimLicense__body {
  z-index: 1;
  visibility: hidden;
  grid-column: 1/3;
  grid-row: 2/3;
}
.aimLicense__img {
  width: 100%;
  margin-bottom: 12px;
}
.aimLicense__list {
  display: grid;
}
body.sp .aimLicense__list {
  justify-content: center;
  width: 255px;
  margin: auto;
  gap: 2px;
}
body:not(.sp) .aimLicense__list {
  position: relative;
  padding: 0 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  gap: 8px 70px;
}
.aimLicense__item:nth-child(-n+3) {
  position: relative;
}
.aimLicense__item:nth-child(-n+3)::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #e2e2e2;
}
body.sp .aimLicense__item--afp {
  margin-bottom: 18px;
}
.aimLicense__item--afp .aimLicense__link {
  color: #b92727 !important;
}
body.sp .aimLicense__item--cfp {
  margin-bottom: 18px;
}
.aimLicense__item--cfp .aimLicense__link {
  color: #00388b !important;
}
.aimLicense__link {
  position: relative;
  position: relative;
  display: block;
  padding: 12px 10px 12px 0;
  text-decoration: none !important;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.5;
}
.aimLicense__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 11px;
  content: "";
  transform: translateY(-50%);
  background: url(/shared/img/common/ico_arrow_license.svg) no-repeat left top;
  background-size: 8px 11px;
}

/* aimInterview
----------------------------------------- */
.aimInterview {
  display: grid;
  margin: 0 10px 16px;
  gap: 16px;
}
body:not(.sp) .aimInterview {
  margin: 0 auto 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
}
.aimInterview__movie {
  margin-bottom: 12px;
}
.aimInterview__movie iframe {
  width: 100%;
  aspect-ratio: 368/207;
}
.aimInterview__txt {
  position: relative;
  padding-bottom: 6px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
body:not(.sp) .aimInterview__txt {
  padding-bottom: 12px;
}
.aimInterview__txt::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 2px;
  content: "";
  transform: translateX(-50%);
  background-color: #00388b;
}
