/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* Common */
.t-wcm01 {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .t-wcm01 {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .t-wcm01 {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .t-wcm01 {
    padding: 0 14px;
  }
}

.t-wcm02 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .t-wcm02 {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .t-wcm02 {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .t-wcm02 {
    padding: 0 14px;
  }
}

/* Common */
/* Sec Mainvisual */
.sec-mv {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .sec-mv {
    height: calc(100vh - 109px);
  }
}

@media (max-width: 767px) {
  .sec-mv {
    height: 263px;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 1;
  }
}

.sec-mv .mv-bg {
  width: 100%;
  height: 100%;
}

.sec-mv .mv-bg .mv-bg__lst {
  width: 100%;
  height: 100%;
}

.sec-mv .mv-bg .mv-bg__lst:not(.slick-initialized) {
  opacity: 0;
  height: 792px;
}

.sec-mv .mv-bg .mv-bg__lst .slick-list,
.sec-mv .mv-bg .mv-bg__lst .slick-track,
.sec-mv .mv-bg .mv-bg__lst .slick-slide div {
  height: 100%;
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots {
  position: absolute;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots {
    bottom: 72px;
    text-align: left;
    padding-left: 115px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots {
    padding-left: 54px;
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots {
    bottom: 31px;
  }
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots li {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li {
    width: 28px;
    height: 28px;
    margin: 0 16px;
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 12px;
  }
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots li.slick-active:before {
  transform: scale(1);
  opacity: 1;
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots li:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 1px);
  left: 100%;
  height: 1px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li:not(:last-child):after {
    width: 32px;
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li:not(:last-child):after {
    width: 24px;
  }
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #13429b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li:before {
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    transform: scale(calc(6 / 28));
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li:before {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    transform: scale(calc(4 / 21));
  }
}

.sec-mv .mv-bg .mv-bg__lst .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border-radius: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.sec-mv .mv-bg .mv-bg__lst .bg-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec-mv .mv-bg .mv-bg__lst .bg-item:before {
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .sec-mv .mv-bg .mv-bg__lst .bg-item:before {
    padding-top: calc(792 / 1440 * 100%);
  }
}

@media (max-width: 767px) {
  .sec-mv .mv-bg .mv-bg__lst .bg-item:before {
    padding-top: calc(243 / 375 * 100%);
  }
}

.sec-mv .mv-bg .mv-bg__lst .bg-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

@media (min-width: 768px) {
  .mv-ttl {
    position: absolute;
    bottom: 164px;
    left: 120px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .mv-ttl {
    bottom: 164px;
    left: 60px;
  }
}

@media (max-width: 767px) {
  .mv-ttl {
    margin-top: -3px;
    padding: 0 24px 64px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .mv-ttl {
    padding: 0 14px;
  }
}

.mv-ttl .ttl01 {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.38462em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mv-ttl .ttl01 {
    color: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 19, 67, 0.8));
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .mv-ttl .ttl01 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.38333em;
  }
}

@media (max-width: 767px) {
  .mv-ttl .ttl01 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    color: #000;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .mv-ttl .ttl01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
  }
}

/* Sec Mainvisual */
/* Sec Introduction */
@media (max-width: 767px) {
  .wrapper {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-top: 243px;
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .sec-intro {
    margin-top: 151px;
  }
}

.sec-intro .intro-ctn {
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn {
    background-image: url("/assets/img/top/bg-intro01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
    padding: 0 20px;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .sec-intro .intro-ctn:hover .c-btn01 {
    opacity: 1;
    background-color: #fff;
  }
  .sec-intro .intro-ctn:hover .c-btn01 .txt {
    color: #13429b;
  }
  .sec-intro .intro-ctn:hover .c-btn01 .txt:before {
    background-image: url("/assets/img/top/icon-btn01-hv.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn {
    background-image: url("/assets/img/top/bg-intro01-sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-intro .intro-ctn {
    padding: 0 14px;
  }
}

.sec-intro .intro-ctn .intro-ctn__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.sec-intro .intro-ctn .intro-ctn__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn .intro-ctn__box {
    padding: 63px 0 79px;
  }
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-ctn__box {
    padding: 31px 0 40px;
  }
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn .intro-txt {
    width: calc(530 / 970 * 100%);
  }
}

.sec-intro .intro-ctn .intro-txt .intro-ttl {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #13429b;
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-txt .intro-ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.59375em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-intro .intro-ctn .intro-txt .intro-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.60714em;
  }
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn .intro-txt .intro-desc {
    margin-top: 41px;
  }
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-txt .intro-desc {
    margin-top: 17px;
  }
}

.sec-intro .intro-ctn .intro-txt .intro-desc .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-txt .intro-desc .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-intro .intro-ctn .intro-txt .intro-desc .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2em;
  }
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn .intro-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -10px;
    width: calc(408 / 970 * 100%);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .sec-intro .intro-ctn .intro-img {
    right: 0;
  }
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-img {
    margin: 33px -10px 0;
  }
}

@media (min-width: 768px) {
  .sec-intro .intro-ctn .intro-btn {
    width: calc(530 / 970 * 100%);
    margin-top: 51px;
  }
}

@media (max-width: 767px) {
  .sec-intro .intro-ctn .intro-btn {
    margin-top: 40px;
  }
}

.sec-intro .intro-ctn .intro-btn .c-btn01 {
  position: relative;
  z-index: 3;
}

/* Sec Introduction */
/* Sec Button */
@media (min-width: 768px) {
  .sec-btn {
    margin-top: 119px;
  }
}

@media (max-width: 767px) {
  .sec-btn {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col01 {
    width: calc(370 / 1170 * 100%);
  }
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__link {
  position: relative;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__link {
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__link:hover {
    opacity: 1;
  }
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__link:hover .t-btn01__img img {
    transform: scale(1.04);
  }
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__link:hover .t-btn01__txt span {
    color: #13429b;
  }
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__img:before {
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__img:before {
    padding-top: calc(505 / 370 * 100%);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__img:before {
    padding-top: calc(195 / 327 * 100%);
  }
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt {
  text-align: right;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt {
    margin-top: calc(10 / 1210 * 100vw);
    height: calc(29 / 1210 * 100vw);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt {
    margin-top: 11px;
  }
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt span {
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt span {
    padding-right: calc(50 / 1210 * 100vw);
    font-size: calc(18 / 1210 * 100vw);
    line-height: calc(29 / 1210 * 100vw);
  }
}

.sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/top/icon-btn03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col01 .t-btn01 .t-btn01__txt span:before {
    width: calc(22 / 1210 * 100vw);
    height: calc(22 / 1210 * 100vw);
  }
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 {
    width: calc(770 / 1170 * 100%);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col02 {
    margin-top: 56px;
  }
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -26px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst {
    margin-top: calc(-26 / 1210 * 100vw);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst {
    margin-top: -28px;
  }
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .btn-lst__item {
    margin-top: 26px;
    width: calc(370 / 770 * 100%);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .btn-lst__item {
    margin-top: calc(26 / 1210 * 100vw);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .btn-lst__item {
    margin-top: 28px;
  }
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link {
  position: relative;
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link .t-btn01__pc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link {
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link:hover {
    opacity: 1;
  }
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link:hover .t-btn01__img img {
    transform: scale(1.04);
  }
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__link:hover .t-btn01__txt span {
    color: #13429b;
  }
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__img:before {
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__img:before {
    padding-top: calc(220 / 370 * 100%);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__img:before {
    padding-top: calc(195 / 327 * 100%);
  }
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt {
  text-align: right;
}

@media (min-width: 768px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt {
    margin-top: calc(10 / 1210 * 100vw);
    height: calc(29 / 1210 * 100vw);
  }
}

@media (max-width: 767px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt {
    margin-top: 11px;
  }
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt span {
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt span {
    padding-right: calc(50 / 1210 * 100vw);
    font-size: calc(18 / 1210 * 100vw);
    line-height: calc(29 / 1210 * 100vw);
  }
}

.sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt span:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/top/icon-btn03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1210px) {
  .sec-btn .btn-wrap .wrap-col02 .btn-lst .t-btn01 .t-btn01__txt span:before {
    width: calc(22 / 1210 * 100vw);
    height: calc(22 / 1210 * 100vw);
  }
}

/* Sec Button */
/* Sec Logo */
@media (min-width: 768px) {
  .sec-logo {
    margin-top: 101px;
  }
}

@media (max-width: 767px) {
  .sec-logo {
    margin-top: 67px;
  }
}

.sec-logo .logo-ttl {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media (max-width: 767px) {
  .sec-logo .logo-ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.59375em;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-logo .logo-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.60714em;
  }
}

.sec-logo .logo-ttl .is-blue {
  color: #13429b;
}

.sec-logo .logo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .sec-logo .logo-wrap {
    max-width: 817px;
    margin: 70px auto 0;
  }
}

@media (max-width: 767px) {
  .sec-logo .logo-wrap {
    max-width: 323px;
    margin: 25px auto 0;
  }
}

@media (min-width: 768px) {
  .sec-logo .logo-wrap .logo-col01 {
    width: calc(491 / 817 * 100%);
    border-right: solid 1px #c6ceed;
  }
}

@media (max-width: 767px) {
  .sec-logo .logo-wrap .logo-col01 {
    width: calc(148 / 323 * 100%);
  }
}

.sec-logo .logo-wrap .logo-col01 .col-inner {
  width: 100%;
  max-width: 391px;
  margin: 0 auto 0 0;
}

.sec-logo .logo-wrap .logo-col02 {
  flex: 1;
}

.sec-logo .logo-wrap .logo-col02 .col-inner {
  width: 100%;
  max-width: 255px;
  margin: 0 0 0 auto;
}

.sec-logo .logo-wrap .logo-col02 .logo-img {
  text-align: center;
}

.sec-logo .logo-wrap .logo-col02 .logo-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .sec-logo .logo-wrap .logo-col02 .logo-img img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .sec-logo .logo-wrap .logo-col02 .logo-img img {
    max-width: 143px;
  }
}

.sec-logo .logo-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.44444em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .sec-logo .logo-desc {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .sec-logo .logo-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3.66667em;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-logo .logo-desc {
    font-size: 10px;
    font-size: 1rem;
    line-height: 3.7em;
  }
}

/* Sec Logo */
/* Sec Banner */
.sec-banner {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec-banner {
    margin-top: 107px;
    padding: 218px 0 363px;
    height: 790px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .sec-banner {
    height: 600px;
    padding-top: 118px;
  }
}

@media (max-width: 767px) {
  .sec-banner {
    margin-top: 66px;
    padding: 136px 0 40px;
  }
}

.sec-banner .banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.sec-banner .img-bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 55.55%;
}

.sec-banner .img-bg-2 img {
  width: 100%;
}

.sec-banner .img-people {
  position: absolute;
  left: 49.5%;
  bottom: 0;
  transition: all .3s;
  display: block;
  width: 41%;
}

.sec-banner .banner-ttl {
  font-family: "Arial";
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.86667em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #000;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-banner .banner-ttl {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-banner .banner-ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-ttl {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.15789em;
    padding-left: 23px;
    margin-right: -5px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .sec-banner .banner-ttl {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.14706em;
  }
}

.sec-banner .banner-ttl::before {
  content: "";
  position: absolute;
  background-image: url("/assets/img/top/icon-ttl01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .sec-banner .banner-ttl::before {
    width: 45px;
    height: 47px;
    left: -40px;
    top: -18px;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-ttl::before {
    width: 26px;
    height: 27px;
    left: 0;
    top: -20px;
  }
}

@media (min-width: 768px) {
  .sec-banner .banner-btn {
    margin-top: 37px;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-btn {
    margin-top: 327px;
  }
}

.sec-banner .banner-btn .banner-btn__link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #ffde55;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sec-banner .banner-btn .banner-btn__link {
    max-width: 276px;
    padding: 17px 10px 17px;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-btn .banner-btn__link {
    padding: 17px 10px 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .sec-banner .banner-btn .banner-btn__link:hover {
    opacity: 1;
  }
  .sec-banner .banner-btn .banner-btn__link:hover:before {
    width: 100%;
  }
  .sec-banner .banner-btn .banner-btn__link:hover .txt {
    color: #fff;
  }
  .sec-banner .banner-btn .banner-btn__link:hover .txt:before {
    background-image: url("/assets/img/top/icon-fly-hv.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
  }
}

.sec-banner .banner-btn .banner-btn__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #222222;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .sec-banner .banner-btn .banner-btn__link:hover {
    opacity: 1;
  }
  .sec-banner .banner-btn .banner-btn__link:hover:before {
    width: 100%;
  }
  .sec-banner .banner-btn .banner-btn__link:hover .txt {
    color: #fff;
  }
  .sec-banner .banner-btn .banner-btn__link:hover .txt:before {
    background-image: url("/assets/img/top/icon-fly-hv.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% 100%;
  }
}

.sec-banner .banner-btn .banner-btn__link .txt {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .sec-banner .banner-btn .banner-btn__link .txt {
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-btn .banner-btn__link .txt {
    padding-left: 30px;
  }
}

.sec-banner .banner-btn .banner-btn__link .txt:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 18px;
  background-image: url("/assets/img/top/icon-fly.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .sec-banner .banner-btn .banner-btn__link .txt:before {
    top: calc(50% - 9px);
    left: 0;
  }
}

@media (max-width: 767px) {
  .sec-banner .banner-btn .banner-btn__link .txt:before {
    top: calc(50% - 8px);
    left: -2px;
  }
}

/* Sec Banner */
