h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: .1rem; }

.pop {
  background: #fff;
  width: 587px;
  border: 3px solid #1450a9; }
  @media screen and (max-width: 780px) {
    .pop {
      width: 335px;
      overflow-y: scroll;
      max-height: 80vh !important; } }
  .pop__top {
    color: #fff;
    background: #1450a9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 10px; }
    @media screen and (max-width: 780px) {
      .pop__top {
        padding: 20px 15px;
        width: 100%; } }
  .pop__title {
    background: linear-gradient(180deg, #f06a8f 0%, #e70c48 100%);
    font-size: 20px;
    text-align: center;
    border: 3px solid #fff;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 780px) {
      .pop__title {
        font-size: 15px;
        line-height: 1.5rem;
        letter-spacing: 0px;
        width: 100%;
        padding: 5px 0;
        border: 2px solid #fff;
        border-radius: 5px; } }
  .pop__heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6rem;
    text-align: center; }
    @media screen and (max-width: 780px) {
      .pop__heading {
        font-size: 14px;
        line-height: 1.4rem;
        letter-spacing: 0; } }
  .pop__content {
    padding: 15px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 780px) {
      .pop__content {
        padding: 15px 12px 30px; } }
    .pop__content__heading {
      font-size: 18px;
      margin-bottom: 15px; }
      @media screen and (max-width: 780px) {
        .pop__content__heading {
          font-size: 14px; } }
    .pop__content__table {
      background: #1450a9;
      display: flex;
      flex-direction: column;
      border: 2px solid #1450a9;
      gap: 2px 0;
      margin-bottom: 15px; }
      .pop__content__table .column {
        display: flex;
        gap: 0 2px; }
        .pop__content__table .column__label {
          background: #eef3fb;
          font-size: 18px;
          font-weight: 600;
          width: 126px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 5px 0; }
          @media screen and (max-width: 780px) {
            .pop__content__table .column__label {
              font-size: 13px;
              align-items: flex-start;
              justify-content: flex-start;
              padding: 10px 5px;
              width: auto; } }
          .pop__content__table .column__label--small {
            font-size: 14px;
            font-weight: 300; }
            @media screen and (max-width: 780px) {
              .pop__content__table .column__label--small {
                font-size: 13px; } }
        .pop__content__table .column__item {
          background: #eef3fb;
          font-size: 14px;
          line-height: 1.4rem;
          flex: 1;
          padding: 15px 15px 15px 10px; }
          @media screen and (max-width: 780px) {
            .pop__content__table .column__item {
              font-size: 13px;
              padding: 10px; } }
    .pop__content__text {
      font-size: 14px;
      line-height: 1.4rem;
      margin-bottom: 15px; }
      @media screen and (min-width: 781px) {
        .pop__content__text {
          text-align: center; } }
    .pop__content__link {
      background: #4eb4e4;
      color: #fff;
      width: 340px;
      padding: 15px 0 17px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 780px) {
        .pop__content__link {
          font-size: 14px;
          width: 275px; } }
      .pop__content__link::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px; }
        @media screen and (max-width: 780px) {
          .pop__content__link::after {
            width: 6px;
            height: 6px; } }

.top {
  color: #fff;
  background: url(../img/kv.jpg) no-repeat center/cover;
  height: 818px;
  margin: 82px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 0;
  z-index: 0; }
  @media screen and (max-width: 780px) {
    .top {
      margin: 50px 0 0;
      background: url(../img/kv_sp.jpg) no-repeat center/cover;
      height: 500px;
      padding: 20px 0 0; } }
  .top::after {
    content: '';
    background: #000;
    opacity: .5;
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 780px) {
      .top::after {
        height: 185px; } }
  .top__heading {
    background: linear-gradient(90deg, rgba(231, 12, 72, 0) 0%, rgba(231, 12, 72, 0.7) 10%, rgba(231, 12, 72, 0.699339) 50%, rgba(231, 12, 72, 0.704941) 90%, rgba(231, 12, 72, 0) 100%);
    font-size: 23px;
    font-weight: 500;
    width: 100%;
    max-width: 965px;
    text-align: center;
    padding: 15px 0 17px;
    margin-bottom: 40px; }
    @media screen and (max-width: 780px) {
      .top__heading {
        font-size: 14px;
        line-height: 1.4rem;
        padding: 10px 0 12px;
        margin-bottom: 15px; } }
    .top__heading--yellow {
      color: #ebea39; }
  .top__title {
    margin-bottom: 35px; }
    @media screen and (max-width: 780px) {
      .top__title {
        width: 297px;
        margin-bottom: 20px; } }
  .top__wrap {
    display: flex;
    justify-content: center;
    gap: 0 90px;
    margin-bottom: 50px; }
    @media screen and (max-width: 780px) {
      .top__wrap {
        gap: 0 25px;
        margin-bottom: 15px; } }
  .top__box {
    background: #1450a9;
    width: 270px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 780px) {
      .top__box {
        width: 135px;
        height: 70px; } }
    .top__box::before {
      content: '';
      background: url(../img/top_check_icon.png) no-repeat center/cover;
      width: 37px;
      height: 38px;
      position: absolute;
      top: -16px; }
      @media screen and (max-width: 780px) {
        .top__box::before {
          width: 18px;
          height: 18px;
          top: -8px; } }
    .top__box__text {
      font-size: 26px;
      text-align: center; }
      @media screen and (max-width: 780px) {
        .top__box__text {
          font-size: 14px;
          line-height: 1.4rem; } }
  .top__text {
    font-size: 24px;
    font-weight: 500;
    font-weight: 600;
    text-align: center;
    line-height: 2.4rem;
    text-shadow: 5px 5px 4px #000;
    z-index: 5; }
    @media screen and (max-width: 780px) {
      .top__text {
        font-size: 16px;
        line-height: 1.6rem; } }
    .top__text--yellow {
      color: #ebea39; }

.intro {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .intro .particles-js,
  .intro .particles_mask {
    height: calc(100% - 345px); }
  .intro__title {
    margin: -40px 0 55px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 780px) {
      .intro__title {
        width: 100%;
        margin: -20px 0 50px; } }
  .intro__contents {
    margin-bottom: 85px; }
    @media screen and (max-width: 780px) {
      .intro__contents {
        margin-bottom: 25px; } }
  .intro__heading {
    font-size: 26px;
    width: 780px;
    padding: 20px 0;
    margin: 0 auto 40px;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    @media screen and (max-width: 780px) {
      .intro__heading {
        font-size: 15px;
        line-height: 1.5rem;
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 15px 0;
        margin-bottom: 30px;
        letter-spacing: 0; } }
  .intro__text {
    font-size: 20px;
    line-height: 2rem;
    margin-bottom: 75px; }
    @media screen and (max-width: 780px) {
      .intro__text {
        font-size: 14px;
        line-height: 1.4rem;
        margin-bottom: 35px; } }
  .intro__wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 780px) {
      .intro__wrap {
        flex-direction: column;
        align-items: center; } }
  @media screen and (max-width: 780px) {
    .intro__img {
      width: 100%;
      margin-bottom: 25px; } }

.info01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 385px 0 0;
  margin: -295px 0 0; }
  @media screen and (max-width: 780px) {
    .info01 {
      margin: -75px 0 0;
      padding: 105px 0 0; } }
  .info01__bg {
    background: url(../img/info01_bg.jpg) no-repeat top/cover;
    width: 100%;
    height: 2120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 780px) {
      .info01__bg {
        background: url(../img/info01_bg_sp.jpg) no-repeat top/cover;
        background-size: 100vw;
        height: 670px; } }
  .info01__title {
    margin-bottom: 130px;
    position: relative; }
    @media screen and (max-width: 780px) {
      .info01__title {
        margin-bottom: 60px; } }
    .info01__title::before {
      content: '';
      background: url(../img/cambodia_shape.png) no-repeat center/cover;
      height: 295px;
      width: 367px;
      position: absolute;
      top: -83px;
      left: -312px; }
      @media screen and (max-width: 780px) {
        .info01__title::before {
          width: 140px;
          height: 112px;
          top: -28px;
          left: calc(50% - 170px); } }
    @media screen and (max-width: 780px) {
      .info01__title__img {
        width: 230px; } }
  .info01__item {
    margin-bottom: 120px; }
    @media screen and (max-width: 780px) {
      .info01__item {
        margin-bottom: 70px; } }
  @media screen and (min-width: 781px) {
    .info01__slider {
      margin-left: -50px; } }
  .info01 .slider__item__img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast; }
    @media screen and (max-width: 780px) {
      .info01 .slider__item__img {
        width: 267px; } }
  .info01 .slick-main {
    width: 449px;
    padding: 0 5px;
    margin-bottom: 10px; }
    @media screen and (max-width: 780px) {
      .info01 .slick-main {
        width: 277px;
        margin: 0 auto 10px; } }
  .info01 .slick-thumb {
    width: 449px; }
    @media screen and (max-width: 780px) {
      .info01 .slick-thumb {
        width: 240px;
        margin: 0 auto; } }
    .info01 .slick-thumb .slick-list {
      padding: 0 !important; }
    .info01 .slick-thumb .slider__item.filter-dark {
      filter: brightness(50%); }
    .info01 .slick-thumb .slider__item__img {
      width: 100%;
      padding: 0 5px; }
      @media screen and (max-width: 780px) {
        .info01 .slick-thumb .slider__item__img {
          width: 80px; } }
    .info01 .slick-thumb .slider__arrow {
      width: 80px;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 5; }
      @media screen and (max-width: 780px) {
        .info01 .slick-thumb .slider__arrow {
          width: 70px; } }
      .info01 .slick-thumb .slider__arrow::after {
        content: '';
        height: 10px;
        width: 10px;
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%; }
    .info01 .slick-thumb .prev-arrow {
      left: 5px; }
      .info01 .slick-thumb .prev-arrow::after {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        left: calc(50% - 3px); }
    .info01 .slick-thumb .next-arrow {
      right: 4px; }
      .info01 .slick-thumb .next-arrow::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: calc(50% - 3px); }
  .info01__contents {
    margin: -355px 0 0; }
    @media screen and (max-width: 780px) {
      .info01__contents {
        margin: -163px 0 0; } }
    .info01__contents__heading {
      color: #dfcc6c;
      font-size: 28px;
      font-weight: 500;
      line-height: 2.8rem;
      margin-bottom: 30px; }
      @media screen and (min-width: 781px) {
        .info01__contents__heading {
          padding-left: 440px; } }
      @media screen and (max-width: 780px) {
        .info01__contents__heading {
          font-size: 15px;
          line-height: 1.5rem;
          text-align: center;
          margin-bottom: 15px; } }
    .info01__contents__box {
      background: #fff;
      display: flex;
      flex-direction: column;
      padding: 50px 40px 15px;
      width: 100%; }
      @media screen and (max-width: 780px) {
        .info01__contents__box {
          padding: 180px 15px 10px; } }
    .info01__contents .box__top {
      align-self: flex-end;
      margin-bottom: 20px; }
      @media screen and (min-width: 781px) {
        .info01__contents .box__top {
          min-width: 530px; } }
      @media screen and (max-width: 780px) {
        .info01__contents .box__top {
          align-self: flex-start;
          margin-bottom: 5px; } }
      .info01__contents .box__top__wrap {
        display: flex;
        align-items: center;
        gap: 0 20px;
        margin-bottom: 15px; }
        @media screen and (max-width: 780px) {
          .info01__contents .box__top__wrap {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px; } }
      .info01__contents .box__top__label {
        background: #1450a9;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 13px 12px 15px; }
        @media screen and (max-width: 780px) {
          .info01__contents .box__top__label {
            font-size: 13px;
            padding: 5px 8px 6px 8px;
            margin-bottom: 5px; } }
      .info01__contents .box__top__text {
        font-size: 18px;
        font-weight: 500; }
        @media screen and (max-width: 780px) {
          .info01__contents .box__top__text {
            font-size: 13px; } }
    .info01__contents .box__list {
      align-self: flex-end; }
      @media screen and (min-width: 781px) {
        .info01__contents .box__list {
          width: 530px;
          margin-bottom: 40px; } }
      .info01__contents .box__list__item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px; }
        .info01__contents .box__list__item .item__check {
          margin: 6px 15px 0 0; }
          @media screen and (max-width: 780px) {
            .info01__contents .box__list__item .item__check {
              width: 15px;
              margin: 6px 5px 0 0; } }
        .info01__contents .box__list__item .item__text {
          font-size: 16px;
          line-height: 1.6rem; }
          @media screen and (max-width: 780px) {
            .info01__contents .box__list__item .item__text {
              font-size: 13px;
              line-height: 1.3rem; } }
    .info01__contents .box__voice__heading {
      display: flex;
      align-items: center;
      gap: 0 50px;
      margin-bottom: 35px;
      position: relative; }
      @media screen and (max-width: 780px) {
        .info01__contents .box__voice__heading {
          gap: 0 15px;
          margin-bottom: 20px; } }
      .info01__contents .box__voice__heading::after {
        content: '';
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 30px;
        transition-duration: .3s; }
        @media screen and (max-width: 780px) {
          .info01__contents .box__voice__heading::after {
            width: 6px;
            height: 6px;
            right: 10px; } }
      .info01__contents .box__voice__heading.is-showed::after {
        transform: translateY(10%) rotate(-135deg);
        transition-duration: .3s; }
      @media screen and (max-width: 780px) {
        .info01__contents .box__voice__heading .voice__icon {
          width: 75px; } }
      .info01__contents .box__voice__heading .voice__balloon {
        background: #4eb4e4;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        max-width: 810px;
        width: 86%;
        padding: 30px 0;
        border-radius: 15px;
        position: relative; }
        @media screen and (max-width: 780px) {
          .info01__contents .box__voice__heading .voice__balloon {
            font-size: 13px;
            padding-right: 10px; } }
        .info01__contents .box__voice__heading .voice__balloon::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 12px 6px 0;
          border-color: transparent #4eb4e4 transparent transparent;
          transform: translateY(-50%);
          position: absolute;
          top: 52%;
          left: -12px; }
          @media screen and (max-width: 780px) {
            .info01__contents .box__voice__heading .voice__balloon::before {
              border-width: 3.5px 5px 3.5px 0;
              left: -5px; } }
    .info01__contents .box__voice__text {
      font-size: 16px;
      line-height: 1.6rem; }
      @media screen and (min-width: 781px) {
        .info01__contents .box__voice__text {
          padding: 0 0 35px 140px; } }
      @media screen and (max-width: 780px) {
        .info01__contents .box__voice__text {
          font-size: 13px;
          line-height: 1.3rem;
          padding-bottom: 20px; } }

.info02,
.reason01,
.reason02 {
  background: #fff;
  position: relative; }
  .info02__title,
  .reason01__title,
  .reason02__title {
    background: url(../img/section_title_bg.jpg) no-repeat center/cover;
    height: 226px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 780px) {
      .info02__title,
      .reason01__title,
      .reason02__title {
        background: url(../img/section_title_bg_sp.jpg) no-repeat center/cover;
        height: 122px; } }

.info02 {
  padding-bottom: 140px; }
  @media screen and (max-width: 780px) {
    .info02 {
      padding-bottom: 40px; } }
  .info02__title {
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .info02__title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 780px) {
      .info02__title__img {
        width: 225px; } }
  .info02 .container {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 780px) {
      .info02 .container {
        padding: 0; } }
  .info02__profile {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .info02__profile {
        margin-bottom: 50px; } }
    .info02__profile__img {
      align-self: flex-end;
      z-index: 5; }
      @media screen and (max-width: 780px) {
        .info02__profile__img {
          width: 160px; } }
    .info02__profile__contents {
      margin-top: -320px; }
      @media screen and (max-width: 780px) {
        .info02__profile__contents {
          margin-top: -150px; } }
      .info02__profile__contents .profile__heading {
        color: #1350a9;
        font-size: 24px;
        font-weight: 600;
        padding-left: 30px;
        margin-bottom: 20px; }
        @media screen and (max-width: 780px) {
          .info02__profile__contents .profile__heading {
            font-size: 15px;
            padding-left: 25px; } }
      .info02__profile__contents .profile__wrap {
        background: #eee;
        max-width: 770px;
        padding: 45px 80px 40px 30px; }
        @media screen and (max-width: 780px) {
          .info02__profile__contents .profile__wrap {
            padding: 15px 25px 15px 25px;
            margin-right: 25px; } }
      .info02__profile__contents .profile__name {
        font-size: 20px;
        font-weight: 500; }
        @media screen and (max-width: 780px) {
          .info02__profile__contents .profile__name {
            font-size: 14px;
            line-height: 1.4rem;
            margin-bottom: 15px; } }
      .info02__profile__contents .profile__text {
        font-size: 16px;
        line-height: 1.6rem; }
        @media screen and (max-width: 780px) {
          .info02__profile__contents .profile__text {
            font-size: 14px;
            line-height: 1.4rem; } }
  @media screen and (max-width: 780px) {
    .info02__contents {
      padding: 0 25px; } }
  .info02__contents__date {
    color: #aaa;
    font-size: 16px;
    font-weight: 500; }
    @media screen and (max-width: 780px) {
      .info02__contents__date {
        font-size: 12px;
        margin-bottom: 5px; } }
  .info02__contents__title {
    font-size: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 780px) {
      .info02__contents__title {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 30px; } }
  .info02__contents__item {
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .info02__contents__item {
        margin-bottom: 40px; } }
    .info02__contents__item .item__heading {
      font-size: 25px;
      font-weight: 500;
      border-left: 6px solid #1450a9;
      padding-left: 25px;
      margin-bottom: 30px; }
      @media screen and (max-width: 780px) {
        .info02__contents__item .item__heading {
          font-size: 15px;
          border-left: 3px solid #1450a9;
          padding-left: 10px;
          line-height: 1.5rem;
          margin-bottom: 15px; } }
    .info02__contents__item .item__text {
      font-size: 18px;
      line-height: 1.8rem; }
      @media screen and (max-width: 780px) {
        .info02__contents__item .item__text {
          font-size: 14px;
          line-height: 1.4rem; } }
  .info02__link {
    color: #1450a9;
    font-size: 18px;
    align-self: flex-end;
    border-bottom: 1px solid #1450a9;
    padding-bottom: 5px;
    position: relative;
    margin: -45px 0 0; }
    .info02__link::before {
      content: '';
      width: 8px;
      height: 8px;
      transform: translateY(-50%) rotate(45deg);
      border-top: 1px solid #1450a9;
      border-right: 1px solid #1450a9;
      position: absolute;
      top: 42%;
      left: -25px; }

@media screen and (max-width: 780px) {
  .reason01 {
    margin-bottom: 65px; } }

.reason01__title {
  margin-bottom: 80px; }
  @media screen and (max-width: 780px) {
    .reason01__title {
      margin-bottom: 35px; } }
  @media screen and (max-width: 780px) {
    .reason01__title__img {
      width: 200px; } }

.reason01__item {
  margin-bottom: 100px; }
  @media screen and (max-width: 780px) {
    .reason01__item {
      margin-bottom: 40px; } }
  .reason01__item__title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    margin-bottom: 45px; }
    @media screen and (max-width: 780px) {
      .reason01__item__title {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 2px solid #000; } }
    .reason01__item__title .title__number {
      margin-right: 40px; }
      @media screen and (max-width: 780px) {
        .reason01__item__title .title__number {
          width: 65px;
          margin-right: 10px; } }
    .reason01__item__title .title__text {
      font-size: 35px;
      font-weight: 400; }
      @media screen and (max-width: 780px) {
        .reason01__item__title .title__text {
          font-size: 18px;
          line-height: 1.8rem; } }
  @media screen and (max-width: 780px) {
    .reason01__item__img {
      width: 160px; } }
  .reason01__item__wrap {
    display: flex;
    justify-content: space-between; }

.data {
  background: url(../img/data_bg.jpg) no-repeat center/cover;
  padding: 75px 0 160px; }
  @media screen and (max-width: 780px) {
    .data {
      padding: 50px 0 0; } }
  .data .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1230px; }
    @media screen and (max-width: 780px) {
      .data .container {
        padding: 0; } }
  .data__title {
    margin-bottom: 70px; }
    @media screen and (max-width: 780px) {
      .data__title {
        width: 300px;
        margin-bottom: 40px; } }
  .data__wrap {
    width: 100%;
    display: flex;
    gap: 0 75px; }
    @media screen and (max-width: 780px) {
      .data__wrap {
        flex-direction: column; } }
  .data__place {
    max-width: 533px;
    width: 56%; }
    @media screen and (max-width: 780px) {
      .data__place {
        max-width: 375px;
        width: 100%;
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 55px; } }
    .data__place__map {
      margin-bottom: 30px;
      width: 100%; }
      @media screen and (max-width: 780px) {
        .data__place__map {
          width: 270px;
          margin-bottom: 20px; } }
    .data__place__text {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      line-height: 2rem; }
      @media screen and (max-width: 780px) {
        .data__place__text {
          font-size: 14px;
          line-height: 1.4rem; } }
  .data__table {
    background: #fff;
    flex: 1;
    padding: 30px 25px 0; }
    @media screen and (max-width: 780px) {
      .data__table {
        padding: 50px 55px 20px; } }
    .data__table__heading {
      background: #1450a9;
      color: #fff;
      font-size: 21px;
      font-weight: 400;
      text-align: center;
      padding: 15px 0 17px;
      margin-bottom: 40px; }
      @media screen and (max-width: 780px) {
        .data__table__heading {
          font-size: 14px;
          margin-bottom: 30px; } }
    .data__table__wrap {
      display: flex;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 780px) {
        .data__table__wrap {
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .data__table__wrap:last-of-type {
        border: none; }
    .data__table__label {
      font-size: 16px;
      width: 28%; }
      @media screen and (min-width: 781px) {
        .data__table__label {
          padding-left: 7%; } }
      @media screen and (max-width: 780px) {
        .data__table__label {
          width: 60px;
          font-size: 14px; } }
    .data__table__text {
      font-size: 16px; }
      @media screen and (max-width: 780px) {
        .data__table__text {
          font-size: 14px;
          word-break: break-all;
          flex: 1; } }

.reason02 {
  padding-bottom: 130px; }
  @media screen and (max-width: 780px) {
    .reason02 {
      padding-bottom: 40px; } }
  .reason02__title {
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .reason02__title {
        margin-bottom: 45px; } }
    @media screen and (max-width: 780px) {
      .reason02__title__img {
        width: 262px; } }
  .reason02 .container {
    max-width: 1335px;
    display: flex;
    justify-content: center;
    gap: 60px 63px;
    flex-wrap: wrap; }
    @media screen and (max-width: 780px) {
      .reason02 .container {
        flex-direction: column;
        gap: 35px 0; } }
  @media screen and (min-width: 781px) {
    .reason02__item {
      width: 31%;
      max-width: 403px; } }
  .reason02__item__top {
    position: relative;
    margin-bottom: 25px; }
    @media screen and (max-width: 780px) {
      .reason02__item__top {
        width: 265px;
        margin: 0 auto 25px; } }
  .reason02__item__img {
    width: 100%; }
  .reason02__item__title {
    color: #dfcc6c;
    font-size: 30px;
    font-weight: 500;
    line-height: 3rem;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    text-align: center; }
    @media screen and (max-width: 780px) {
      .reason02__item__title {
        font-size: 18px;
        line-height: 1.8rem; } }
  .reason02__item__heading {
    color: #1350a9;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.9rem;
    margin-bottom: 25px; }
    @media screen and (max-width: 780px) {
      .reason02__item__heading {
        font-size: 15px;
        line-height: 1.5rem;
        margin-bottom: 15px; } }
  .reason02__item__text {
    font-size: 18px;
    line-height: 1.8rem; }
    @media screen and (max-width: 780px) {
      .reason02__item__text {
        font-size: 14px; } }

.about {
  background: url(../img/about_bg.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0 0; }
  @media screen and (max-width: 780px) {
    .about {
      padding: 40px 0 0; } }
  .about__title {
    margin-bottom: 85px; }
    @media screen and (max-width: 780px) {
      .about__title {
        width: 195px;
        margin-bottom: 35px; } }
  .about__wrap {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 0 40px;
    margin-bottom: 50px; }
    @media screen and (max-width: 780px) {
      .about__wrap {
        flex-direction: column;
        padding: 0 25px;
        gap: 30px 0;
        max-width: 375px;
        margin-bottom: 30px; } }
  .about__table {
    background: #fff;
    flex: 1;
    padding: 50px 25% 0; }
    @media screen and (max-width: 780px) {
      .about__table {
        padding: 20px 15px 0; } }
    .about__table__item {
      border-bottom: 1px solid #ccc;
      display: flex;
      padding-bottom: 28px;
      margin-bottom: 28px; }
      @media screen and (max-width: 780px) {
        .about__table__item {
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .about__table__item:last-of-type {
        border: none; }
      .about__table__item .item__label {
        font-size: 16px;
        line-height: 1.6rem;
        max-width: 170px;
        width: 33%;
        padding: 0 6% 0 6%; }
        @media screen and (max-width: 780px) {
          .about__table__item .item__label {
            font-size: 14px;
            width: 100px;
            padding: 0 10px; } }
      .about__table__item .item__text {
        font-size: 16px;
        line-height: 1.6rem; }
        @media screen and (max-width: 780px) {
          .about__table__item .item__text {
            font-size: 14px;
            flex: 1; } }
  .about__map {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: 420px; }
    @media screen and (min-width: 781px) {
      .about__map {
        width: 35%; } }
    @media screen and (max-width: 780px) {
      .about__map {
        align-items: center;
        gap: 20px 0; } }
    @media screen and (max-width: 780px) {
      .about__map__item {
        width: 270px; } }
  .about__staff {
    background: #fff;
    max-width: 1200px;
    width: 100%;
    padding: 50px 90px 60px;
    margin-bottom: 80px; }
    @media screen and (max-width: 780px) {
      .about__staff {
        max-width: 325px;
        width: calc(100% - 50px);
        padding: 25px 35px;
        margin-bottom: 25px; } }
    .about__staff__heading {
      background: #1450a9;
      color: #fff;
      font-size: 21px;
      font-weight: 600;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 60px; }
      @media screen and (max-width: 780px) {
        .about__staff__heading {
          font-size: 14px;
          margin-bottom: 20px; } }
    @media screen and (min-width: 781px) {
      .about__staff__wrap {
        display: flex;
        gap: 0 50px; } }
    @media screen and (max-width: 780px) {
      .about__staff__info {
        margin-bottom: 25px; } }
    .about__staff__info .info__name {
      color: #1350a9;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 25px; }
      @media screen and (max-width: 780px) {
        .about__staff__info .info__name {
          font-size: 15px;
          text-align: center; } }
      .about__staff__info .info__name__kana {
        font-size: 14px; }
        @media screen and (max-width: 780px) {
          .about__staff__info .info__name__kana {
            font-size: 10px; } }
    @media screen and (max-width: 780px) {
      .about__staff__info .info__image {
        width: 185px;
        margin: 0 auto;
        display: block; } }
    .about__staff__text {
      font-size: 16px;
      line-height: 1.6rem; }
      @media screen and (max-width: 780px) {
        .about__staff__text {
          font-size: 14px;
          line-height: 1.4rem; } }
  .about__contact {
    position: fixed;
    bottom: 0;
    z-index: 500; }
    .about__contact__img {
      display: block;
      max-width: 1164px;
      width: 100%; }
      @media screen and (max-width: 780px) {
        .about__contact__img {
          width: 350px; } }

.lity {
  background: rgba(34, 34, 34, 0.6); }

@media screen and (max-width: 780px) {
  .lity-content {
    margin: 0 auto;
    width: 335px; } }

.lity-close {
  background: #ccc;
  text-indent: -9999px;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -30px;
  right: -30px; }
  @media screen and (max-width: 780px) {
    .lity-close {
      width: 32px;
      height: 32px;
      top: -15px;
      right: -15px; } }
  .lity-close:hover {
    background: #ccc; }
  .lity-close::before, .lity-close::after {
    content: '';
    background: #fff;
    height: 40px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media screen and (max-width: 780px) {
      .lity-close::before, .lity-close::after {
        height: 20px; } }
  .lity-close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .lity-close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }
