#sections {
    margin: 0 auto;
    color: #333;
    letter-spacing: 0.04em;
}

img {
    width: 100%;
}

.wrap967 {
  max-width: 967px;
  margin: 0 auto;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

sup {
    vertical-align: super;
    font-size: .6em;
    line-height: unset;
}

.--orange {
   color: #DE8327 !important; 
}
.--bold {
    font-weight: bold !important;
}

.mv {
    position: relative;
    height: fit-content;
}

.mv__bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv__bg img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 1200px;
  
}

.mv__contents {
    width: calc(967vw/13.66);    
    min-width: 967px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mv__text {
    position: absolute;
    top: max(4vw, 48px);
    width: 30vw;
    min-width: 360px;
}

.mv__btn {
    position: absolute;
    top: max(24vw, 285px) ;
    background: url(../img/arrow--link.svg) no-repeat 93% 50%;
    background-color: #F8C136;
    box-shadow: 0 8px 0 #D38932;
    border-radius: 10px;
    padding: 20px 48px 20px 88px;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.mv__btn:hover {
    transform: translateY(8px);
    box-shadow: none;
}

.mv__btn img {
    position: absolute;
    bottom: -8px;
    left: 4.5%;
    width: 60px;
}

a .mv__btn {
    font-size: max(1.1vw,15px);
    left: 10px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4;
}

a .mv__btn .large-text {
    font-size: max(1.6vw,22px);
}

.mv__circleimage {
    position: absolute;
    top: 25.5px;
    right: -10vw;
    width: max(17vw, 202px);
}

@media only screen and (max-width: 1100px) {
    .mv__circleimage {
        right: -1vw;
    }
}

.points {
    width: 880px;
    margin: 0 auto;
    margin-top: 44px;
    padding-bottom: 50px;
}

.points__text {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
}

.point__text--m {
    font-size: 30px;
}

.point__text--s {
    font-size: 28px;
}

.pointscontents {
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pointscontents a {
    display: inline-flex;
    text-decoration: none;
}

.point {
    position: relative;
    background: url(../img/arrow--anchor.svg) no-repeat 50% 88px;
    width: 280px;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #DE8327;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pointscontents a:hover .point {
    background-color: #ED9235;
}

.pointscontents a:hover .point .point__number .text-stroke {
    stroke: #ED9235;
}

.point__number {
    position: absolute;
    top: -25px;
    right: 0;
    left: 38px;
}

.point__content {
    margin: auto;
}

.point_svg text {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 26px;
}

/* 外側のオレンジ縁 */
.text-stroke {
  fill: none;
  stroke: #DE8327;
  stroke-width: 8; /* 縁の太さ */
  stroke-linejoin: round;
  paint-order: stroke;
}

/* 内側の白文字 */
.text-fill {
  fill: white;
}

#point1 {
    background-color: #FCF7EA;
}

.wave--upside {
    position: relative;
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.wave--upside img {
    position: absolute;
    top: -1px;
    height: 84px;
}

.wave--downside {
    position: relative;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.wave--downside img {
    position: absolute;
    bottom: -1px;
    height: 84px;
}

.heading_lv3 {
    position: relative;
    width: 967px;
    font-size: 36px;
    font-weight: bold;
    padding-top: 27px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.point__number.h3 {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
}

.point-wrapper {
    width: 967px;
    margin: 0 auto; /* 中央配置 */
    text-align: center;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
}

/* SVG全体を中央に配置 */
.point-wrapper .point_svg {
  display: inline-block;
  width: auto;
  height: 60px;
  vertical-align: middle;
}

/* テキスト装飾 */
.point-wrapper .point_svg text {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
}

/* 縁のオレンジ部分 */
.point-wrapper .text-stroke {
  fill: none;
  stroke: #DE8327;
  stroke-width: 11px;
  stroke-linejoin: round;
  paint-order: stroke;
}

.point__number.h3 text {
    font-size: 30px;
}

.heading_lv4 {
    text-align: center;
    margin-top: 80px;
}

.heading_lv4 span {
    display: inline-block;
    padding-top: 15px;
    width: fit-content;
    margin: 0 auto;
    font-size: 34px;
    font-weight: bold;
    background: linear-gradient(transparent 75%, #F8C12D 25%);
}

.point1__image {
    margin: 0 auto;
    width: 800px;
}

.point1__sign {
    padding: 50px 60px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 28px;
}

.pointsign--lead {
    font-size: 28px;
    font-weight: bold;
    color: #DE8327;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.checklist {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    width: fit-content;
}

.checklist__item {
    padding: 4px 0 18px 30px;
    background: url(../img/icon_check.png) no-repeat left 1px;
    
}

.checklist__item:last-of-type {
    padding-bottom: 0;
}

.leadtext {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.text_m {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .96px;
}

.text_xl {
    font-size: 40px;
    letter-spacing: 1.6px;
    color: #DE8327;
    font-weight: bold;
}

.arrow {
    display: flex;
    justify-content: center;
}

.arrow img {
    width: 200px;
}

.small_circle {
    font-size: .75em;
    vertical-align: middle;
}

.btn-serch {
    display: flex;
    background: url(../img/arrow--link.svg) no-repeat 73% 50%;
    border-radius: 10px;
    padding: 17px 194px 17px 30px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 27px;
    background-color: #F8C136;
    box-shadow: 0 8px 0 #D38932;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn-serch:hover {
    transform: translateY(8px);
    box-shadow: none;
}

.btn-serch--circle {
    font-size: 16px;
    font-weight: bold;
    color: #DE8327;
    border: 3px solid #DE8327;
    background-color: #fff;
    padding: 27px 9px 16px 11px;
    display: inline-block;
    width: 67px;
    height: 44px;
    border-radius: 50%;
    text-align:center;
    line-height: 1.2;
}

.btn-serch--text {
    font-size: 32px;
    color: #444;
    font-weight: bold;
    margin-left: 18px;
    padding-top: 7px;
}

.btn-serch--text span {
    font-size: 20px;
    line-height: 2;
}

.btn-serch__img {
    position: absolute;
    top: -12px;
    right: 25px;
}

#point2 {
    padding-top: 64px;
    padding-bottom: 60px;
}

#select {
    padding-top: 40px;
    margin-top: -40px;
}

.point2__content {
    padding: 20px 40px 40px 40px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-top: 45px;
}

.heading_lv5 {
    font-size: 30px;
    color: #DE8327;
    font-weight: bold;
    display: flex;
}

.heading_lv5 span {
    display: inline-block;
}

.heading_lv5--number {
    font-size: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}

.point2__content__inner.--twocolmun {
    margin-top: 30px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.text_s {
    font-size: 12px;
    line-height: 1.4;
}

.note {
    position: relative;
    padding-left: 1.25em;
    line-height: 1.4;
    font-size: 12px;
}

.note.--number {
    text-indent: -1.5em;
    padding-left: 2.5em;
}

.note::before {
    font-size: 12px;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.note.--number::before {
    left: 17px;
    top: 0;
}

.note.--number.note10 {
    text-indent: -6.75em;
    padding-left: 7.75em;
}

.note.--number.note10::before {
    left: 79px;
}

.dot {
    font-size: 12px;
    position: relative;
    padding-left: 1.25em;
    line-height: 1.4;
}

.dot::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}

.otoku__text {
    letter-spacing: 0;
}

.--bgwhite {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.--bgwhite.otoku__img {
    padding: 76px 37px 30px;
    position: relative;
    margin-top: 35px;
    display: block;
    height: fit-content;
}

.bubble {
    position: absolute;
    width: 132px;
    top: -35px;
    right: 8px;
}

.detail {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
}

.onecolumun-title {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #DE8327;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #DE8327;
    padding: 10px 0;
    height: fit-content;
    margin-top: 60px;
}

.point2__content__example {
    display: flex;
    justify-content: center;
}


#function {
    padding-top: 120px;
    margin-top: -120px;
}

.function {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.function.cherge {
    padding-bottom: 40px;
    border-bottom: 1px solid #DE8327;
}

.function__name {
    margin-top: 30px;
    text-align: center;
    color: #DE8327;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
}

.functionname--small {
    display: inline-block;
    font-size: 16px;
    line-height: 1.9;
}

.function__text {
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}

.function__text.--before_h4 {
    font-size: 24px;
}

.function__text--compatible {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

.function__image__text {
    display: flex;
    justify-content: center;
}

.function__image__inner {
    display: flex;
    justify-content: end;
    gap: 80px;
    margin-top: 35px;
}

.arrow.--twocolmun {
    justify-content: space-around;
}

.function__image--sumahodeofuro {
    width: 424px;
}

.function__image--satisfy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 30px;
    width: 364px;
}

.--twocolmun  {
    display: flex;
    justify-content: space-between;
}

.function__text--bold {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}

.function__text--bold span {
    font-size: 28px;
}

.function__text--detail {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0;
}

.--border {
    padding: 30px;
    border: 6px solid #DE8327;
    background-color: #fff;
    border-radius: 10px;
    width: 352px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}


.functionname--small.--bg {
    background-color: #DE8327;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    padding-top: 2px;
    margin-right: 10px;
    line-height: 1.5;
}

.function__text--small {
    font-size: 14px;
}

.function__image.--emagency {
    padding: 30px 80px;
}

.function__image.--onecolumun.--bgwhite {
    margin-top: 20px;
}

.function__image.--onecolumun.--bgwhite img {
    width: 728px;
}

.function__image.--onecolumun .function__image__text img{
    width: 456px!important;
}

.btn-serch.--under_content {
    margin-top: 70px;
}

.function__heading {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.function__heading  span {
    font-weight: 400;
}

.image--size1 {
    padding: 52px 45px;
}

.image--size1 img {
    width: 332px;
}

.image--size3 img {
    width: 364px;
}

.image--resistance {
    padding: 30px 95px;
}

.image--resistance img {
    width: 700px;
}

.service__image {
    width: 185px;
    display: flex;
    gap: 20px;
}

.service__image:first-of-type {
    margin-left: 43px;
}

.service__title {
    font-size: 20px;
}

.service__image--period {
    padding: 30px 45px;
}

.service__image--period img {
    width: 800px !important;
}

a.detail {
    display: inline-block;
    color: #333;
}

#point3 {
    position: relative;
    background-color: #FCF7EA;
}

.point3__content {
    width: 967px;
    margin: 0 auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    letter-spacing: 0;
}

.point3__content--image {
    border-radius: 10px;
}

.last {
    padding-top: 80px;
    padding-bottom: 30px;
}

.last .text_m {
    text-align: center;
}

a.textlink {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline !important;
    color: #333;
}

.textlink:hover{
    text-decoration: none !important;
}


.sp_only {
    display: none !important;
}


@media only screen and (max-device-width: 1280px) and (max-width: 640px) {

    img{
        width: 100%!important;
    }

    .mv {
        margin: 0;
        height: auto;
        background-color: #FCF7EA;
        padding-bottom: max(calc(400vw/3.75), 550px);
        padding-bottom: calc(400vw / 3.75 - 69px);
        margin-bottom: -1px;
    }
    
    .mv__bg img {
        min-width: 100%;
    }
    .mv__contents {
        width: 100%;
        min-width: 100%;
        top: calc(250vw / 3.75);
        left: auto;
    }

    .mv__text {
        width: max(90vw , 335px);
        top: 20px;
        left: 5vw;
        min-width: auto;
    }

    .mv__circleimage {
        top: calc(-250vw / 3.75);
        right: calc(10vw / 3.75);
        width: calc(127vw / 3.75);
    }

    .mv__btn {
        width: fit-content;
        top: calc(240vw / 3.75);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    a .mv__btn {
        font-size: 10px;
        padding: 14px 40px 14px 70px;
    }

    .mv__btn img {
        width: 45px !important;
    }

    a .mv__btn .large-text {
        font-size: 18px;
    }

    .sp_only {
        display: inline !important;
    }

    .--twocolmun {
        flex-direction: column;
        gap: 20px;
    }
    
    .points {
        padding-top: 37px;
        width: calc(100vw - 40px);
        margin: 0 20px;
        padding-bottom: 40px;
    }
    
    .points__text {
        line-height: 1.2;
        font-size: 28px;
    }
    
    .point__text--s {
        line-height: 1.4;
        font-size: 18px;
        display: inline-block;
    }

    .point__text--m {
        font-size: 22px;
    }

    .pointscontents {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .point {
        background: url(../img/arrow--anchor.svg) no-repeat 93% 50%;
        width: 100%;
        font-size: 16px;
        padding: 0;
        height: 60px;
        background-color: #DE8327;
    }

    .point__number {
        top: -5px;
        right: auto;
        left: -45px;
    }

    .point text {
        font-size: 16px;
    }
    
    .point__content {
        text-align: left;
        margin-left: 85px;
    }
    
    .heading_lv3 {
        font-size: 22px;
        display: inline-block;
        padding-bottom: 10px;
        background: none;
        background-color: #DE8327;
        width: 100%;
        height: auto;
    }

    .heading_lv3 text {
        font-size: 20px !important;
    }

    .heading_lv3 span {
        display: inline-block;
        padding-top: 30px;
    }

    .point-wrapper {
        width: calc(100vw - 20px);
        margin: auto;
        text-align: center;
        position: absolute;
        top: -24px;
        right: 0;
        left: 0;
    }

    .pointscontents text {
        stroke: none;
    }

    #point1 {
        width: calc(100vw - 40px);
        padding: 0 20px;
    }

    .point__number.h3 {
        top: -15px;
        right: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .heading_lv4 span {
        font-size: 22px;
        padding-top: 10px;
    }

    .sppt0 {
        padding-top: 0px !important;
    }

    .sppt5 {
        padding-top: 5px !important;
    }

    .spmt0 {
        margin-top: 0px !important;
    }

    .spmt10 {
        margin-top: 10px !important;
    }

    .spmt15 {
        margin-top: 15px !important;
    }

    .spmt20 {
        margin-top: 20px !important;
    }

    .spmt25 {
        margin-top: 25px !important;
    }

    .spmt30 {
        margin-top: 30px !important;
    }

    .spmt50 {
        margin-top: 50px !important;
    }

    .point1__image {
        width: 335px;
    }

    .point1__sign {
        padding: 15px;
        width: auto;
    }

    .pointsign--lead {
        font-size: 18px;
    }

    .checklist {
        display: table;
        font-size: 16px;
    }

    .checklist__item {
        padding: 4px 0 11px 30px;
    }

    .checklist__item:last-of-type {
        padding-bottom: 2px;
    }

    .leadtext {
        margin-top: 15px;
    }

    .leadtext.text_m {
        font-size: 14px;
    }

    .text_m {
        font-size: 18px;
    }

    .text_xl {
        font-size: 24px;
    }

    .arrow img {
        width: 150px !important;
    }

    .btn-serch {
        padding: 11px 29px 11px 10px;
        background: url(../img/arrow--link.svg) no-repeat 96% 50%;
        background-color: #F8C136;
    }

    .btn-serch__img {
        display: none;
    }

    .btn-serch--circle {
        font-size: 8px;
        border: 2px solid #FECE4D;
        padding: 15px 4px 6px 5px;
        display: inline-block;
        width: 35px;
        height: 23px;
    }

    .btn-serch--text {
        font-size: 18px;
        margin-left: 7px;
        white-space: nowrap;
        padding-top: 4px;
    }

    .btn-serch--text span {
        font-size: 10px;
    }

    .heading_lv5 {
        font-size: 18px;
    }

    .point2__content .heading_lv5 {
        align-items: start;
    }

    .heading_lv5--number {
        font-size: 50px;
    }

    p {
        font-size: 16px;
    }

    .text_m.--orange {
        font-size: 18px;
    }

    .point2__content {
        margin-top: 30px;
        padding: 15px;
    }

    .pc_only {
        display: none !important;
    }
    
    .bubble {
        width: 95px;
        top: -25px;
        right: 8px;
    }

    .--bgwhite.otoku__img {
        padding: 55px 25px 22px 30px;
    }

    .detail {
        font-size: 14px;
    }

    #point2 {
        width: calc(100vw - 40px);
        padding: 0 20px;
        padding-top: 64px;
        padding-bottom: 60px;
        margin: 0;
    }

    .point2__content__inner.--twocolmun {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }

    .onecolumun-title {
        font-size: 16px;
        padding: 8px 0;
        margin-top: 30px;
    }

    .function__name {
        margin-top: 20px;
        font-size: 24px;
    }

    .functionname--small {
    font-size: 14px;
    line-height: 1.4;
    }

    .function__text {
        text-align: left;
    }

    .function__image__inner {    
        flex-direction: column;
        gap: 20px;
        margin-top: 15px;
    }

    .arrow.--twocolmun {
        align-items: center;
    }

    .function__image--sumahodeofuro {
        width: auto;
    }

    .function__image--satisfy {
        width: auto;
        padding: 0;
        gap: 10px;
    }

    .function__text--bold {
        font-size: 16px;
    }

    .function__text--bold span {
        font-size: 20px;
    }

    .function__text--detail {
        font-size: 14px;
    }

    .--border {
        padding: 22px 12px;
        width: auto;
        border: 3px solid #DE8327;
    }

    .--border img {
        height: auto ;
        width: auto;
    }

    .function.cherge {
        padding-bottom: 30px;
    }

    .functionname--small.--bg {
        font-size: 16px;
    }

    .btn-serch.--under_content {
        margin-top: 40px;
    }

    .heading_lv4 {
        margin-top: 60px;
    }

    .function__text.--before_h4 {
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
    }

    .point2__content__inner.--twocolmun .detail {
        margin-top: 10px;
    }

    .--bgwhite {
        padding: 15px;
    }

    .function__image.--emagency {
        padding: 15px;
    }

    .image--resistance {
        padding: auto;
    }

    .note.--number.note10 {
        text-indent: -1.5em;
        padding-left: 2.5em;
    }

    .note.--number.note10::before {
        left: 17px;
    }

    .note {
        margin-top: 3px;
    }

    ul li.note:first-of-type {
        margin-top: 0;
    }

    .function__heading {
        font-size: 16px;
        margin-top: 10px;
    }

    .service__image {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .service__image:first-of-type {
        margin-left: 0;
    }

    .service__title {
        font-size: 18px;
    }

    .point2__content .textlink {
        font-size: 14px;
    }

    #point3 {
        padding: 0 20px;
    }

    .point3__content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 15px;
    }

    .point3__content .text_m {
        font-size: 16px;
    }

    .last {
        margin: 0 20px;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .last .text_m {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0;
    }

    .leadtext.text_xl {
        font-size: 22px;
    }

    .wave--upside {
        height: 72px;
        left: -20px;
        width: 100vw;
    }

    .wave--upside img {
        top: -1px;
        height: 29px;
    }

    .wave--downside {
        height: 69px;
        left: -20px;
        width: 100vw;
    }

    .wave--downside img {
        bottom: -1px;
        height: 29px;
    }

    .wave--downside.sp_only {
        left: 0;
        display: inline-block !important;
        background-color: #FCF7EA;
        width: 100vw;
    }

}
.accordion__title {
    font-size: 12px;
    display: flex ;
    align-items: center;
    gap: 5px;
    width: fit-content;
    border-bottom: 1px solid #333;
}

.accordion__icon {
    height: 6px;
}


.accordion__content {
display: none;
}
/* 開いた状態 */
.accordion.open .accordion__content {
display: block;
}

/* アイコン回転（必要なら） */
.accordion.open .accordion__icon img {
transform: rotate(180deg);
transition: transform .3s;
}