@charset "UTF-8";
.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: inline-block;
  }
}

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

/*-- globalフォルダの中の_index.scss --*/
.l-main#top {
  overflow-x: hidden;
}
.l-main#top .mv__container {
  padding-bottom: 965px;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .l-main#top .mv__container {
    padding-bottom: 59%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv__container {
    padding-bottom: 116%;
  }
}
.l-main#top .mv__container::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/mv/be01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 2143px;
  padding-top: 833px;
  top: -48px;
  left: 53%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1640px) {
  .l-main#top .mv__container::before {
    width: 105%;
    padding-top: 100%;
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv__container::before {
    background-image: url("../../img/mv/be01_sp.png");
    width: 133%;
    padding-top: 114%;
    top: -5%;
    left: 50%;
  }
}
.l-main#top .mv__title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1640px) {
  .l-main#top .mv__title {
    top: 7%;
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv__title {
    top: 10%;
    width: 82%;
  }
}
.l-main#top .mv__main {
  width: 100%;
  margin-right: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-main#top .mv__main {
    padding-left: 15px;
    margin-right: 0;
  }
}
.l-main#top .work {
  position: relative;
}
.l-main#top .work::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/work/pre-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 881px;
  padding-top: 795px;
  top: -100px;
  left: calc(50% - 1050px);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-main#top .work::before {
    width: 48%;
    padding-top: 50%;
    top: -5px;
    left: -53px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work::before {
    left: -7%;
  }
}
.l-main#top .work::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/work/pre-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 679px;
  padding-top: 795px;
  top: -155px;
  right: calc(50% - 1100px);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-main#top .work::after {
    background-image: url("../../img/work/pre-02_sp.png");
    width: 42%;
    padding-top: 57%;
    top: 27px;
    right: -56px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work::after {
    right: -7%;
  }
}
.l-main#top .work__container {
  padding-top: 70px;
  padding-bottom: 62px;
  background-color: #1945B8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .work__container {
    padding-top: 30px;
    padding-bottom: 51px;
  }
}
.l-main#top .work__container::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/work/mon-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 169px;
  padding-top: 158px;
  bottom: 0;
  left: 40px;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .l-main#top .work__container::before {
    width: 125px;
    padding-top: 115px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work__container::before {
    width: 100px;
    padding-top: 93px;
    left: 54px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work__container::before {
    left: 5%;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work__container::before {
    width: 70px;
    padding-top: 65px;
    left: 3%;
  }
}
.l-main#top .work__container::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/work/mon-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 169px;
  padding-top: 158px;
  bottom: 0;
  right: 40px;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .l-main#top .work__container::after {
    width: 125px;
    padding-top: 115px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work__container::after {
    width: 100px;
    padding-top: 93px;
    right: 54px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work__container::after {
    right: 5%;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work__container::after {
    width: 70px;
    padding-top: 65px;
    right: 3%;
  }
}
.l-main#top .work__inner {
  max-width: 1418px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1418px) {
  .l-main#top .work__inner {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work__inner {
    max-width: 614px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 614px) {
  .l-main#top .work__inner {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
.l-main#top .work__title {
  font-size: 100px;
  font-size: 6.25rem;
  color: #FFFFFF;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .l-main#top .work__title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work__title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.l-main#top .work-list {
  display: flex;
  margin-bottom: 53px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .work-list {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work-list {
    display: block;
  }
}
.l-main#top .work-list__item {
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .work-list__item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work-list__item {
    margin-right: 17px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .work-list__item {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}
.l-main#top .work-list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 425px) {
  .l-main#top .work-list__item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.l-main#top .work-list__box {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 0 0 36px 36px;
  padding: 48px 10px 47px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .work-list__box {
    padding: 35px 10px 34px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work-list__box {
    padding: 28px 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work-list__box {
    padding: 20px 10px;
    border-radius: 0 0 30px 30px;
  }
}
.l-main#top .work-list__thumb img {
  border-radius: 36px 36px 0 0;
}
@media screen and (max-width: 640px) {
  .l-main#top .work-list__thumb img {
    border-radius: 30px 30px 0 0;
  }
}
.l-main#top .work-list__theme {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .work-list__theme {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .work-list__theme {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .work-list__theme {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 15px;
  }
}
.l-main#top .work-list__btn {
  margin-top: auto;
}
.l-main#top .about__container {
  padding-top: 140px;
  padding-bottom: 217px;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1650px) {
  .l-main#top .about__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__container {
    max-width: 615px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 615px) {
  .l-main#top .about__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
.l-main#top .about__container::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/about/pre-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 193px;
  padding-top: 175px;
  top: -89px;
  right: calc(50% - 500px);
}
@media screen and (max-width: 1400px) {
  .l-main#top .about__container::before {
    width: 110px;
    padding-top: 100px;
    top: -49px;
    right: calc(50% - 290px);
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__container::before {
    right: auto;
    width: 71px;
    padding-top: 63px;
    top: 81px;
    left: -3%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__container::before {
    top: 43px;
    left: -8%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about__container::before {
    left: -3%;
  }
}
.l-main#top .about__inner {
  text-align: center;
  color: #FFFFFF;
  padding: 170px 4.375% 90px;
  background-color: #1843B2;
  border-radius: 224px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__inner {
    padding: 150px 4.375% 70px;
    border-radius: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__inner {
    padding: 65px 4.375%;
    border-radius: 100px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about__inner {
    border-radius: 80px;
  }
}
.l-main#top .about__inner::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/about/pre-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 427px;
  padding-top: 389px;
  bottom: 240px;
  left: calc(50% - 1080px);
}
@media screen and (max-width: 1650px) {
  .l-main#top .about__inner::before {
    left: -22%;
    bottom: -200px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__inner::before {
    width: 237px;
    padding-top: 219px;
    left: -12%;
    bottom: -130px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__inner::before {
    width: 39%;
    padding-top: 36%;
    left: -16%;
    bottom: -15%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about__inner::before {
    width: 25%;
    padding-top: 23%;
    bottom: -4%;
    left: -9%;
  }
}
.l-main#top .about__inner::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/about/pre-03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 324px;
  padding-top: 303px;
  top: 288px;
  right: calc(50% - 972px);
}
@media screen and (max-width: 1650px) {
  .l-main#top .about__inner::after {
    right: -238px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__inner::after {
    width: 137px;
    padding-top: 129px;
    right: -60px;
    top: 450px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__inner::after {
    width: 23%;
    padding-top: 22%;
    right: -16%;
    top: 11%;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about__inner::after {
    top: 16%;
  }
}
.l-main#top .about__box {
  padding-bottom: 50px;
  max-width: 1221px;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 5px solid #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__box {
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about__box {
    padding-bottom: 10px;
  }
}
.l-main#top .about__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main#top .about__title {
    margin-bottom: 13px;
    width: 80%;
    max-width: 381px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-main#top .about__head {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.34;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__head {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__head {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about__head {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-main#top .about__detail {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.66;
}
@media screen and (max-width: 1300px) {
  .l-main#top .about__detail {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .about__detail {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .about__detail {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about__detail {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about__detail {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about__detail {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 330px) {
  .l-main#top .about__detail {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point__container {
    padding-top: 20px;
  }
}
.l-main#top .point__title {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.625;
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.l-main#top .point-box {
  margin-top: -90px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box {
    margin-top: -35px;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point-box {
    margin-top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point-box {
    margin-bottom: 15px;
  }
}
.l-main#top .point-box:first-of-type {
  margin-top: 0;
}
.l-main#top .point-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 98.5%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box::before {
    top: -22px;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point-box::before {
    top: -27px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point-box::before {
    top: -6px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point-box::before {
    content: none;
  }
}
.l-main#top .point-box__inner {
  display: flex;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box__inner {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
.l-main#top .point-box__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-main#top .point-box__content {
    max-width: 50%;
  }
}
.l-main#top .point-box__number {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .point-box__number {
    margin-bottom: 15px;
  }
}
.l-main#top .point-box__number .number {
  margin-right: 80px;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box__number .number {
    width: 100px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point-box__number .number {
    width: 50px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point-box__number .number {
    margin-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point-box__number .number {
    width: 35px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point-box__number .number {
    width: 25px;
  }
}
.l-main#top .point-box__number .subtitle {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box__number .subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point-box__number .subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point-box__number .subtitle {
    width: calc(100% - 60px);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point-box__number .subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 580px) {
  .l-main#top .point-box__number .subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point-box__number .subtitle {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-main#top .point-box__detail {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point-box__detail {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point-box__detail {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point-box__detail {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point-box__detail {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 580px) {
  .l-main#top .point-box__detail {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point-box__detail {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-main#top .point-box__item {
  width: 100%;
  text-align: right;
}
.l-main#top .point .point-box--white {
  position: relative;
  z-index: 5;
}
.l-main#top .point .point-box--white::before {
  background-color: #1945B8;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--white::before {
    height: 114%;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point .point-box--white::before {
    height: 118%;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box--white::before {
    height: 106%;
  }
}
.l-main#top .point .point-box--white .point-box__content {
  padding-right: 3%;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--white .point-box__item img {
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box--white .point-box__item img {
    max-height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box--white .point-box__item img {
    max-height: 120px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point .point-box--white .point-box__item img {
    max-height: 80px;
  }
}
.l-main#top .point .point-box--blue {
  color: #FFFFFF;
  background-color: #1945B8;
  -webkit-clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 78%);
          clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 78%);
  overflow: hidden;
}
.l-main#top .point .point-box--blue::before {
  background-color: #FFFFFF;
  z-index: 5;
}
.l-main#top .point .point-box--blue .point-box__inner {
  padding: 80px 0;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--blue .point-box__inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box--blue .point-box__inner {
    padding: 35px 0;
  }
}
.l-main#top .point .point-box--blue .point-box__content {
  padding-left: 70px;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--blue .point-box__content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box--blue .point-box__content {
    padding-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .point .point-box--blue .point-box__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .l-main#top .point .point-box--blue .point-box__content {
    padding-left: 5px;
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .point .point-box--blue .point-box__content {
    padding-left: 0;
  }
}
.l-main#top .point .point-box--blue .point-box__item {
  text-align: center;
  position: relative;
  bottom: -158px;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--blue .point-box__item {
    bottom: -88px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box--blue .point-box__item {
    bottom: -68px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box--blue .point-box__item {
    bottom: -52px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point .point-box--blue .point-box__item {
    bottom: -43px;
  }
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box--blue .point-box__item img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box--blue .point-box__item img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box--blue .point-box__item img {
    max-width: 150px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .point .point-box--blue .point-box__item img {
    max-width: 100px;
  }
}
.l-main#top .point .point-box01::before {
  height: 70%;
  top: auto;
  bottom: 8px;
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box01::before {
    bottom: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-main#top .point .point-box01::before {
    bottom: -27px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box01::before {
    bottom: -6px;
  }
}
.l-main#top .point .point-box01::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../../img/point/circle01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  padding-top: 37px;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box01::after {
    top: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box01::after {
    top: 45px;
    width: 45px;
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box01::after {
    content: none;
  }
}
.l-main#top .point .point-box03 .point-box__inner {
  align-items: center;
}
.l-main#top .point .point-box03 .mon {
  position: absolute;
}
.l-main#top .point .point-box05::before {
  height: 70%;
}
.l-main#top .point .point-box05::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../../img/point/circle01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  padding-top: 37px;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1800px) {
  .l-main#top .point .point-box05::after {
    bottom: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .point .point-box05::after {
    bottom: 45px;
    width: 45px;
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .point .point-box05::after {
    content: none;
  }
}
.l-main#top .point .point-box05 .point-box__inner {
  align-items: flex-end;
}
.l-main#top .contact__container {
  padding-top: 79px;
  padding-bottom: 142px;
  max-width: 1325px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1325px) {
  .l-main#top .contact__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .contact__container {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact__container {
    padding-bottom: 80px;
  }
}
.l-main#top .contact__title {
  font-size: 130px;
  font-size: 8.125rem;
  margin-bottom: 105px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .contact__title {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .contact__title {
    font-size: 64px;
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact__title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .contact__title {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 35px;
  }
}
.l-main#top .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-main#top .contact-box__item {
  text-align: center;
  max-width: 635px;
  width: 100%;
}
@media screen and (max-width: 1325px) {
  .l-main#top .contact-box__item {
    width: 48%;
  }
}
.l-main#top .contact-box__pc {
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .contact-box__pc {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .contact-box__pc {
    margin-bottom: 8.5px;
  }
}
.l-main#top .contact-box__text {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1325px) {
  .l-main#top .contact-box__text {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .contact-box__text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .contact-box__text {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8.5px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-box__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 470px) {
  .l-main#top .contact-box__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .contact-box__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 345px) {
  .l-main#top .contact-box__text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-main#top .contact-box__text .green-color {
  color: #00BB51;
}
.l-main#top .contact-box__text .let {
  letter-spacing: -1rem;
}
@media screen and (max-width: 1000px) {
  .l-main#top .contact-box__text .let {
    letter-spacing: -0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-box__text .let {
    letter-spacing: -0.1rem;
  }
}
.l-main#top .contact-box__btnLink {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.6;
  max-width: 635px;
  border-radius: 61px;
}
@media screen and (max-width: 1325px) {
  .l-main#top .contact-box__btnLink {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .contact-box__btnLink {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .contact-box__btnLink {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .contact-box__btnLink {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .contact-box__btnLink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main#top .news {
  background-color: #1947BA;
}
.l-main#top .news__container {
  padding-top: 100px;
  padding-bottom: 167px;
  background-image: url(../../img/news/mon02.png);
  background-repeat: no-repeat;
  background-size: 254px 148px;
  background-position: left bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .news__container {
    padding-top: 45px;
    padding-bottom: 120px;
    background-size: 14% 10%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news__container {
    padding-top: 20px;
    padding-bottom: 53px;
    background-size: 73px 42px;
  }
}
.l-main#top .news__container::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/news/pre01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 465px;
  padding-top: 421px;
  top: -120px;
  left: calc(50% - 940px);
}
@media screen and (max-width: 1200px) {
  .l-main#top .news__container::before {
    width: 260px;
    padding-top: 240px;
    left: -14%;
    top: -4%;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .news__container::before {
    width: 29%;
    padding-top: 27%;
    left: 0%;
    top: -5%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news__container::before {
    width: 23%;
    padding-top: 21%;
    left: -7%;
    top: -4%;
  }
}
.l-main#top .news__container::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/news/mon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 305px;
  padding-top: 349px;
  top: 8px;
  right: calc(50% - 1014px);
}
@media screen and (max-width: 1200px) {
  .l-main#top .news__container::after {
    width: 23%;
    padding-top: 25%;
    right: -5%;
    top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news__container::after {
    width: 23%;
    padding-top: 21%;
    right: -34px;
    top: 45px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .news__container::after {
    right: -25px;
  }
}
.l-main#top .news__title {
  font-size: 170px;
  font-size: 10.625rem;
  color: #FFFFFF;
  margin-bottom: 123px;
}
@media screen and (max-width: 1200px) {
  .l-main#top .news__title {
    font-size: 140px;
    font-size: 8.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .news__title {
    font-size: 100px;
    font-size: 6.25rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .news__title {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .news__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.l-main#top .news .swiper {
  max-width: 520px;
  margin-left: 85px;
}
@media screen and (max-width: 1200px) {
  .l-main#top .news .swiper {
    max-width: 320px;
    margin-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .news .swiper {
    max-width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news .swiper {
    max-width: 270px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .news .swiper {
    max-width: 60%;
  }
}
.l-main#top .news .swiper-wrapper {
  position: relative;
  z-index: 5;
}
.l-main#top .news .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  overflow: hidden;
  color: #000000;
  background-color: #FFFFFF;
}
.l-main#top .news .swiper-wrapper__thumb {
  width: 100%;
  padding-top: 55%;
  position: relative;
}
.l-main#top .news .swiper-wrapper__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-main#top .news .swiper-wrapper__content {
  padding: 24px 29px 28px;
}
@media screen and (max-width: 1200px) {
  .l-main#top .news .swiper-wrapper__content {
    padding: 20px 25px 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .news .swiper-wrapper__content {
    padding: 10px 19px 20px;
  }
}
.l-main#top .news .swiper-wrapper__date {
  width: 50%;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .l-main#top .news .swiper-wrapper__date {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news .swiper-wrapper__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .news .swiper-wrapper__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-main#top .news .swiper-wrapper__title {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 800;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .l-main#top .news .swiper-wrapper__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .news .swiper-wrapper__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news .swiper-wrapper__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .news .swiper-wrapper__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-main#top .news .swiper-wrapper__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-main#top .news .swiper-wrapper__btn--text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .l-main#top .news .swiper-wrapper__btn--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .news .swiper-wrapper__btn--text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-main#top .news .swiper-wrapper__btn--logo {
  display: block;
  margin-left: 30px;
}
.l-main#top .widget {
  padding-top: 133px;
  padding-bottom: 132px;
  background-color: #1745BA;
}
@media screen and (max-width: 768px) {
  .l-main#top .widget {
    padding-top: 53px;
    padding-bottom: 53px;
  }
}
.l-main#top .widget__container {
  display: flex;
  align-items: center;
  max-width: 1763px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1763px) {
  .l-main#top .widget__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .widget__container {
    flex-direction: column-reverse;
  }
}
.l-main#top .widget-timeline {
  overflow: hidden;
  width: 1028px;
  height: 904px;
  margin-right: 45px;
  border-radius: 38px;
  display: block;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1763px) {
  .l-main#top .widget-timeline {
    width: 58%;
    height: 640px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .widget-timeline {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .widget-timeline {
    height: 364px;
    margin-right: 18px;
    border-radius: 83px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .widget-timeline {
    width: 100%;
    height: 420px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .widget-timeline {
    border-radius: 40px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .widget-timeline {
    height: 300px;
    border-radius: 25px;
  }
}
.l-main#top .widget .twitter-timeline {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1763px) {
  .l-main#top .widget__logo {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .widget__logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=top.css.map */
