@charset "Shift_JIS";

/* Updated 2025/07/01 */
/* Updated 2025/05/01 */
/* Updated 2025/04/01 */
/* Updated 2023/02/17 */



/* add 02/17 common */
@media screen and (min-width: 768px) {
  .spOnly{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly{
    display: none;
  }
}


/* add 02/17 sec-apply-btn */

@media screen and (min-width: 768px) {
.contentsOlive .secApply .btnRound{
  margin-top: 30px;
}
}

/* add 02/17 serviceBoxCardAccordion */
.contentsOlive .serviceBoxCardAccordion{
  margin: 10px;
}
.contentsOlive .serviceBoxCardAccordion input{
  display: none;
}

.contentsOlive .serviceBoxCardAccordion .ttl{
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 1;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 3.33333vw;
}
.contentsOlive .serviceBoxCardAccordion .ac-body{
  height: 0;
  overflow-y: hidden;
  font-size: 0;
}

.contentsOlive .serviceBoxCardAccordion .ac-body .serviceBoxCardAccordionTxt-indent{
  padding-left: 1em;
  text-indent: -1em;
}
.contentsOlive .serviceBoxCardAccordion .ac-body a{
  text-decoration: underline;
}
.contentsOlive .serviceBoxCardAccordion .ac-body strong{
  font-weight: 700;
}

#serviceBoxCardAccordion01:checked ~ #serviceBoxCardAccordionBody01 .ac-body,
#serviceBoxCardAccordion02:checked ~ #serviceBoxCardAccordionBody02 .ac-body{
  height: auto;
  opacity: 1;
  font-size: 1.2rem;
  text-align: left;
  border: 1px solid #ccc;
  padding: 1.5rem;
  position: relative;
  background: #fff;
  top: -4px;
  line-height: 1.6;
}
#serviceBoxCardAccordion01:checked ~ #serviceBoxCardAccordionBody01 .ac-body p,
#serviceBoxCardAccordion02:checked ~ #serviceBoxCardAccordionBody02 .ac-body p{
  margin-bottom: 1em;
}
/* close */
.contentsOlive .serviceBoxCardAccordion label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #ccc 2px solid;
  border-right: #ccc 2px solid;
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/* open */
.contentsOlive .serviceBoxCardAccordion input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #ccc 2px solid;
  border-right: #ccc 2px solid;
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px){
  .contentsOlive .serviceBoxCardAccordion .ttl{
    font-size: 1.4rem;
  }
}


/* add brand-LP newcard swipe */

.secService .serviceBoxImg {
  margin: 10px auto;
}

.newvalue-onecard-cards {
  margin: 60px auto 0;
  position: relative;
  aspect-ratio: 1.55/1;
  width: 270px;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards {
    width: 400px;
  }
}

.newvalue-onecard-card {
  width: 100%;
}
.newvalue-onecard-card img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.5s ease;
  transition: transform 0.7s ease, opacity 0.5s ease, -webkit-transform 0.7s ease;
}
.animation .newvalue-onecard-card img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newvalue-onecard-card img:last-child {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.animation .newvalue-onecard-card img:last-child {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.newvalue-onecard-card.-current img {
  opacity: 1;
}

.newvalue-onecard-cards-nav {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards-nav {
    margin-top: 32px;
  }
}
.newvalue-onecard-cards-nav ul {
  display: flex;
  justify-content: center;
}
.newvalue-onecard-cards-nav li {
  text-align: center;
  position: relative;
  padding-top: 20px;
  width: 100px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards-nav li {
    width: 124px;
  }
}
.newvalue-onecard-cards-nav li.-current {
  pointer-events: none;
}
.newvalue-onecard-cards-nav li.-current::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  background-color: #004832;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards-nav li.-current::before {
    width: 12px;
    height: 12px;
  }
}
.newvalue-onecard-cards-nav li img {
  width: 60px;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards-nav li img {
    width: 80px;
  }
}
@media (any-hover: hover) {
  .newvalue-onecard-cards-nav li:hover img {
    opacity: 0.8;
  }
}
.newvalue-onecard-cards-nav li p {
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  margin-top: 8px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-cards-nav li p {
    font-size: 0.75rem;
  }
}

.newvalue-onecard-navtext {
  font-size: rem(14);
  margin-top: 20px;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-navtext {
    font-size: 1rem;
    text-align: center;
  }
}

.newvalue-onecard-note {
  margin-top: 32px;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .newvalue-onecard-note {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .newvalue-onecard-note {
    text-align: center;
  }
}

/* fpay-slider area */
.fpaySlider{
  position: relative;
  padding-bottom: 30px;
}
.fpaySlider:after{
  background: #EDF3B3;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index:1;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 70px;
}
.fpaySliderWrap{
  position: relative;
  z-index:2;
  border: 6px solid #444;
  border-radius: 10px;
  width: 100px;
  left: 30px;
}
.fpaySliderWrap img{
  border-radius: 8px;
}
.fpaySliderSide{
  top: 85px;
  left: 145px;
  position: absolute;
  z-index:3;
}
.fpaySliderSide img{
  width: 20px;
  height: 20px;
}
.fpaySliderSide2{
  position: absolute;
  z-index:4;
  top: 65px;
  left: 180px;
}
.fpaySliderSide2 img{
  width: 100px !important;
}


@media only screen and (min-width: 768px){

.fpaySlider:after{
  width: 240px;
  height: 240px;
  top: 30px;
  left: 120px;
}

.fpaySliderWrap{
  width: 150px;
  left: 50px;
}
.fpaySliderSide{
  top: 130px;
  left: 220px;
}
.fpaySliderSide img{
  width: 50px;
  height: 50px;
}
.fpaySliderSide2{
  top: 110px;
  left: 290px;
}
.fpaySliderSide2 img{
  width: 150px !important;
}
}



/* tokuten(benefit)-slider area */

.serviceBoxImg.benfitImg{
  padding: 20px;
}

.benefitSlider{
  position: relative;
}

.benefitSliderWrap{
  border: 6px solid #444;
  border-radius: 10px;
  width: 110px;
  margin: 0 auto 50px;
}
.benefitSliderWrap img{
  border-radius: 8px;
}

@media only screen and (min-width: 768px){
  .serviceBoxImg.benfitImg{
    padding: 20px 40px;
  }

  .benefitSliderWrap{
    width: 150px;
  }
}

/* add 240820 */
.c1 .inbox{
  margin-bottom: 0;
}
.inbox .c1unit.bk2{
  background: url(../images/c1unitbk2_bg_0820.png) repeat;
  background-size: 34px;
}

.c1under .c1under_bnr {
  margin-top: 118px;
}
.c1under .c1under_bnr .ttl img {
  width: 206px;
  margin-bottom: 36px;
}
.c1under .c1under_bnr .bnr{
  display: block;
  width: 700px;
  margin: 0 auto 0;
}
.c1under .c1under_bnr .bnr img {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .c1under .c1under_bnr {
    margin-top: 66px;
  }
  .c1under .c1under_bnr .bnr{
    width: 100%;
    max-width: 330px;
  }
  .c1under .c1under_bnr .bnr img {
    width: 100%;
    max-width: 330px;
  }
}

/* add 250401 */
.contentsBox .c1 .inbox {
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .contentsBox .c1 .inbox {
    padding-bottom: 9rem;
  }
}


/* add 250501 */
/* 
body .fv {
  aspect-ratio: 15 / 7.9;
  position: relative;
}
.fv .fv-txt {
  display: block;
  z-index: 5;
  position: absolute;
  top: 15%;
  left: calc(50vw - 600px);
}
.fv .fv-txt h1,.fv .fv-txt h2,.fv .fv-txt h3 {
  display: block;
}
.fv .fv-txt h1 {
  margin-bottom: 2.5em;
}
.fv h2 {
  margin-bottom: 1.8em;
}
.fv h3 span:nth-child(1) {
  display: block;
}
.fv h3 span:nth-child(2) {
  line-height: 1;
  display: block;
}
.fv h3 span:nth-child(2) em {
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 134px;
  font-weight: bold;
  letter-spacing: -0.07em;
  padding-right: 0.1em;
  padding-bottom: 0.15em;
  background: linear-gradient(90deg, #C08933 0%, #dbb00b 45%, #F7E498 70%, #dbb10c 85%, #C08933 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv h3 span:nth-child(2) small {
  position: relative;
  display: inline-block;
  top: 0px;
}
.fv h3 span:nth-child(3) {
  position: relative;
  z-index: 2;
}
.fv-txt_visual {
  display: none;
}

@media screen and (max-width: 1230px) {
  .fv .fv-txt {
    left: 3%;
  }
  .fv .fv-txt h1 {
    width: 380px;
    margin-bottom: 1.6em;
  }
  .fv h2 {
    margin-bottom: 1.8em;
    width: 300px;
  }
  .fv h3 span:nth-child(1) {
    width: 180px;
  }
  .fv h3 span:nth-child(2) {
  }
  .fv h3 span:nth-child(2) em {
    font-size: 110px;
  }
  .fv h3 span:nth-child(2) small {
    width: 120px;
  }
  .fv h3 span:nth-child(3) {
    width: 460px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body .fv {
    aspect-ratio: auto;
    position: relative;
    padding: 20px 5vw 110px 5vw;
    overflow: hidden;
  }
  body .fv:after {
    content: ""; 
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/icon-arrow.svg) no-repeat center;
    background-size: contain;
    z-index: 4;
    left: calc(50% - 11px);
    bottom: 20px;
  }
  .fv .picture-bg img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv .fv-txt {
    position: relative;
    left: auto;
  }
  .fv-txt_visual {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .fv .fv-txt h1 {
    max-width: 380px;
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .fv .fv-txt h2 {
    max-width: 260px;
    margin: 0 auto 15px auto;
  }
  .fv .fv-txt h3 {
    margin-right: -4vw;
    margin-left: -4vw;
    position: relative;
  }
  .fv .fv-txt h3 span {
    display: block;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .fv h3 span:nth-child(1) {
    max-width: 140px;
  }
  .fv h3 span:nth-child(2) {
    
  }
  .fv h3 span:nth-child(2) em {
    font-size: 82px;
  }
  .fv h3 span:nth-child(2) small {
    width: 82px;
  }
  .fv h3 span:nth-child(3) {
    width: 325px;
  }
}

.fiexBtnSpeech {
  text-align: center;
  margin-right: 28px;
  padding-right: 10px;
  position: relative;
  top: -4px;
}
.fiexBtnSpeech::before,.fiexBtnSpeech::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  background: #fff;
  right: 0;
}
.fiexBtnSpeech::before {
  transform: rotate(-50deg);
  top: 0;
}
.fiexBtnSpeech::after {
  transform: rotate(50deg);
  top: 40px;
}
.fiexBtnSpeech span {
  display: inline-block;
  line-height: 1;
}
.fiexBtnSpeech span:first-child small,.fiexBtnSpeech span:first-child strong {
  background: linear-gradient(90deg, #C08933 0%, #dbb00b 45%, #F7E498 70%, #dbb10c 85%, #C08933 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fiexBtnSpeech span:first-child {
  font-weight: bold;
  line-height: 1.3;
}
.fiexBtnSpeech span:first-child small {
  font-size: 18px;
}
.fiexBtnSpeech span:first-child strong {
  font-size: 34px;
  display: inline-block;
  position: relative;
  top: 1px;
  letter-spacing: -0.04em;
}
.fiexBtnSpeech span:last-child {
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .fiexBtnBox {
    text-align: center;
  }
  .fiexBtnSpeech {
    padding-right: 0;
    margin-right: 0;
    display: inline-block;
  }
  .fiexBtnSpeech::before,.fiexBtnSpeech::after {
    width: 1px;
    height: 50px;
  }
  .fiexBtnSpeech::before {
    transform: rotate(-15deg);
    top: 10px;
    right: auto;
    left: -15px;
  }
  .fiexBtnSpeech::after {
    transform: rotate(15deg);
    top: 10px;
    right: -15px;
  }
}

.c9Inbox {
  background: #fff;
  padding: 8.0rem 4.0rem;
}
.cToggle {
  margin-bottom: 20px;
}
.cToggle dt {
  border: 1px solid #000;
  font-weight: bold;
  padding: 15px 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.cToggle dt::before,.cToggle dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 15px;
  background: #000;
  right: 30px;
  top: calc(50% - 6px);
  transition: 0.15s;
}
.cToggle dt::after {
  transform: rotate(90deg);
}
.cToggle dt span {
  display: inline-block;
  position: relative;
}
.cToggle dt.js-active::before {
  opacity: 0;
}
.cToggle dd {
  display: none;
}
.cToggle dd.c9 {
  padding: 6.0rem 10.0rem;
}
.cToggle dd .list-circle01 .item {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .c9Inbox {
    padding: 8rem 20px;
  }
  .cToggle {
    margin-bottom: 15px;
  }
  .cToggle dt {
    padding: 30px 15px;
  }
  .cToggle dd.c9 {
    padding: 3rem 3rem;
  }
  .cToggle dd .list-circle01 .item {
    line-height: 1.5;
  }
  .cToggle dd .list-circle01 .item b {
  }
}
*/

.c1unit-bage {
  display: block;
  width: 100px;
  position: absolute;
  z-index: 5;
  left: -20px;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .c1unit-bage {
    width: 72px;
    left: -18px;
    top: -15px;
  }
} 

/* add 250620 */
.gantei-campagin {
    width: 68.0rem;
    max-width: 100%;
    position: relative;
    margin: 70px auto 0 auto;
}
.gantei-campagin h2 {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.campagin-banner {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gantei-campagin {
    width: 90vw;
    margin: 45px auto 0 auto;
  }
  .campagin-banner {
    width: 90%;
  }
}

.c1unit-bage {
  width: 80px;
  top: -12px;
}