body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal
}

.f-roud {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700
}

html {
    font-size: 62.5%;
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-display: swap;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh
}

body,
div,
applet,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 1.8rem;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
    body {
        overflow-x: hidden
    }
}

span {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%
}

:focus {
    outline: none
}

:focus-visible {
    outline: 2px solid #ffed13
}

ol,
ul {
    list-style: none
}

img {
    vertical-align: bottom;
    height: auto;
    width: 100%
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

a img {
    border: 0
}

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

body {
    margin: 0;
    padding: 0;
    color: #111;
    line-height: 1.6;
    font-size: 1.8rem;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    background-color: #fff;
    position: relative
}

p,
li,
dt,
dd,
table {
    text-align: left;
    text-justify: inter-ideograph;
    line-break: strict;
    font-size: 1.8rem;
    line-height: 1.6
}

* {
    box-sizing: border-box;
    font-display: swap
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0);
    color: #111
}

a:hover,
a:active {
    outline: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    color: #111
}

@media screen and (min-width: 1025px) {

    a:hover img,
    a:active img {
        opacity: .7;
        filter: alpha(opacity=70)
    }
}

input[type=submit] {
    -webkit-appearance: none
}

button {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700;
    cursor: pointer
}

body {
    background: #fff;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: .05em
}

#allwrap {
    width: 100vw;
    overflow: hidden
}

.ib {
    display: inline-block
}

a {
    display: block
}

a img {
    transition: .3s ease-in
}

.no-scroll {
    height: 100vh;
    overflow: hidden
}

.sp,
.sp_p {
    display: none
}

@media screen and (max-width: 900px) {
    .sp_p {
        display: block
    }

    .pc_c {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .sp {
        display: block
    }

    .pc {
        display: none
    }
}

._inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    position: relative
}

._section {
    padding: 100px 0
}

@media screen and (max-width: 900px) {
    ._section {
        padding: 30px 0
    }
}

h2 {
    margin: 0 auto;
    text-align: center
}

._red {
    color: #eb0000
}

.header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #1b49af;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.header--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 55px 6px 34px;
    gap: 0 1em
}

@media screen and (max-width: 1380px) {
    .header--inner {
        padding: 10px 0 10px;
        background-color: #1b49af
    }
}

.header--name {
    max-width: 285px;
    position: static;
    z-index: 10
}

@media screen and (max-width: 1380px) {
    .header--name {
        margin-left: 20px
    }
}

@media screen and (max-width: 900px) {
    .header--name {
        max-width: 165px
    }
}

.header .to-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 253px;
    height: 100%;
    padding: 1em 44px;
    background-color: #e61200
}

@media screen and (max-width: 1380px) {
    .header .to-form {
        display: none
    }
}

.js-menu-drawer {
    background-color: #1b49af
}

.js-menu-drawer .g-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 1em
}

.js-menu-drawer .g-menu--link {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.js-menu-drawer .sub-menu {
    display: none;
    padding-top: 30px
}

@media screen and (max-width: 1380px) {
    .js-menu-drawer {
        max-width: 500px;
        width: 100%;
        height: 100vh;
        padding: 91px 5% 0px;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: .4s ease-in
    }

    .js-menu-drawer._active {
        transform: translateX(0%)
    }

    .js-menu-drawer--inner {
        height: 100%;
        padding: 5px 0 90px;
        overflow-y: scroll
    }

    .js-menu-drawer .g-menu {
        flex-direction: column
    }

    .js-menu-drawer .g-menu--link {
        font-size: 18px
    }

    .js-menu-drawer .sub-menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 17px 0;
        width: 90%;
        margin: 0 auto
    }
}
@media screen and (max-width: 900px) {
    .js-menu-drawer {
        padding:70px 5% 0;
    }
}
.js-menu-btn {
    display: none;
    width: 50px;
    height: 40px;
    padding: 0;
    /* margin-right: 30px; */
    position: static;
    z-index: 10
}
.js-menu-btn--wrap{
    height: 86%;
    background: linear-gradient(145deg, 
    #ff1500, /* より明るい赤 */
    #e61200, /* ベース色 */
    #cc1000  /* より暗い赤 */);
    width: 90px;
    z-index:1;
    border-radius: 5px;
    margin-right: 10px;
}
.js-menu-btn--line {
    display: block;
    width: 100%;
    height: 7px;
    background-color: #fff;
    opacity: 1;
    transition: .2s ease-in
}

.js-menu-btn._active .js-menu-btn--line:nth-of-type(1) {
    transform-origin: top left;
    transform: rotate(45deg)
}

.js-menu-btn._active .js-menu-btn--line:nth-of-type(2) {
    opacity: 0
}

.js-menu-btn._active .js-menu-btn--line:nth-of-type(3) {
    transform-origin: bottom left;
    transform: rotate(-45deg)
}

@media screen and (max-width: 1380px) {
    .js-menu-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        position: relative;
        top: 21px;
        left: 20px;
    }
    .js-menu-btn._active{
        left: 28px;
    }
}

@media screen and (max-width: 900px) {
    .js-menu-btn--wrap{
        width: 56px;
    }
    .js-menu-btn {
        width: 34px;
        height: 30px;
        margin-right: 12px;
        top:12px;
        left:11px;
    }
    .js-menu-btn--line{
        height: 5px;
    }
    .js-menu-btn._active{
        top:12px;
        left: 16px;
    }
    .js-menu-btn._active .js-menu-btn--line:nth-of-type(1) {
        transform: rotate(45deg) translate(2px, 0px)
    }

    .js-menu-btn._active .js-menu-btn--line:nth-of-type(3) {
        transform: rotate(-45deg) translate(2px, 0px)
    }
}

.footer {
    padding: 38px 0 16px;
    background-color: #143379
}

.footer--address-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px 43px
}

@media screen and (max-width: 900px) {
    .footer--address-box {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer--anker {
    max-width: 284px;
    width: 90%
}

.footer--address {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer--cr {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

@media screen and (max-width: 900px) {
    .footer--cr {
        padding-top: 18px
    }
}

.fix-btn {
    display: none;
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

@media screen and (max-width: 900px) {
    .fix-btn {
        display: block;
        padding: 0px 5% 5px;
        background-color: #5cbdfa
    }

    .fix-btn-ttl {
        max-width: 500px;
        width: 80%;
        margin: 0 auto
    }

    .fix-btn-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 500px;
        padding-top: 2px;
        margin: 0 auto;
        gap: 0 2%
    }
}
.slider-container {
    width: 100%;
    overflow: hidden;
    padding-top:93px;
    background-color:#3231A3;
}

.slider-container .fv {
    display: none;
}

.slider-container .slick-active {
    display: block;
}

.slick-dots{
    bottom:-4px !important;
}

.slick-prev, .slick-next{
    z-index: 2 !important;
}

.slider-container .slick-dots li button{
    /* 調整したいサイズに変更（例: 10px） */
    width: 10px;
    height: 10px;
    
    /* 背景色（アクティブでないドット） */
    background: #ccc; 
    
    /* 角丸を維持するため、border-radiusをサイズに合わせて調整 */
    border-radius: 50%;
    
    /* 標準のslick.cssにある不要なスタイルをリセット */
    padding: 0;
}

.slider-container .slick-dots li.slick-active button {
    /* アクティブなドットの色を変更 */
    background: #888; 
}

@media screen and (max-width: 900px) {
    .slider-container{
        padding-top:62px;
    }
}

.block-01 {
    padding: 60px 0;
    background: url(../images/bg/bg-town-sp.png) bottom center/cover
}

.block-01 ._img {
    /* max-width: 1000px;
    width: 80%; */
    margin: 0 auto;
    position: relative
}

.block-01 .pref-img {
    display: none
}

@media screen and (min-width: 1181px) {
    .block-01 {
        background: url(../images/bg/bg-town-pc.png) bottom center/cover
    }

    .block-01 .pref-img {
        display: block;
        max-width: 368px;
        width: 37%;
        position: absolute;
        top: -3%;
        right: -22%
    }
}

@media screen and (max-width: 900px) {
    .block-01 {
        padding: 27px 0 0
    }

    .block-01 ._inner {
        width: 100%
    }

    .block-01 ._img {
        width: 100%
    }
}

.add_btn_area{
    text-align: center;
    padding:40px 0 30px;
    background-color: #3231A3;
}

.add_btn_area p{
    text-align: center; /* 中央寄せ */
    position: relative; /* 疑似要素の基準位置 */
    padding: 0 20px; /* 左右の余白（＼と／を表示するスペース） */
    font-size:26px;
    display: inline-block;
    font-weight: 800;
    color:#fff;
    margin-bottom:5px;
  }
  
  .add_btn_area p:before {
    content: "＼";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .add_btn_area p:after {
    content: "／";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

.add_btn{
    margin: 0px auto 20px;
    text-align: center;
    color: #fff;
    background-color: #F51016;
    padding: 20px 80px;
    font-size: 40px;
    border: 2px solid #F51016;
    border-radius: 50px;
    max-width: 600px;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out, background-position 0.5s ease-in-out; /* background-position を追加 */
    background-image: linear-gradient(to left, #EE7C1E, #E70C14); /* 右方向へのグラデーション */
    background-position: right center; /* 初期位置を右端中央に */
}

.add_btn:hover{
    border:2px solid #F51016;
    color:#fff;
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background-position: left center; /* ホバー時に左端中央へ移動 */
}

@media screen and (max-width: 900px) {
    .add_btn{
        max-width: 100%;
        padding:20px;
        font-size: 30px;
    }
    .add_btn_area p{
        font-size: 16px;
    }
    .add_btn_area p:before {
        left:0;
    }
    .add_btn_area p:after {
        right:0;
    }
}


.block-02 {
    background-color: #fff285
}

.block-02._section{
    padding:0 0 70px;
    position:relative;
}

@media screen and (max-width: 900px) {
    .block-02._section{
        padding:20px 0;
    }
}

.common--btn{
    text-align: center;
}

.common--btn a{
    padding:20px 60px;
    border-radius:50px;
    background-color:#E83F02 ;
    color:#fff;
    font-weight: 600;
    transition: .3s all;
    font-size:24px;
    display: inline-block;
}

.common--btn a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 900px) {
    .common--btn a{
    padding:10px 20px;
    font-size: 16px;
    min-width: 290px;
    }
}

.block-02 .common--btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:120px;
}

@media screen and (max-width: 1280px) {
    .block-02 .common--btn{
        bottom:10%;
    }
}

@media screen and (max-width: 900px) {
    .block-02 ._inner {
        max-width: 90%
    }
    .block-02 .common--btn{
        bottom:6%;
    }
    .block-02 .common--btn a{
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .block-02 .common--btn{
        bottom:40px;
    }
    .block-02 .common--btn a{
        font-size: 20px;
    }
}

._message._inner.top .about--ttl{
    margin-top:60px;
}

.top_promise{
    margin:50px 0;
}
@media screen and (max-width: 900px) {
    ._message._inner.top{
        width:100%;
    }
    ._message._inner.top .about--ttl{
        margin-top:50px;
    }
    .top_promise{
        margin:20px 0;
    }
}

.top_mitumori{
    padding:50px 0;
}

.top_mitumori ._inner{
    width:65%;
}

@media screen and (max-width: 1280px) {
     .top_mitumori ._inner{
    width: 90%;
    } 
}

@media screen and (max-width: 900px) {
    .top_mitumori{
    padding:20px 0 0;
    }
    .top_mitumori ._inner{
    width: 100%;
    } 
}
/* top_showroom */
.top_showroom{
    background-color:#FFFEEC ;
    padding:30px 0 0;
}

.showroom_ttl{
    display: block;
    margin-bottom:20px;
}

.showroom_sec01{
    display: block;
    margin-bottom:40px;
}

.showroom_sec02{
    display: block;
    margin-bottom:70px;
}

.top_showroom_info{
    background-color:#1b49af ;
    position:relative;
}

.top_showroom_sec03{
    position: relative;
    top:-21px;
}

.top_showroom_info .showroom_btn{
    position: absolute;
    bottom:60px;
    left: 50%;
    transform: translateX(-50%);
}

.top_showroom_info .showroom_btn img{
    max-width: 560px;
}

@media screen and (max-width: 1280px) {
    .top_showroom_info .showroom_btn{
        bottom:50px;
    }
    .top_showroom_info .showroom_btn img{
        max-width: 470px;
    }
}

@media screen and (max-width: 900px) {
    .top_showroom{
        padding:30px 0 0;
    }
    .showroom_ttl{
        margin-bottom:0;
    }
    .showroom_sec01{
        margin-bottom:20px;
    }
    .showroom_sec02{
        margin-bottom:35px;
    }
    .top_showroom_sec03{
        top:-25px;
    }
    .top_showroom_info{
        padding-bottom:160px;
    }
    .top_showroom_info .showroom_btn{
        bottom:-130px;
        left: auto;
        transform:none;
        width:100%;
    }
    .top_showroom_info .showroom_btn img{
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
   .top_showroom_info{
        padding-bottom:75px;
    }
     .top_showroom_info .showroom_btn{
        bottom:-50px;
    }
}

.top_syoujyou{
    background-color:#FFFEEC;
    padding:80px 0;
}

.top_syoujyou h2{
    margin-bottom: 20px;
    width: 80%;
}

.top_syoujyou figure._inner{
    width: 70%;
}

@media screen and (max-width: 1280px) {
    .top_syoujyou figure._inner{
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .top_syoujyou{
        padding:30px 0 0;
    }
    .top_syoujyou h2{
        margin-bottom:0;
        width: 90%;
    }
    .top_syoujyou figure._inner{
        width: 90%;
    }
    .top_syoujyou figure img{
        position: relative;
        top:-50px;
    }
}

._cta {
    --padding-bottom: 53px;
    padding: var(--padding-bottom) 0;
    background: #5cbdfa url(../images/cta/cta-bg.png) repeat center/40%
}

._cta--ttl {
    max-width: 779px;
    width: 100%
}

._cta--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    max-width: 1072px;
    padding-top: 45px;
    margin: 0 auto
}

._cta--item-man {
    display: none;
    width: 118px;
    position: absolute;
    left: -1%;
    bottom: calc(0px - var(--padding-bottom))
}

._cta--item-woman {
    display: none;
    width: 99px;
    position: absolute;
    right: .5%;
    bottom: calc(0px - var(--padding-bottom))
}

@media screen and (max-width: 1380px) {

    ._cta--item-man,
    ._cta--item-woman {
        display: none
    }
}

@media screen and (max-width: 900px) {
    ._cta {
        --padding-bottom: 50px;
        background: #5cbdfa url(../images/cta/cta-bg.png) repeat center/90%;
        padding: 53px 0 var(--padding-bottom)
    }

    ._cta--ttl {
        max-width: 278px
    }

    ._cta--list {
        max-width: 500px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding-top: 38px
    }

    ._cta--item-man {
        display: none;
        max-width: 118px;
        width: 38%;
        left: 50%;
        bottom: calc(0px - var(--padding-bottom));
        transform: translateX(-105%)
    }

    ._cta--item-woman {
        display: none;
        max-width: 99px;
        width: 38%;
        right: 50%;
        bottom: calc(0px - var(--padding-bottom));
        transform: translateX(105%)
    }
}

.ten-year {
    padding: 37px 0 87px;
    background-color: #fffeec
}

.ten-year h2{
    margin-top:100px;
}

.ten-year--img01 {
    padding-top: 55px
}

@media screen and (max-width: 900px) {
    .ten-year {
        padding: 32px 0 39px
    }
    .ten-year h2{
        margin-top:60px;
    }

    .ten-year--img01 {
        padding-top: 34px
    }
}

.ten-year02 {
    padding: 43px 0 0;
    background-color: rgba(255, 237, 19, .2)
}

@media screen and (max-width: 900px) {
    .ten-year02 {
        padding: 27px 0 0
    }
}

.ten-year03 {
    padding: 55px 0 94px;
    background-color: #fffeec
}

.ten-year03--sumple {
    max-width: 994px;
    width: 90%;
    padding-top: 55px;
    margin: 0 auto
}

@media screen and (max-width: 900px) {
    .ten-year03 {
        padding: 15px 0 35px
    }

    .ten-year03 ._inner {
        width: 100%
    }

    .ten-year03--sumple {
        padding-top: 0px
    }
}

.reason--ttlbox {
    padding-top: 7cqw;
    background-color: #5cbdfa
}

.reason--ttlbox h2 img {
    transform-origin: bottom left;
    transform: scale(1.02)
}

@media screen and (max-width: 900px) {
    .reason--ttlbox {
        padding-top: 78px
    }

    .reason--ttlbox h2 img {
        /* transform: scale(1) */
    }
}

.reason--cntt {
    padding: 74px 0 109px;
    background:#FFFBCE;
}

@media screen and (min-width: 901px) {
.reason--cntt .sp_only{
    display: none;
    }
}

@media screen and (max-width: 900px) {
    .reason--cntt {
        padding: 30px 0;
    }
    .reason--cntt .common--btn{
        margin-top:20px;
    }
}

.reason-ashiba{
    background-color:#1B49AF;
    padding:50px 0;
}

@media screen and (max-width: 900px) {
   .reason-ashiba{
    padding:30px 0;
   } 
   .reason-ashiba ._inner{
    width: 95%;
   }
}

.reason-faq{
    padding:80px 0;
    background-color: #FFFBCE;
}

.reason-faq h2{
    max-width: 520px;
}

.reason-faq .textlink{
    color:#E80202;
    font-weight: 600;
    text-decoration: underline;
    display: inline;
}

@media screen and (max-width: 900px) {
    .reason-faq{
    padding:30px 0;
    }
    .reason-faq h2{
        max-width: 280px;
    }
}

.six-benefit {
    padding: 60px 0 120px;
    background-color: #e6f8ff
}

@media screen and (max-width: 900px) {
    .six-benefit {
        padding: 30px 0 60px
    }

    .six-benefit--list {
        overflow-x: scroll
    }

    .six-benefit--list img {
        display: block;
        width: 830px
    }
}

.flow {
    padding: 76px 0 103px;
    background-color: #fffeec
}

.flow h2{
    margin-top:80px;
}

.flow--ttl {
    max-width: 680px;
    width: 90%
}

.flow--cntt {
    padding-top: 90px
}

@media screen and (max-width: 900px) {
    .flow {
        padding: 51px 0 45px
    }

    .flow h2{
        margin-top:50px;
    }

    .flow--cntt {
        padding-top: 0px
    }
}

.method {
    padding: 76px 0 103px;
    background-color: #fffeec
}

.method h2{
    margin-top:80px;
}

.method--ttl {
    max-width: 904px;
    width: 90%
}

.method--cntt {
    padding-top: 90px
}

@media screen and (max-width: 900px) {
    .method {
        padding: 51px 0 45px
    }
    .method ._inner{
        width: 100%;
    }
    .method h2{
        margin-top:50px;
    }

    .method--cntt {
        padding-top: 0px
    }
}

.plan {
    padding: 100px 0;
    background-color: rgba(255, 237, 19, .2)
}
.plan-01-wrap{
    position:relative;
}
.plan.kasou .plan-01-wrap{
    margin-top:80px;
}
@media screen and (max-width: 900px) {
    .plan {
        padding: 43px 0 46px
    }
    .plan ._inner{
        width: 100%;
    }
    .plan.kasou .plan-01-wrap{
        margin-top:50px;
    }
}
.method-btn{
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.method-btn a{
    display: inline-block;
}
.method-btn img{
    max-width: 600px;
}
@media screen and (max-width: 1200px) {
    .method-btn{
        bottom: 75px;
    }
}
@media screen and (max-width: 900px) {
    .method-btn{
        bottom: -55px;
        width: 85%;
    }
}
@media screen and (max-width: 480px) {
    .method-btn{
        bottom: -45px;
    }
}
.case {
    padding: 78px 0 120px;
    background-color: #fffeec
}

.case h2{
    margin-top:80px;
    max-width: 790px;
}

.case--cntt {
    padding-top: 83px
}

.case--link {
    margin: 108px auto 0;
    max-width: 850px;
    width: 100%
}

@media screen and (max-width: 900px) {
    .case {
        padding: 38px 0 36px
    }

    .case h2{
        margin-top:50px;
    }

    .case--cntt {
        padding-top: 20px;
        overflow-x: scroll
    }

    .case--cntt img {
        display: block;
        width: 1100px
    }

    .case--link {
        margin: 31px auto 0
    }
}

.about {
    padding: 63px 0 135px
}

.about h2{
    margin-top:80px;
}

.about--ttl {
    max-width: 420px;
    width: 100%
}

.about--message {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 85px;
    padding-top: 57px
}

.about--message--txtbox_ttl {
    max-width: 532px;
    width: 100%
}

.about--message--txtbox_txt {
    padding-top: 34px;
    font-size: clamp(16px, 4.267vw, 20px);
    text-align: left
}

.about--message--txtbox_txt .red{
    color:#E61214 ;
}

.about--message--imgbox {
    width: 100%;
    height: 100%;
    position: relative
}

.about--message--imgbox img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1200px) {
    .about--message--imgbox img {
        height: 70%
    }
}

.about--company_img {
    padding-top: 113px
}

.about--company_txt {
    padding-top: 80px;
    font-size: clamp(16px, 4.267vw, 18px);
    text-align: center
}

.about--company--data {
    max-width: 967px;
    width: 100%;
    padding-top: 74px;
    margin: 0 auto
}

.about--company--data_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    -ms-grid-columns: 30% auto;
    grid-template-columns: 30% auto
}

.about--company--data_name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2em 1em;
    background-color: #1b49af;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0 1px 0;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.about--company--data_data {
    padding: 1.2em 2.5em;
    border-color: #1b49af;
    border-style: solid;
    border-width: 0px 1px 1px 0;
    font-size: 18px
}

.about--company--data_data ._hr {
    display: block;
    width: 100%;
    height: 16px
}

.about--company--data_row:first-of-type .about--company--data_name {
    border-width: 0px 0 1px 0px
}

.about--company--data_row:first-of-type .about--company--data_data {
    border-width: 1px 1px 1px 0px
}

.about--company--data_row:last-of-type .about--company--data_name {
    border-width: 1px 0 0px 0px
}

@media screen and (max-width: 900px) {
    .about {
        padding: 39px 0 36px
    }

    .about ._message._inner {
        width: 100%
    }

    .about h2{
        margin-top:50px;
    }

    .about--ttl {
        max-width: 225px
    }

    .about--message {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding-top:20px;
    }

    .about--message--txtbox {
        padding: 5%
    }

    .about--message--txtbox_ttl {
        max-width: 532px;
        width: 90%
    }

    .about--message--txtbox_txt {
        padding-top: 21px
    }

    .about--message--imgbox {
        width: 100%;
        height: 100%;
        position: relative
    }

    .about--message--imgbox img {
        width: 100%;
        height: auto;
        position: static
    }

    .about--company_img {
        padding-top: 33px
    }

    .about--company_txt {
        padding-top: 24px;
        text-align: left
    }

    .about--company--data {
        padding-top: 24px
    }

    .about--company--data_row {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%
    }

    .about--company--data_name {
        padding: .5em 1em;
        border: none
    }

    .about--company--data_data {
        padding: .5em 1em;
        border-color: #1b49af;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        text-align: center
    }

    .about--company--data_data ._hr {
        display: none
    }

    .about--company--data_row:first-of-type .about--company--data_name {
        border: none
    }

    .about--company--data_row:first-of-type .about--company--data_data {
        border-width: 0px 1px 0px 1px
    }

    .about--company--data_row:last-of-type .about--company--data_name {
        border: none
    }

    .about--company--data_row:last-of-type .about--company--data_data {
        border-width: 0px 1px 1px 1px
    }
}

.faq {
    padding: 122px 0 55px;
    background-color: #fffeec
}

.faq--ttl {
    max-width: 700px
}

.faq h2{
    margin-top: 30px;
}

.faq--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
    padding-top: 32px
}

.faq--list-item {
    padding: 30px;
    background-color: #fff;
    border: 4px solid #f9bf5a;
    border-radius: 10px
}

.faq--list-q,
.faq--list-a {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
    gap: 0 30px
}

.faq--list-q .faq--list-ttl {
    padding-top: 10px;
    padding-right: 30px;
    font-size: clamp(16px, 4.267vw, 20px);
    text-align: left;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: .2s ease-in
}

.faq--list-q .faq--list-ttl:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #111;
    position: absolute;
    top: 26px;
    right: 0
}

.faq--list-q .faq--list-ttl:after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #111;
    position: absolute;
    top: 16px;
    right: 10px
}

.faq--list-q.active_qa .faq--list-ttl::after {
    opacity: 0
}

.faq--list-a-wrap {
    display: none
}

.faq--list-a .faq--list-img {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #fff
}

.faq--list-a .faq--list-txt {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #707070;
    font-size: clamp(16px, 4.267vw, 20px);
    text-align: left
}

.faq--benefit {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    position: relative
}

.faq--benefit-img {
    max-width: 960px;
    padding-top: 122px;
    margin: 0 auto
}

.faq--benefit-link {
    max-width: 389px;
    width: 33%;
    position: absolute;
    bottom: 8%;
    right: 50%;
    transform: translateX(92%)
}

@media screen and (max-width: 1200px) {
    .faq--benefit-link {
        width: 38%
    }
}

@media screen and (max-width: 900px) {
    .faq {
        padding: 52px 0 60px
    }

    .faq--list {
        gap: 20px 0;
        padding-top: 17px
    }

    .faq--list-item {
        padding: 30px 15px 30px 23px
    }

    .faq--list-q,
    .faq--list-a {
        -ms-grid-columns: 42px auto;
        grid-template-columns: 42px auto;
        gap: 0 6px
    }

    .faq--list-q .faq--list-ttl {
        padding-top: 0px
    }

    .faq--list-q .faq--list-ttl:before {
        top: 40px
    }

    .faq--list-q .faq--list-ttl:after {
        top: 31px
    }

    .faq--benefit {
        width: 100%
    }

    .faq--benefit-img {
        width: 100%;
        padding-top: 60px
    }

    .faq--benefit-link {
        width: 90%;
        margin: 16px auto 0;
        position: static;
        transform: translate(0)
    }
}

/*# sourceMappingURL=map/style.css.map */

/* 20241129 thanks page */
.thanks-message {
    margin-top: 120px; 
    margin-bottom: 50px;
}

.thanks-message h2{
    font-size: 24px;
    color: #1b49af;
}

/* entry-content 
下層ページ----------------------------- */
.entry_content{
    margin-top:90px;
}
.entry_content .page-header{
    background-color:#FFFEEC ;
    padding:50px 0;
}
.entry_content .inner{
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.entry_content .page-header h1{
    text-align: center;
    font-size: 1.8em;
    padding:10px;
}
.entry_content .inner.text{
    margin:50px auto 80px;
}
.entry_content h2, 
.entry_content h3 {
    line-height: 1.4;
    font-weight: 700;
}
.entry_content h2{
    font-size:1.6em;
    color: #1b49af;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #aaa;
    text-align: left;
    margin:10px 0 26px;
}
.entry_content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #1b49af;
}
.entry_content h3{
    font-size: 1.2em;
    color: #333;
    margin: 10px 0 20px;
    padding-left: 15px;
    position: relative;
}
.entry_content h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #1b49af;
}
.entry_content p{
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 600;
}
.entry_content .em_ft{
    font-weight:700;
}
/* レスポンシブ対応 */
@media screen and (max-width: 900px){
    .entry_content{
        margin-top:60px;
    }
    .entry_content .page-header{
        padding:24px 0;
    }
    .entry_content h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .entry_content h3 {
        font-size: 18px;
        margin: 25px 0 15px;
    }
}
