@charset "UTF-8";
.daul-title-center {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.7rem;
}

.daul-txt-default {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.12rem;
}

.daul-title-en {
  position: absolute;
  width: 100%;
  top: -4.3rem;
  left: calc(50% - 1.1rem);
  max-width: 137rem;
  transform: scaleY(0.88) translateX(-50%);
  color: #000000;
  font-size: 25.5rem;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0rem;
  opacity: 5%;
  font-family: "Inter", sans-serif;
  font-style: italic;
}

.gp_dual_header-box--item {
  position: relative;
}

.menu__list {
  position: absolute;
  right: 0;
  top: 5.5rem;
  width: 23rem;
  padding: 3rem;
  background: #000000;
  display: none;
}
.menu__list li a {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.15rem;
  display: block;
  padding: 1rem 0;
  transition: ease all 0.35s;
}
@media (min-width: 750.5px) {
  .menu__list li a:hover {
    color: #e10000;
  }
}

.gp_dual_mv-wrap {
  position: relative;
  height: 56.094vw;
  overflow: hidden;
}
.gp_dual_mv-wrap-img {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gp_dual_mv-wrap-img img {
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.gp_dual_mv-wrap-img:nth-child(2) img {
  animation-delay: 4s;
}
.gp_dual_mv-wrap-img:nth-child(3) img {
  animation-delay: 8s;
}
.gp_dual_mv-wrap-img:nth-child(4) img {
  animation-delay: 12s;
}

.gp_dual_mv {
  position: relative;
}
@media (min-width: 750.5px) {
  .gp_dual_mv:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 21.6rem;
    z-index: 12;
  }
}
.gp_dual_mv-txt {
  position: absolute;
  top: 46%;
  right: 10.5rem;
  transform: translateY(-50%);
  z-index: 10;
}
.gp_dual_mv-txt img {
  width: 56.5rem;
}
.gp_dual_mv-slide {
  position: relative;
  z-index: 13;
}
.gp_dual_mv-slide .gp_dual_about-slide {
  top: auto;
  bottom: -4.9rem;
  width: 100%;
  height: 24.2rem;
  background-image: url(../img/partner_txt.png);
  animation: initial;
  background-size: cover;
}
@media (min-width: 751px) {
  .gp_dual_mv-slide .gp_dual_about-slide {
    background-position: center;
  }
}

@media (max-width: 12920px) and (min-width: 1371px) {
  .gp_dual_mv-slide .gp_dual_about-slide {
    height: 17.49vw;
    bottom: -3.5vw;
    background-position: center;
  }
}
@keyframes slide_02 {
  0% {
    background-position: 139.7rem 0;
  }
  100% {
    background-position: -139.7rem 0;
  }
}
.menu__list li.custom {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@media (max-width: 750px) {
  .gp_dual_header.active_02 {
    background: #000000;
  }
  .gp_dual_header.active_02 picture.active {
    display: block !important;
  }
  .gp_dual_header.active_02 picture.no-active {
    display: none !important;
  }
  .menu-toggle {
    width: 2.9rem;
    height: 2rem;
  }
  .gp_dual_header-box {
    padding: 2rem 0;
  }
  .gp_dual_header .grid-1370 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gp_dual_header.active_02 .menu-toggle .burger .line {
    background-color: #FFFFFF;
  }
  .menu__list {
    top: 6rem;
    width: 100%;
    position: fixed;
    padding: 1.5rem 2.5rem;
    height: 100vh;
  }
  .menu__list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu__list li {
    width: 100%;
  }
  .menu__list li.custom {
    display: block;
    width: calc((100% - 0.501rem) / 2);
    margin-right: 0.5rem;
    background: #676767;
    border-radius: 0.5rem;
  }
  .menu__list li.custom.custom-01 {
    background: #E10000;
  }
  .menu__list li.custom.custom-01 a {
    background-image: url(../img/icon_mn_01.png);
  }
  .menu__list li.custom.custom-02 {
    margin-right: 0;
  }
  .menu__list li.custom.custom-02 a {
    background-image: url(../img/icon_mn_02.png);
    background-size: 2rem;
    padding-left: 5.3rem;
  }
  .menu__list li.custom a {
    border-bottom: 0;
    padding: 1rem;
    font-size: 1.3rem;
    background-position: center left 1.2rem;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    padding-left: 4.1rem;
    padding-right: 0.03rem;
    letter-spacing: 0;
  }
  .menu__list li a {
    padding: 2.3rem 1rem;
    border-bottom: #707070 solid 0.1rem;
  }
  .gp_dual_header.active .nav_button_list li.member .txt {
    background-image: url(../img/top-icon-05.svg);
  }
  .gp_dual_header.active .nav_button_list li.member .txt::before {
    color: #000000;
  }
  .gp_dual_header.active.active_02 .nav_button_list li.member .txt {
    background-image: url(../img/top-icon-04.svg);
  }
  .gp_dual_header.active.active_02 .nav_button_list li.member .txt::before {
    color: #FFFFFF;
  }
  .gp_dual_header .nav_button_list li {
    display: none;
  }
  .nav_button_list li.member {
    display: block;
  }
  .nav_button_list li.member a {
    width: 3.4rem;
    height: 3rem;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  .nav_button_list li.member .txt {
    font-size: 0;
    padding: 0;
    width: 100%;
    background-image: url(../img/top-icon-04.svg);
    height: 3.2rem;
    background-position: top center;
    position: relative;
  }
  .nav_button_list li.member .txt::before {
    content: "ログイン";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 120%;
    letter-spacing: 0;
  }
  .gp_dual_mv .nav_button_list {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
    margin-right: 0;
  }
  .gp_dual_mv .nav_button_list li {
    display: block;
    margin-right: 0;
  }
  .gp_dual_mv .nav_button_list li a {
    width: 3rem;
    height: auto;
    padding: 0;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .gp_dual_mv .nav_button_list li a.bg-cred {
    margin-bottom: 0.5rem;
  }
  .gp_dual_mv .nav_button_list li a .txt {
    padding: 4rem 1rem 1rem;
    background-position: top 1.2rem center;
  }
  .gp_dual_mv-wrap {
    height: 81.2rem;
  }
  .gp_dual_mv-wrap-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gp_dual_mv-txt {
    right: 4.5rem;
    top: 48%;
  }
  .gp_dual_mv-txt img {
    width: 28.7rem;
  }
  .gp_dual_mv-slide .gp_dual_about-slide {
    background-image: url(../img/partner_txt_02.png);
    animation: initial;
    height: 18.2rem;
    background-size: cover;
    bottom: -2.1rem;
    left: -0.7rem;
    width: calc(100% + 0.7rem);
  }
}
.gp_dual_message {
  position: relative;
  padding-bottom: 26.6rem;
  padding-top: 16.5rem;
}
.gp_dual_message .daul-title-en {
  top: inherit;
  bottom: 15.4rem;
}
.gp_dual_message .daul-title-center {
  text-align: left;
  margin-top: -4rem;
  font-size: 3.6rem;
  line-height: 145%;
  letter-spacing: 0.4rem;
  margin-bottom: 3.6rem;
}
.gp_dual_message .daul-title-center .ml10 {
  position: relative;
  left: -1.4rem;
}
.gp_dual_message .daul-title-center .daul-line {
  display: block;
  font-size: 1.5rem;
  padding-left: 4.2rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.gp_dual_message .daul-title-center .daul-line::before, .gp_dual_message .daul-title-center .daul-line::after {
  bottom: inherit;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gp_dual_message .daul-title-center .daul-line::after {
  left: 1.5rem;
}
.gp_dual_message .daul-txt-default p {
  margin-bottom: 1rem;
}
.gp_dual_message .daul-txt-default p:last-child {
  margin-bottom: 0;
}
.gp_dual_message .daul-txt-default p.last {
  text-align: right;
  margin-top: 2.3rem;
  font-size: 1.6rem;
}
.gp_dual_message .daul-txt-default p.last img {
  width: 24.2rem;
}
.gp_dual_message .daul-txt-default p.last span {
  font-size: 2.2rem;
}
.gp_dual_message_box {
  position: relative;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}
.gp_dual_message_box-item {
  width: 36.5rem;
}
.gp_dual_message_box-item:first-child {
  width: 100%;
}
.gp_dual_message_box-item:last-child img {
  width: 36.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.gp_dual_message_content {
  align-items: center;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.8rem;
}
.gp_dual_message_content-item {
  width: 47rem;
}
.gp_dual_message_content-item:last-child {
  padding-left: 3.5rem;
  padding-bottom: 1.1rem;
  width: calc(100% - 47rem);
}
.gp_dual_message_content-item:first-child {
  position: relative;
}
.gp_dual_message_content .message_content_img02 {
  display: block;
  padding-bottom: 3.5rem;
}
.gp_dual_message_content .message_content_img02 img {
  width: 31.7rem;
}
.gp_dual_message_content .message_content_img01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gp_dual_message_content .message_content_img01 img {
  width: 27.2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.gp_dual_about {
  position: relative;
}
.gp_dual_about-slide {
  width: 75.313vw;
  height: 30rem;
  position: absolute;
  right: 0;
  top: -14.5rem;
  z-index: 1;
  background-image: url(../img/top_about-slider.jpg);
  background-repeat: repeat-x;
  animation: slide 50s linear infinite;
}
.gp_dual_about-img {
  text-align: center;
  margin-bottom: 3.6rem;
}
.gp_dual_about-img img {
  width: 38.6rem;
}
.gp_dual_about-img-diagram {
  text-align: center;
}
.gp_dual_about-img-diagram img {
  width: 108.6rem;
}
.gp_dual_about_box {
  margin-top: 3.5rem;
  margin-bottom: 2.4rem;
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}
.gp_dual_about_box-item {
  width: calc((100% - 7.002rem) / 3);
  margin-right: 3.5rem;
  background-color: #ffffff;
  padding: 3.4rem 2rem 2rem;
  position: relative;
}
.gp_dual_about_box-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.1rem;
  background-color: #F7F7F7;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 750px) {
  .gp_dual_about_box-item::before {
    height: 8.7rem;
  }
}
.gp_dual_about_box-item:nth-child(3n), .gp_dual_about_box-item:last-child {
  margin-right: 0;
}
.gp_dual_about_box .daul-title-about {
  position: relative;
  z-index: 1;
}
.gp_dual_about_box .daul-txt-default {
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.gp_dual_about-selection {
  background-color: #343434;
  position: relative;
  padding-top: 26.5rem;
  padding-bottom: 4.1rem;
}
.gp_dual_about-selection .daul-title-en {
  color: #ffffff;
  opacity: 20%;
  top: 11rem;
}
.gp_dual_about-selection .daul-title-center {
  font-size: 2.6rem;
  line-height: 175%;
  color: #ffffff;
}
.gp_dual_about-trademark {
  position: relative;
  background-color: #5f5f5f;
  padding-top: 7.3rem;
  padding-bottom: 7.3rem;
}
.gp_dual_about-trademark .daul-title-center {
  text-align: center;
  color: #ffffff;
  line-height: 160%;
}
.gp_dual_about-trademark .trademark_img {
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 4.8rem;
  padding: 5rem 5rem 4.8rem;
  margin-top: 4.3rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.gp_dual_about-trademark .trademark_img img {
  width: 83.9rem;
}
.gp_dual_about-trademark .moviebox {
  margin-top: 4rem;
}
.gp_dual_about-movie {
  padding-top: 7.3rem;
  padding-bottom: 10rem;
  background-color: #424242;
}
.gp_dual_about-movie .daul-title-center {
  color: #fff;
}
.gp_dual_about-movie-cont {
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}
.gp_dual_about-movie-cont .moviebox {
  margin-top: 4.3rem;
}

.daul-line {
  position: relative;
}
.daul-line::before, .daul-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 3rem;
  height: 0.2rem;
  background-color: #e10000;
}
.daul-line::after {
  width: 1.5rem;
  background-color: #a20000;
  left: calc(50% - 0.7rem);
}

.daul-title-about {
  text-align: center;
  color: #000000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0rem;
  padding-bottom: 0.9rem;
  position: relative;
  margin-bottom: 2rem;
}
.daul-title-about .ja {
  font-family: "Shippori Mincho", serif;
}
.daul-title-about .en {
  font-family: "Inter", sans-serif;
  display: block;
  color: #8e8e8e;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

@keyframes slide {
  0% {
    background-position: 135rem 0;
  }
  100% {
    background-position: -135rem 0;
  }
}
.gp_dual_partnersh {
  position: relative;
  background-image: url(../img/partnersh_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 18.2rem;
  padding-bottom: 9rem;
}
.gp_dual_partnersh .daul-title-center {
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}
.gp_dual_partnersh .daul-title-en {
  color: #ffffff;
  opacity: 20%;
  top: 1.9rem;
  font-size: 22.5rem;
  white-space: nowrap;
}
.gp_dual_partnersh .daul-txt-default {
  color: #ffffff;
  margin-top: 3.1rem;
}

.gp_dual_partnersh .daul-txt-default,
.partnersh_box {
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}

.partnersh_box {
  display: flex;
  margin-top: 4.4rem;
}
.partnersh_box-item {
  margin-right: 4.7rem;
  padding-top: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  width: calc((100% - 4.702rem) / 2);
  background-color: #ffffff;
}
.partnersh_box-item:last-child {
  margin-right: 0;
}
.partnersh_box-item.bg {
  background-image: url(../img/top-icon-maps.png);
  background-position: right 4rem bottom 2rem;
  background-repeat: no-repeat;
  background-size: 25rem;
}

.partnersh_box_title {
  text-align: center;
  margin-bottom: 1.1rem;
}
.partnersh_box_title .txt {
  display: inline-block;
  background-color: #ffffff;
  font-family: "Shippori Mincho", serif;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  color: #e10000;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.12rem;
}
.partnersh_box_title .txt:before, .partnersh_box_title .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 1.4rem;
  background-color: #e10000;
}
.partnersh_box_title .txt:before {
  left: 0;
}
.partnersh_box_title .txt:after {
  right: 0;
}

.desc_partnersh-item {
  padding-left: 2.5rem;
  background-image: url(../img/top-icon-mt.png);
  background-position: left top 1rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 1.1rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.12rem;
}
.desc_partnersh-item:last-child {
  margin-bottom: 0;
}
.desc_partnersh-item.vs-20 {
  font-size: 2rem;
  line-height: 160%;
  margin-top: 2.8rem;
}
.desc_partnersh-item.vs-20 .note {
  font-size: 1.2rem;
  margin-top: 0.6rem;
  display: block;
  line-height: 1.4;
}

.gp_dual_concept {
  position: relative;
  background-color: #ededed;
  padding-top: 16rem;
  padding-bottom: 8rem;
}
.gp_dual_concept .daul-title-en {
  top: 1.1rem;
}
.gp_dual_concept .daul-title-center {
  text-align: left;
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.9rem;
  line-height: 150%;
}

.gp_dual_concept_box,
.gp_dual_concept_colums {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.gp_dual_concept_box {
  margin-top: 5.4rem;
  margin-bottom: 4rem;
}
.gp_dual_concept_box .daul-txt-default {
  position: relative;
  top: 0.4rem;
}

.dual_concept-title {
  font-family: "Shippori Mincho", serif;
  color: #000000;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2rem;
}
.dual_concept-title .cred {
  color: #e10000;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 750px) {
  .dual_concept-title {
    letter-spacing: 0.1rem;
    width: 100%;
  }
  .dual_concept-title .cred {
    letter-spacing: 0rem;
  }
}

.gp_dual_concept_colums-item {
  width: calc((100% - 6.002rem) / 4);
  margin-right: 2rem;
  background-color: #ffffff;
  padding-bottom: 1.6rem;
  box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1);
}
.gp_dual_concept_colums-item:last-child {
  margin-right: 0;
}
.gp_dual_concept_colums ul.daul-txt-default {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.gp_dual_concept_colums ul.daul-txt-default li {
  padding-left: 1.8rem;
  background-image: url(../img/top-icon-mt.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
}

.concept_img {
  position: relative;
  margin-bottom: 1.7rem;
}
.concept_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 36%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.concept_img_title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.12rem;
}

.gp_dual_benefits {
  overflow: hidden;
}
.gp_dual_benefits_nav {
  background-color: #BE0C0C;
  position: relative;
  padding-top: 14.8rem;
  padding-bottom: 15.5rem;
  clip-path: polygon(100% 0, 100% calc(100% - 8rem), 50% 100%, 0 calc(100% - 8rem), 0 0);
}
.gp_dual_benefits_nav .daul-title-en {
  color: #ffffff;
  opacity: 20%;
  top: 1rem;
}
.gp_dual_benefits_nav .daul-title-center {
  color: #ffffff;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 160%;
}
.gp_dual_benefits_01 {
  background-color: #ededed;
  margin-top: -15.5rem;
  padding-top: 29.4rem;
}
.gp_dual_benefits_01 .bg {
  background-image: url(../img/top_benefit_01.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 82.5rem;
  padding-top: 5rem;
  padding-bottom: 11rem;
}
@media (min-width: 1370px) {
  .gp_dual_benefits_01 .bg {
    background-position: right 1.5rem top;
  }
}
.gp_dual_benefits_01 .daul-txt-default {
  max-width: 57rem;
  margin-top: 2rem;
  letter-spacing: 0.1rem;
}
.gp_dual_benefits_02 {
  margin-top: 0;
  padding-top: 16rem;
}
.gp_dual_benefits_02 .bg {
  padding-bottom: 16rem;
  padding-top: 6rem;
  background-size: 78.7rem;
  background-image: url(../img/top_benefit_02.jpg);
  background-position: left top;
}
@media (min-width: 1370px) {
  .gp_dual_benefits_02 .bg {
    background-position: left 1.5rem top;
  }
}
.gp_dual_benefits_02 .title_benefits {
  max-width: 57rem;
}
.gp_dual_benefits_02 .title_benefits,
.gp_dual_benefits_02 .daul-txt-bg,
.gp_dual_benefits_02 .daul-txt-default {
  margin-right: 0;
  margin-left: auto;
}
.gp_dual_benefits_02 .title_benefits .en {
  display: block;
}
@media (min-width: 751px) {
  .gp_dual_benefits_02 .title_benefits .en {
    margin-left: auto;
    margin-right: -9.2rem;
    text-align: right;
  }
}
.gp_dual_benefits_02 .title_benefits .en::before {
  left: inherit;
  right: -14rem;
  width: 53.7rem;
}
.gp_dual_benefits_03 {
  margin-top: 0;
  padding-top: 0;
}
.gp_dual_benefits_03 .bg {
  padding-bottom: 10rem;
  padding-top: 1.2rem;
  background-size: 77.5rem;
  background-image: url(../img/top_benefit_03.jpg);
}
.gp_dual_benefits_03 .daul-txt-default {
  letter-spacing: 0.08rem;
}

@media (min-width: 750.5px) {
  .benefits_slick_slider_box {
    width: 137rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: -7.1rem;
  }
}
.benefits_slick_slider_box .slick-arrow {
  position: absolute;
  top: calc(50% - 2.2rem);
  z-index: 55;
  transform: translateY(-50%);
}
.benefits_slick_slider_box .slick-arrow img {
  width: 5.4rem;
}
.benefits_slick_slider_box .slick-arrow {
  cursor: pointer;
}
.benefits_slick_slider_box .slick-next {
  right: 21.8rem;
}
.benefits_slick_slider_box .slick-prev {
  left: 11.5rem;
}
@media (max-width: 750px) {
  .benefits_slick_slider_box .slick-arrow {
    top: calc(50% - 2.3rem);
  }
  .benefits_slick_slider_box .slick-arrow img {
    width: 4rem;
  }
  .benefits_slick_slider_box .slick-next {
    right: 3.7rem;
  }
  .benefits_slick_slider_box .slick-prev {
    left: 3.7rem;
  }
}

.benefits_slick_slider {
  position: relative;
}
@media (min-width: 750.5px) {
  .benefits_slick_slider {
    width: 148rem;
  }
  .benefits_slick_slider .slick-track {
    left: 13.2rem;
  }
}
.benefits_slick_slider .item-slider {
  margin: 0 1rem;
}
.benefits_slick_slider .item-slider img {
  cursor: pointer;
}
.benefits_slick_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.7rem;
}
.benefits_slick_slider .slick-dots li {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  background-color: #B4B4B4;
  cursor: pointer;
}
.benefits_slick_slider .slick-dots li button {
  display: none !important;
}
.benefits_slick_slider .slick-dots li:not(:last-child) {
  margin-right: 0.8rem;
}
.benefits_slick_slider .slick-dots li.slick-active {
  background-color: #e10000;
}

.benefits_nav_list {
  display: flex;
  align-items: start;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.5rem;
}
.benefits_nav_list .number {
  position: absolute;
  left: -2rem;
  top: -1rem;
  z-index: 1;
  font-size: 8.3rem;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  display: inline-block;
}
.benefits_nav_list-item {
  width: calc((100% - 8.002rem) / 3);
  margin-right: 4rem;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 2.5rem;
}
.benefits_nav_list-item:nth-child(3n), .benefits_nav_list-item:last-child {
  margin-right: 0;
}
.benefits_nav_list .wp_img {
  width: 100%;
  height: 19rem;
  overflow: hidden;
}
.benefits_nav_list .wp_img img {
  width: 100%;
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits_nav_list .title_nav_benefits {
  text-align: center;
  display: block;
  font-family: "Shippori Mincho", serif;
  margin-top: 1.6rem;
  color: #000000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.12rem;
}

.title_benefits .ja {
  display: block;
  font-family: "Shippori Mincho", serif;
  margin-top: 1.1rem;
  color: #be0c0c;
  font-size: 4rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.55rem;
}
.title_benefits .en {
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: rgba(225, 0, 0, 0.2);
  font-size: 20rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.12rem;
  display: block;
  margin-top: -11rem;
  margin-bottom: -9rem;
  margin-left: -9.2rem;
  position: relative;
}

.daul-txt-bg {
  width: 100%;
  max-width: 57rem;
  background-color: #ffffff;
  margin-top: 3rem;
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
}
.daul-txt-bg ul {
  padding-left: 3rem;
  margin-top: 1.5rem;
}
.daul-txt-bg ul li {
  padding-left: 2.2rem;
  margin-bottom: 0.2rem;
  background-image: url(../img/top-icon-check.svg);
  background-position: left top 0.6rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.11rem;
}
.daul-txt-bg ul li:last-child {
  margin-bottom: 0;
}

.title-txt-bg {
  font-family: "Shippori Mincho", serif;
  padding-left: 3rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000;
  display: inline-block;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0rem;
}

.daul-youtube_box {
  display: flex;
}
.daul-youtube_box-item {
  width: calc((100% - 2.502rem) / 2);
  margin-right: 2.5rem;
}
.daul-youtube_box-item iframe {
  width: 100%;
  height: 30rem;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .daul-youtube_box-item iframe {
    height: 18.2rem;
  }
}
.daul-youtube_box-item:nth-child(2n), .daul-youtube_box-item:last-child {
  margin-right: 0;
}

.box1088 {
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}

.daul-youtube-title {
  margin-top: 6.2rem;
  margin-bottom: 2rem;
}
.daul-youtube-title img {
  width: 34rem;
}

.benefits_02_img {
  margin-top: 7.4rem;
}

.title-slick-slider {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #000000;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0rem;
  background-image: url(../img/top-cg.png);
  background-position: right top 1.3rem;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding-right: 2rem;
}

.gp_dual_service {
  position: relative;
  padding-top: 20.5rem;
  padding-bottom: 10rem;
}
.gp_dual_service .daul-title-center {
  text-align: left;
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.9rem;
  line-height: 150%;
}
.gp_dual_service .daul-title-en {
  top: 2.5rem;
}

.gp_dual_service_support,
.gp_dual_service-dflex {
  width: 100%;
  max-width: 108.8rem;
  margin-left: auto;
  margin-right: auto;
}

.gp_dual_service-dflex {
  margin-top: 5.2rem;
}
.gp_dual_service-dflex .service_img {
  height: 10.3rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.9rem;
}

.gp_dual_service-item {
  width: calc((100% - 7.502rem) / 4);
  margin-right: 2.5rem;
  background-color: #f5f5f5;
  padding-top: 3.8rem;
  padding-bottom: 2.8rem;
}
.gp_dual_service-item:last-child {
  margin-right: 0;
}
.gp_dual_service-item:nth-child(1) .service_img img {
  width: 11.5rem;
}
.gp_dual_service-item:nth-child(2) .service_img img {
  width: 10.4rem;
}
.gp_dual_service-item:nth-child(3) .service_img img {
  width: 10.9rem;
}
.gp_dual_service-item:nth-child(4) .service_img img {
  width: 11.6rem;
}

.title_service {
  color: #be0c0c;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.12rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.gp_dual_service_support {
  padding-top: 4.3rem;
}
.gp_dual_service_support .daul-txt-default {
  margin-top: 1.3rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.26rem;
}

.title_support {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  position: relative;
  color: #000000;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.6rem;
}
.title_support::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.title_support .txt {
  display: inline-block;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.support_list-dflex {
  margin-top: 3rem;
}
.support_list-dflex li {
  width: calc((100% - 8.002rem) / 5);
  margin-right: 2rem;
}
.support_list-dflex li a {
  pointer-events: none;
}
.support_list-dflex li:last-child {
  margin-right: 0;
}
.support_list-dflex .item {
  height: 7rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #585858;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 0.025rem;
}

.gp_dual_faq {
  background-color: #343434;
  position: relative;
  padding-top: 19rem;
  padding-bottom: 10rem;
}
.gp_dual_faq .daul-title-en {
  color: #ffffff;
  opacity: 20%;
  top: 0.9rem;
}
.gp_dual_faq .daul-title-center {
  max-width: 108.8rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  padding-left: 0.5rem;
  letter-spacing: 0.9rem;
}
.gp_dual_faq .gp_faq_list {
  margin-top: 5.7rem;
}
.gp_dual_faq .gp_faq_list-item {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  position: relative;
}
.gp_dual_faq .faq_desc {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 2rem;
  padding-left: 3rem;
  position: relative;
  display: none;
}
.gp_dual_faq .faq_desc::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: #7c7c7c;
  letter-spacing: 0;
  line-height: 100%;
  font-family: "Inter", sans-serif;
}
.gp_dual_faq .openfaq {
  position: absolute;
  right: 2rem;
  top: 2.1rem;
  width: 2.2rem;
  height: 2.2rem;
  z-index: 2;
  cursor: pointer;
}
.gp_dual_faq .openfaq::before, .gp_dual_faq .openfaq::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.gp_dual_faq .openfaq::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease all 300ms;
}
.gp_dual_faq .openfaq.active::before {
  opacity: 0;
}

.gp_faq_list {
  width: 100%;
  max-width: 96.7rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.06rem;
}
.gp_faq_list-item {
  background-color: #000000;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 6rem;
}
.gp_faq_list-item:last-child {
  margin-bottom: 0;
}

.faq_title {
  font-weight: 600;
  position: relative;
  padding-left: 3rem;
}
.faq_title::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 100%;
  font-family: "Inter", sans-serif;
}

.gp_dual_contact {
  padding-top: 11.5rem;
  padding-bottom: 7rem;
  position: relative;
}
.gp_dual_contact .daul-txt-default {
  text-align: center;
  margin-top: 2.1rem;
  margin-bottom: 2.2rem;
  z-index: 1;
  position: relative;
}
.gp_dual_contact .nav_button_list {
  z-index: 1;
  justify-content: center;
  margin-right: 0;
}
.gp_dual_contact .nav_button_list li {
  margin-right: 2rem;
}
.gp_dual_contact .nav_button_list li:last-child {
  margin-right: 0;
}
.gp_dual_contact .nav_button_list li a {
  border-radius: 0;
  height: 6rem;
  width: 25.5rem;
}
.gp_dual_contact .nav_button_list li a .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 5rem;
  background-size: 2.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.wow_custom {
  opacity: 0;
  transform: translate3d(0, 10rem, 0);
}
.wow_custom.show {
  animation: fade_in_0 500ms 500ms ease-in-out;
  animation-fill-mode: forwards;
}
.wow_custom.show[data-time="2"] {
  animation: fade_in_0 500ms 700ms ease-in-out;
  animation-fill-mode: forwards;
}
.wow_custom.show[data-time="3"] {
  animation: fade_in_0 500ms 900ms ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1370px) {
  .gp_dual_about-slide {
    width: 118.3rem;
  }
}
@media (max-width: 750px) {
  .daul-title-en {
    font-size: 8.2rem;
    top: 0.9rem;
    left: 49.5%;
    letter-spacing: 0.2rem;
    transform: scaleY(1) translateX(-50%);
  }
  .daul-title-center {
    font-size: 2rem;
  }
  .gp_dual_message {
    padding-top: 7.1rem;
    padding-bottom: 10rem;
  }
  .gp_dual_message .daul-title-en {
    bottom: 6.5rem;
    left: calc(50% + 0.5rem);
  }
  .gp_dual_message .daul-title-center {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
  .gp_dual_message .daul-title-center .ml10 {
    width: calc(100% + 1.9rem);
    left: -1.9rem;
    display: block;
    margin-top: 0.7rem;
    letter-spacing: 0.02rem;
  }
  .gp_dual_message .daul-title-center .ml11 {
    padding-left: 1.8rem;
  }
  .gp_dual_message .daul-txt-default {
    padding-right: 1rem;
  }
  .gp_dual_message .daul-txt-default p {
    margin-bottom: 0.8rem;
    text-align: justify;
  }
  .gp_dual_message .daul-txt-default p.last {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .gp_dual_message .daul-txt-default p.last span {
    font-size: 2rem;
  }
  .gp_dual_message_box-item {
    width: 100% !important;
  }
  .gp_dual_message_box-item:first-child {
    padding-right: 0;
  }
  .gp_dual_message_content {
    margin-top: 1.8rem;
  }
  .gp_dual_message_content-item {
    width: 100% !important;
  }
  .gp_dual_message_content-item:last-child {
    padding-left: 0;
    margin-top: 1.9rem;
  }
  .gp_dual_message_content .message_content_img01 img {
    width: 19rem;
  }
  .gp_dual_message_content .message_content_img02 {
    padding-bottom: 2.3rem;
  }
  .gp_dual_message_content .message_content_img02 img {
    width: 22.2rem;
  }
  .gp_dual_about .daul-title-en {
    left: calc(50% + 0.6rem);
  }
  .gp_dual_about-img {
    margin-bottom: 2.1rem;
  }
  .gp_dual_about-img img {
    width: 28.8rem;
  }
  .gp_dual_about-slide {
    width: 75rem;
    height: 15rem;
    top: -3.2rem;
    background-size: contain;
    background-image: url(../img/top_about-slider-sp.jpg);
  }
  .gp_dual_about-selection {
    padding-top: 16.8rem;
    padding-bottom: 4rem;
  }
  .gp_dual_about-selection .daul-title-center {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 155%;
  }
  .gp_dual_about_box {
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
  .gp_dual_about_box-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding-top: 1.8rem;
    padding-bottom: 2.5rem;
  }
  .gp_dual_about_box-item:last-child {
    margin-bottom: 0;
  }
  .gp_dual_about-trademark {
    padding-top: 3.4rem;
    padding-bottom: 4rem;
  }
  .gp_dual_about-trademark .daul-title-center {
    font-size: 1.6rem;
    letter-spacing: 0.23rem;
  }
  .gp_dual_about-trademark .trademark_img {
    padding: 3rem 1.3rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .gp_dual_about-movie {
    padding-top: 3.4rem;
    padding-bottom: 4rem;
  }
  .gp_dual_about-movie .daul-title-center {
    font-size: 1.6rem;
  }
  .gp_dual_about-movie-cont .moviebox {
    margin-top: 1.6rem;
  }
  .daul-title-about {
    padding-bottom: 1.4rem;
    margin-bottom: 1.7rem;
  }
  .daul-title-about .ja {
    font-size: 1.8rem;
  }
  .daul-title-about .en {
    font-size: 1.2rem;
    margin: 0;
    line-height: 175%;
  }
  @keyframes slide {
    0% {
      background-position: 75rem 0;
    }
    100% {
      background-position: -75rem 0;
    }
  }
  .gp_dual_partnersh {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .gp_dual_partnersh .daul-title-en {
    font-size: 6.2rem;
  }
  .gp_dual_partnersh .daul-txt-default,
  .gp_dual_partnersh .partnersh_box {
    margin-top: 2.3rem;
  }
  .gp_dual_partnersh .partnersh_box {
    flex-wrap: wrap;
  }
  .gp_dual_partnersh .partnersh_box-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .gp_dual_partnersh .partnersh_box-item:last-child {
    margin-bottom: 0;
  }
  .partnersh_box_title .txt {
    font-size: 2rem;
  }
  .desc_partnersh-item {
    font-size: 1.4rem;
  }
  .desc_partnersh-item.vs-20 {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
  .desc_partnersh-item {
    margin-bottom: 0.5rem;
  }
  .desc_partnersh-item:last-child {
    margin-bottom: 0;
  }
  .partnersh_box-item.bg {
    background-position: right 1rem bottom 1rem;
    background-size: 11rem;
  }
  .gp_dual_concept {
    padding-top: 6.4rem;
    padding-bottom: 4rem;
  }
  .gp_dual_concept .daul-title-center {
    letter-spacing: 0.15rem;
    text-align: justify;
  }
  .gp_dual_concept .daul-title-en {
    letter-spacing: 0.1rem;
  }
  .gp_dual_concept_box {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .gp_dual_concept_box .daul-txt-default {
    top: 0;
    text-align: justify;
    margin-top: 1.1rem;
  }
  .gp_dual_concept_colums {
    flex-wrap: wrap;
  }
  .gp_dual_concept_colums-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .gp_dual_concept_colums-item:last-child {
    margin-bottom: 0;
  }
  .gp_dual_concept_colums .concept_img {
    width: 10.5rem;
    height: 10.5rem;
    margin-bottom: 0;
  }
  .gp_dual_concept_colums .concept_img img {
    width: 100%;
    height: 10.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gp_dual_concept_colums ul.daul-txt-default {
    width: calc(100% - 10.5rem);
  }
  .concept_img_title {
    font-size: 2.1rem;
    letter-spacing: 0.15rem;
  }
  .gp_dual_benefits_nav {
    padding-top: 7rem;
    padding-bottom: 9rem;
    clip-path: polygon(100% 0, 100% calc(100% - 5rem), 50% 100%, 0 calc(100% - 5rem), 0 0);
  }
  .gp_dual_benefits_nav .daul-title-center {
    letter-spacing: 0.36rem;
  }
  .gp_dual_benefits_01 {
    padding-top: 19.4rem;
  }
  .gp_dual_benefits_01 .bg {
    background-image: url(../img/top_benefit_01-sp.png);
    background-size: 35rem;
    padding-top: 20.6rem;
  }
  .gp_dual_benefits_01 .daul-txt-default {
    margin-top: 1.2rem;
    text-align: justify;
  }
  .gp_dual_benefits_02 {
    padding-top: 4rem;
  }
  .gp_dual_benefits_02 .title_benefits .en::before {
    width: 1.8rem;
    left: -2.5rem;
    right: inherit;
  }
  .gp_dual_benefits_02 .bg {
    padding-bottom: 0;
    background-image: url(../img/top_benefit_02-sp.png);
  }
  .gp_dual_benefits_03 {
    padding-top: 4rem;
  }
  .gp_dual_benefits_03 .bg {
    padding-bottom: 6rem;
    background-image: url(../img/top_benefit_03-sp.png);
  }
  .gp_dual_benefits_03 .daul-youtube_box {
    flex-wrap: wrap;
  }
  .gp_dual_benefits_03 .daul-youtube_box-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .gp_dual_benefits_03 .daul-youtube_box-item:last-child {
    margin-bottom: 0;
  }
  .gp_dual_benefits_03 .title_benefits .ja {
    letter-spacing: 0.2rem;
  }
  .daul-youtube-title {
    margin-top: 2.5rem;
  }
  .title_benefits .ja {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 140%;
  }
  .title_benefits .en {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7rem;
    margin-left: 0;
  }
  .title_benefits .en span {
    font-size: 2.4rem;
    line-height: 140%;
    display: inline-block;
  }
  .title_benefits .en::before {
    width: 1.8rem;
    left: -2.5rem;
  }
  .title-txt-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .daul-txt-bg {
    margin-top: 1.7rem;
  }
  .daul-txt-bg ul {
    padding-left: 1.5rem;
    margin-top: 1rem;
  }
  .benefits_nav_list {
    flex-wrap: wrap;
    margin-top: 2.7rem;
  }
  .benefits_nav_list .number {
    font-size: 5.8rem;
    left: -1.5rem;
    top: -0.2rem;
  }
  .benefits_nav_list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.5rem;
    padding-bottom: 0.7rem;
  }
  .benefits_nav_list-item:last-child {
    margin-bottom: 0;
  }
  .benefits_nav_list .title_nav_benefits {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
  .benefits_slick_slider {
    margin-top: -9.1rem;
    width: 100%;
    left: 0rem;
  }
}
@media (max-width: 750px) and (max-width: 380px) {
  .benefits_slick_slider {
    width: calc(100% + 6.4rem);
    left: -3.2rem;
  }
}
@media (max-width: 750px) {
  .benefits_slick_slider .item-slider {
    margin: 0 0.7rem;
  }
  .benefits_slick_slider .slick-dots {
    margin-top: 0.9rem;
  }
  .title-slick-slider {
    font-size: 1.5rem;
    background-image: url(../img/top-cg-sp.png);
  }
  .benefits_02_img {
    margin-top: 2rem;
  }
  .gp_dual_service {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
  .gp_dual_service .daul-title-center {
    letter-spacing: 0.4rem;
  }
  .gp_dual_service-dflex {
    margin-top: 1.6rem;
    flex-wrap: wrap;
  }
  .gp_dual_service-item {
    height: 14rem;
    width: calc((100% - 0.702rem) / 2);
    margin-right: 0.7rem;
    margin-bottom: 0.9rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .gp_dual_service-item:nth-child(2n), .gp_dual_service-item:last-child {
    margin-right: 0;
  }
  .gp_dual_service-item .service_img {
    height: auto;
    margin-bottom: 1.5rem;
  }
  .gp_dual_service-item .service_img img {
    width: 7.8rem !important;
  }
  .gp_dual_service-item:nth-child(2) .service_img, .gp_dual_service-item:nth-child(3) .service_img {
    margin-bottom: 0.5rem;
  }
  .gp_dual_service_support {
    padding-top: 1.5rem;
  }
  .gp_dual_service_support .daul-txt-default {
    margin-top: 1.5rem;
    text-align: justify;
  }
  .title_service {
    line-height: 140%;
    font-size: 1.5rem;
  }
  .title_support {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
  }
  .title_support .txt {
    padding-left: 1.6rem;
    padding-right: 1.2rem;
  }
  .support_list-dflex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.7rem;
  }
  .support_list-dflex .item {
    height: 4.4rem;
    font-size: 1.3rem;
  }
  .support_list-dflex li {
    width: calc((100% - 0.802rem) / 2);
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .support_list-dflex li:nth-child(2n), .support_list-dflex li:last-child {
    margin-right: 0;
  }
  .support_list-dflex li:last-child {
    margin-bottom: 0;
  }
  .gp_dual_faq {
    padding-top: 7.8rem;
    padding-bottom: 3rem;
  }
  .gp_dual_faq .gp_faq_list {
    margin-top: 1.8rem;
  }
  .gp_dual_faq .gp_faq_list-item {
    padding-right: 4.8rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .gp_dual_faq .daul-title-en {
    left: calc(50% + 0.3rem);
  }
  .gp_dual_faq .daul-title-center {
    letter-spacing: 0.4rem;
  }
  .gp_dual_faq .faq_desc {
    margin-top: 0.3rem;
    letter-spacing: -0.05rem;
  }
  .gp_dual_faq .faq_desc::before {
    top: 0.5rem;
  }
  .faq_title {
    line-height: 160%;
  }
  .faq_title::before {
    top: 0.2rem;
  }
  .gp_dual_contact {
    padding-bottom: 3rem;
    padding-top: 7.2rem;
  }
  .gp_dual_contact .daul-txt-default {
    margin-top: 2rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.09rem;
  }
  .gp_dual_contact .nav_button_list li {
    margin-right: 0;
  }
  .gp_dual_contact .nav_button_list li:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
#modelPopup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.67);
  transition: ease all 0.35s;
}
#modelPopup.active {
  z-index: 99;
  opacity: 1;
}

.modelPopup_box_close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.modelPopup_box {
  width: 100%;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
}
.modelPopup_box .slider-thumb {
  margin-top: 2rem;
  width: 32.8rem;
}
.modelPopup_box .slider-thumb .thumb_inner {
  margin-right: 1.8rem;
  position: relative;
}
.modelPopup_box .slider-thumb .thumb_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: ease all 0.35s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.modelPopup_box .slider-thumb .thumb_inner.slick-current::before {
  background-color: rgba(0, 0, 0, 0);
}
.modelPopup_box .slider-thumb .thumb_inner img {
  width: 6.9rem;
  height: 6.9rem;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelPopup_box .slider-thumb .thumb_inner:last-child {
  margin-right: 0;
}
.modelPopup_box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.modelPopup_box .slick-arrow svg {
  transition: ease all 0.35s;
  width: 2.2rem !important;
}
@media (min-width: 750.5px) {
  .modelPopup_box .slick-arrow:hover svg {
    width: 2.2rem !important;
  }
  .modelPopup_box .slick-arrow:hover svg path {
    stroke: #000000;
  }
}
.modelPopup_box .slick-arrow.slick-prev {
  left: -4.8rem;
}
.modelPopup_box .slick-arrow.slick-next {
  right: -4.8rem;
}

@media (max-width: 750px) {
  #modelPopup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .modelPopup_box {
    width: 100%;
    max-width: 79rem;
    margin-left: auto;
    margin-right: auto;
  }
  .modelPopup_box .slider-thumb {
    margin-top: 2rem;
    width: 32.5rem;
  }
  .modelPopup_box .slider-thumb .thumb_inner {
    margin-right: 1.8rem;
  }
  .modelPopup_box .slider-thumb .thumb_inner img {
    width: 6.9rem;
    height: 6.349rem;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .modelPopup_box .slider-thumb .thumb_inner:last-child {
    margin-right: 0;
  }
  .modelPopup_box .slick-arrow.slick-prev {
    left: -1.5rem;
  }
  .modelPopup_box .slick-arrow.slick-next {
    right: -1.5rem;
  }
}