@charset "utf-8";
/* CSS Document */

/* Add 202602 */
.mgT10 { margin-top: 10px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }

.tb_wrap { padding-top: 40px; }
.sb_ttl01 { border-left:3px solid #e54900; font-size:0.9em; font-weight: 600; padding-left: 12px; }
.cv_block { padding:2em;background-color:#f8f8f8; border-radius: 8px; }
.cv_block h2 { background-color:#e54900;color:#fff;padding:0.3em 0.7em;position:relative;left:-1.4em;top:-1.4em;margin-bottom:-0.5em;display:inline-block;font-size:1.4em;font-weight:500; border-radius: 8px 0 0 0; }
.cv_block h4 { font-size: 1.2em; margin-top: 40px; margin-bottom: 12px; padding-left: 12px; border-left: 6px solid #e54900; font-weight: 600; line-height: 1.1; }
.phL { float: left; margin: 0 10px 10px 0; }
.phR { float: right; margin: 0 0 10px 10px; }
.fimg01 { width: 36%; font-size: 0.8em; }
.fimg01 img { margin-bottom: 6px; width: 100%; height: auto; border-radius: 8px; }
.tag_area { background: #fff; padding: 1em; margin-top: 32px; border-radius: 8px; }
.tag_area span { display: inline-block; word-break: keep-all; margin-left: 1em; font-size: 0.8em; color: #e54900; }
.dx_mgB { margin-bottom: 20px !important; }
@media all and (max-width:767px){
.tb_wrap { padding-top: 20px; }
.cv_block { padding: 1.4em; border-radius: 4px; }
.cv_block h2 { font-size: 1.0em; left: -1.4em; top: -1.4em; border-radius: 4px 0 0 0; }
.phL,.phR { float: none; margin: 0 auto 24px; }
.fimg01 { width: 100%; font-size: 0.8em; }
.fimg01 img { border-radius: 4px; }
.tag_area { border-radius: 4px; }
}

.h3-title {
    grid-column: span 2;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.new_btn1 { width: 220px !important; border-radius: 0 0 0 10px; }
.new_btn2 { width: 500px !important; font-size: 2.7rem !important; }
.new_btn4 { width: 640px !important; }
.new_btn4f { font-weight: bold !important; color: #fff !important; font-size: 2.7rem !important; margin: 0 auto; padding-right: 16px; }
.new_btn3 { padding-left: 0 !important; background: #fff !important; border: 4px solid #e54900 !important; }
.new_btn3 .main { color: #e54900 !important; }
.n_ttl_h2 { text-align: center; font-size: 3.6rem; font-weight: bold; text-align: center; margin: 64px 0 30px; position: relative; }
.n_ttl_h2 span { background-color: #fff; line-height: 1.0; padding: 10px; position: relative; z-index: 5; }
.n_ttl_h2::before { content: ""; width: 100%; height: 3px; background-color: #e54900; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 1;
margin-top: 3px; }

.f_wrap { display: flex; justify-content: space-between; }
.block_s02 { padding: 48px 0; }
.block_s02 .img-wrap { position: relative; width: 42%; }
.block_s02 .img-wrap .img img { width: 100%; border-radius: 10px; }
.block_s02 .img-wrap .list-ttl {
                background: linear-gradient(to right, #f57f31 0%, #e54900 100%);
                color: #fff;
                display: block;
                font-size: 2.4rem;
                font-weight: bold;
                padding: 15px 18px;
                position: absolute;
                left: 0;
                bottom: 0;
                transform: translate(0, 50%);
                z-index: 2;
            }
.block_s02 .txt_wrap { width: 54%; }
.block_s02 .txt_wrap2 { width: 64%; }
.block_s02 .img_wrap2 { width: 40%; }
.block_s02 .img_wrap2 img { width: 100%; }
.fs_block2 { margin-top: 90px; }
.fs_ttl1 { margin-bottom: 20px; }
.fs_ttl1 span { padding: 5px 10px; font-size: 1.8rem; font-weight: bold; border: 1px solid #333; display: inline-block; }
.list2 {
        margin-top: 24px; padding: 0;
        >li {
          padding-left: 13px;
          text-indent: -13px;
          &::before {
            background: var(--main-color);
            border-radius: 50%;
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 7px;
            vertical-align: middle;
          }
        }
        >li+li {
          margin-top: 5px;
        }
      }
.txt_wrap .for {
      border-bottom: 2px solid var(--txt-color);
      margin-top: 64px;
      padding-bottom: 30px;
      position: relative;
      &::before {
        background: url(../images/line_dotted_01.png) no-repeat center center / contain;
        content: '';
        display: block;
        width: 2px;
        height: 48px;
        position: absolute;
        left: calc(50% - 1px);
        bottom: 100%;
      }
      .sub-ttl {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 32px;
        overflow: hidden;
        position: relative;
        text-align: center;
        span {
          display: inline-block;
          padding: 0 16px;
          position: relative;
          &::after,
          &::before {
            background: var(--txt-color);
            content: '';
            display: block;
            width: 100vw;
            height: 2px;
            position: absolute;
            top: calc(50% - 1px);
          }
          &::before {
            right: 100%;
          }
          &::after {
            left: 100%;
          }
        }
      }
      .list {
        padding: 0 10px 0 30px;
        >li {
          padding-left: 13px;
          text-indent: -13px;
          &::before {
            background: var(--main-color);
            border-radius: 50%;
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 7px;
            vertical-align: middle;
          }
        }
        >li+li {
          margin-top: 10px;
        }
      }
    }


.fs_ttl2 { font-size: 2.1rem; font-weight: bold; text-align: center; margin-bottom: 24px; margin-top: 78px; padding-bottom: 14px; position: relative; }
.fs_ttl2:after { content: ""; width: 60px; height: 3px; background-color: #e54900; position: absolute; bottom: -2px; left: 50%; margin-left: -30px; }
.box_3sp { width: 31%; background-color: #f5f5f5; padding: 25px; border-radius: 8px; }
.fs_ttl3 { border-radius: 4px; border: 1px solid #e54900; font-size: 1.8rem; font-weight: bold; text-align: center; color: #e54900; background-color: #fff; padding: 8px; }
.fs_ttl3_2 { color: #fff; background-color: #e54900; margin-bottom: 22px; }

.fs_ttl4 { margin: 90px 0 -36px; text-align: center; }
.fs_ttl4 span { position: relative; font-size: 2.6rem; font-weight: bold; color: #e54900; padding: 16px 36px; }
.fs_ttl4 span::before,
.fs_ttl4 span::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
}

.fs_ttl4 span::before {
    border-left: double 5px;
    border-top: double 5px;
    top: 0;
    left: 0;
}

.fs_ttl4 span::after {
    border-right: double 5px;
    border-bottom: double 5px;
    bottom: 0;
    right: 0;
}

.fs_arrow { margin: 12px 0; text-align: center; }
.fs_arrow img { width: 40px; height: auto; }
.dx_new_nav li { margin-right: 24px !important; }
@media all and (max-width:1180px){
.dx_new_nav li { margin-right: 20px !important; }
.dx_new_nav li a { font-size: 1.6rem !important; } }
@media all and (max-width:1080px){
.new_btn1 { width: 200px !important; font-size: 1.6rem !important; }
.dx_new_nav li a { font-size: 1.4rem !important; white-space: nowrap; } }
@media all and (max-width:900px){
.new_btn1 { width: 160px !important; font-size: 1.4rem !important; }
.dx_new_nav li { margin-right: 15px !important; } }

.about-section .cad-list-wrap { padding-top: 84px !important; }
.dx_mg01 { margin-top: -36px !important; }

@media all and (max-width:767px){
.about-section .cad-list-wrap { padding-top: 70px !important; }
.h3-title { font-size: 2.2rem; }
.new_btn1 { width: 130px !important; font-size: 1.2rem !important; border-radius: 0 0 0 6px; }
.new_btn1 .icn { margin-bottom: 5px !important; }
.new_btn2 { width: 280px !important; font-size: 2.0rem !important; height: 120px !important; }
.new_btn3 { border: 3px solid #e54900 !important; }
.new_btn4 { width: 100% !important; height: 110px !important; }
.new_btn4 .icn { margin-bottom: 12px !important; }
.new_btn4f { font-size: 2.1rem !important; padding-left: 0 !important; }
.lead-txt_new { line-height: 1.6 !important; }
.lead-txt_new .em { font-size: 2.0rem !important; }
.tb_wrap .ttl { font-size: 2.0rem !important; }
.n_ttl_h2 { font-size: 2.4rem; margin: 54px 10px 24px; }
.n_ttl_h2::before { margin-top: 0; }
.dx_new_fnav li { margin-left: 0 !important; margin-right: 20px !important; width: auto !important; }
.dx_new_fnav li a { white-space: nowrap; }
.dx_new_fnav li:last-child { margin-right: 0 !important; }
.f_wrap { flex-wrap: wrap; }
.block_s02 .txt_wrap { padding-top: 48px; }
.block_s02 .img-wrap, .block_s02 .txt_wrap { width: 100%; }
.block_s02 .img-wrap .list-ttl { font-size: 2.1rem; }
.txt_wrap .for {
        margin-top: 75px;
        padding-bottom: 20px;
        &::before {
          height: 24px;
          bottom: calc(100% + 16px);
        }
        .sub-ttl {
          font-size: 1.9rem;
          margin-bottom: 20px;
          span {
            padding: 0 12px;
          }
        }
        .list {
          padding: 0 10px;
          letter-spacing: normal;
          >li+li {
            margin-top: 16px;
          }
        }
      }

.fs_block2 { margin-top: 60px; }
.block_s02 .txt_wrap2 { width: 100%; }
.block_s02 .img_wrap2 { width: 100%; padding: 20px; text-align: center; }
.block_s02 .img_wrap2 img { max-width: 280px; }
.fs_ttl1 span { font-size: 1.7rem; }
.fs_ttl2 { font-size: 1.9rem; margin-bottom: 20px; margin-top: 60px; }
.fs_ttl3 { font-size: 1.7rem; }
.fs_ttl3_2 { margin-bottom: 20px; }
.box_3sp { width: 48.5%; }
.box_3sp:last-child { margin-top: 32px; }
.fs_ttl4 { margin: 80px 0 -28px; text-align: center; }
.fs_ttl4 span { position: relative; font-size: 2.3rem; padding: 10px 20px; display: inline-block; text-align: center; }
}
@media all and (max-width:560px){
.box_3sp { width: 100%; margin-bottom: 28px; }
.box_3sp:last-child { margin-top: 0; margin-bottom: 0; }
}
@media all and (max-width:480px){
.dx_new_fnav { flex-wrap: wrap !important; }
.dx_new_fnav li { margin-left: 0 !important; margin-right: 0 !important; width: 50% !important; }
.dx_new_fnav li:first-child, .dx_new_fnav li:nth-child(2) { margin-bottom: 12px !important; }
}
