@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;

  line-height: 1.5;
  box-sizing: border-box;
}
p,
h1,
h2 {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
h1 {
  position: absolute;
  left: -9999px;
}
img {
  max-width: 100%;
}
p {
  font-feature-settings: "palt";
}

.pc-block {
  display: none;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 960px) {
  .pc-block {
    display: block;
  }
  .sp-block {
    display: none;
  }
}
.pc-block-02 {
  display: none;
}
.sp-block-02 {
  display: block;
}
@media screen and (min-width: 520px) {
  .pc-block-02 {
    display: block;
  }
  .sp-block-02 {
    display: none;
  }
}

/* ハンバーガーメニュー */
.p__menu-icon {
  font-size: 3rem;
  cursor: pointer;
  margin: 2px 11px 0 0;
}
@media screen and (min-width: 960px) {
  .p__menu-icon {
    margin-right: 0;
  }
}
.p__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #58b7e4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}
.p__menu-item {
  margin: 14px 0;
  clear: both;
  border: none;
  width: 100% !important;
}
@media screen and (min-width: 960px) {
  .p__menu-item {
    margin: 40px 0;
  }
}
.p__menu-items {
  list-style: none;
  padding: 0;
  text-align: center;
}

.p__menu-link {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  background-image: none !important;
  width: 100% !important;
  display: inline !important;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .p__menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
  }
}
.p__menu-link span {
  font-weight: 100;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .p__menu-link span {
    font-weight: 100;
    font-size: 1.6rem;
  }
}
.p__hidden {
  display: none;
}
nav {
  position: absolute;
  top: 50px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  nav {
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
  }
}
.p__close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* コンテンツ */
.p__main-wrap {
  overflow: hidden;
}
.p__wrapper {
  margin: 0 auto;
  text-align: center;
}
.p__header {
  display: none;
  /* height: 48px; */
}
@media screen and (min-width: 960px) {
  .p__header {
    display: block;
    position: fixed;
    z-index: 700;
    top: 0;
    background-color: #f7f5f2;
    height: 60px;
    width: 100%;
  }
}
.p__header-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__header-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .p__header-inner {
    width: 900px;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .p__header-inner {
    width: 960px;
    height: 100%;
  }
}
.p__header-logo {
  width: 134px;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p__header-logo {
    width: 189.1px;
    vertical-align: middle;
    margin-left: 0;
  }
}
.p__mainv {
  /* margin-top: 48px; */
  background: linear-gradient(to right, #e7f0fd 0%, #f3e9fd 100%);
}
@media screen and (min-width: 960px) {
  .p__mainv {
    margin-top: 60px;
    background: linear-gradient(to right, #e7f0fd 0%, #f3e9fd 100%);
  }
}
.p__mainv-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__mainv-inner {
    width: 900px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .p__mainv-inner {
    width: 960px;
    position: relative;
    margin: 0 auto;
  }
}
.p__mainv-kv {
  width: 100%;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p__mainv-kv {
    width: 900px;
  }
}
@media screen and (min-width: 1100px) {
  .p__mainv-kv {
    width: 960px;
  }
}
.p__mainv-mark {
  position: absolute;
  /* bottom: 23px; */
  bottom: 45%;
  /* right: 0;   */
  right: 9%;
  width: 22%;
}
.p__body2025 .p__mainv-mark {
  bottom: 44%;
  right: 10%;
}
@media screen and (min-width: 960px) {
  .p__mainv-mark {
    /* bottom: 76px; */
    bottom: 45%;
  }
  .p__body2025 .p__mainv-mark {
    bottom: 44%;
  }
}
.p__campaign-banner {
  /* padding: 2rem 0 1.2rem; */
  text-align: center;
  width: 90%;
  max-width: 960px;
  /* margin: auto; */
  margin: 0 auto 50px;
}
@media screen and (min-width: 960px) {
  .p__campaign-banner {
    margin: 0 auto 100px;
  }
}
.p__campaign-banner__img {
  max-width: 960px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px #1d2089 solid;
}

#line-circle {
  /* width: 89.3%; */
  width: 100%;
  /* height: 54px; */
  height: 17vw;
  background: #07b53b;
  box-shadow: 0 3px 0 0 #04912e;
  border-radius: 10px;
  /* max-width: 350px; */
  max-height: 125px;
    margin: auto;
  /* position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; */
}
@media screen and (min-width: 520px) {
  #line-circle {
  width: 100%;
  height: 84px;
  background: #07b53b;
  box-shadow: 0 3px 0 0 #04912e;
  border-radius: 10px;
  max-width: 480px;
  margin: auto;
  }
}
@media screen and (min-width: 960px) {
  #line-circle {
    display: none;
  }
}
#line-circle02 {
  width: 89.3%;
  height: 54px;
  background: #07b53b;
  box-shadow: 0 3px 0 0 #04912e;
  border-radius: 10px;
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}
@media screen and (min-width: 521px) {
  #line-circle02 {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #line-circle02.is-visible {
    display: block;
  }
}
.p__line-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  /* font-size: 1.8rem; */
  font-size: 6.5vw;
  font-weight: 700;
  color: #fff;
  position: relative;
}
#line-circle02 .p__line-btn {
  font-size: 1.8rem;
}
@media screen and (min-width: 520px) {
  .p__line-btn {
    font-size: 3.2rem;
  }
}
.p__line-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20.3px;
}
.p__line-btn-wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.p__lead-wrap {
  padding: 0 0 102px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__lead-wrap {
    padding: 110px 0 175px;
  }
}
.p__lead01 {
  max-width: 100%;
  /* margin: 0 auto 50px; */
  margin: 0 auto 25px;
  background: linear-gradient(to bottom, #e7f0fd 0%, #f3e9fd 100%);
  border-radius: 10px;
  padding: 10px 20px 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .p__lead01 {
    max-width: 900px;
    margin: 0 auto 57px;
    background: linear-gradient(to bottom, #e7f0fd 0%, #f3e9fd 100%);
    border-radius: 10px;
    padding: 62px 40px 60px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1100px) {
  .p__lead01 {
    max-width: 960px;
    margin: 0 auto 57px;
    background: linear-gradient(to bottom, #e7f0fd 0%, #f3e9fd 100%);
    border-radius: 10px;
    padding: 62px 40px 20px 40px;
    box-sizing: border-box;
  }
}
.p__lead01-inner {
  /* max-width: 375px; */
  /* max-width: 85vw;
  margin: 0 auto;
  position: relative; */
  display: none;
}
.p__lead01-inner-sp {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
/* @media screen and (min-width: 520px) {
  .p__lead01-inner-sp {
    max-width: 80%;
  }
} */
@media screen and (min-width: 960px) {
  .p__lead01-inner {
    max-width: none;
    max-width: 85vw;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .p__lead01-inner-sp {
    display: none;
  }
}
.p__lead01-title {
  font-size: 3rem;
  font-weight: 700;
  color: #009bff;
  text-align: left;
  background-color: #fff;
  /* margin-bottom: 25px; */
}
@media screen and (min-width: 960px) {
  .p__lead01-title {
    /* font-size: 4.6rem;
    font-weight: 700;
    color: #009bff; */
    text-align: left;
    background-color: #fff;
    margin-bottom: 35px;
  }
}
.p__lead01-title span {
  /* font-size: 4.6rem; */
  font-size: 7vw;
    font-weight: 700;
    color: #009bff;
  background-color: #fff;
  display: block;
  /* width: fit-content; */
  height: auto;
  /* padding: 4px 10px; */
  margin: 0 auto;
  line-height: 1.25;
}

/* @media screen and (min-width: 520px) {
  .p__lead01-title span {
    font-size: 4.6rem;
  }
} */
@media screen and (min-width: 960px) {
  .p__lead01-title span {
    font-size: 4.6rem;
    background-color: #fff;
    display: block;
    width: fit-content;
    height: auto;
    /* padding: 0 13px; */
    margin: 0;
  }
}
.p__lead01-title span.p__lead01-title-text {
  line-height: 1.25;
  font-size: 9vw;
}
@media screen and (min-width: 960px) {
  .p__lead01-title span.p__lead01-title-text {
    font-size: 7.5rem;
  }
}
.p__lead01-title span:first-child {
  margin: 0 auto 10px;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .p__lead01-title span:first-child {
    margin: 0 0 26px;
    /* padding: 13px; */
    padding: 13px 0 13px 40px;
    font-size: 6rem;
  }
}
.p__lead01-text01 {
  /* font-size: 1.4rem; */
  font-size: 5vw;
  font-weight: 800;
  line-height: 1.25;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 1vw;
}
@media screen and (min-width: 960px) {
  .p__lead01-text01 {
    /* font-size: 1.9rem; */
    font-size: 4rem;
    /* line-height: 1.8; */
    line-height: 1.25;
    color: #222;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1100px) {
  .p__lead01-text01 {
    font-size: 4rem;
    line-height: 1.8;
    color: #222;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 3rem;
  }
}
.p__lead01-text01-line {
  display: inline-block;
  background-color: #07b53b;
  color: #fff;
  border-radius: 1rem;
  line-height: 1.25;
  font-size: 5vw;
  font-weight: 700;
  padding: 2.5px 10px 5px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .p__lead01-text01-line {
    font-size: 4rem;
  }
}
.p__lead01-text02 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p__lead01-text02 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.8;
    color: #222;
    text-align: left;
  }
}
.p-line-wrap {
  display: flex;
  gap: 20px;
}
.p__lead01-text03 {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.25;
  color: #222;
  text-align: center;
  margin: 20px 0 10px;
}
@media screen and (min-width: 520px) {
  .p__lead01-text03 {
    font-size: 2.4rem;
    /* font-size: 6vw; */
  }
}
@media screen and (min-width: 960px) {
  .p__lead01-text03 {
    display: none;
  }
}
.p__lead01-img {
  position: absolute;
    width: 28vw;
    height: auto;
    top: auto;
    bottom: -2px;
    right: 0px;
}
/* @media screen and (min-width: 960px) {
  .p__lead01-img {
    position: absolute;
    width: 57%;
    height: auto;
    bottom: 0;
    right: min(40 / 900 * 100vw, 40px);
    max-width: 350px;
  }
} */
@media screen and (min-width: 960px) {
  .p__lead01-img {
    position: absolute;
    width: 33%;
    height: auto;
    right: min(40 / 900 * 100vw, 40px);
    /* top: -115px;
    bottom: auto; */
    /* right: 0px; */
  }
}
.p__lead02 {
  max-width: 900px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1100px) {
  .p__lead02 {
    max-width: 960px;
    /* margin: 0 auto 100px; */
    margin: 0 auto 20px;
  }
}
.p__lead02::before,
.p__lead02::after {
  content: "";
  display: block;
  background: linear-gradient(to right, #e7f0fd 0%, #f3e9fd 100%);
  width: 100%;
  height: 5px;
}
.p__lead02-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 25px 0;
}
.p__lead02-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  color: #222;
}
.p__arrows {
  display: flex;
  gap: 0;
}
.p__arrow01,
.p__arrow02,
.p__arrow03 {
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
}
.p__arrow01 {
  border-top: 4px solid #4897f3;
  border-right: 4px solid #4897f3;
}
.p__arrow02 {
  border-top: 4px solid #7c93ea;
  border-right: 4px solid #7c93ea;
}
.p__arrow03 {
  border-top: 4px solid #aa90e2;
  border-right: 4px solid #aa90e2;
}
.p__lead02-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}
.p__lead03 {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p__lead03 {
    max-width: 1328.8px;
    margin: 0 auto;
    position: relative;
  }
}
.p__lead03-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__lead03-title {
    font-size: 4rem;
    font-weight: 700;
    color: #4897f3;
    margin-bottom: 60px;
  }
}
.p__lead03-text {
  text-align: center;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.8;
  font-weight: 400;
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p__lead03-text {
    text-align: center;
    font-size: 2rem;
    color: #222;
    line-height: 1.8;
    font-weight: 400;
    flex: 1;
  }
}
.p__lead03-text p {
  margin-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .p__lead03-text p {
    margin-bottom: 50px;
  }
}
.p__lead03-text p:last-child {
  margin: 0;
}
.p__lead03-text01 {
  font-weight: 700;
}
.p__lead03-img01,
.p__lead03-img02,
.p__lead03-img03 {
  position: absolute;
  display: block;
  height: auto;
}
.p__lead03-img01 {
  width: 90px;
  left: -20px;
  top: 234px;
  transform: none;
}
@media screen and (min-width: 960px) {
  .p__lead03-img01 {
    width: 90px;
    left: 165px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .p__lead03-img01 {
    width: 90px;
    left: 124px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .p__lead03-img01 {
    width: 90px;
    left: 302px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p__lead03-img02 {
  width: 110px;
  right: -22px;
  top: 75px;
}
@media screen and (min-width: 960px) {
  .p__lead03-img02 {
    width: 96px;
    right: 140px;
    top: 70px;
  }
}
@media screen and (min-width: 1100px) {
  .p__lead03-img02 {
    width: 96px;
    right: 319px;
    top: 70px;
  }
}
.p__lead03-img03 {
  width: 115px;
  right: -32px;
  bottom: 165px;
}
@media screen and (min-width: 960px) {
  .p__lead03-img03 {
    width: 110.2px;
    right: 198px;
    bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p__lead03-img03 {
    width: 110.2px;
    right: 332px;
    bottom: 0;
  }
}
.p__lead03-img04 {
  height: 320px;
  width: 300px;
  object-fit: cover;
  object-position: top left;
}
@media screen and (min-width: 1100px) {
  .p__lead03-img04 {
    width: 342.7px;
    height: auto;
  }
}
.p__lead03-img05 {
  height: 320px;
  width: 300px;
  object-fit: cover;
  object-position: top left;
}
@media screen and (min-width: 1100px) {
  .p__lead03-img05 {
    width: 365.8px;
    height: auto;
  }
}
.p__lead03-img06 {
  width: 89.3%;
  height: auto;
}
.p__lead03-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p__lead03-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}
.p__agent-wrap {
  background-color: rgba(242, 245, 252, 0.8);
  padding: 98px 30px 60px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p__agent-wrap {
    background-color: rgba(242, 245, 252, 0.8);
    padding: 145px 0 100px;
    position: relative;
  }
}
.p__agent-title-wrap {
  background: linear-gradient(to right, #c8defb 0%, #e4d7f7 100%);
  /* background: linear-gradient(to right, rgba(72,151,243,0.2) 0%, rgba(170,144,226,0.2) 100%); */
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 89.3%;
}
@media screen and (min-width: 960px) {
  .p__agent-title-wrap {
    background: linear-gradient(to right, #c8defb 0%, #e4d7f7 100%);
    /* background: linear-gradient(to right, rgba(72,151,243,0.2) 0%, rgba(170,144,226,0.2) 100%); */
    border-radius: 50px;
    padding: 5px;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
}
.p__agent-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4897f3;
  padding: 14px 20px;
  background-color: #fff;
  white-space: normal;
  border-radius: 45px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p__agent-title {
    font-size: 4rem;
    font-weight: 700;
    color: #4897f3;
    padding: 20px 60px;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 45px;
    position: relative;
  }
}
.p__agent-title::before {
  content: "";
  display: block;
  border-right: 5px solid #d6dbf9;
  border-bottom: 5px solid #d6dbf9;
  /* border-image: linear-gradient(to right, #C8DEFB 0%, #E4D7F7 100%) 1 / 0 5px 5px 0;
  border-style: solid;
  padding: 5px; */
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p__agent-title::before {
    content: "";
    display: block;
    border-right: 5px solid #d6dbf9;
    border-bottom: 5px solid #d6dbf9;
    /* border-image: linear-gradient(to right, #C8DEFB 0%, #E4D7F7 100%) 1 / 0 5px 5px 0;
  border-style: solid;
  padding: 5px; */
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
  }
}
.p__agent-contents {
  max-width: 100%;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 960px) {
  .p__agent-contents {
    max-width: 900px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
.p__agent-content01,
.p__agent-content02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__agent-content01,
  .p__agent-content02 {
    display: flex;
    flex-direction: row;
    gap: 6.7%;
    align-items: center;
  }
}
.p__agent-content02 {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p__agent-content02 {
    flex-direction: row-reverse;
  }
}
.p__agent-content-left {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__agent-content-left {
    text-align: left;
  }
}
.p__agent-content-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3485e3;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .p__agent-content-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #3485e3;
    margin-bottom: 20px;
  }
}
.p__agent-content-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #222;
  max-width: 300px;
}
@media screen and (min-width: 960px) {
  .p__agent-content-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: #222;
    max-width: none;
  }
}
.p__agent-content-img {
  border-radius: 6.67px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p__agent-content-img {
    border-radius: 6.67px;
    width: 420px;
    height: auto;
  }
}
.p__agent-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #222;
  z-index: 99;
}
@media screen and (min-width: 960px) {
  .p__agent-text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    color: #222;
    z-index: 99;
  }
}
.p__agent-text span {
  font-weight: 700;
  position: relative;
  z-index: 99;
}
.p__agent-text span::before {
  content: "";
  position: absolute;
  background: #f4de66;
  width: 100%;
  height: 10px;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p__agent-text span::before {
    content: "";
    position: absolute;
    background: #f4de66;
    width: 100%;
    height: 14px;
    bottom: 0;
    z-index: -1;
  }
}
.p__voice-wrap {
  padding: 50px 20px 60px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__voice-wrap {
    padding: 100px 0;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .p__voice-wrap {
    padding: 100px 0;
    max-width: 965px;
    margin: 0 auto;
  }
}
.p__voice-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p__voice-title {
    font-size: 4rem;
    font-weight: 700;
    color: #4897f3;
    margin-bottom: 80px;
  }
}
.p__voice-contents {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .p__voice-contents {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 60px;
    width: auto;
    overflow-x: hidden;
  }
}
.p__voice-contents::-webkit-scrollbar {
  display: none;
}
.p__voice-content {
  background: linear-gradient(to bottom, rgba(231, 240, 253, 0.5) 0%, rgba(243, 233, 253, 0.5) 100%);
  border-radius: 15px;
  padding: 25px 20px 20px;
  width: 285px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p__voice-content {
    background: linear-gradient(to bottom, rgba(231, 240, 253, 0.5) 0%, rgba(243, 233, 253, 0.5) 100%);
    border-radius: 15px;
    padding: 20px 2.6%;
    width: calc((100% - 30px) / 3);
  }
}
.p__voice-content-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3485e3;
  text-align: left;
  margin-bottom: 20px;
  width: 245px;
}
@media screen and (min-width: 960px) {
  .p__voice-content-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #3485e3;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .p__voice-content-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3485e3;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p__voice-content-text01 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #222;
  text-align: left;
  margin-bottom: 20px;
  white-space: normal;
}
.p__voice-content-text01 span {
  font-weight: 700;
}
.p__voice-content-text02 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #222;
  text-align: right;
}
.p__voice-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  text-align: left;
  padding-left: 1rem;
  text-indent: -1em;
}
@media screen and (min-width: 960px) {
  .p__voice-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    text-align: right;
  }
}
.p__entry-wrap {
  background-color: #f2f5fc;
  padding: 50px 0 60px;
}
@media screen and (min-width: 960px) {
  .p__entry-wrap {
    background-color: #f2f5fc;
    padding: 80px 0 100px;
  }
}
.p__entry-title {
  font-size: 4rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 85px;
}
.p__entry-contents {
  display: flex;
  gap: 50px;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__entry-contents {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .p__entry-contents {
    display: flex;
    gap: 4%;
    flex-direction: row;
    max-width: 961px;
    margin: 0 auto;
  }
}
.p__entry-content {
  border: 2px solid #009bff;
  background-color: #fff;
  border-radius: 15px;
  width: 61.1%;
  padding: 40px 30px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__entry-content {
    border: 3px solid #009bff;
    background-color: #fff;
    border-radius: 15px;
    width: calc((100% - 8%) / 3);
    padding: 40px 15px;
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p__entry-content {
    border: 3px solid #009bff;
    background-color: #fff;
    border-radius: 15px;
    width: calc((100% - 8%) / 3);
    padding: 40px 3.1%;
    position: relative;
    margin: 0;
  }
}
.p__entry-content-num {
  font-family: "Outfit", "sans-serif";
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #009bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p__entry-content-num {
    font-family: "Outfit", "sans-serif";
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #009bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p__entry-content-img01,
.p__entry-content-img02 {
  width: 235px;
  height: auto;
  margin: 0 auto 25px;
}
.p__entry-content-img01 {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p__entry-content-img01 {
    background-color: #f9f9f9;
    padding: 28px 0 29px;
  }
}
.p__entry-content-qr {
  display: block;
  width: 235px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__entry-content-qr {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}
.p__entry-content-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.p__qa-wrap {
  padding: 50px 0;
}
@media screen and (min-width: 960px) {
  .p__qa-wrap {
    padding: 100px 0;
  }
}
.p__qa-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p__qa-title {
    font-size: 4rem;
    font-weight: 700;
    color: #4897f3;
    margin-bottom: 60px;
  }
}
.p__qa-contents {
  max-width: 84%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 960px) {
  .p__qa-contents {
    max-width: 900px;
    margin: 0 auto 100px;
  }
}
.p__qa-content {
  border-top: 1px solid #ccc;
  padding: 24px 10px 20px;
}
@media screen and (min-width: 960px) {
  .p__qa-content {
    border-top: 1px solid #ccc;
    padding: 23px 50px 30px 50px;
  }
}
.p__qa-content:last-child {
  border-bottom: 1px solid #ccc;
}
.p__qa-content-q,
.p__qa-content-a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p__qa-content-q,
  .p__qa-content-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.p__qa-content-a {
  margin-bottom: 0;
}
.p__qa-content-text01,
.p__qa-content-text03 {
  font-family: "Outfit", "sans-serif";
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p__qa-content-text01,
  .p__qa-content-text03 {
    font-family: "Outfit", "sans-serif";
    font-size: 2.8rem;
    font-weight: 600;
  }
}
.p__qa-content-text01 {
  color: #4897f3;
}
.p__qa-content-text03 {
  color: #aa90e2;
}
.p__qa-content-text02 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4897f3;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .p__qa-content-text02 {
    font-size: 2rem;
    font-weight: 600;
    color: #4897f3;
    margin-top: 0;
  }
}
.p__qa-content-text04 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .p__qa-content-text04 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    margin-top: 0;
  }
}
.p__movie-wrap {
}
.p__movie-title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 30px;
}

.p__movie-title2 {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 700;
  color: #4897f3;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .p__movie-title {
    font-family: "Outfit", "sans-serif";
    font-size: 4.8rem;
    font-weight: 700;
    color: #4897f3;
    margin-bottom: 60px;
  }
  .p__movie-title2 {
    font-family: "Outfit", "sans-serif";
    font-size: 4.8rem;
    font-weight: 700;
    color: #4897f3;
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.mov_paly_btn:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin-left: -25px;
  margin-top: -25px;
  box-shadow: 0px 9px 21px rgb(0 0 0 / 20%);
  z-index: 3;
}
.mov_paly_btn:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-left: 16px solid #2a2f89;
  margin-left: -6px;
  margin-top: -10px;
  z-index: 3;
}
.movie-area .movieInner {
  text-align: center;
}
.mov_thumb {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.movie-area .movie-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333333;
}
.p__movie-img {
  width: 315px;
}
@media screen and (min-width: 960px) {
  .p__movie-img {
    width: 640px;
  }
}
.p__news-wrap {
  background-color: #f5f5f5;
  padding: 40px 0 50px;
}
@media screen and (min-width: 960px) {
  .p__news-wrap {
    background-color: #f5f5f5;
    padding: 60px 0;
  }
}
.p__news-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4897f3;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__news-title {
    font-size: 4rem;
    font-weight: 700;
    color: #4897f3;
    margin-bottom: 40px;
  }
}
.p__news-contents {
  margin: 0 auto;
  width: 89.3%;
}
@media screen and (min-width: 960px) {
  .p__news-contents {
    margin: 0 auto;
    width: 900px;
  }
}
.p__news-content {
  max-width: none;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 20px;
  text-align: left;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .p__news-content {
    max-width: 900px;
    border-radius: 5px;
    background-color: #fff;
    padding: 25px 50px;
    text-align: left;
    margin: 0 auto 20px;
  }
}
.p__news-content:last-child {
  margin: 0 auto;
}
.p__news-content-text01 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.4rem;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 5px;
}
.p__news-content-text02 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4897f3;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p__news-content-text02 {
    font-size: 2rem;
    font-weight: 600;
    color: #4897f3;
    margin-bottom: 20px;
  }
}
.p__news-content-text03 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
.p__line-wrap {
  padding: 50px 0 60px;
}
@media screen and (min-width: 960px) {
  .p__line-wrap {
    padding: 100px 0;
  }
}
.p__line-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #222;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__line-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    color: #222;
    margin-bottom: 60px;
  }
}
.p__line-border {
  background: linear-gradient(to right, #e7f0fd 0%, #f3e9fd 100%);
  padding: 5px;
  border-radius: 15px;
  max-width: 89.3%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__line-border {
    background: linear-gradient(to right, #e7f0fd 0%, #f3e9fd 100%);
    padding: 5px;
    border-radius: 15px;
    max-width: 900px;
    margin: 0 auto;
  }
}
.p__line-contents {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 35px;
}
@media screen and (min-width: 960px) {
  .p__line-contents {
    background: #fff;
    border-radius: 10px;
    padding: 50px 50px 40px;
  }
}
.p__line-content01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p__line-content01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p__line-content01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 40px;
  }
}
.p__line-content01-title,
.p__line-content01-title span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  background: linear-gradient(to right, #4897f3 0%, #aa90e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__line-content01-title,
  .p__line-content01-title span {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 2;
    background: linear-gradient(to right, #4897f3 0%, #aa90e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
}
.p__line-content01-title span {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p__line-content01-title span {
    margin-bottom: 18px;
  }
}
.p__line-content01-img {
  width: 248px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p__line-content01-img {
    width: 300px;
    height: auto;
  }
}
.p__line-line {
  display: none;
}
@media screen and (min-width: 960px) {
  .p__line-line {
    /* content: ''; */
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 30px;
  }
}
.p__line-content02 {
  display: none;
}
@media screen and (min-width: 960px) {
  .p__line-content02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.p__line-content02-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  color: #222;
}
.p__line-content02-qr {
  width: 100px;
  height: 100px;
  margin-left: 37.1px;
}
#footer .ftBoxInner {
  width: 94%;
  margin: 0 auto;
}
.p__line-add {
  width: 100%;
  height: 54px;
  background: #07b53b;
  box-shadow: 0 3px 0 0 #04912e;
  border-radius: 10px;
}
.p__line-add-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.p__line-add-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20.3px;
}
.p__line-add-link:focus {
  outline: none;
}
