@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@400,700,900&display=swap&subset=japanese");html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,a,hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

ul,ol {
  list-style: none
}

blockquote,q {
  quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

@media(min-width:970px){
  html {
    scroll-padding-top: 7rem;
  }
}

html *,html *:before,html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #333;
  line-height: 2;
  font-family: ArialMT,"Noto Sans JP",sans-serif;
  position: relative;
  height: 100%
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none
}

a:hover img {
  opacity: 0.7
}

.lp_contents {
  font-size: min(62.5%, 1.33vw);
  text-align: center;
}

.lp_contents img,
.lp_contents video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lp_main {
  margin: auto;
}

/* ---------------- SP・PCで共通使用 ---------------- */
  /* コンテンツメニュー */
  .lp_contents .contents_menu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 7em 0 8rem;
    max-width: 900px;
  }
  /* contents の文字と横棒 */
  .lp_contents .contents_menu p {
    color: #F748A0;
    font-size: 1.7rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 2.5rem 0 1.5rem;
    letter-spacing: 0.8rem;
	  text-indent: 0.8rem;
    font-weight: 600;
  }
  .lp_contents .contents_menu p:before,
  .lp_contents .contents_menu p:after {
    border-top: 1px solid;
    content: "";
    width: 100%;
  }
  /* メニューボタン */
  .lp_contents .contents_menulist ul,
  .lp_contents .contents_menulist li{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    max-height: 320px;
    margin: 0 auto;
  }
  /* 枠線 */
  .lp_contents .contents_menulist ul {
    border: #999999 solid 1px;
    margin: 0 1rem;
  }
  .lp_contents .contents_menulist li {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    max-width: 450px;
    min-width: 340px;
    height: 160px;
    margin-bottom: -1px;
   }
  .lp_contents .contents_menulist .border_right {
    border-right: #999999 solid 1px;
  }
  .lp_contents .contents_menulist .border_bottom {
    border-bottom: #999999 solid 1px;
  }
  .lp_contents .contents_menulist a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 1em 3.5em;
  }
  .lp_contents .contents_menulist_txt {
    font-weight: 600;
    color: #000000;
    margin-left: 2rem;
    font-size: 3em;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  .lp_contents .contents_btn {
    width: 3.5rem;
  }
  .lp_contents .contents_btn2 {
    width: 1.5rem;
    margin-left: auto;
  }

  /* CTAの設定 */
  .lp_contents .contents_menu_offer {
    text-align: center;
  }
  .lp_contents .contents_menu_offer a {
    display: inline-block;
    width: 32rem;
  }
  .lp_contents .btn {
    width: 50em;
    transition: 0.2s;
  }
  .lp_contents .contents_menu_btn {
    margin: 6em;
  }
  .lp_contents .offer_btn {
    bottom: 50%;
    width: 100%;
  }

  /* フッターの設定 */
  .footer__content {
    margin-top: 3rem;
  }
  .footer__content__menu {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 2em;
    width: 40rem;
  }
  .footer__content__menu img {
    height: 100%;
    width: 23rem;
  }
  .footer__content__link {
    margin: 0 auto 5em;
    width: 70em;
  }
  .footer__content__link li {
    font-size: 1.5em;
    letter-spacing: 0.06em;
    display: flex;
  }
  .footer__content__link li a {
    color: #007dff;
    display: inline;
    text-decoration: underline;
    margin-left: 0.3em;
  }
  .footer__info {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
  }

  /* フッター（コピーライト） */
  .footer__info--wrapper {
    background: #0641A5;
    display: flex;
    width: 100%;
    margin-bottom: -6em;
  }

  .footer__info {
    width: 55rem;
  }

  .footer__info--wrapper ul {
    width: 100%;
  }
  .footer__info__company {
    display: block;
  }
  .footer__info__copyright {
    display: block;
  }

  /* 共通使用パーツのSP版は以下 */
  @media(max-width:969px){
    .lp_contents .contents_menulist_txt {
      font-size: 2.8em;
    }
    .lp_contents .header {
      width: 100%;
    }
    .lp_contents .contents_menulist .sp_border_top a {
      border-top: #999999 solid 1px;
    }
    .lp_contents .contents_menulist .border_right,
    .lp_contents .contents_menulist ul {
      border: none;
    }
    .lp_contents .contents_menulist ul,
    .lp_contents .contents_menulist li{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      max-width: 900px;
      max-height: 320px;
      margin: 0 auto;
    }
    .lp_contents .contents_menulist li {
      border-top: #999999 solid 1px;
      border-bottom: #999999 solid 1px;
      height: 15em;
    }

    /* 外部ページへのリンク */
    .faq {
      position: relative;
    }

    .sp_only .faq .box {
      position: relative;
    }

    .sp_only .faq_link {
      position: absolute;
      top: 92.5%;
      left: 10.5%;
      font-size: 2.7em;
      text-decoration: underline;
      color: #0000EE;
    }

    .site_link_wrapper {
      margin: 7em auto 14em!important;
    }
    .site_link_menu {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6em!important;
      width: 51em;
      align-items: center;
      margin: 0 auto;
      width: 95%;
    }
    .site_link_menu li {
      width: 100%;
      font-size: 1.6em;
      letter-spacing: 0.06em;
      display: flex;
      justify-content: center;
    }

    .site_link_menu li a {
      color: #007dff;
      display: inline;
      text-decoration: underline;
      margin-left: 0.3em;
    }

    .promise .sp_only {
      padding: 0 1rem;
    }

    /* フッターの設定 */
    .footer__content {
      margin-top: 1.5rem;
    }
    .footer__content__menu {
      justify-content: center;
      gap: 1rem;
      width: 90%;
    }
    .footer__content__menu img {
      width:100%;
    }
    .footer__content__link {
      text-align: left;
      width: 90%;
    }
    .footer__content__link li {
      flex-direction: column;
      margin-bottom: 0.5rem;
    }
    .footer__content__link li a {
      text-indent: 2em;
    }
    .footer__info--wrapper {
      text-align: center;
      font-size: 2.4em;
      background-color: #0078ca;
      color: #fff;
    }
    .footer__info {
      flex-direction: column;

    }
/* ---------------- 共通使用パーツのSP版は以下()ここまで ---------------- */


/* ---------------- SP版の設定は以下 ---------------- */
  .lp_contents {
    max-width: 969px;
    font-size: min(62.5%, 1.33vw);
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    max-width: 969px;
  }

  /* ヘッダー */
  .sp_only .header {
    width: 100%;
    padding: 3.5%;
    border-bottom: 3px solid #eee;
  }

  .sp_only .header_logo {
    height: auto;
    width: 36%;
  }

  /* オファー部分のCTAの設定 */
  .sp_only .offer {
    position: relative;
  }

  .sp_only.offer_btn a {
    display: inline-block;
    width: 33rem;
    cursor: pointer;
  }
  .sp_only .btn {
    transition: 0.2s;
  }

  .offer .sp_only {
    position: relative;
  }

  .sp_btn {
    display: inline-block!important;
    width: 70%!important;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
  }
}




/* ---------------- PC版の設定は以下 ---------------- */
@media(min-width:970px){
  .lp_contents {
    max-width: 1920px;
    font-size: min(62.5%, 1.33vw);
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    max-width: 1920px;
    font-size: min(62.5%, 1.33vw);
  }

  /* ヘッダー */
  .l-header {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.2);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.2);
    z-index: 960;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  @-webkit-keyframes slideDown {
    0% {
        top: 0px;
    }

    50% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: -35px;
    }
  }

  @keyframes slideDown {
    0% {
        top: 0px;
    }

    50% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: -35px;
    }
  }

  @-webkit-keyframes slideUp {
    0% {
        top: -2px;
        opacity: 0.5;
    }

    100% {
        top: 0;
    }
  }

  @keyframes slideUp {
    0% {
        top: -2px;
        opacity: 0.5;
    }

    100% {
        top: 0;
    }
  }

  /* ヘッダー（白） */
  .l-headerBtn {
    background-color: #fff;
    position: relative;
  }

  .fixed .l-headerBtn {
    width: 100%;
  }

  .l-headerBtn_logo a {
    display: block;
  }

  .l-headerBtn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header_console {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-header_storeBtn {
    display: block;
    width: 61px;
    background-color: #000;
    border-left: 1px solid #000;
  }

  body.is-open .l-header_storeBtn {
    pointer-events: none;
  }

  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header {
    position: fixed;
    top: 0;
    -webkit-animation: slideUp 0.2s forwards;
    animation: slideUp 0.2s forwards;
  }

  .l-header.fixed {
    height: calc(143px - 36px);
    -webkit-animation: slideDown 1s forwards;
    animation: slideDown 1s forwards;
  }

  .l-headerTop {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 6px;
    position: absolute;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .fixed .l-headerTop {
    top: -36px;
    z-index: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .l-headerTop_inner:after {
    content: '';
    display: block;
    clear: both;
  }

  .l-headerTop_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }

  .l-headerTop_navi li {
    position: relative;
  }

  .l-headerTop_navi li+li {
    margin-left: 19px;
  }

  .l-headerTop_navi li.separate {
    padding-left: 20px;
  }

  .l-headerTop_navi li.separate:before {
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerTop_navi li a {
    display: block;
    position: relative;
  }

  .l-headerTop_navi li a img {
    vertical-align: middle;
  }

  .l-headerTop_navi li a:hover {
    text-decoration: underline;
  }

  .l-headerTop_navi li a.is-home {
    padding-left: 16px;
  }

  .l-headerTop_navi li a.is-home:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/brand/common/img/icon/ico_home01_wt.svg);
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .l-headerTop_navi li a.is-arrow {
    padding-left: 11px;
  }

  .l-headerTop_navi li a.is-arrow:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/brand/common/img/icon/ico_caret01_wt.svg);
    background-size: contain;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }

  .l-headerTop_navi li a[target='_blank'] {
    padding-right: 15px;
  }

  .l-headerTop_navi li a[target='_blank']:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/brand/common/img/icon/ico_blank01_wt.svg);
    background-size: contain;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .l-headerTop_navi li a[target='_blank'].is-brackets {
    padding-right: 9px;
  }

  .l-headerTop_navi li a.is-store {
    padding-left: 5px;
    padding-right: 0;
  }

  .l-headerTop_navi li a.is-store svg {
    vertical-align: text-bottom;
  }

  .l-headerTop_navi li a.is-store:after {
    display: none;
  }

  .l-headerTop_navi li a.is-cart {
    padding-left: 5px;
    padding-right: 0;
  }

  .l-headerTop_navi li a.is-cart svg {
    vertical-align: text-bottom;
  }

  .l-headerTop_navi li a.is-cart:after {
    display: none;
  }

  .l-headerTop_navi_home {
    fill: #000;
  }

  .l-headerBtn {
    top: 36px;
  }

  .l-headerBtn_logo a {
    width: 29rem;
  }

  .l-headerBtn_inner {
    padding-right: 0;
  }

  .l-headerBtn {
    border-bottom: 3px solid #eee;
  }

  .l-headerBtn_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-headerBtn_navi>li {
    position: relative;
    -webkit-transition: all 10s;
    transition: all 10s;
  }

  .l-headerBtn_navi>li.-cart {
    width: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: width 1.4s 0.4s, opacity 1.4s 0.4s;
    transition: width 1.4s 0.4s, opacity 1.4s 0.4s;
  }

  .l-headerBtn_navi>li.-cart>a {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .l-headerBtn_navi>li.-cart>a>svg {
    margin-right: 5px;
  }

  .fixed .l-headerBtn_navi>li.-cart {
    width: auto;
    opacity: 1;
  }

  .l-headerBtn_navi>li>a,.l-headerBtn_navi>li .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
    min-width: 135px;
    height: calc(143px - 35px);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-bottom: -3px;
    font-size: 1.5rem;
  }

  .fixed .l-headerBtn_navi>li>a,.fixed .l-headerBtn_navi>li .trigger {
    height: calc((143px - 35px) * 0.8);
    min-width: 120px;
    font-size: 1.3rem;
  }

  .l-headerBtn_navi>li>a:before,.l-headerBtn_navi>li .trigger:before {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 5;
    opacity: 0;
  }

  .l-headerBtn_navi>li>a span,.l-headerBtn_navi>li .trigger span {
    display: block;
    font-size: 1.2rem;
    margin: 0 -0.5em;
  }

  .l-headerBtn_navi>li>a span.row,.l-headerBtn_navi>li .trigger span.row {
      margin: 0;
      font-size: inherit;
      white-space: nowrap;
  }

  .l-headerBtn_navi>li>a span.row+br,.l-headerBtn_navi>li .trigger span.row+br {
    display: none;
  }

  .l-headerBtn_navi>li>a span.sm,.l-headerBtn_navi>li .trigger span.sm {
    display: inline;
    font-size: 1rem
  }

  .l-headerBtn_navi>li>a:hover,.l-headerBtn_navi>li>a:active,.l-headerBtn_navi>li>a.is-active,.l-headerBtn_navi>li .trigger:hover,.l-headerBtn_navi>li .trigger:active,.l-headerBtn_navi>li .trigger.is-active {
    font-weight: bold;
  }

  .l-headerBtn_navi>li>a:hover:before,.l-headerBtn_navi>li>a:active:before,.l-headerBtn_navi>li>a.is-active:before,.l-headerBtn_navi>li .trigger:hover:before,.l-headerBtn_navi>li .trigger:active:before,.l-headerBtn_navi>li .trigger.is-active:before {
    opacity: 1;
  }

  .l-headerBtn_navi>li ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 4;
    background: rgba(255,255,255,0.9);
  }

  .l-headerBtn_navi>li ul a {
    padding: 12px 7px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    display: block;
    line-height: 1.5;
  }

  .l-headerBtn_navi>li ul a:hover {
    font-weight: bold;
  }

  .l-inner {
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-inner .l-inner {
    width: 100%;
  }
  .l-headerTop_copy {
    float:left;
  }
  .l-headerTop {
    background-color: #f748a0;
  }

  .l-headerTop_navi_home {
    fill: #fff;
  }

  .l-header_storeBtn {
    background-color: #f748a0;
    border-left-color: #f748a0;
  }

  .l-headerBtn_navi>li.-cart {
    color: #f748a0;
  }

  .l-headerBtn_navi>li>a:hover:before,.l-headerBtn_navi>li>a:active:before,.l-headerBtn_navi>li>a.is-active:before,.l-headerBtn_navi>li .trigger:hover:before,.l-headerBtn_navi>li .trigger:active:before,.l-headerBtn_navi>li .trigger.is-active:before {
    background-color:#f748a0;
  }

  .l-headerBtn_logo {
    width: 80%;
    max-width: 145px;
  }

  .l-headerBtn_logo .header_logo {
    height: auto;
    width: 23rem;
  }

  /* =============== movie =============== */
.modal_content_wrap_inner {
  position: relative;
  padding: 100px 20px;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  background-color: #fff;
  opacity: 1;
  max-width: 75%;
  max-height: 45%;
  overflow: visible;
}

.modal_content ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 30px;
  gap: 1rem;
}
.modal_content li {
  max-width: 30%;
  width: 100%;
  height: auto;
  border: 2px solid #c7c7c7;
}
.modal_content a {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.shop_logo {
  width: 100%;
  flex-shrink: 3;
}
/* =============== modal =============== */
.modal{
  z-index: 9999;
  padding: 80px 15px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:rgba( 0,0,0, 0.75 );
  display: none;
}

.modal_content_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.close_btn_wrapper {
    text-align: right;
    top: 22rem;
    width: 81rem;
    max-width: 68%;
}

.modal .icon_close {
  cursor: pointer;
  position: absolute;
  opacity: 0.6;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  top: -4rem;
  right: 0.5rem;
}

}

  /* コンテンツの共通設定 */
  .pc_only .bg-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* コンテンツ */
  .pc_only .fv1 {
    height: 477px;
    background-image: url(../images/fv_pc.png);
    margin-top: 14rem;
  }
  .pc_only .message1 {
    height: 360px;
    background-image: url(../images/message_pc.png);
  }
  .pc_only .cause1 {
    height: 801px;
    background-image: url(../images/cause1_pc.png);
  }
  .pc_only .cause2 {
    height: 573px;
    background-image: url(../images/cause2_pc.png);
  }
  .pc_only .cause3 {
    height: 1036px;
    background-image: url(../images/cause3_pc.png);
  }

  .pc_only .approach1 {
    height: 299px;
    background-image: url(../images/approach1_pc.png);
  }
  .pc_only .approach2 {
    height: 339px;
    background-image: url(../images/approach2_pc.png);
  }
  .pc_only .approach3 {
    height: 1111px;
    background-image: url(../images/approach3_pc.png);
  }
  .pc_only .approach4 {
    height: 1108px;
    background-image: url(../images/approach4_pc.png);
  }
  .pc_only .approach5 {
    height: 406px;
    background-image: url(../images/approach5_pc.png);
  }
  .pc_only .approach6 {
    height: 695px;
    background-image: url(../images/approach6_pc.png);
  }
  .pc_only .approach7 {
    height: 617px;
    background-image: url(../images/approach7_pc.png);
  }
  .pc_only .approach8 {
    height: 701px;
    background-image: url(../images/approach8_pc.png);
  }

  .pc_only .study1 {
    height: 257px;
    background-image: url(../images/study1_pc.png);
  }
  .pc_only .study2 {
    height: 352px;
    background-image: url(../images/study2_pc.png);
  }
  .pc_only .study3 {
    height: 601px;
    background-image: url(../images/study3_pc.png);
  }
  .pc_only .study4 {
    height: 702px;
    background-image: url(../images/study4_pc.png);
  }

  .pc_only .faq1 {
    height: 1193px;
    background-image: url(../images/faq1_pc.png);
  }
  .pc_only .faq2 {
    height: 922px;
    padding-top: 75rem;
    background-image: url(../images/faq2_pc.png);
  }

  .pc_only .try1 {
    height: 382px;
    background-image: url(../images/try_pc.png);
  }

  .pc_only .offer,
  .pc_only .offer1 {
    text-align: center;
  }

  .pc_only .offer1 {
    height: 948px;
    padding-top: 75rem;
    background-image: url(../images/offer_pc.png);
  }

  .pc_only .howtouse1 {
    height: 1211px;
    background-image: url(../images/howtouse1_pc.png);
  }
  .pc_only .howtouse2 {
    height: 967px;
    background-image: url(../images/howtouse2_pc.png);
  }

  .promise img {
    width: 55rem;
    margin: 0 auto;
  }

  /* CTAの設定 */
  .pc_only .offer {
    text-align: center;
  }
  .offer a {
    display: block;
    margin: auto;
    width: 56rem;
  }
  .pc_only .btn {
    transition: 0.2s;
  }
  .pc_only .contents_menu_btn {
    margin: 6em;
  }

  /* 外部ページへのリンク */
  .pc_only .faq_link {
    width: 64rem;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #0000EE;
  }
  .site_link_wrapper {
    margin: 7em auto;
  }
  .site_link_menu {
    align-items: flex-start;
    display: flex;
    gap: 1.8rem;
    justify-content: space-between;
    width: 100%;
    max-width: 83rem;
    margin: 0 auto 5em;
    padding: 0 2rem;
  }
 .site_link_menu li {
    font-size: 1.6em;
    letter-spacing: 0.06em;
    display: flex;
  }
 .site_link_menu li a {
    color: #007dff;
    display: inline;
    text-decoration: underline;
  }
