@charset "UTF-8";

/* 変数 */
:root {
  --pad-lr-middleSize: 50px;
}

body {
  display: block;
  position: relative;
}

/* モーダルCSS */
.modalArea {
  position: absolute;
  z-index: 800; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.modalWrapper {
  position: fixed;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #dbdbdb;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
}

.modalContents > p {
  line-height: 2;
  font-size: 18px;
}

.closeModal span {
  width: 15px;
  height: 2px;
  display: block;
  background: #282828;
  top: 8px;
  right: 2px;
}

.closeModal span:first-child {
  position: absolute;
  transform: rotate(-45deg);
}

.closeModal span:last-child {
  position: absolute;
  transform: rotate(45deg);
}

.closeModal:hover {
  background-color: #666;
}

/* 以下ボタンスタイル */

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav#nav-wrap {
  display: flex;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

nav ul li {
  margin-left: 22px;
}

nav ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

nav li.selected:after {
  border-bottom: none !important;
}

nav #nav-sec5 {
  margin-top: 0px;
}

.sec5_graf {
  margin-top: 25px;
}

.sec5_graf .pc_elm {
  margin: auto;
}

.sec5_graf .pc_elm {
  width: 100%;
}

div#nav-sec7 {
  margin-left: 22px;
}

#sec5 .box {
  background-color: #fff;
  padding: 0;
}

.sec5_box {
  background: #fffefc;
  padding: 40px;
  margin-bottom: 40px;
}

#sec3 .sec_inner .merit_box .body.ponta_body {
  margin-bottom: 11px;
}

#sec3 .sec_inner .merit_box h4.ponta {
  padding: 27px 0;
}

.red {
  color: #e20000;
}

#sec1 .content01 p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  padding-top: 40px;
  margin-bottom: 30px;
}

#sec1 .content01 p span {
  font-size: 14px;
}

.notes2 {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1.8em;
}

#sec7 h2.title {
  background-color: #fff;
  padding-bottom: 52.8px;
}

#sec7 h2.title:before,
#sec7 h2.title:after {
  display: inherit;
}

#sec7 h2.title:before {
  border-top: 97px solid #e20000;
  border-left: 97px solid #e20000;
}

#sec7 p.sholder {
  text-align: left;
  margin-bottom: 0;
}

.nisa_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 2em;
}

#sec7 h2.title:after {
  border-right: 97px solid #ffedd2;
  border-bottom: 97px solid #ffedd2;
}

#sec7 {
  background: #ffedd2;
}

div.tbl01-noStripe {
  width: 100%;
  overflow: auto;
  margin-bottom: 25px;
}

table.tbl01-noStripe {
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  background: #fff;
}

table th,
table td {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

table.tbl01-noStripe thead th.strong01,
table.tbl01-noStripe thead td.blank.strong01 {
  box-shadow: inset 0 2px 0 #f6d4d4;
  background: #eca1a1;
}

table.tbl01-noStripe thead th,
table.tbl01-noStripe thead td.blank {
  box-shadow: inset 0 2px 0 #ececec;
  background: #dbdbdb;
}

table.tbl01-noStripe tbody tr td.strong01 {
  background: #fdf6f6;
  font-weight: bold;
}

table.tbl01-noStripe th,
table.tbl01-noStripe td {
  padding: 7px 7px 3px;
}

table.tbl01-noStripe td {
  text-align: right;
}

.last {
  margin-bottom: 0px;
  margin-top: 40px;
}

.gray {
  background: #dbdbdb;
}

h2.title:before {
  border-top: 97px solid #ffedd2;
  border-left: 97px solid #ffedd2;
}

.cff {
  display: flex;
  justify-content: center;
}

.footer_btn {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .modalContents .sp_elm {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  nav#nav-wrap {
    display: block;
  }
}

@media (max-width: 768px) {
  #sec1 .content01 p {
    font-size: 14px;
  }
  #sec1 .content01 p span {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  #sec3 .sec_inner .merit_box h4.ponta {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  #sec5 .graph_area .graph_area_main .table_box .box p.title {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  #sec5 .graph_area .graph_area_main .table_box .box p.title span.s {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  #sec5 .graph_area .graph_area_main .table_box .box p.amount {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  #sec5 .graph_area .graph_area_main .table_box .box {
    text-align: start;
  }
}

@media (max-width: 768px) {
  #sec5 .box {
    background-color: #fff;
    padding: 0;
  }
}

@media (max-width: 768px) {
  nav li {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  nav #nav-sec5 {
    margin-top: 0;
    margin-left: 0;
    border-top: none;
  }
}

@media (max-width: 768px) {
  nav #nav-sec7 {
    float: none !important;
    margin: 20px auto 0 !important;
  }
}

@media (max-width: 768px) {
  .sec5_box {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .sec5 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .sec5_graf .sp_elm {
    margin: auto;
  }
}

@media (max-width: 768px) {
  table.tbl01-noStripe {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  table.tbl01-noStripe th,
  table.tbl01-noStripe td {
    padding: 7px 4px 3px;
  }
}

@media (max-width: 768px) {
  a.hp {
    word-break: break-all;
  }
}

@media (max-width: 768px) {
  #sec7 .title img {
    width: 85%;
  }
}

@media (max-width: 768px) {
  #sec7 h2.title {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  #sec7 h2.title:before,
  #sec7 h2.title:after {
    display: initial;
  }
}

@media (max-width: 768px) {
  #sec7 p.sholder {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  h4.nisa_title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .footer_btn {
    margin-right: 10px;
  }
}

/*-------------------------------------------------------------------------------------*/
/*以下、2024年度 移植分*/
/*-------------------------------------------------------------------------------------*/

@media (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-view {
    display: none;
  }

  #sec2 .sec_inner,
  #sec3 .sec_inner {
    padding: 5.33333% 0;
  }
}

/*---------------------------------------------*/
/* .block【ブロック共通】 */
/*---------------------------------------------*/

.block {
  width: 1000px;
  margin: 0 auto 100px;
}

.block h2 {
  margin: 0 auto 100px;
  text-align: center;
}

.block section {
  background-color: #fff;
  margin: 0 auto 100px;
  padding: 0 50px 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.block section h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.block section h3 span {
  color: #e20000;
}

/*sp*/
@media screen and (max-width: 768px) {
  .block {
    width: 100%;
    margin: 0 auto calc(50 * (100vw / 375));
  }

  .block h2 {
    width: calc(320 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto;
  }

  .block section {
    margin: 0 auto calc(60 * (100vw / 375));
    padding: calc(40 * (100vw / 375)) calc(30 * (100vw / 375));
    text-align: left;
    gap: calc(20 * (100vw / 375));
  }

  .block section h3 {
    font-size: calc(20 * (100vw / 375));
  }
}

/*---------------------------------------------*/
/* .shoulder【吹き出し見出し */
/*---------------------------------------------*/

.block .shoulder {
  margin: -40px auto 0;
  width: 418px;
  height: 70px;
  text-align: center;
  position: relative;
  background-color: #e20000;
}

.block #type .shoulder {
  width: 602px;
}

.block .shoulder span {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 23px;
}

/*sp*/
@media screen and (max-width: 768px) {
  .block .shoulder,
  .block #type .shoulder {
    font-size: calc(16 * (100vw / 375));
    margin: calc(-60 * (100vw / 375)) auto 0;
    width: calc(300 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    background-color: #e20000;
  }

  .block .shoulder span {
    font-size: calc(17 * (100vw / 375));
    margin-top: calc(23 * (100vw / 375));
  }

  .block #type .shoulder span {
    font-size: calc(17 * (100vw / 375));
    margin-top: calc(13 * (100vw / 375));
  }
}

/*---------------------------------------------*/
/* .movie【動画】 */
/*---------------------------------------------*/

.movie section {
  padding-bottom: 75px;
}

/*箇条書き*/

.movie ol {
  margin-top: -30px;
  margin-bottom: -30px;
}

.movie ol li {
  width: 500px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 5px;
  color: #e20000;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: 700;
}

/*swiper*/

.movie .swiper-container {
  margin-inline: auto;
  position: relative;
}

.movie .swiper {
  width: 900px;
  height: 250px;
}

.movie .swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.movie .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: -25px;
  background-image: url("/company/lp/lp54/img/swiper-button-prev.png");
  background-size: 50px 50px;
}

.movie .swiper-button-next {
  width: 50px;
  height: 50px;
  right: -25px;
  background-image: url("/company/lp/lp54/img/swiper-button-next.png");
  background-size: 50px 50px;
}

.movie .swiper-button-next:after,
.movie .swiper-button-prev::after,
.movie .swiper-button-next:before,
.movie .swiper-button-prev::before {
  display: none;
}

.movie .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}

.movie .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.movie .swiper-pagination-bullet {
  background-color: #333;
}

.movie .swiper-pagination-bullet-active {
  background-color: #e20000;
}

/*sp*/
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 0;
  }

  .movie section {
    padding-bottom: calc(40 * (100vw / 375));
    margin-bottom: 0;
  }

  /*箇条書き*/
  .movie ol {
    margin-top: calc(-15 * (100vw / 375));
    margin-bottom: calc(-15 * (100vw / 375));
    padding: 0;
  }

  .movie ol li {
    width: 100%;
    padding: calc(5 * (100vw / 375)) calc(10 * (100vw / 375));
    margin: 0 auto calc(5 * (100vw / 375));
    line-height: 1.4;
  }

  /*swiper*/
  .movie .swiper {
    width: calc(320 * (100vw / 375));
    height: calc(180 * (100vw / 375));
  }

  .block .swiper-button-prev {
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
    left: calc(-15 * (100vw / 375));
    background-size: calc(30 * (100vw / 375)) calc(30 * (100vw / 375));
  }

  .block .swiper-button-next {
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
    right: calc(-15 * (100vw / 375));
    background-size: calc(30 * (100vw / 375)) calc(30 * (100vw / 375));
  }
}

/*---------------------------------------------*/
/* .accordion【アコーディオン】 */
/*---------------------------------------------*/

.block .accordion {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  text-align: left;
}

.block .accordion + .accordion {
  margin-top: -40px;
}

.block .accordion .toggle {
  display: none;
}

.block .accordion .acc-label {
  padding: 20px 30px;
  display: block;
  background: #eee;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
}

.block .accordion .acc-ttl {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .block .accordion .acc-ttl {
    padding-right: 20px;
  }
}

.block .accordion .acc-ttl p:nth-of-type(1) {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #e20000;
  color: #fff;
  text-align: center;
}

.block .accordion .acc-ttl span {
  color: #e20000;
}

.block .accordion .acc-label::before,
.block .accordion .acc-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #e20000;
  top: calc(50% - 10px);
  right: 30px;
}

.block .accordion .acc-label::after {
  transform: rotate(90deg);
}

.block .accordion .acc-label,
.block .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.block .accordion .content {
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.block .accordion .content .images {
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
}

.block .accordion .toggle:checked + .acc-label + .content {
  height: auto;
  padding: 20px 30px;
  transition: all 0.3s;
  background-color: #eee;
}

.block .accordion .toggle:checked + .acc-label::before {
  display: none;
}

/*sp*/
@media screen and (max-width: 768px) {
  .block .accordion {
    width: calc(335 * (100vw / 375));
    margin: 0 0 calc(10 * (100vw / 375)) calc(-10 * (100vw / 375));
  }
  .block .accordion + .accordion {
    margin-top: calc(-20 * (100vw / 375));
  }

  .block .accordion .acc-label {
    padding: calc(15 * (100vw / 375)) calc(30 * (100vw / 375)) calc(15 * (100vw / 375)) calc(15 * (100vw / 375));
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
  }

  .block .accordion .acc-ttl {
    font-size: calc(14 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  @media screen and (min-width: 769px) {
    .block .accordion .acc-ttl {
      padding-right: 20px;
    }
  }

  .block .accordion .acc-ttl p:nth-of-type(1) {
    font-size: calc(18 * (100vw / 375));
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
    line-height: calc(30 * (100vw / 375));
    border-radius: calc(15 * (100vw / 375));
  }

  .block .accordion .acc-ttl p:nth-of-type(2) {
    width: calc(220 * (100vw / 375));
  }

  .block .accordion .acc-label::before,
  .block .accordion .acc-label::after {
    width: calc(3 * (100vw / 375));
    height: calc(16 * (100vw / 375));
    top: calc(50% - calc(10 * (100vw / 375)));
    right: calc(18 * (100vw / 375));
  }

  .block .accordion .content {
    padding: 0 calc(15 * (100vw / 375));
  }

  .block .accordion .toggle:checked + .acc-label + .content {
    padding: 0 calc(15 * (100vw / 375)) calc(15 * (100vw / 375));
    transition: all 0.3s;
  }

  .block .accordion .toggle:checked + .acc-label::before {
    display: none;
  }

  .block .accordion .content .images {
    width: 100%;
    padding: calc(15 * (100vw / 375));
    box-sizing: border-box;
  }
}

/* .images【図版見出し】 */
.block .images {
  width: 840px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.block .images-ttl {
  width: 100%;
  color: #e20000;
  border: 3px dotted #e20000;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .block .images {
    width: 100%;
    padding: 0;
    gap: calc(20 * (100vw / 375));
  }

  .block .images-ttl {
    font-size: calc(16 * (100vw / 375));
    text-align: center;
  }
}

/* .ponta */
@media screen and (max-width: 768px) {
  .block .ponta {
    width: calc(220 * (100vw / 375));
  }
}

/* #know */
#know {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #know {
    margin-top: calc(40 * (100vw / 375));
  }
}

/* #reason */
#reason section:nth-of-type(5) h3:nth-of-type(2) {
  margin-top: 60px;
}

#reason section:nth-of-type(5) .images {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #reason section:nth-of-type(5) h3:nth-of-type(2) {
    margin-top: calc(40 * (100vw / 375));
  }
}

/* credit */
.credit {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}

.credit .credit-group {
  background-color: #f5f5f5;
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.credit-group p {
  text-align: left;
}
h4{
  text-align: left;
  font-size: 26px;
  line-height: 1.4;
  color: #e20000;
}
h5{
  text-align: left;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.credit-group .credit-ico{
  text-align: left;
}
.credit-group .credit-ico img {
  width: 60px;
}

.credit .credit-cnt {
  width: 690px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.credit .credit-cnt p:nth-of-type(1) {
  color: var(--orange-color);
  font-size: 20px;
  font-weight: 700;
}

.credit-plus {
  margin: -20px auto;
  z-index: 1;
  text-align: center;
}

.credit-note {
  margin-top: 20px;
  font-size: 12px;
}

/*　for SP　*/
@media screen and (max-width: 768px) {
  .credit {
    width: 100%;
    gap: calc(10 * (100vw / 375)) !important;
  }

  .credit .credit-group {
    background-color: #fbf6f4;
    padding: calc(20 * (100vw / 375));
    box-sizing: border-box;
    display: block;
  }

   .credit-group .credit-ico img {
    width: calc(60 * (100vw / 375));
  }

  .credit .credit-cnt {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: calc(10 * (100vw / 375));
  }

  .credit .credit-cnt p:nth-of-type(1) {
    color: var(--orange-color);
    font-size: calc(16 * (100vw / 375));
    font-weight: 700;
  }

  .credit-plus {
    width: calc(50 * (100vw / 375));
    margin: calc(5 * (100vw / 375)) auto;
  }

  .credit-note {
    margin-top: calc(10 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
  }
  
  h4{
   font-size: calc(18 * (100vw / 375));
}
  h5{
   font-size: calc(16 * (100vw / 375));
}
}
ul.service-box{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 820px;
	margin: auto;
}
ul.service-box li{
	width: 390px;
	height: auto;
	gap: 5px;
	flex-direction: column;
	text-align: center;
}
ul.service-box li p{
	text-align: center;
}
@media screen and (max-width: 768px) {
  ul.service-box li {
    width: calc(295 * (100vw / 375));
    gap: calc(5 * (100vw / 375));
  }
}
/* .reason-layout */

.reason-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason-layout-left {
  width: 500px;
  display: flex;
  flex-direction: column;
}

.reason-layout-right {
  width: 300px;
}

.reason-layout-right .reason-box__img img {
  width: 300px;
}

#page-container .accordion .credit_acc-ttl p,
#page-container .accordion .credit_acc-ttl p{
    font-size: 24px;
    font-weight: 700;
}

/*　for SP　*/
@media screen and (max-width: 768px) {
   .reason-layout {
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 375));
  }

  .reason-layout-left {
    width: 100%;
  }

  .reason-layout-right {
    width: 100%;
  }

  .reason-layout-right img {
    width: 100%;
  }
  ul.service-box{
	width: auto;
  }
  #page-container .accordion .credit_acc-ttl p,
  #page-container .accordion .credit_acc-ttl p{
    font-size: calc(14 * (100vw / 375));
}
}
/*---------------------------------------------*/
/* hr【罫線】 */
/*---------------------------------------------*/

hr {
  display: block;
  margin: 20px 0;
  background-color: var(--Semantic-Border-Border-Gray02, #dddddd);
}
hr.dashed {
  background-color: transparent;
  border: 2px dashed var(--Semantic-Background-Background-Gray02, #e9e9e9);
}


/*---------------------------------------------*/
/* cpn【キャンペーン情報】 */
/*---------------------------------------------*/

#cpn{
	padding: 30px 0;
}
.cpn-bg{
	background: #ffedd2;
}
.campaign__bnr{
	text-align: center;
}
.campaign__bnr img{
	width: 560px;
	text-align: center;
}
.cpn__title{
	display: flex;
    flex-direction: column;
    width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #d80c18;
	align-items: center;
}
.cpn__title .heading--pop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    color: #333333;
}
.heading--pop::before {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(/2024renew_assets/imgs/common/icon_heading_pop.svg);
}
.heading--pop::after {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(/2024renew_assets/imgs/common/icon_heading_pop.svg);
    transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
	.cpn__title{
	font-size: 20px;
}
	.cpn__title .heading--pop {
    font-size: 14px;
}
  .campaign__bnr img{
	width: 90%;
}
}
/*---------------------------------------------*/
/* modal【キャンペーン概要】 */
/*---------------------------------------------*/
#modal1 button,
#modal2 button {
    cursor: pointer;
}

#modal1 button:hover,
#modal2 button:hover {
    opacity: 0.7;
}

#modal1 button.modalOpen,
#modal2 button.modalOpen {
    font-family: "Noto sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--bg-color);
    margin: 0 auto;
}

#modal1,
#modal2 {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

#modal1 .modal-box,
#modal2 .modal-box {
    background-color: #fff;
    margin: 16vh auto;
    width: 1000px;
    height: 70vh;
    overflow-y: scroll;
    padding: 50px 0;
    box-sizing: border-box;
    animation-name: modalopen;
    animation-duration: 0.5s;
    position: relative;
}
#modal1 .modal-box .inner a,
#modal2 .modal-box .inner a {
  display: inline;
  color: #eb5505;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#modal1 .modalClose,
#modal2 .modalClose {
    position: fixed;
    top: calc(10vh + 20px);
    right: calc(50% - 450px);
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    color: #e60000;
    background-color: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    border: 0;
    font-size: 40px;
    font-weight: 100;
    font-family: "Open sans", sans-serif;
    z-index: 300;
}

#modal1 .modal-box .inner,
#modal2 .modal-box .inner {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
}

#modal1 .modal-box .inner h3,
#modal2 .modal-box .inner h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
}

#modal1 .modal-box .inner h3 span,
#modal2 .modal-box .inner h3 span {
    display: block;
    font-size: 20px;
    color: var(--red-color);
}

#modal1 .modal-box .inner table,
#modal2 .modal-box .inner table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#modal1 .modal-box .inner table th,
#modal2 .modal-box .inner table th {
    width: 200px;
    text-align: left;
    background-color: #eee;
    border: 1px solid #ccc;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
}
#modal1 .modal-box .inner table td,
#modal2 .modal-box .inner table td {
    width: 700px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
}
#modal1 .modal-note-list,
#modal2 .modal-note-list {
    margin-left: 30px;
}
#modal1 .modal-note-list li,
#modal2 .modal-note-list li {
    position: relative;
    padding-bottom: 10px;
}
#modal1 .modal-note-list li::before,
#modal2 .modal-note-list li::before {
    content: "※";
    width: 28px;
    height: 28px;
    position: absolute;
    left: -30px;
}
#modal1 .campaign-tokuten img,
#modal2 .campaign-tokuten img {
    max-width: 866px;
    margin: 0 auto;
    padding: 20px;
}
#modal1 .modal-red-midashi,
#modal2 .modal-red-midashi {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #c1111a;
    color: #fff;
    padding: 1px 0;
}
#modal1 .modal-gray-midashi,
#modal2 .modal-gray-midashi {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #7e7e7e;
    color: #fff;
    padding: 1px 0;
}
.scroll-wrapper {
  position: relative;
  overflow-x: auto;
}
  .campaign-table01{
  max-width: 622px;
}
  .campaign-table02{
  max-width: 596px;
}
  .campaign-table03{
  max-width: 749px;
}
.scroll-inner {
  min-width: 500px;
}
img.scroll-inner {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.scroll-hint {
  display: none;
}
  .scrolled .scroll-overlay,
  .scrolled .scroll-hint {
    opacity: 0;
  }

  @keyframes hintMove {
  0% { transform: translateX(0); opacity: 0.6; }
  50% { transform: translateX(-10px); opacity: 1; }
  100% { transform: translateX(0); opacity: 0.6; }
}

.scroll-hint {
  animation: hintMove 2s infinite ease-in-out;
}

.scrolled .scroll-hint {
  opacity: 0;
  pointer-events: none;
  animation: none;
}
.u-text-S{
  font-size: 12px;
}

/*　for SP　*/
@media screen and (max-width: 768px) {
    #modal1 button.modalOpen,
    #modal2 button.modalOpen {
        font-size: calc(14 * (100vw / 375));
        gap: calc(10 * (100vw / 375));
    }

    #modal1 .modal-note-list,
    #modal2 .modal-note-list {
        margin-left: 22px;
    }
    #modal1 .modal-note-list li::before,
    #modal2 .modal-note-list li::before {
        left: -22px;
    }

    #modal1 .modal-box,
    #modal2 .modal-box {
        margin: 6vh auto;
        width: calc(355 * (100vw / 375));
        height: 88vh;
        padding: calc(30 * (100vw / 375)) 0;
    }

    #modal1 .modalClose,
    #modal2 .modalClose {
        top: calc(15vh - calc(20 * (100vw / 375)));
        right: calc(50% - calc(150 * (100vw / 375)));
        width: calc(40 * (100vw / 375));
        height: calc(40 * (100vw / 375));
        border-radius: calc(20 * (100vw / 375));
        font-size: calc(20 * (100vw / 375));
    }

    #modal1 .modal-box .inner,
    #modal2 .modal-box .inner {
        width: calc(330 * (100vw / 375));
        margin: 0 auto;
    }

    #modal1 .modal-box .inner h3,
    #modal2 .modal-box .inner h3 {
        font-size: calc(16 * (100vw / 375));
        text-align: left;
        margin-bottom: calc(20 * (100vw / 375));
    }

    #modal1 .modal-box .inner h3 span,
    #modal2 .modal-box .inner h3 span {
        font-size: calc(13 * (100vw / 375));
    }

    #modal1 .modal-box .inner table,
    #modal2 .modal-box .inner table {
        font-size: calc(14 * (100vw / 375));
        line-height: 1.6;
    }

    #modal1 .modal-box .inner table th,
    #modal2 .modal-box .inner table th {
        display: block;
        width: 100%;
        border-top: 3px solid #ccc;
        border-bottom: none;
        padding: calc(10 * (100vw / 375));
    }

    #modal1 .modal-box .inner table td,
    #modal2 .modal-box .inner table td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: calc(14 * (100vw / 375));
    }

    #modal1 .modal-box .inner table td:last-child,
    #modal2 .modal-box .inner table td:last-child {
        border-bottom: 1px solid #ccc;
    }
    #modal1 .campaign-tokuten img,
    #modal2 .campaign-tokuten img {
        padding: 3vw 0vw;
        width: 100%;
    }
    #modal1 .modal-red-midashi,
    #modal2 .modal-red-midashi {
        font-size: 18px;
    }
    #modal1 .modal-gray-midashi,
    #modal2 .modal-gray-midashi {
        font-size: 18px;
    }
    .scroll-wrapper {
        max-width: 80vw;
    }
    .scroll-hint {
        display: block;
        position: absolute;
        top: 30%;
        left: 113px;
        transition: opacity 0.3s ease;
    }
    .scroll-hint img {
        width: 70px;
    }
    #modal1 .modal-box,
    #modal2 .modal-box {
        margin: 15vh auto;
    }
}


/*　marked-list　*/
.marked-list {
  list-style: none;
}
.marked-list > li {
  position: relative;
  font-size: 12px;
}
.marked-list > li::before
 {
  position: absolute;
  left: 0;
  font-weight: inherit;
}
.marked-list--kome {
  font-size: 0.75em;
}
.marked-list--ordered {
  counter-reset: list-counter;
}
.marked-list--ordered > li {
  padding-left: 1.5em;
}
.marked-list--ordered > li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
}
.marked-list--ordered .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered .two-digits {
  padding-left: 2em;
}
.marked-list--ordered .three-digits {
  padding-left: 2.5em;
}
.marked-list--kome {
  font-size: var(--fs-s);
}
.marked-list--kome > li {
  padding-left: 1.5em;
}
.marked-list--kome > li::before {
  content: "※";
}
.marked-list--ordered-kome {
  counter-reset: list-counter;
  font-size: var(--fs-s);
}
.marked-list--ordered-kome > li {
  padding-left: 2.2em;
}
.marked-list--ordered-kome > li::before {
  counter-increment: list-counter;
  content: "※" counter(list-counter);
}
.marked-list--ordered-kome .one-digit {
  padding-left: 2.2em;
}
.marked-list--ordered-kome .two-digits {
  padding-left: 2.7em;
}
.marked-list--ordered-kome .three-digits {
  padding-left: 3.2em;
}

/*----------------------------------------
PC時の中間サイズ調整
----------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1100px) {
  /* #sec2,#sec3,#sec4,#sec5 {
    padding-left: var(--pad-lr-middleSize);
    padding-right: var(--pad-lr-middleSize);
  } */
  .block,
  .block .images,
  .sec_inner,
  footer {
    width: initial;
  }
  footer .logo01 {
    padding-left: var(--pad-lr-middleSize);
  }
  #reason .reason-layout-right {
    margin: 0 auto;
  }
  #sec1 .sec_inner,
  #sec2 .sec_inner,
  #sec3 .sec_inner,
  #sec4 .sec_inner,
  #sec5 .sec_inner,
  #sec6 .sec_inner {
    padding-left: var(--pad-lr-middleSize);
    padding-right: var(--pad-lr-middleSize);
  }
  .sec_inner .img.acenter img,
  .sec_inner .images img {
    width: 100%;
  }
  #link_elm {
    padding: 15px 0px;
  }
  #link_elm a {
    margin-right: 0px;
    width: 44%;
    max-width: 400px;
  }
  #link_elm a img {
    width: 100%;
  }
  #link_elm .cff {
    gap: 20px;
  }

  #sec3 .service-box {
    width: initial;
    justify-content: center;
    gap: 20px;
  }
  #sec3 .service-box > li {
    width: 45%;
  }

  #sec4 .sec_inner ul.cf {
    width: initial;
  } 
  #sec4 .sec_inner ul.cf li{
    width: 32%;
  }
  #sec4 .sec_inner ul.cf li img{
    width: 100%;
  }

  .movie .swiper-container {
    width: 100%;
  }
  .movie .swiper{
    width: 100%;
  }
}