@charset "UTF-8";
@import url(/src/css/reset.css);
#form {
  overflow: hidden;
  /*アコーディオン*/
  /*アコーディオン*/
  /*===== form_area =====*/ }
  #form .main_img {
    background: url(/public/assets/images/contact/form_title_counseling2.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #form .main_img .title {
      font-weight: bold;
      font-size: 2em;
      color: #ffffff;
      filter: drop-shadow(0px 0px 5px #737373); }
  @media (min-width: 200px) and (max-width: 770px) {
    #form .main_img {
      height: 120px; } }
  #form .grad-wrap {
    position: relative; }
  #form .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #466fd6;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer; }
  #form .grad-btn::before {
    margin-top: 30px;
    content: "続きを読む"; }
  #form .grad-item {
    position: relative;
    overflow: hidden;
    height: 80px;
    /*隠した状態の高さ*/ }
  #form .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: ""; }
  #form .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/ }
  #form .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"; }
  #form .grad-trigger:checked ~ .grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/ }
  #form .grad-trigger:checked ~ .grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }
  #form .first_area {
    width: 100%;
    padding: 25px 10px 50px 10px;
    background: #ffffbf;
    /*--------------------------------------------------
    	フロート
    --------------------------------------------------*/ }
    #form .first_area .first_area_in {
      max-width: 1100px;
      width: 100%;
      margin: 0 auto; }
    #form .first_area .first_title {
      font-weight: bold;
      color: #4d58b1;
      font-size: 18px;
      text-align: center; }
    #form .first_area .step_box {
      margin-top: 20px; }
      #form .first_area .step_box .img_box img {
        padding-right: 5px; }
      @media (min-width: 200px) and (max-width: 770px) {
        #form .first_area .step_box .img_box {
          max-width: 100px;
          width: 100%; } }
    #form .first_area .tel_btn {
      max-width: 752px;
      width: 40%; }
    @media (min-width: 200px) and (max-width: 770px) {
      #form .first_area .img_box {
        max-width: 170px; }
        #form .first_area .img_box img {
          width: 90%; }
      #form .first_area .tel_btn {
        max-width: 752px;
        width: 90%; } }
    #form .first_area .fltR {
      float: right; }
    #form .first_area .fltC {
      float: center; }
    #form .first_area .fltL {
      float: left; }
  #form .form_area {
    max-width: 980px;
    margin: 0 auto;
    background: #fdfdfd;
    border-bottom: 1px solid #f5f4f7;
    border-right: 1px solid #f5f4f7;
    color: #3D3D3D;
    line-height: 1.75;
    letter-spacing: 1.5px;
    padding: 15px;
    margin-top: 30px;
    /*btn*/
    /*btn*/ }
    #form .form_area h3.form_label {
      border: none;
      color: #3D3D3D;
      padding: 0 0 3px 3px;
      font-size: 18px;
      border-bottom: 1px solid #6F6F6F; }
    #form .form_area h3.red {
      border-bottom: 1px solid  #fd4d47;
      color: #fd4d47; }
    #form .form_area ul.form_redio li {
      display: inline; }
    #form .form_area label {
      padding-left: 5px; }
    #form .form_area .eigo_subbox {
      background: #fff5eb;
      padding: 5px;
      font-size: 10px; }
    #form .form_area input[type=text], #form .form_area input[type=email], #form .form_area input[type=tel], #form .form_area select {
      width: 100% !important;
      font-size: 150%;
      padding: 10px;
      border: #A6A6A6 1px solid;
      border-radius: 2px;
      box-shadow: 0px 0px 3px #CCC inset; }
    #form .form_area input[type=date] {
      width: 100% !important;
      font-size: 150%;
      padding: 10px;
      margin-bottom: 5px;
      border-radius: 3px;
      box-shadow: 0px 0px 5px #CCC inset;
      font-size: 100%; }
    #form .form_area textarea {
      width: 100% !important;
      font-size: 100%;
      padding: 10px;
      border-radius: 3px;
      box-shadow: 0px 0px 5px #CCC inset; }
    #form .form_area button.button_jf {
      background: none;
      text-shadow: none;
      text-align: center;
      text-decoration: none;
      background-color: #ec5a5d;
      color: #fff;
      font-size: 16px;
      margin: 10px 0;
      padding: 15px;
      border: #ec5a5d 2px solid;
      width: 80%; }
      #form .form_area button.button_jf a {
        color: #FFFFFF;
        display: block; }
    #form .form_area .button_jf::before,
    #form .form_area .button_jf::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: ''; }
    #form .form_area .button_jf,
    #form .form_area .button_jf::before,
    #form .form_area .button_jf::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s; }
    #form .form_area .button_jf:hover {
      background-color: #FFFFFF;
      border: #ec5a5d 2px solid;
      color: #ec5a5d;
      box-shadow: none; }
      #form .form_area .button_jf:hover a {
        color: #ec5a5d; }
    #form .form_area .mfp_element_submit, #form .form_area .mfp_element_reset, #form .form_area .mfp_element_button {
      color: #000000; }
  @media (min-width: 200px) and (max-width: 770px) {
    #form .form_area {
      padding: 5px; } }

#contact {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  overflow: hidden;
  /*aboutarea*/
  /*form_area*/
  /*==================================================
  	#btn
  ==================================================*/
  /*主な共通部分は省略*/
  /*================
  LINELOGIN
  ==================*/
  /* ==========================================================================
     button00new & Popup Styles
     ========================================================================== */ }
  #contact .bg_gray {
    background: #FCFCFC;
    padding-top: 30px; }
  #contact .about_area {
    font-size: 16px;
    /* 16px*/
    line-height: 2;
    color: #272727;
    /* パソコンで見たときは"pc"のclassがついた画像が表示される */
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    /* ボタン */
    /* ボタン */
    /*オンライン訴求*/ }
    #contact .about_area h3 {
      background: none;
      border: none;
      color: #2B2B2B;
      text-align: center;
      font-size: 18px;
      border-radius: 0;
      border-bottom: 2px solid #2B2B2B;
      padding: 30px 0 5px 0; }
    #contact .about_area .first {
      /* 1秒遅れてアニメする */
      animation-delay: 0.1s; }
    #contact .about_area .second {
      /* 1秒遅れてアニメする */
      animation-delay: 0.2s; }
    #contact .about_area .third {
      /* 2秒遅れてアニメする */
      animation-delay: 0.3s; }
    #contact .about_area .fourth {
      /* 3秒遅れてアニメする */
      animation-delay: 0.4s; }
    #contact .about_area .fifth {
      /* 3秒遅れてアニメする */
      animation-delay: 0.5s; }
    #contact .about_area .step_area {
      padding: 0 50px; }
    @media (min-width: 200px) and (max-width: 770px) {
      #contact .about_area .step_area {
        padding: 0; } }
    #contact .about_area .tel_btn {
      margin-bottom: -40px; }
    #contact .about_area .finger {
      max-width: 481px;
      margin: 0 auto;
      margin-bottom: -30px; }
    #contact .about_area .w500 {
      max-width: 500px;
      margin: 0 auto; }
    #contact .about_area .subtext {
      font-size: 11px; }
    #contact .about_area .pc_ver {
      display: block !important; }
    #contact .about_area .sp_ver {
      display: none !important; }
    @media (min-width: 200px) and (max-width: 770px) {
      #contact .about_area .pc_ver {
        display: none !important; }
      #contact .about_area .sp_ver {
        display: block !important; } }
    #contact .about_area .btn-animation-02 {
      display: inline-block;
      width: 80%;
      text-align: center;
      background-color: #ff5f80;
      border: 2px solid #ff5f80;
      font-size: 16px;
      color: #ff5f80;
      text-decoration: none;
      font-weight: bold;
      padding: 18px 24px;
      border-radius: 4px;
      position: relative; }
    #contact .about_area .btn-animation-02 span {
      position: relative;
      z-index: 1; }
    #contact .about_area .btn-animation-02::before,
    #contact .about_area .btn-animation-02::after {
      content: "";
      display: block;
      background-color: #FFF;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      transition: .2s; }
    #contact .about_area .btn-animation-02::before {
      left: 0; }
    #contact .about_area .btn-animation-02::after {
      right: 0; }
    #contact .about_area .btn-animation-02:hover:before,
    #contact .about_area .btn-animation-02:hover:after {
      width: 0;
      background-color: #FFF; }
    #contact .about_area .btn-animation-02:hover {
      color: #FFF; }
    #contact .about_area .bg_orange {
      background: #fef8ef;
      margin: 0 auto;
      text-align: center;
      padding: 30px 0;
      margin-top: 30px; }
    #contact .about_area .bg_blue {
      background: #cad8e4;
      margin: 0 auto; }
    #contact .about_area .bg_yellow {
      background: #fffdec;
      margin: 0 auto; }
    #contact .about_area .bg_what {
      background: url("/public/assets/images/contact/form_cou_C016bg.png") no-repeat center bottom;
      background-size: cover;
      max-width: 900px;
      margin: 0 auto; }
    #contact .about_area .bg_orange2 {
      background: #fef5e3;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 30px;
      margin-top: 30px; }
    #contact .about_area ul.yellow {
      padding: 0 15px;
      font-size: 13px; }
    #contact .about_area ul.yellow li {
      position: relative; }
    #contact .about_area ul.yellow li::after {
      display: block;
      content: '';
      position: absolute;
      top: .5em;
      left: -1em;
      width: 8px;
      height: 3px;
      border-left: 2px solid #f3f08f;
      border-bottom: 2px solid #f3f08f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #contact .about_area h4 {
      color: #3E3E3E;
      font-size: 16px;
      font-weight: 100;
      border-bottom: 1px #3E3E3E solid; }
    #contact .about_area .card-text {
      font-size: 13px;
      line-height: 1.8em; }
    #contact .about_area .container-fluid {
      margin: 0;
      padding: 0; }
    #contact .about_area .merit_title {
      background: url("/public/assets/images/company/lp_online_003bg.png") no-repeat center bottom;
      background-size: auto;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
    #contact .about_area h2.online {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      text-align: center; }
    #contact .about_area .cv_bg {
      background: #ffea96;
      padding: 15px 0;
      text-align: center; }
    #contact .about_area .green_area {
      background: #d9ffec;
      padding-bottom: 20px; }
    #contact .about_area .card-text2 {
      font-size: 16px;
      font-weight: bold;
      color: #ff8392; }
  #contact .form_area {
    font-size: 18px;
    /* 16px*/
    line-height: 2;
    color: #5d656f;
    letter-spacing: 0.1em;
    max-width: 900px;
    margin: 0 auto;
    /*メールフォームプロ上書き*/
    	/*
    	.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    		position: relative;
    		-ms-flex: 1 1 auto;
    		flex: 1 1 auto;
    		width: 1% !important;
    		margin-bottom: 0;
    	}
    */ }
    #contact .form_area h3 {
      border: none;
      padding: 0;
      margin: 0;
      font-weight: normal;
      font-size: 17px;
      color: #5d656f;
      position: relative;
      padding-bottom: .5em;
      border-bottom: 4px solid #ccc; }
    #contact .form_area h3::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      z-index: 2;
      content: '';
      width: 10%;
      height: 4px;
      background-color: #1167b5; }
    #contact .form_area h3.must_title::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      z-index: 2;
      content: '';
      width: 10%;
      height: 4px;
      background-color: #f15652; }
    #contact .form_area .form#mailformpro dl dd input[type=text], #contact .form_area input[type=email], #contact .form_area input[type=tel], #contact .form_area select {
      font-size: 100%; }
    #contact .form_area .mfp-required {
      color: #FFF;
      background: #F15652; }
    #contact .form_area input[type="checkbox"] {
      margin: 10px; }
    #contact .form_area .form_wrap {
      background: #FFFFFF;
      padding: 20px;
      box-sizing: border-box;
      border: 1px solid #e2e4e6;
      margin-top: 40px;
      font-size: 13px; }
    @media (min-width: 200px) and (max-width: 770px) {
      #contact .form_area .form_wrap {
        padding: 15px; } }
    #contact .form_area input[type=date] {
      width: 100% !important;
      margin-bottom: 5px;
      border-radius: 3px;
      box-shadow: 0px 0px 2px #fefcfa  inset; }
    #contact .form_area .form_area input[type=text], #contact .form_area .form_area input[type=email], #contact .form_area .form_area input[type=tel], #contact .form_area .form_area select {
      width: 100% !important;
      font-size: 150%;
      padding: 0px !important;
      border: #A6A6A6 1px solid;
      border-radius: 2px;
      box-shadow: 0px 0px 3px #CCC inset; }
    #contact .form_area span.red {
      color: #f15652; }
  #contact .gray_area {
    background: #F3F3F3;
    padding: 5px;
    margin-top: 5px; }
    #contact .gray_area p.small {
      　font-size: 10px; }
  #contact a.form_pushbtn {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }
  #contact a.btn--plus.btn--cubic {
    background: #D0D0F5;
    border-bottom: 5px solid #9393AA; }
  #contact a.btn--plus2.btn--cubic {
    background: #D0F5DE;
    border-bottom: 5px solid #97AF9F; }
  #contact a.btn--high.btn--cubic {
    background: #F5D2D0;
    border-bottom: 5px solid #B79F9E; }
  #contact a.btn--de.btn--cubic {
    background: #F5EED0;
    border-bottom: 5px solid #BAB5A0; }
  #contact a.btn--gogaku.btn--cubic {
    background: #f5daaa;
    border-bottom: 5px solid #AD937D; }
  #contact a.btn--radius {
    border-radius: 100vh; }
  #contact .fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem; }
  #contact .formtitle {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline !important; }
  #contact .center-block {
    max-width: 475px;
    margin: 0 auto;
    text-align: center; }
  #contact .btn-line {
    display: inline-block;
    max-width: 475px;
    width: 100%;
    text-align: left;
    background-color: #20c02f;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 28px 24px;
    border-radius: 4px;
    border-bottom: 4px solid #209f2f;
    margin: 0 auto;
    text-align: center; }
  #contact .btn-line :active {
    transform: translateY(4px);
    border-bottom: none; }
  #contact #LINEAREA .bg-green {
    background: #eefbf3;
    padding: 20px 0; }

/* /#bg-green */
/* ------------------------------------------------------------------------
   ポップアップ共通制御 (CSS checkbox hack)
   ------------------------------------------------------------------------ */
#popup {
  display: none;
  /* labelでコントロールするためinput本体は非表示 */ }

.popup-open {
  cursor: pointer;
  /* クリック可能な要素であることが分かりやすいように */ }

/* オーバーレイ（背景暗転） */
.popup-overlay {
  display: none;
  /* 初期状態は非表示 */ }

/* チェックボックスがONのときのオーバーレイ表示 */
#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.44);
  /* #00000070 をrgbaに整理 */
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }

/* ポップアップウィンドウ本体 */
.popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box; }

.popup-text {
  margin: 0; }
  .popup-text:not(:last-of-type) {
    margin-bottom: 1em; }

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0; }

/* LINEポップアップ内の注意・安心マイクロコピー */
.popup-line-notice {
  background: #fdf8e6;
  border: 1px solid #f6e09e;
  border-left: 4px solid #f59e0b;
  border-radius: 6px;
  padding: 10px 14px;
  margin: 12px auto 16px;
  text-align: left;
  max-width: 440px;
  box-sizing: border-box; }
  .popup-line-notice .notice-title {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #78350f;
    line-height: 1.4; }
  .popup-line-notice .notice-desc {
    margin: 4px 0 0 0;
    font-size: 11.5px;
    color: #92400e;
    line-height: 1.4; }

/* ------------------------------------------------------------------------
   ボタン learnedスタイル (.button00new)
   ------------------------------------------------------------------------ */
.button00new {
  /* 通常のaタグスタイル */
  /* LINE用カラーバリエーション (.button00new.line a) */ }
  .button00new a, .button00new label {
    background: #0c72b0;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px 35px 15px 25px;
    color: #ffffff !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    /* 右側の矢印アイコン */ }
    .button00new a:hover, .button00new label:hover {
      background: #313131;
      color: #ffffff !important; }
      .button00new a:hover:after, .button00new label:hover:after {
        border-color: #ffffff; }
    .button00new a:after, .button00new label:after {
      content: '';
      width: 5px;
      height: 5px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      top: 50%;
      right: 15px;
      border-radius: 1px;
      transition: border-color 0.3s ease-in-out; }
  .button00new.line a, .button00new.line label {
    background: #06c755;
    color: #ffffff !important; }
    .button00new.line a:hover, .button00new.line label:hover {
      background: #05b34c;
      color: #ffffff !important; }

/* /.button00new */
#Contact_Plus {
  /*=======
  2026.07.01追加    
  ========*/
  /*ContactPlus_FV*/
  /*=======
  2026.07.01追加    
  ========*/
  /*ContactPlus_FV2*/
  /*=======
  2026.07.01追加 ここまで   
  ========*/ }
  #Contact_Plus a.scbtn {
    max-width: 500px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #f15652;
    border-radius: 0.5rem; }
  #Contact_Plus a.scbtn--red.scbtn--cubic {
    border-bottom: 5px solid #9f000c; }
  #Contact_Plus a.scbtn--red.scbtn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #9f000c; }
  #Contact_Plus a.scbtn--radius {
    border-radius: 100vh; }
  #Contact_Plus .fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem; }
  #Contact_Plus .row {
    margin-right: 0px;
    margin-left: 0px; }
  #Contact_Plus #ContactPlus_FV .main-visual {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
    background-image: url("/public/assets/images/contact/plus/cou_bg5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    #Contact_Plus #ContactPlus_FV .main-visual__content {
      max-width: 800px; }
    #Contact_Plus #ContactPlus_FV .main-visual__copy {
      font-size: 2.0rem;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: 0.05em;
      font-feature-settings: "palt";
      margin-bottom: 2rem; }
      #Contact_Plus #ContactPlus_FV .main-visual__copy span {
        display: inline-block;
        background-color: #126da7;
        color: #FFFFFF;
        /*padding: 0.1em 0.5em;*/
        margin-bottom: 0.1em; }
    #Contact_Plus #ContactPlus_FV .main-visual__lead {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.8;
      color: #126da7;
      text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5); }
  @media (min-width: 200px) and (max-width: 770px) {
    #Contact_Plus #ContactPlus_FV .main-visual {
      background-position: center;
      display: inline-block;
      background-image: url("/public/assets/images/contact/plus/cou_bg6.png");
      height: 300px;
      min-height: 300px; }
      #Contact_Plus #ContactPlus_FV .main-visual__copy {
        font-size: 1.35rem;
        margin-top: 60px; }
      #Contact_Plus #ContactPlus_FV .main-visual__lead {
        font-size: 0.95rem; }
        #Contact_Plus #ContactPlus_FV .main-visual__lead br {
          display: none; } }
  #Contact_Plus #ContactPlus_FV2 .main-visual {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
    background-image: url("/public/assets/images/contact/plus/cou_bg7.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    #Contact_Plus #ContactPlus_FV2 .main-visual__content {
      max-width: 800px; }
    #Contact_Plus #ContactPlus_FV2 .main-visual__copy {
      font-size: 2.0rem;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: 0.05em;
      font-feature-settings: "palt";
      margin-bottom: 1rem; }
      #Contact_Plus #ContactPlus_FV2 .main-visual__copy span {
        display: inline-block;
        background-color: #4c4948;
        color: #FFFFFF;
        padding: 0.1em 0.5em;
        margin-bottom: 0.1em; }
      #Contact_Plus #ContactPlus_FV2 .main-visual__copy span.sublead {
        font-size: 15px;
        color: #4c4948;
        font-weight: 500;
        background-color: transparent; }
    #Contact_Plus #ContactPlus_FV2 .main-visual__lead {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.8;
      color: #4c4948;
      text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5); }
    #Contact_Plus #ContactPlus_FV2 .main-visual img.medal {
      max-width: 150px;
      width: 100%;
      padding: 5px; }
  @media (min-width: 200px) and (max-width: 770px) {
    #Contact_Plus #ContactPlus_FV2 .main-visual {
      background-position: center;
      display: inline-block;
      background-image: url("/public/assets/images/contact/plus/cou_bg8.webp");
      height: 300px;
      min-height: 300px; }
      #Contact_Plus #ContactPlus_FV2 .main-visual__copy {
        font-size: 1.35rem;
        margin-top: 60px; }
      #Contact_Plus #ContactPlus_FV2 .main-visual__lead {
        font-size: 0.95rem; }
        #Contact_Plus #ContactPlus_FV2 .main-visual__lead br {
          display: none; } }
  #Contact_Plus .qa-8 dt {
    margin-bottom: 1em;
    color: #f15652;
    font-weight: 600; }
  #Contact_Plus .qa-8 dt::before,
  #Contact_Plus .qa-8 dd::before {
    margin-right: .4em; }
  #Contact_Plus .qa-8 dt::before {
    content: "Q."; }
  #Contact_Plus .qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #fafafa;
    color: #333333; }
  #Contact_Plus .qa-8 dd::before {
    content: "A."; }
  #Contact_Plus h3 {
    border: none; }
  #Contact_Plus .benefit-num {
    font-size: 28px;
    color: #1d3b63;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    transform: skewX(-20deg); }
  #Contact_Plus .UFVTEXT {
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.7em;
    text-align: center; }
  #Contact_Plus .plus3 {
    margin: 0 auto; }
    #Contact_Plus .plus3 h4.card-title {
      font-size: 1.3em; }
  #Contact_Plus .PushArea {
    background: #1167b7;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 120%;
    line-height: 2.1em;
    padding: 15px 0; }

/*PLUS*/
#thanks {
  /*大谷さん吹き出し*/ }
  #thanks .box_red {
    background: #FFE5E5;
    padding: 10px;
    margin-bottom: 20px; }
  #thanks .speechBubble {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    padding: 13px 16px;
    border-radius: 12px;
    background-color: #9bee8c;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000; }
  #thanks .speechBubble::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #9bee8c transparent transparent;
    translate: -100% -50%;
    transform: skew(0, -10deg);
    transform-origin: right; }
  #thanks .speechBubble2 {
    position: relative;
    display: inline-block;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 12px;
    background-color: #9bee8c;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000; }
  #thanks .speechBubble2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #9bee8c;
    translate: -50% -100%;
    transform: skew(-10deg);
    transform-origin: bottom; }
  #thanks .headtext {
    margin: 0 auto;
    text-align: center; }
    #thanks .headtext .fix {
      font-size: 110%;
      font-weight: 500; }
    #thanks .headtext .fix2 {
      font-size: 170%;
      font-weight: 900; }
  #thanks .circle-check {
    width: 60px;
    height: 60px;
    background-color: #28a745;
    border-radius: 50%;
    font-weight: 900;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    #thanks .circle-check i {
      color: #ffffff;
      font-size: 30px; }
  #thanks span.marker {
    background: linear-gradient(transparent 50%, #ffec67 50%); }
  #thanks .step-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 10px; }
    #thanks .step-container .step-item {
      display: flex;
      position: relative;
      margin-bottom: 24px; }
      #thanks .step-container .step-item:last-child {
        margin-bottom: 0; }
        #thanks .step-container .step-item:last-child .step-marker .step-line {
          display: none; }
    #thanks .step-container .step-marker {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 16px;
      position: relative; }
      #thanks .step-container .step-marker .step-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 2px solid #1167b5;
        color: #1167b5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        z-index: 2; }
      #thanks .step-container .step-marker .step-icon_green {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #28a745;
        border: 2px solid #28a745;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        z-index: 2; }
      #thanks .step-container .step-marker .step-line {
        position: absolute;
        top: 44px;
        bottom: -24px;
        width: 2px;
        background-color: #e0e0e0;
        z-index: 1; }
    #thanks .step-container .step-content {
      flex: 1; }
      #thanks .step-container .step-content .step-badge {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: bold;
        color: #1167b5;
        margin-bottom: 2px; }
      #thanks .step-container .step-content .step-badge_green {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: bold;
        color: #28a745;
        margin-bottom: 2px; }
      #thanks .step-container .step-content .step-title {
        font-size: 1.05rem;
        font-weight: bold;
        color: #333333;
        margin: 0 0 8px 0;
        border: none;
        padding: 0; }
      #thanks .step-container .step-content .step-card {
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 12px 16px; }
        #thanks .step-container .step-content .step-card .step-subtitle {
          font-weight: bold;
          font-size: 0.95rem;
          color: #333333;
          margin: 0 0 4px 0; }
        #thanks .step-container .step-content .step-card .step-text {
          font-size: 0.85rem;
          color: #666666;
          margin: 0;
          line-height: 1.5; }
