/* Webフォントを定義 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('/lp/pimco/font/NotoSansJP-Light.ttf') format('truetype');
  src: url('/lp/pimco/font/NotoSansJP-Light.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('/lp/pimco/font/NotoSansJP-Regular.ttf') format('truetype');
  src: url('/lp/pimco/font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('/lp/pimco/font/NotoSansJP-Medium.ttf') format('truetype');
  src: url('/lp/pimco/font/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('/lp/pimco/font/NotoSansJP-Bold.ttf') format('truetype');
  src: url('/lp/pimco/font/NotoSansJP-Bold.woff') format('woff');
}
/* ==============================


レスポンシブ ベース


=================================*/
/*::::::pc用::::::*/
@media screen and (min-width:1101px) {
  .pad {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pad-sp {
    display: none !important;
  }
}
/*::::::pad用::::::*/
@media screen and (min-width:768px) and (max-width:1100px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pc-sp {
    display: none !important;
  }
}
/*::::::sp用::::::*/
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
  .pad {
    display: none !important;
  }
  .pc-pad {
    display: none !important;
  }
}
/* ==============================


共有cssブッキン用


=================================*/
html, body {
  min-width: inherit !important;
}
.bg-header__right__logo img {
  margin-bottom: 0px !important;
}
.bg-header__logo.sp img, .bg-header__right__logo.sp img {
  display: block !important;
}
.bg-lead {
  display: inline !important;
  flex-direction: row !important;
  align-items: nomal !important;
  position: static !important;
}
.pagetop__inner.visible.fixed {
  right: 20px;
  bottom: 110px;
  padding: 0;
}
.bg-header {
  z-index: 10 !important;
}
.pagetop {
  opacity: 0;
  transition: all 0.4s;
  z-index: 40 !important;
  height: 0px !important;
}
.pagetop.scrolled {
  opacity: 1;
}
.pagetop img {
  margin-bottom: 0px !important;
}
footer {
  z-index: 20 !important;
  margin-top: -100px !important;
  position: relative;
}
@media screen and (max-width:767px) {
  .pagetop {
    z-index: 1000000 !important;
  }
  .pagetop__inner.visible.fixed {
    bottom: max(23vw, 110px);
  }
}
@media screen and (min-width:768px) {
  .bg-header__logo.pc, .bg-header__right__logo.pc {
    display: block !important;
  }
}
/* ==============================


common css（パーツ）


=================================*/
html {
  scroll-behavior: smooth;
}
body main {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  font-feature-settings: "palt"1; /*鉤括弧などを文字詰め*/
}
body main section {
  position: relative;
  z-index: 5;
}
.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  body main {
    font-size: 14px;
  }
  .inner {
    width: 90%;
    max-width: inherit;
  }
}
.anchor_w::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/lp/pimco/images/common_arrow-w.svg) no-repeat;
  background-size: contain;
  transform: translate(0%, 5%);
  margin-left: 5px;
}
.anchor_b::after {
  content: "";
  display: inline-block;
  background: url(/lp/pimco/images/common_arrow-b.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
.anchor_bk::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/lp/pimco/images/common_arrow-bk.svg) no-repeat;
  background-size: contain;
  transform: translate(0%, 5%);
  margin-left: 5px;
}
.anchor_start::after {
  content: "";
  display: inline-block;
  background: url("/lp/pimco/images/common_arrow-start.svg") no-repeat;
  background-size: contain;
  position: absolute;
}
.txt-color-black {
  color: #1d1f23;
}
.txt-color-blue {
  color: #1f338c;
}
.txt-color-red {
  color: #e0391d;
}
@media screen and (min-width:768px) {
  main a {
    transition: 0.3s;
  }
  main a:hover {
    opacity: 0.5;
  }
}
#anchor01, #anchor02, #anchor03, #anchor04, #anchor-side01, #anchor-side02, #anchor-no1, #anchor-no2, #anchor-no3 {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
/* ==============================


common css（コンテナ）


=================================*/
.sub-title__container {
  text-align: center;
  margin-bottom: 50px;
}
.sub-title__container .sub-title__tite {
  font-size: 41px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.sub-title__container .sub-title__tite-sub {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.sub-title__container img {
  width: 160px;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .sub-title__container {
    margin-bottom: 30px;
  }
  .sub-title__container .sub-title__tite {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .sub-title__container .sub-title__tite-sub {
    font-size: 16px;
  }
  .sub-title__container img {
    width: 100px;
    margin-bottom: 30px;
  }
}
.white-bg__container {
  width: 100%;
  padding: 40px 5%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 11px 16px 3px rgba(65, 65, 65, 0.30);
  box-shadow: 0px 11px 16px 3px rgba(65, 65, 65, 0.30);
}
.white-bg__container img {
  width: 100%;
}
.white-bg__container .lottie-animation, .white-bg__container img {
  margin-bottom: 30px;
}
.white-bg__container img.non-bottom {
  margin-bottom: 0px;
}
.white-bg__out-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
}
.white-bg__in-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.white-bg__in-title > span {
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .white-bg__container {
    width: 111.5%;
    padding: 30px 6%;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(65, 65, 65, 0.20);
    box-shadow: 0px 5px 16px 0px rgba(65, 65, 65, 0.20);
    margin-left: -6%;
  }
  .white-bg__container > .lottie-animation, .white-bg__container > img {
    margin-bottom: 20px;
  }
  .white-bg__container img.non-bottom {
    margin-bottom: 20px;
  }
  .white-bg__out-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .white-bg__in-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .white-bg__in-title > span {
    font-size: 12px;
  }
}
.note {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.red-box {
  font-size: 12px;
  border: 2px solid #E0391D;
  color: #E0391D;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.60);
}
@media screen and (max-width:767px) {
  .note {
    font-size: 10px;
    line-height: 1.8;
  }
  .red-box {
    font-size: 10px;
    border: 1px solid #E0391D;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 15px;
  }
}
/* ==============================


kv


=================================*/
.kv__container {
  background: url(/lp/pimco/images/kv-pc.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 70px 0 115px;
  margin-left: -40px;
}
.kv__text_anchor {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
.kv__text_anchor::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  border-bottom: 1px solid #fff;
}
.kv__text_title-sub {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.kv__text_title-sub span {
  font-size: 40px;
  vertical-align: bottom;
  margin-bottom: 25px;
}
.kv__text_title-sub-sub {
  font-size: 22px;
  margin-bottom: 10px;
}
.kv__text_title {
  display: inline-block;
  color: #1f338c;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}
.kv__text_txt {
  font-size: 20px;
  color: #1d1f23;
  margin-bottom: 5px;
  line-height: 1.4;
}
.kv__text_txt:last-child {
  margin-bottom: 0px;
}
.kv__text_anchor, .kv__text_title-sub {
  text-shadow: 0px 0px 15px rgb(44 38 69 / 50%);
}
@media screen and (max-width:1100px) {
  .kv__container {
    margin-left: 0px;
  }
}
@media screen and (max-width:767px) {
  .kv__container {
    background: url(/lp/pimco/images/kv-sp.png);
    background-repeat: no-repeat;
    background-position: 0 90%;
    ;
    background-size: cover;
    padding: 40px 0 100px;
    margin-left: 0px;
  }
  .kv__text_anchor {
    font-size: 12px;
    margin: 0 0 50px auto;
    display: table;
  }
  .kv__text_title-sub {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .kv__text_title-sub span {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .kv__text_title-sub-sub {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .kv__text_title {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .kv__text_txt {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.6;
  }
  .kv__text_txt:last-child {
    margin-bottom: 0px;
  }
}
/* ==============================


追従アンカーナビ


=================================*/
#following_3column_nav.below {
  pointer-events: none;
}
#following_3column_nav.below.active-following {
  pointer-events: fill;
}
main nav {
  bottom: -80px;
  transition-duration: 0.5s;
  position: -webkit-sticky;
  position: sticky;
  background: rgba(80, 137, 194, 1.00);
  background: linear-gradient(120deg, rgba(192, 217, 241, 0.90) 0%, rgba(165, 237, 255, 0.90) 100%);
  opacity: 0;
  z-index: 100;
  margin-bottom: -100px;
}
main nav.active-following {
  bottom: 0;
  opacity: 1;
}
.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f338c;
  font-size: 20px;
  z-index: 100000;
  line-height: 1.2;
}
.nav__anchor-btn {
  padding: 30px 20px 30px 0px;
  max-width: 32%;
  position: relative;
  display: inline-block;
}
.nav__anchor-btn.anchor_b::after {
  width: 20px;
  height: 20px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .nav__container {
    font-size: 18px;
    line-height: 1.2;
  }
  .nav__container.inner {
    width: 80%;
  }
  .nav__anchor-btn {
    padding: 10px 20px 10px 0px;
  }
}
/*------------------------------------------*/
/*------------------sp kv下固定nav---------------*/
/*------------------------------------------*/
.kv_botton_nav {
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width:767px) {
  main nav.kv_botton_nav {
    bottom: 0px;
    position: -webkit-relative;
    position: relative;
    margin-bottom: 0;
  }
  .kv_botton_nav .nav__container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    padding: 0px;
    line-height: 1.4;
    text-align: center;
  }
  .kv_botton_nav .nav__container.inner {
    width: 100%;
  }
  .kv_botton_nav .nav__anchor-btn {
    padding-right: 30px;
    max-width: 100%;
    border-bottom: 1px solid #1F338C;
    width: 100%;
    padding: 15px 0px;
  }
  .kv_botton_nav .nav__anchor-btn:last-child {
    border-bottom: 0px;
  }
  .kv_botton_nav .nav__anchor-btn.anchor_b::after {
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/*------------------------------------------*/
/*------------------sp 画面追従nav---------------*/
/*------------------------------------------*/
main nav#following_3column_nav {
  bottom: -80px;
  margin-bottom: 0;
}
main nav.active-following {
  bottom: -80px;
  opacity: 0;
}
#following_3column_nav.below.active-following {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width:767px) {
  main nav#following_3column_nav {
    margin-bottom: -26vw;
  }
  #following_3column_nav .nav__container-overflow {
    width: 100%;
  }
  #following_3column_nav .nav__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
  }
  #following_3column_nav .inner {
    width: 100%;
  }
  #following_3column_nav .nav__anchor-btn {
    padding: 10px 0px 20px;
    max-width: inherit;
    width: 33%;
    text-align: center;
    border-right: 1px solid #1F338C;
  }
  #following_3column_nav .nav__anchor-btn:last-child {
    border-right: none;
  }
  #following_3column_nav .nav__anchor-btn.anchor_b::after {
    width: 13px;
    height: 13px;
    bottom: 3px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
/* ==============================


右から出てくる追従ボタン


=================================*/
#following_btn_coming_side {
  position: fixed;
  right: -60px;
  transition-duration: 0.5s;
  z-index: 100000;
  top: calc(0% + 100px);
  flex-direction: column;
  display: flex;
  opacity: 0;
}
#following_btn_coming_side a {
  display: inline-block;
  text-decoration: none;
}
#following_btn_coming_side.active-following-for-kv {
  right: -60px;
  opacity: 0;
}
#following_btn_coming_side.active-following.active-following-for-kv {
  right: 0px;
  opacity: 1;
}
#following_btn_coming_side a img {
  width: 60px;
  margin-bottom: 0;
}
@media screen and (max-width:1100px) {
  #following_btn_coming_side {
    right: -40px;
    top: 15vh;
  }
  #following_btn_coming_side.active-following-for-kv {
    right: -40px;
  }
  #following_btn_coming_side a img {
    width: 40px;
  }
}
@media screen and (max-width:767px) {
  .following_btn_coming_side {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow-x: hidden;
  }
  .following_btn_coming_side a {
    width: 50%;
    background-color: #1d1f23;
  }
  .following_btn_coming_side a img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* ==============================


section02


=================================*/
.sec02__container {
  text-align: center;
  font-weight: 400;
  padding-top: 160px;
  margin-bottom: 100px;
}
.sec02__container > p:nth-child(1) {
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec02__container > p:nth-child(2) {
  line-height: 2;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec02__container {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .sec02__container > p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sec02__container > p:nth-child(2) {
    line-height: 1.8;
    font-size: 16px;
  }
}
/* ==============================


section03


=================================*/
.sec03__container {
  padding-bottom: 120px;
}
.sec03__container .white-bg__container {
  margin-bottom: 60px;
}
.sec03__img-box {
  text-align: right;
  font-size: 11px;
  margin-bottom: 30px;
}
.sec03__img-box > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sec03__img-box > div > img {
  width: 48%;
  max-width: 530px;
  margin-bottom: 0px
}
@media screen and (max-width:767px) {
  .sec03__container {
    padding-bottom: 80px;
  }
  .sec03__container .white-bg__container {
    margin-bottom: 60px;
  }
  .sec03__img-box {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .sec03__img-box > div {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .sec03__img-box > div > img {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
  .sec03__img-box > div > img:last-child {
    margin-bottom: 0;
  }
}
/* ==============================


section04~08共通


=================================*/
.area-blue {
  background-color: #3886d9;
  padding: 130px 0 100px;
  overflow: hidden;
}
.area-blue .white-bg__container {
  margin-bottom: 30px;
}
.area-blue section {
  margin-bottom: 100px;
}
.area-blue section.last {
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .area-blue {
    padding: 80px 0 80px;
  }
  .area-blue .white-bg__container {
    margin-bottom: 30px;
  }
  .area-blue section {
    margin-bottom: 80px;
  }
  .area-blue section.last {
    margin-bottom: 0px;
  }
}
/* ==============================


section04


=================================*/
.sec04__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.sec04__title img {
  width: 90%;
  max-width: 240px;
}
.sec04__sub-caption li {
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 2;
}
.sec04__sub-caption li a {
  position: relative;
  display: flex;
  align-items: center;
}
.sec04__sub-caption li a img {
  width: 57px;
  height: 57px;
  margin-right: 15px;
}
.sec04__sub-caption li:last-child {
  margin-bottom: 0px;
}
.sec04__sub-caption li span {
  color: #1d1f23;
}
.sec04__sub-caption li:nth-child(1) {
  margin-left: 110px;
}
.sec04__sub-caption li:nth-child(2) {
  margin-left: 55px;
}
.sec04__sub-caption li:nth-child(3) {
  margin-left: 0px;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .sec04__sub-caption li:nth-child(1) {
    margin-left: 70px;
  }
  .sec04__sub-caption li:nth-child(2) {
    margin-left: 35px;
  }
  .sec04__sub-caption li:nth-child(3) {
    margin-left: 0px;
  }
}
@media screen and (max-width:767px) {
  .sec04__container {
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .sec04__title img {
    max-width: 220px;
    width: 90%;
    margin-bottom: 30px;
  }
  .sec04__sub-caption li {
    font-size: 22px;
    margin: 0 0 30px 0 !important;
    justify-content: space-between;
  }
  .sec04__sub-caption li p {
    width: 100%;
  }
  .sec04__sub-caption li a img {
    width: 15%;
    height: 15%;
    max-width: 40px;
    max-height: 40px;
  }
}
/* ==============================


section05


=================================*/
@media screen and (min-width:768px) {
  .white-bg__container img.w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  #animation01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec05__container .white-bg__container:nth-child(4) {
  margin-bottom: 0px;
}
.sec05__popup-map_txt {
  font-size: 20px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-weight: 400;
}
.sec05__best-idea_txt {
  margin: inherit;
  line-height: 1.6;
  color: #1d1f23;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .sec05__popup-map_txt {
    font-size: 11px;
    line-height: 1.6;
    font-weight: 400;
  }
  .sec05__best-idea_txt {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
/*------------------------------------------*/
/*------------------地図上---------------------*/
/*------------------------------------------*/
.sec05__popup-map {
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
}
.sec05__popup-map img {
  margin-bottom: 0px;
}
.sec05__popup-map_container {
  position: absolute;
}
.sec05__popup-map_dummy {
  opacity: 0;
  pointer-events: none;
}
.sec05__popup-map_icon {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 19px;
  line-height: 1.2;
  color: #1d1f23;
  pointer-events: none;
  cursor: pointer;
}
.sec05__popup-map_icon div img {
  width: 70px;
  height: auto;
  margin: 0 15px 0;
  pointer-events: auto;
}
.sec05__popup-map_icon > div {
  position: relative;
}
.sec05__popup-map_icon > div::before {
  content: "+";
  font-weight: 100;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  background: #FFFFFF;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 70px;
  top: 55px;
  font-size: 24px;
  pointer-events: auto;
}
@media screen and (max-width:1100px) {
  .sec05__popup-map {
    margin-bottom: 10px;
  }
  .sec05__popup-map_icon {
    font-size: 2vw;
    line-height: 1.4;
  }
  .sec05__popup-map_icon div img {
    width: 6.8vw;
    margin: 0 1.2vw 0;
  }
  .sec05__popup-map_icon > div::before {
    width: 3vw;
    height: 3vw;
    line-height: 2.7vw;
    left: 6.3vw;
    top: 5.5vw;
    font-size: 3.2vw;
    pointer-events: auto;
  }
}
/*------------------------------------------*/
/*--------色や位置（地図上）-----------------*/
/*------------------------------------------*/
.sec05__popup-map_icon.pop-01 {
  top: 50px;
  right: 207px;
}
.sec05__popup-map_icon.pop-01 > div::before {
  color: #0F69A0;
}
.sec05__popup-map_icon.pop-02 {
  top: 177px;
  right: 100px;
}
.sec05__popup-map_icon.pop-02 > div::before {
  color: #1A92CA;
}
.sec05__popup-map_icon.pop-03 {
  top: 339px;
  right: 100px;
}
.sec05__popup-map_icon.pop-03 > div::before {
  color: #5E9FD0;
}
.sec05__popup-map_icon.pop-04 {
  top: 470px;
  right: 226px;
}
.sec05__popup-map_icon.pop-04 > div::before {
  color: #9D69A9;
}
.sec05__popup-map_icon.pop-05 {
  top: 470px;
  left: 196px;
}
.sec05__popup-map_icon.pop-05 > div::before {
  color: #EB6162;
}
.sec05__popup-map_icon.pop-06 {
  top: 339px;
  left: 121px;
}
.sec05__popup-map_icon.pop-06 > div::before {
  color: #F08E4D;
}
.sec05__popup-map_icon.pop-07 {
  top: 177px;
  left: 130px;
}
.sec05__popup-map_icon.pop-07 > div::before {
  color: #70AF44;
}
.sec05__popup-map_icon.pop-08 {
  top: 50px;
  left: 241px;
}
.sec05__popup-map_icon.pop-08 > div::before {
  color: #1D9B92;
}
@media screen and (max-width:1100px) {
  .sec05__popup-map_icon.pop-01 {
    top: 3.5vw;
    right: inherit;
    left: 43vw;
  }
  .sec05__popup-map_icon.pop-02 {
    top: 14vw;
    right: inherit;
    left: 54vw;
  }
  .sec05__popup-map_icon.pop-03 {
    top: 27.5vw;
    right: inherit;
    left: 53vw;
  }
  .sec05__popup-map_icon.pop-04 {
    top: 37.5vw;
    right: inherit;
    left: 43vw;
  }
  .sec05__popup-map_icon.pop-05 {
    top: 37.5vw;
    left: inherit;
    right: 46vw;
  }
  .sec05__popup-map_icon.pop-06 {
    top: 27.5vw;
    left: inherit;
    right: 55vw;
  }
  .sec05__popup-map_icon.pop-07 {
    top: 14vw;
    left: inherit;
    right: 56vw;
  }
  .sec05__popup-map_icon.pop-08 {
    top: 3.5vw;
    left: inherit;
    right: 46vw;
  }
}
@media screen and (max-width:767px) {
  .sec05__popup-map_icon.pop-01 {
    top: 8.5vw;
    right: inherit;
    left: 50vw;
  }
  .sec05__popup-map_icon.pop-02 {
    top: 22vw;
    right: inherit;
    left: 60vw;
  }
  .sec05__popup-map_icon.pop-03 {
    top: 38.5vw;
    right: inherit;
    left: 60vw;
  }
  .sec05__popup-map_icon.pop-04 {
    top: 52vw;
    right: inherit;
    left: 50vw;
  }
  .sec05__popup-map_icon.pop-05 {
    top: 52vw;
    left: inherit;
    right: 52vw;
  }
  .sec05__popup-map_icon.pop-06 {
    top: 38.5vw;
    left: inherit;
    right: 63vw;
  }
  .sec05__popup-map_icon.pop-07 {
    top: 22vw;
    left: inherit;
    right: 63vw;
  }
  .sec05__popup-map_icon.pop-08 {
    top: 8.5vw;
    left: inherit;
    right: 52vw;
  }
}
/*------------------------------------------*/
/*--------------ポップアップ-----------------*/
/*------------------------------------------*/
.sec05__mouse-over_container {
  display: none; /*最終的にnoneにして*/
  position: absolute;
  background: #fff;
  color: #221815;
  max-width: 360px;
  width: 40%;
  border-radius: 10px;
  box-shadow: 6px 6px 15px 0px rgba(65, 65, 65, 0.30);
  z-index: 1;
}
.sec05__mouse-over_container:nth-child(1n) {
  display: none; /*最終的にnoneにして*/
}
button.sec05__popup-map_icon:hover + div.sec05__mouse-over_container {
  display: block;
}
.sec05__mouse-over_container > div {
  overflow: hidden;
  border-radius: 10px;
}
.sec05__mouse-over_title {
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  position: relative;
}
.sec05__mouse-over_title_main {
  color: #fff;
  font-size: 16px;
}
.sec05__mouse-over_title_sub {
  position: absolute;
  right: 0;
  font-size: 11px;
  background-color: #fff !important;
  padding: 3px;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sec05__mouse-over_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 20px;
}
.sec05__mouse-over_contents ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 10px;
}
.sec05__mouse-over_contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec05__mouse-over_contents ul li::before {
  content: ""; /* 空の要素作成 */
  width: 2px; /* 幅指定 */
  height: 2px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #1d1f23; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  margin: 0 calc(0.5em - 1px);
  vertical-align: middle;
}
.sec05__mouse-over_contents img {
  width: 65px;
  height: auto;
}
@media screen and (min-width:768px) {
  .sec05__mouse-over_container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 100;
  }
  .sec05__mouse-over_container:nth-child(-n+8):after {
    border-right: 16px solid #fff;
    left: -15px;
  }
  .sec05__mouse-over_container:nth-child(n+10):after {
    border-left: 16px solid #fff;
    right: -15px;
  }
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .sec05__mouse-over_container {
    max-width: 300px;
    width: 30%;
  }
  .sec05__mouse-over_title {
    padding: 5px 0px;
    display: flex;
    justify-content: flex-start;
    position: relative;
  }
  .sec05__mouse-over_title_main {
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
  }
  .sec05__mouse-over_title_sub {
    position: absolute;
    font-size: 10px;
    padding: 1px;
    margin-right: 10px;
  }
  .sec05__mouse-over_contents {
    padding: 10px;
  }
  .sec05__mouse-over_contents ul {
    font-size: 11px;
    line-height: 1.4;
    padding-right: 5px;
  }
  .sec05__mouse-over_contents img {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .sec05__mouse-over_container:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2.8vw;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    border-width: 4vw 4vw 0 4vw;
  }
  .sec05__mouse-over_container {
    max-width: inherit;
    width: 60%;
  }
  .sec05__mouse-over_title {
    padding: 1.7vw 0px;
    justify-content: center;
  }
  .sec05__mouse-over_title.long {
    justify-content: flex-start;
  }
  .long .sec05__mouse-over_title_main {
    margin-left: 2.5vw;
  }
  .sec05__mouse-over_title_main {
    font-size: 3.2vw;
    margin-left: 0;
  }
  .sec05__mouse-over_title_sub {
    font-size: 2.3vw;
    padding: 0.1vw 0.3vw;
    margin-right: 1.5vw;
  }
  .sec05__mouse-over_contents {
    padding: 1vw 1.5vw 2.5vw;
  }
  .sec05__mouse-over_contents ul {
    font-size: min(3vw, 16px);
    padding-right: 2.3vw;
  }
  .sec05__mouse-over_contents img {
    width: 11vw;
    height: auto;
  }
}
/*------------------------------------------*/
/*---------色や位置（ポップアップ上）-----------------*/
/*------------------------------------------*/
div.pop-01 {
  top: 17px;
  right: -25px;
}
.pop-01 .sec05__mouse-over_title, .pop-01 .sec05__mouse-over_title_sub {
  background-color: #0F69A0;
  color: #0F69A0;
}
div.pop-02 {
  top: 107px;
  right: -135px;
}
.pop-02 .sec05__mouse-over_title, .pop-02 .sec05__mouse-over_title_sub {
  background-color: #1A92CA;
  color: #1A92CA;
}
div.pop-03 {
  top: 269px;
  right: -135px;
}
.pop-03 .sec05__mouse-over_title, .pop-03 .sec05__mouse-over_title_sub {
  background-color: #5E9FD0;
  color: #5E9FD0;
}
div.pop-04 {
  top: 425px;
  right: -25px;
}
.pop-04 .sec05__mouse-over_title, .pop-04 .sec05__mouse-over_title_sub {
  background-color: #9D69A9;
  color: #9D69A9;
}
div.pop-05 {
  top: 425px;
  left: -28px;
}
.pop-05 .sec05__mouse-over_title, .pop-05 .sec05__mouse-over_title_sub {
  background-color: #EB6162;
  color: #EB6162;
}
div.pop-06 {
  top: 283px;
  left: -138px;
}
.pop-06 .sec05__mouse-over_title, .pop-06 .sec05__mouse-over_title_sub {
  background-color: #F08E4D;
  color: #F08E4D;
}
div.pop-07 {
  top: 132px;
  left: -138px;
}
.pop-07 .sec05__mouse-over_title, .pop-07 .sec05__mouse-over_title_sub {
  background-color: #70AF44;
  color: #70AF44;
}
div.pop-08 {
  top: 17px;
  left: -28px;
}
.pop-08 .sec05__mouse-over_title, .pop-08 .sec05__mouse-over_title_sub {
  background-color: #1D9B92;
  color: #1D9B92;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  div.pop-01 {
    top: -1.4vw;
    right: 5vw;
  }
  div.pop-02 {
    top: 7vw;
    right: -5vw;
  }
  div.pop-03 {
    top: 21vw;
    right: -5vw;
  }
  div.pop-04 {
    top: 32vw;
    right: 6vw;
  }
  div.pop-05 {
    top: 33vw;
    left: 3vw;
  }
  div.pop-06 {
    top: 22vw;
    left: -5vw;
  }
  div.pop-07 {
    top: 8vw;
    left: -7vw;
  }
  div.pop-08 {
    top: -1vw;
    left: 3vw;
  }
}
@media screen and (max-width:767px) {
  div.pop-01 {
    top: inherit;
    bottom: 59vw;
    right: 8vw;
  }
  div.pop-02 {
    top: inherit;
    right: -2vw;
    bottom: 44vw;
  }
  div.pop-03 {
    top: inherit;
    right: -2vw;
    bottom: 28vw;
  }
  div.pop-04 {
    top: inherit;
    bottom: 15vw;
    right: 8vw;
  }
  div.pop-05 {
    top: inherit;
    left: 6vw;
    bottom: 14vw;
  }
  div.pop-06 {
    top: inherit;
    left: -4vw;
    bottom: 28vw;
  }
  div.pop-07 {
    top: inherit;
    left: -4vw;
    bottom: 44vw;
  }
  div.pop-08 {
    top: inherit;
    left: 6vw;
    bottom: 58vw;
  }
}
/* ==============================


section06


=================================*/
/* ==============================


section07


=================================*/
/* ==============================


section09~11共通


=================================*/
.area-navy {
  padding: 130px 0 100px;
  overflow: hidden;
}
.area-navy section {
  margin-bottom: 100px;
}
.area-navy section:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .area-navy {
    padding: 80px 0;
  }
  .area-navy section {
    margin-bottom: 70px;
  }
  .area-navy section:last-child {
    margin-bottom: 0px;
  }
}
/* ==============================


section09


=================================*/
.sec09__h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.sec09__h2:before, .sec09__h2:after {
  content: "";
  height: 5px;
  max-width: 100px;
  width: 10%;
  background-color: #fff;
  position: absolute;
}
.sec09__h2:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 99%;
}
.sec09__h2:after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 99%;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .sec09__h2 {
    font-size: 4vw;
  }
  .sec09__h2:before {
    right: 95%;
  }
  .sec09__h2:after {
    left: 95%;
  }
}
@media screen and (max-width:767px) {
  .sec09__h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec09__h2:before, .sec09__h2:after {
    display: none;
  }
}
/*------------------------------------------*/
/*------------------point---------------------*/
/*------------------------------------------*/
.sec09__point {
  font-size: 24px;
  background-color: #22b6aa;
  padding: 25px 0px 25px 125%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  line-height: 1.2;
  margin: 0 20% -130px -125%;
  z-index: 1;
  position: relative;
}
.sec09__point li {
  display: flex;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  padding-right: 50px;
}
.sec09__point li:first-child {
  margin-bottom: 25px;
  margin-left: -16px;
}
.sec09__point li:last-child {
  margin-left: 15px;
}
.sec09__point li:before {
  content: '●';
  color: white;
  margin-right: 15px;
}
.sec09__bg-img {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  max-width: none;
  height: auto;
  display: block;
  margin-bottom: -20vw;
}
@media screen and (max-width:767px) {
  .sec09__point {
    font-size: 16px;
    padding: 15px 0px 15px 125%;
    line-height: 1.4;
    margin: 0 20% -70px -125%;
  }
  .sec09__point li {
    padding-right: 50px;
  }
  .sec09__point li:first-child {
    margin-bottom: 5px;
    margin-left: -6px;
  }
  .sec09__point li:last-child {
    margin-left: 18px;
  }
  .sec09__point li:before {
    margin-right: 10px;
  }
  .sec09__bg-img {
    margin-bottom: -18vw;
  }
}
/*------------------------------------------*/
/*------------------meeting---------------------*/
/*------------------------------------------*/
.sec09__meeting {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 0px;
  max-width: 562px;
  width: 100%;
  margin: 0 0 100px auto;
  position: relative;
  z-index: 1;
}
.sec09__meeting > div {
  width: 85%;
  margin: 0 auto;
}
.sec09__meeting > div > div:nth-child(2) {
  margin-bottom: 20px;
}
.sec09__meeting-title {
  text-align: center;
  font-size: 28px;
  background: #0d91e5; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #0d91e5, #0ab0ba);
  background: linear-gradient(to right, #0d91e5, #0ab0ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.sec09__meeting .txt-color-blue {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: normal;
}
.sec09__meeting .txt-color-black {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .sec09__meeting {
    padding: 30px 0px;
    max-width: inherit;
    width: 100%;
    margin: 0 auto 60px;
  }
  .sec09__meeting > div {
    width: 90%;
  }
  .sec09__meeting > div > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .sec09__meeting-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec09__meeting .txt-color-blue {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sec09__meeting .txt-color-black {
    line-height: 1.6;
  }
}
/*------------------------------------------*/
/*------------------btn---------------------*/
/*------------------------------------------*/
.sec09__btn-movie a {
  max-width: 515px;
  width: 48%;
  padding: 20px 55px 20px 50px;
  margin-bottom: 30px;
}
.sec09__btn-movie a p {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 400;
}
.sec09__btn-movie .btn-animation__bg-white {
  font-size: 18px;
  color: #004386;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .sec09__btn-movie a {
    padding: 20px 45px 20px 15px;
  }
}
@media screen and (max-width:767px) {
  .sec09__btn-movie a {
    max-width: 500px;
    width: 100%;
    padding: 10px 30px 10px 20px;
    margin: 0 auto 15px;
  }
  .sec09__btn-movie a p {
    font-size: 16px;
  }
  .sec09__btn-movie .btn-animation__bg-white {
    font-size: 10px;
  }
}
/*------------------------------------------*/
/*------------------animation---------------------*/
/*------------------------------------------*/
.btn-animation {
  display: flex;
  justify-content: space-between;
}
.btn-animation__bg-white {
  position: relative;
  padding-left: 15px;
}
.btn-animation__bg-white::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: rotate(15deg);
  background-color: #fff;
  transition: .4s;
  left: -10px;
  top: -110px;
  width: 300px;
  height: 300px;
}
.btn-animation__base-gradation {
  position: relative;
  display: flex;
  background-image: linear-gradient(120deg, rgba(10, 130, 206, 0.60) 10%, rgba(9, 163, 173, 0.60) 100%);
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 12px 20px 5px rgba(26, 63, 84, 0.50);
}
.btn-animation__base-gradation:hover {
  opacity: 1;
}
.btn-animation__base-gradation:hover .btn-animation__bg-white::before {
  left: -40px;
}
.btn-animation__bg-white.anchor_start::after {
  transform-origin: 50% 00%;
  width: 23px;
  height: 23px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: rotate(-90deg);
  transition: .3s;
}
.btn-animation__base-gradation:hover .btn-animation__bg-white.anchor_start::after {
  transform-origin: 50% 00%;
  right: -25px;
}
@media screen and (max-width:767px) {
  .btn-animation {
    justify-content: center;
    flex-direction: column;
  }
  .btn-animation__bg-white {
    padding-left: 15px;
  }
  .btn-animation__bg-white::before {
    transform: rotate(15deg);
    left: -10px;
    top: -110px;
    width: 300px;
    height: 300px;
  }
  .btn-animation__bg-white.anchor_start::after {
    transform-origin: 50% 00%;
    width: 15px;
    height: 15px;
    right: -13px;
    top: 50%;
  }
}
/*------------------------------------------*/
.btn-animation__bg-white.anchor_b::after {
  transform-origin: 30% 30%;
  width: 20px;
  height: 20px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: rotate(-90deg);
  transition: .3s;
}
.btn-animation__base-gradation:hover .btn-animation__bg-white.anchor_b::after {
  transform-origin: 30% 30%;
  right: -30px;
}
@media screen and (max-width:767px) {
  .btn-animation {
    justify-content: center;
    flex-direction: column;
  }
  .btn-animation__bg-white {
    padding-left: 15px;
  }
  .btn-animation__bg-white::before {
    transform: rotate(15deg);
    left: -10px;
    top: -110px;
    width: 300px;
    height: 300px;
  }
  .btn-animation__bg-white.anchor_b::after {
    transform-origin: 30% 30%;
    width: 13px;
    height: 13px;
    right: -20px;
    top: 50%;
  }
}
.btn-animation__bg-white.anchor_b::after {
  transform-origin: 30% 30%;
  width: 20px;
  height: 20px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: rotate(-90deg);
  transition: .3s;
}
.btn-animation__base-gradation:hover .btn-animation__bg-white.anchor_b::after {
  transform-origin: 30% 30%;
  right: -30px;
}
@media screen and (max-width:767px) {
  .btn-animation {
    justify-content: center;
    flex-direction: column;
  }
  .btn-animation__bg-white {
    padding-left: 15px;
  }
  .btn-animation__bg-white::before {
    transform: rotate(15deg);
    left: -10px;
    top: -110px;
    width: 300px;
    height: 300px;
  }
  .btn-animation__bg-white.anchor_b::after {
    transform-origin: 30% 30%;
    width: 13px;
    height: 13px;
    right: -20px;
    top: 50%;
  }
}
/* ==============================


section10


=================================*/
.sec10__title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 45px;
}
.sec10__guest {
  display: flex;
  justify-content: space-between;
}
.sec10__guest li {
  display: contents;
}
.sec10__guest li img {
  width: 18%;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .sec10__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .sec10__guest {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sec10__guest li img {
    width: 32%;
    margin-bottom: 0;
  }
  .sec10__guest::after {
    content: "";
    display: block;
    width: 32%;
  }
}
/* ==============================


section11


=================================*/
.sec11__btn-box:first-child {
  margin-bottom: 100px;
}
.sec11__btn-box > p {
  text-align: center;
}
.sec11__btn-box-title {
  font-size: 42px;
  margin-bottom: 50px;
}
.sec11__btn-box-txt {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px
}
.sec11__btn-box-txt-sub {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px
}
.sec11__btn-movie a {
  max-width: 265px;
  width: 24%;
  padding: 17px 20px;
}
.sec11__btn-movie a p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 400;
}
.sec11__btn-movie a p span {
  font-size: 16px;
}
.sec11__btn-movie .btn-animation__base-gradation:hover .btn-animation__bg-white::before {
  left: -25px;
}
.sec11__btn-movie .btn-animation__base-gradation .btn-animation__bg-white.anchor_b::after {
  right: -10px;
}
.sec11__btn-movie .btn-animation__base-gradation:hover .btn-animation__bg-white.anchor_b::after {
  right: -15px;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .sec11__btn-movie a p {
    line-height: 1.3;
    font-size: 16px;
  }
  .sec11__btn-movie a p span {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .sec11__btn-box:first-child {
    margin-bottom: 70px;
  }
  .sec11__btn-box-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec11__btn-box-txt {
    font-size: 16px;
    margin-bottom: 25px
  }
  .sec11__btn-box-txt-sub {
    font-size: 11px;
    margin-bottom: 25px
  }
  .sec11__btn-movie a {
    max-width: 500px;
    width: 100%;
    padding: 10px 30px 10px 20px;
    margin: 0 auto 15px;
  }
  .sec11__btn-movie a:last-child {
    margin-bottom: 0px;
  }
  .sec11__btn-movie a p {
    line-height: 1.1;
    font-size: 16px;
  }
  .sec11__btn-movie a p span {
    font-size: 12px;
  }
  .sec11__btn-movie .btn-animation__base-gradation .btn-animation__bg-white.anchor_b::after {
    right: -20px;
  }
}
/* ==============================


section12~共通


=================================*/
.area-gray {
  background-color: #f2f2f2;
  padding: 130px 0 100px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .area-gray {
    padding: 80px 0 20vw;
  }
}
/* ==============================


section12

=================================*/
.sec12__container {
  font-weight: 400;
  line-height: 1.7;
}
.sec12__container a {
  color: #218ce2;
  position: relative;
}
.sec12__container a::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #218ce2;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:767px) {
  .sec12__container {
    line-height: 1.5;
    font-size: 12px;
  }
  .sec12__container a::after {
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
  }
}
/*------------------------------------------*/
/*------------------nb---------------------*/
/*------------------------------------------*/
.nb__box {
  margin-bottom: 30px;
}
.nb__fund {
  display: flex;
  color: #fff;
  margin: 10px 0px 0px 1em;
  flex-wrap: wrap;
}
.nb__fund li {
  display: block;
  padding: 5px 0px;
  width: 130px;
  background-color: #1d1f23;
  margin-right: 10px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.nb__title {
  font-size: 20px;
  color: #1f338c;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal;
}
.nb__title::before {
  content: ""; /* 空の要素作成 */
  width: 18px; /* 幅指定 */
  height: 18px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #1f338c; /* 背景色指定 */
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.nb__title-sub {
  font-weight: 500;
  font-size: 18px;
  margin-top: 7px;
}
.nb__title-sub .txt-color-blue {
  padding-right: 10px;
}
.nb__txt_bold {
  font-weight: 700;
  font-size: 18px;
}
.nb__txt-bold-sub {
  font-weight: 700;
}
.nb__txt-square {
  padding-left: 1em;
  text-indent: -1em;
}
.nb__txt-square::before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #1d1f23; /* 背景色指定 */
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.nb__txt-circle li {
  padding-left: 1em;
  text-indent: -1em;
}
.nb__txt-circle li::before {
  content: ""; /* 空の要素作成 */
  width: 2px; /* 幅指定 */
  height: 2px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #1d1f23; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  margin: 0 calc(0.5em - 1px);
  vertical-align: middle;
}
.nb__txt-circle li.non::before {
  content: ""; /* 空の要素作成 */
  width: 0px; /* 幅指定 */
  height: 0px; /* 高さ指定 */
  margin: 0;
}
.nb__txt_box-bk {
  border: 1px solid #1d1f23;
  padding: 10px 20px;
  margin: 10px 0px;
}
.nb__txt_box-red {
  border: 1px solid #e0391d;
  padding: 10px 20px;
  margin: 10px 0px 0px;
  color: #e0391d;
}
.nb__txt-subhead {
  font-size: 18px;
}
.nb__txt-last {
  text-align: right;
}
.font-up .nb__title {
  font-size: 22px;
}
.font-up p, .font-up li {
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .nb__box {
    margin-bottom: 20px;
  }
  .nb__fund {
    margin: 10px 0px 0px 1em;
  }
  .nb__fund li {
    padding: 3px 0px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .nb__fund li:nth-child(3n) {
    margin-right: 0px;
  }
  .nb__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .nb__title::before {
    content: ""; /* 空の要素作成 */
    width: 12px; /* 幅指定 */
    height: 12px; /* 高さ指定 */
    margin: 0 7px 0 0;
  }
  .nb__title-sub {
    font-size: 12px;
    margin-top: 10px;
  }
  .nb__title-sub .txt-color-blue {
    padding-right: 10px;
  }
  .nb__txt_bold {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .nb__txt-square {
    margin-bottom: 5px;
  }
  .nb__txt-square::before {
    content: ""; /* 空の要素作成 */
    width: 8px; /* 幅指定 */
    height: 8px; /* 高さ指定 */
    margin: 0 7px 0 0;
  }
  .nb__txt-circle li::before {
    content: ""; /* 空の要素作成 */
    width: 3px; /* 幅指定 */
    height: 3px; /* 高さ指定 */
    border-radius: 50%; /* 要素を丸くする */
    margin: 0 calc(0.5em - 1px);
  }
  .nb__txt-circle li.non::before {
    content: ""; /* 空の要素作成 */
    width: 0px; /* 幅指定 */
    height: 0px; /* 高さ指定 */
    margin: 0;
  }
  .nb__txt-bold-sub {
    margin-top: 5px;
  }
  .nb__txt-subhead {
    font-size: 12px;
  }
  .font-up .nb__title {
    font-size: 18px;
  }
  .font-up p, .font-up li {
    font-size: 14px;
  }
}
/* ==============================


White エリア


=================================*/
.bg-area {
  position: relative;
  z-index: 1;
}
.bg-area__img {
  position: absolute;
  pointer-events: none;
}
.bg-area__img img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/*------------------------------------------*/
/*------------------01---------------------*/
/*------------------------------------------*/
#kv {
  z-index: 1;
}
.kv__container .inner {
  position: relative;
  z-index: 10;
}
.area-white {
  z-index: 1;
}
.area-white-bg02 {
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.area-white-bg03 {
  bottom: -20vw;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .area-white-bg02 {
    opacity: 0.6;
    right: 0%;
  }
  .area-white-bg03 {
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
    overflow-x: hidden;
  }
  .area-white-bg03 img {
    width: 180%;
    max-width: 200%;
  }
}
/*------------------------------------------*/
/*------------------02---------------------*/
/*------------------------------------------*/
.area-blue {
  background-image: url("/lp/pimco/images/bg/area02_bg03_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.area-blue-bg01 {
  top: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .area-blue {
    background-image: url("/lp/pimco/images/bg/area02_bg03_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .area-blue-bg01 img {
    width: 70%;
  }
}
/*------------------------------------------*/
/*------------------03---------------------*/
/*------------------------------------------*/
.area-navy {
  background-image: url("/lp/pimco/images/bg/area03_bg02_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .area-navy {
    background-image: url("/lp/pimco/images/bg/area03_bg02_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*------------------------------------------*/
/*------------------03---------------------*/
/*------------------------------------------*/
.area-gray-bg01 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.area-gray-bg02 {
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.area-gray-bg03 {
  top: 0;
  left: 0;
}
/* ==============================


sp img 横スクロール


=================================*/
.sp-img-btn {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-img-btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    background-image: linear-gradient(120deg, rgba(10, 130, 206, 0.60) 10%, rgba(9, 163, 173, 0.60) 100%);
    width: 100%;
    max-width: 500px;
    padding: 12px 0px;
    margin: 0 auto 20px;
    color: #fff;
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
    letter-spacing: 0.1em;
  }
  .sp-img-btn.non-bottom {
    margin: 0 auto;
  }
  .sp-img-btn::before, .sp-img-btn::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1.4px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.8s cubic-bezier(0.75, 0, 0.15, 1);
  }
  .sp-img-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.15, 1);
  }
  .sp-img-btn.show::before {
    opacity: 0;
  }
  .sp-img-btn.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .sp-img-btn.mb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .sp-img {
    position: relative;
  }
  .sp-img::before {
    content: "横スクロールできます→";
    color: #7fb7da;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
    transition-delay: 0.2s;
    top: 0;
    left: 0;
  }
  .sp-img span {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .sp-img.scroll-active::before {
    opacity: 1;
  }
  .sp-img img, .sp-img svg {
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
  }
  .sp-img.scroll-active img, .sp-img.scroll-active svg {
    width: 200% !important;
    padding-top: 30px;
  }
  .sp-img.long.scroll-active img {
    width: 150%;
  }
}
/* ==============================


sp img 横スクロール


=================================*/
.test-sp {
  transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
  display: inline-block;
  width: 0px;
  opacity: 0;
}
.test-sp.scroll-active {
  width: 100%;
  opacity: 1;
}
.test-sp img {
  transform: translate(0px, -100%);
  width: 400%;
}
.test-sp.scroll-active img {
  transform: translate(0px, 0px);
}