@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ////////////////////////////////////////////////
# common
//////////////////////////////////////////////// */
ul,ol {
  list-style: none;
}
ul,p,ul li,ol li,h2 {
  margin: 0;
}
.box__full img {
  width: 100%;
}
main {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}
.bg_shadow {
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
}
.bg_shadow__blue {
  box-shadow: 0 0 10px rgba(0, 115, 183, 0.5);
}
.bg_color_blue {
  position: relative;
  background: #CCE7FF;
}
.bg_color_blue::before {
  content: '';
  background: #CCE7FF;
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_color_light_blue {
  position: relative;
  background: #E8F2FB;
}
.bg_color_light_blue::before {
  content: '';
  background: #E8F2FB;
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
a {
  transition: all .3s;
}
a:hover {
  opacity: .6;
}
p {
  margin-bottom: 0;
}
ul.list__annotation {
  text-align: left;
}

.block__has_full{
  margin: 0;
  max-width: unset;
}

@media all and (min-width: 768px) {
  .u-hide-pc-tab {
    display: none !important;
  }
  .u-hide-pc {
    display: none !important;
  }
  .u-hide-sp {
    display: block;
  }
  main p {
    font-size: 20px;
  }
  .h2__section_title {
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-top: 50px;
  }
  .h2__section_title::after {
    content: '';
    display: block;
    background: #0073B7;
    width: 140px;
    height: 6px;
    border-radius: 99px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
  .h2__section_title_sub {
    font-size: 28px;
    font-weight: 400;
    display: block;
  }
  .sec_lead_text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
  }
  .inbox__full{
    max-width: 1000px;
  }
  /* btn */
  .btn__item {
    margin-top: 30px;
  }
  .btn__item_wrap .btn__item+.btn__item {
    margin-top: 20px;
  }
  .btn__link01 {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    height: auto;
    padding: 18px 35px 20px 14px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    background-color: #000099;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
    border-radius: 99px;
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: 16px center;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 22px;
    width: 490px;
    color: #fff !important;
  }
  .btn__link01 a, a:visited {}
  .btn__link01::before {
    content: '';
    position: absolute;
    right: 50px;
    transform-origin: center center;
    top: calc(50% - 3px);
    transform: rotate(40deg);
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 10px;
  }
  .btn__link01::after {
    content: '';
    position: absolute;
    right: 50px;
    transform-origin: center center;
    top: calc(50% + 2px);
    transform: rotate(-40deg);
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 10px;
  }
  .btn__link01.btn__white {
    background: #fff;
    color: #000099 !important;
    border: 3px solid #000099;
  }
  .btn__link01.btn__white::before,
  .btn__link01.btn__white::after {
    background-color: #000099;
  }
  .btn__link01.btn__light_blue {
    background: #E5F5FC;
    color: #0073B7 !important;
    border: 3px solid #0073B7;
  }
  .btn__link01.btn__light_blue::before,
  .btn__link01.btn__light_blue::after {
    background-color: #0073B7;
  }
  .block__has_full .inbox__full {
    max-width: 100vw;
    padding-bottom: 50px;
  }
  .btn__goto_top {
    bottom: 25px;
    z-index: 1;
  }
  .fs10 {font-size: 10px !important;}
  .fs11 {font-size: 11px !important;}
  .fs12 {font-size: 12px !important;}
  .fs13 {font-size: 13px !important;}
  .fs14 {font-size: 14px !important;}
  .fs15 {font-size: 15px !important;}
  .fs16 {font-size: 16px !important;}
  .fs17 {font-size: 17px !important;}
  .fs18 {font-size: 18px !important;}
  .fs19 {font-size: 19px !important;}
  .fs20 {font-size: 20px !important;}
  .fs21 {font-size: 21px !important;}
  .fs22 {font-size: 22px !important;}
  .fs23 {font-size: 23px !important;}
  .fs24 {font-size: 24px !important;}
  .fs25 {font-size: 25px !important;}
  .fs26 {font-size: 26px !important;}
  .fs27 {font-size: 27px !important;}
  .fs28 {font-size: 28px !important;}
  .fs29 {font-size: 29px !important;}
  .fs30 {font-size: 30px !important;}
  .fs31 {font-size: 31px !important;}
  .fs32 {font-size: 32px !important;}
  .fs33 {font-size: 33px !important;}
  .fs34 {font-size: 34px !important;}
  .fs35 {font-size: 35px !important;}
  .fs36 {font-size: 36px !important;}

  ul.list__annotation{
    margin-bottom: 0;
  }
}

@media all and (max-width: 1000px) and (min-width: 768px) {
  .u-hide-pc {
    display: block !important;
  }
  .inbox__full{
    padding-left: 18px!important;
    padding-right: 18px!important;
  }
  .point__list{
    padding-left: 18px;
    padding-right: 18px;
  }
  .box__full .h2__section_title{
    font-size: 36px;
  }
  .box__full .about__box__point__title{
    font-size: 32px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  .inbox__full.kv_wrap {
    max-width: 100% !important;
  }
}

@media all and (max-width: 767px) {
  .u-hide-pc-tab {
    display: block;
  }
  .u-hide-pc {
    display: block;
  }
  .u-hide-sp {
    display: none !important;
  }
  main p {
    font-size: calc(16/375*100vw);
  }
  .h2__section_title {
    font-size: calc(26/375*100vw);
    line-height: 1.5;
    text-align: center;
    margin-bottom: calc(30/375*100vw);
    position: relative;
    padding-top: calc(40/375*100vw);
  }
  .h2__section_title::after {
    content: '';
    display: block;
    background: #0073B7;
    width: calc(140/375*100vw);
    height: calc(6/375*100vw);
    border-radius: 99px;
    position: absolute;
    bottom: calc(-8/375*100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .h2__section_title_sub {
    font-size: calc(20/375*100vw);
    font-weight: 400;
    display: block;
  }
  .sec_lead_text {
    font-size: calc(18/375*100vw);
    text-align: center;
    margin-bottom: 0;
  }
  /* font size */
  .fs10_sp {font-size: calc(10 / 375 * 100vw) !important;}
  .fs11_sp {font-size: calc(11 / 375 * 100vw) !important;}
  .fs12_sp {font-size: calc(12 / 375 * 100vw) !important;}
  .fs13_sp {font-size: calc(13 / 375 * 100vw) !important;}
  .fs14_sp {font-size: calc(14 / 375 * 100vw) !important;}
  .fs15_sp {font-size: calc(15 / 375 * 100vw) !important;}
  .fs16_sp {font-size: calc(16 / 375 * 100vw) !important;}
  .fs17_sp {font-size: calc(17 / 375 * 100vw) !important;}
  .fs18_sp {font-size: calc(18 / 375 * 100vw) !important;}
  .fs19_sp {font-size: calc(19 / 375 * 100vw) !important;}
  .fs20_sp {font-size: calc(20 / 375 * 100vw) !important;}
  .fs21_sp {font-size: calc(21 / 375 * 100vw) !important;}
  .fs22_sp {font-size: calc(22 / 375 * 100vw) !important;}
  .fs23_sp {font-size: calc(23 / 375 * 100vw) !important;}
  .fs24_sp {font-size: calc(24 / 375 * 100vw) !important;}
  .fs25_sp {font-size: calc(25 / 375 * 100vw) !important;}
  .fs26_sp {font-size: calc(26 / 375 * 100vw) !important;}
  .fs27_sp {font-size: calc(27 / 375 * 100vw) !important;}
  .fs28_sp {font-size: calc(28 / 375 * 100vw) !important;}
  .fs29_sp {font-size: calc(29 / 375 * 100vw) !important;}
  .fs30_sp {font-size: calc(30 / 375 * 100vw) !important;}
  .fs31_sp {font-size: calc(31 / 375 * 100vw) !important;}
  .fs32_sp {font-size: calc(32 / 375 * 100vw) !important;}
  .fs33_sp {font-size: calc(33 / 375 * 100vw) !important;}
  .fs34_sp {font-size: calc(34 / 375 * 100vw) !important;}
  .fs35_sp {font-size: calc(35 / 375 * 100vw) !important;}
  .fs36_sp {font-size: calc(36 / 375 * 100vw) !important;}

  /* annotation */
  ul.list__annotation{
    margin-bottom: 0;
  }
  .list__annotation li {
    line-height: 1.7;
    font-size: calc(14 / 375 * 100vw);
    padding: 0 0 0 calc(18 / 375 * 100vw);
  }

  /* btn */
  .btn__item {
    margin-top: calc(30/375*100vw);
  }

  .btn__item_wrap .btn__item+.btn__item {
    margin-top: calc(10/375*100vw);
  }

  .btn__link01 {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    height: auto;
    padding: calc(12/375*100vw) calc(35/375*100vw) calc(10/375*100vw) calc(14/375*100vw);
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    background-color: #000099;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(102, 102, 102, 0.5);
    border-radius: 99px;
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: 16px center;
    line-height: 1.2;
    margin: 0 auto;
    font-size: calc(20/375*100vw);
    width: calc(340/375*100vw);
    color: #fff !important;
  }

  .btn__link01 a,
  a:visited {
    /* color: #fff; */
  }

  .btn__link01::before {
    content: '';
    position: absolute;
    right: calc(30/375*100vw);
    transform-origin: center center;
    /* top: calc(50% - 3px); */
    top: calc(50% - 4px);
    /* transform: rotate(40deg); */
    transform: rotate(40deg) scale(1.2);
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 10px;
  }

  .btn__link01::after {
    content: '';
    position: absolute;
    right: calc(30/375*100vw);
    transform-origin: center center;
    top: calc(50% + 3px);
    transform: rotate(-40deg) scale(1.2);
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 10px;
  }

  .btn__link01.btn__white {
    background: #fff;
    color: #000099 !important;
    border: 3px solid #000099;
  }

  .btn__link01.btn__white::before,
  .btn__link01.btn__white::after {
    background-color: #000099;
  }

  .btn__link01.btn__light_blue {
    background: #E5F5FC;
    color: #0073B7 !important;
    border: 3px solid #0073B7;
  }

  .btn__link01.btn__light_blue::before,
  .btn__link01.btn__light_blue::after {
    background-color: #0073B7;
    right: calc(20/375*100vw);
  }

  .inbox__full {
    max-width: calc(100vw - 18px * 2);
  }

  .btn__goto_top {
    bottom: calc(90 / 375 * 100vw);
    z-index: 1;
  }

    /* font size */
    .fs10_sp {font-size: calc(10 / 375 * 100vw) !important;}
    .fs11_sp {font-size: calc(11 / 375 * 100vw) !important;}
    .fs12_sp {font-size: calc(12 / 375 * 100vw) !important;}
    .fs13_sp {font-size: calc(13 / 375 * 100vw) !important;}
    .fs14_sp {font-size: calc(14 / 375 * 100vw) !important;}
    .fs15_sp {font-size: calc(15 / 375 * 100vw) !important;}
    .fs16_sp {font-size: calc(16 / 375 * 100vw) !important;}
    .fs17_sp {font-size: calc(17 / 375 * 100vw) !important;}
    .fs18_sp {font-size: calc(18 / 375 * 100vw) !important;}
    .fs19_sp {font-size: calc(19 / 375 * 100vw) !important;}
    .fs20_sp {font-size: calc(20 / 375 * 100vw) !important;}
    .fs21_sp {font-size: calc(21 / 375 * 100vw) !important;}
    .fs22_sp {font-size: calc(22 / 375 * 100vw) !important;}
    .fs23_sp {font-size: calc(23 / 375 * 100vw) !important;}
    .fs24_sp {font-size: calc(24 / 375 * 100vw) !important;}
    .fs25_sp {font-size: calc(25 / 375 * 100vw) !important;}
    .fs26_sp {font-size: calc(26 / 375 * 100vw) !important;}
    .fs27_sp {font-size: calc(27 / 375 * 100vw) !important;}
    .fs28_sp {font-size: calc(28 / 375 * 100vw) !important;}
    .fs29_sp {font-size: calc(29 / 375 * 100vw) !important;}
    .fs30_sp {font-size: calc(30 / 375 * 100vw) !important;}
    .fs31_sp {font-size: calc(31 / 375 * 100vw) !important;}
    .fs32_sp {font-size: calc(32 / 375 * 100vw) !important;}
    .fs33_sp {font-size: calc(33 / 375 * 100vw) !important;}
    .fs34_sp {font-size: calc(34 / 375 * 100vw) !important;}
    .fs35_sp {font-size: calc(35 / 375 * 100vw) !important;}
    .fs36_sp {font-size: calc(36 / 375 * 100vw) !important;}
}

/* ////////////////////////////////////////////////
# layout
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .l-sec__in{
    padding-inline: 40px;
    padding-block: 60px;
  }
  .l-sec__body{
    max-width: 1000px;
    margin-inline: auto;
  }
  .local__c__heading{
    position: relative;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .local__c__heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 600px;
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_case_frame.svg');
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .local__c__heading > *{
    z-index: 3;
    position: relative;
  }
  .local__c__heading__text{
    font-size: 32px;
    font-weight: bold;
    margin-top: -48px;
  }
  .local__c__title{
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .local__c__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 148px;
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_case_title.svg');
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .local__c__title > *{
    z-index: 3;
    position: relative;
  }
  .local__c__title__text{
    font-size: 22px;
    font-weight: bold;
    margin-top: -6px;
  }
  .local__c__content{
    position: relative;
    margin-top: -29px;
  }
  /* .local__c__content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7FCCED;
    filter: blur(5px);
    border-radius: 20px;
  } */

  .local__c__content.example::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6F0;
    filter: blur(5px);
    border-radius: 20px;
  }
  .local__c__content > *{
    position: relative;
    z-index: 1;
  }
  .local__c__topic{
    position: relative;
    text-align: center;
    display: inline-block;
    padding-inline: 40px;
  }
  .local__c__topic::before,
  .local__c__topic::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  .local__c__topic::before{
    left: 0;
    background-image: url('/products/syusin/special/resource/img/img_topic_left.svg');
  }
  .local__c__topic::after{
    right: 0;
    background-image: url('/products/syusin/special/resource/img/img_topic_right.svg');
  }
  .local__c__topic__text{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
  }
  .local__c__topic__text span{
    color: #EA5504;
  }
  .local__c__box{
    padding: 50px 40px;
    position: relative;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
    background: #fff;
    border-radius: 20px;
  }
  .local__c__box>*{
    max-width: 800px;
    margin-inline: auto;
    z-index: 1;
    position: relative;
  }
  .local__c__accordion{
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  .local__c__accordion .box__accordion_typeB__label{
    justify-content: center;
    font-weight: normal;
  }
  .local__c__accordion .box__accordion_typeB__label::before,
  .local__c__accordion .box__accordion_typeB__label::after{
    background-color: #666666;
  }
  .local__c__accordion .box__accordion_typeB,
  .local__c__accordion .list__annotation_number{
    margin-bottom: 0!important;
  }
  .local__c__accordion .list__annotation_number li + li{
    margin-top: 12px;
  }
  .local__c__accordion .box__accordion_typeB__label,
  .local__c__accordion .box__accordion_typeB__contents{
    background-color: unset!important;
  }
  .local__u__dotted_text {
    position: relative;
    display: inline-block;
    line-height: 2;
  }
  .local__u__dotted_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #0073B7;
    border-radius: 9999px;
  }
  .list__annotation_reference li{
    display: block;
    position: relative;
    padding: 0 0 0 50px;
    font-size: 14px;
  }
  .list__annotation_reference li::before{
    content: "※出典";
    display: block;
    position: absolute;
    left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .local__c__topic__text{
    font-size: 32px;
  }
  .local__c__title{
    height: 56px;
  }
  .local__c__title__text{
    font-size: 20px;
  }
  .local__c__heading{
    height: 110px;
  }
  .local__c__heading__text{
    font-size: 28px;
    margin-top: -40px;
  }
}
@media all and (max-width: 767px) {
  .l-sec__in{
    padding-inline: calc(18 / 375 * 100vw);
    padding-block: calc(40 / 375 * 100vw);
  }
  .l-sec__body{
  }
  .local__c__heading{
    position: relative;
    height: calc(94 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .local__c__heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_case_frame_sp.svg');
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .local__c__heading > *{
    z-index: 3;
    position: relative;
  }
  .local__c__heading__text{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    margin-top: calc(-28 / 375 * 100vw);
  }
  .local__c__title{
    position: relative;
    height: calc(51 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .local__c__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: calc(121 / 375 * 100vw);
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_case_title_sp.svg');
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .local__c__title > *{
    z-index: 3;
    position: relative;
  }
  .local__c__title__text{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    margin-top: calc(-4 / 375 * 100vw);
  }
  .local__c__content{
    position: relative;
    margin-top: calc(-29 / 375 * 100vw);
  }
  .local__c__content.example::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6F0;
    filter: blur(calc(5 / 375 * 100vw));
    border-radius: calc(20 / 375 * 100vw);
  }
  .local__c__content > *{
    position: relative;
    z-index: 1;
  }
  .local__c__topic{
    position: relative;
    text-align: center;
    display: inline-block;
    padding-inline: calc(30 / 375 * 100vw);
  }
  .local__c__topic::before,
  .local__c__topic::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(30 / 375 * 100vw);
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  .local__c__topic::before{
    left: 0;
    background-image: url('/products/syusin/special/resource/img/img_topic_left_sp.svg');
  }
  .local__c__topic::after{
    right: 0;
    background-image: url('/products/syusin/special/resource/img/img_topic_right_sp.svg');
  }
  .local__c__topic__text{
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.3;
  }
  .local__c__topic__text span{
    color: #EA5504;
  }
  .local__c__box{
    padding: calc(30 / 375 * 100vw) calc(10 / 375 * 100vw);
    position: relative;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
    background: #fff;
    border-radius: 20px;
  }
  .local__c__box > *{
    z-index: 1;
    position: relative;
  }
  .local__c__accordion{
    border: calc(1 / 375 * 100vw) solid #CCCCCC;
    border-radius: calc(10 / 375 * 100vw);
  }
  .local__c__accordion .box__accordion_typeB__label{
    justify-content: center;
    font-weight: normal;
    min-height: calc(51 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .local__c__accordion .box__accordion_typeB__label::before,
  .local__c__accordion .box__accordion_typeB__label::after{
    background-color: #666666;
    right: calc(16 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
  .local__c__accordion .box__accordion_typeB,
  .local__c__accordion .list__annotation_number{
    margin-bottom: 0!important;
  }
  .local__c__accordion .list__annotation_number li{
    font-size: calc(14 / 375 * 100vw);
    padding-left:  calc(27 / 375 * 100vw);
  }
  .local__c__accordion .list__annotation_number li + li{
    margin-top: calc(10 / 375 * 100vw);
  }
  .local__c__accordion .box__accordion_typeB__label,
  .local__c__accordion .box__accordion_typeB__contents{
    background-color: unset!important;
  }
  .local__c__accordion .box__accordion_typeB__checkbox:checked + label + .box__accordion_typeB__contents{
    padding: 0 calc(10 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
  .local__c__modal__more__wrap{
    margin-top: calc(16 / 375 * 100vw);
    text-align: center;
  }
  .local__c__modal__more{
    text-align: center;
    display: inline-block;
    color: #333;
  }
  .local__c__modal__more__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(5 / 375 * 100vw);
  }
  .local__c__modal__more__label{
    font-size: calc(14 / 375 * 100vw);
    text-decoration: underline;
  }
  .local__c__modal__more__img{
    width: calc(6 / 375 * 100vw);
  }
  .local__c__modal__more__img img{
    vertical-align: middle;
  }
  .local__u__dotted_text {
    position: relative;
    display: inline-block;
    line-height: 2;
  }
  .local__u__dotted_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-color: #0073B7;
    border-radius: 9999px;
  }
  .list__annotation_reference li{
    display: block;
    position: relative;
    padding: 0 0 0 calc(48 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .list__annotation_reference li::before{
    content: "※出典";
    display: block;
    position: absolute;
    left: 0;
  }
  .btn__item_wrap .btn__link01.btn__white{
    font-size: calc(16/375*100vw);
  }
}
@media all and (min-width: 768px) {
  .local__fixed{
    width: 100%;
    max-width: none;
    right: 0;
    height: initial;
    padding: 18px;
    background-color: #4CB7E5;
    border: none;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: none;
  }
  .fixed__block__bottom.on_scroll.local__fixed{
    display: block;
  }
  .local__fixed .btn__item_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .local__fixed .btn__item{
    margin-top: 0!important;
  }
  .local__fixed .btn__link01{
    width: 400px;
    height: 84px;
    font-size: 20px;
  }
  .local__fixed .btn__item{
    position: relative;
  }
  .local__fixed .btn__item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 9999px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .btn__goto_top{
    bottom: 120px;
  }
  .local__fixed .btn__link01{
    width: 360px;
  }
}
@media all and (max-width: 767px) {
  .local__fixed{
    width: 100%;
    max-width: none;
    right: 0;
    height: initial;
    padding: calc(10 / 375 * 100vw);
    background-color: #4CB7E5;
    border: none;
    border-top-right-radius: calc(30 / 375 * 100vw);
    border-top-left-radius: calc(30 / 375 * 100vw);
    box-shadow: none;
  }
  .fixed__block__bottom.on_scroll.local__fixed{
    display: block;
  }
  .local__fixed .btn__item_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(5 / 375 * 100vw);
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .local__fixed .btn__item{
    margin-top: 0!important;
  }
  .local__fixed .btn__link01{
    width: calc(190 / 375 * 100vw);
    height: calc(58 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw)!important;
    padding: calc(12 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  .local__fixed .btn__link01.btn__white{
    width: calc(170 / 375 * 100vw);
  }
  .local__fixed .btn__link01::before{
    right: calc(7 / 375 * 100vw);
  }
  .local__fixed .btn__link01::after{
    right: calc(7 / 375 * 100vw);
  }
  .local__fixed .btn__item{
    position: relative;
  }
  .local__fixed .btn__item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 9999px;
  }
}
@media all and (min-width: 768px) {
  sup{
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  sup{
    font-size: calc(14/375*100vw);
  }
}

/* ////////////////////////////////////////////////
# modal
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    .modaal-container{
        max-width: 700px;
        border-radius: 10px;
        filter: drop-shadow(0 0 20px rgba(70, 132, 188, 0.5));
    }
    .modaal-content-container{
        width: 400px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .modaal-content-container .list__annotation li{
        margin-top: 20px !important;
        padding-left: 20px;
    }
    .modaal-content-container ul.list__annotation{
        margin: 0 !important;
    }
    .modaal-content-container img{
        width: 100%;
    }
    .modaal-close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1000;
        cursor: pointer;
        opacity: 1;
        width: 30px;
        height: 30px;
        background: #F3F3F3 !important;
        transition: all .2s ease-in-out;
        border: 2px solid #0073B7 !important;
        border-radius: 4px;
        filter: drop-shadow(0px 0px 4px rgba(102,102,102,0.5));
    }
    .modaal-close:after, .modaal-close:before {
        display: block;
        content: " ";
        position: absolute;
        top: 8px;
        left: 12px;
        width: 2px;
        height: 12px;
        border-radius: 4px;
        background: #0073B7;
        transition: background .2s ease-in-out;
    }
}
@media all and (max-width: 767px){
    .modaal-container{
        border-radius: calc(10/375*100vw);
        filter: drop-shadow(0 0 20px rgba(70, 132, 188, 0.5));
    }
    .modaal-content-container{
        margin: 0 auto;
        padding: calc(50/375*100vw) calc(10/375*100vw) calc(30/375*100vw);
    }
    .modaal-content-container img{
      width: 100%;
    }
    .modaal-content-container .list__annotation li{
        margin-top: calc(14/375*100vw) !important;
        padding-left: calc(10/375*100vw);
    }
    .modaal-content-container ul.list__annotation{
        margin: 0 !important;
    }
    .modaal-close {
        position: absolute;
        right: calc(10/375*100vw);
        top: calc(10/375*100vw);
        z-index: 1000;
        cursor: pointer;
        opacity: 1;
        width: calc(30/375*100vw);
        height: calc(30/375*100vw);
        background: #F3F3F3 !important;
        transition: all .2s ease-in-out;
        border: calc(2/375*100vw) solid #0073B7 !important;
        border-radius: calc(4/375*100vw);
        filter: drop-shadow(0px 0px 4px rgba(102,102,102,0.5));
    }
    .modaal-close:after, .modaal-close:before {
        display: block;
        content: " ";
        position: absolute;
        top: calc(8/375*100vw);
        left: calc(12/375*100vw);
        width: calc(2/375*100vw);
        height: calc(12/375*100vw);
        border-radius: calc(4/375*100vw);
        background: #0073B7;
        transition: background .2s ease-in-out;
    }
}

/* ////////////////////////////////////////////////
# kv
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .block__has_full {
    max-width: unset;
    margin-top: 0;
  }

  .block__has_full .inbox__full.kv_wrap {
    padding-bottom: 0;
  }

  .block__has_full .inbox__full {
    width: 100%;
  }

  .inbox__full.kv_wrap {
    max-width: 100%;
    padding: 0 !important;
    background-image: linear-gradient(180deg, #0099db 0%, #e8f2fb 50%, #0099db 100%);
  }

  .kv_wrap {
    position: relative;
    background: #fff;
  }

  .kv {
    position: relative;
    background: #fff;
  }

  .kv .kv_main {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .kv .kv_main img {
    width: 100%;
  }

  .kv .btn__item_wrap{
    position: absolute;
    left: calc(258 / 1920 * 100vw);
    bottom: calc(61.5 / 1920 * 100vw);
  }

  .kv .btn__item {
    margin-top: 0;
  }

  .kv .btn__item + .btn__item {
    margin-top: calc(20 / 1920 * 100vw);
  }

  .kv .btn__link01 {
    width: calc(490 / 1920 * 100vw);
    padding: calc(20 / 1920 * 100vw) calc(35 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(14 / 1920 * 100vw);
    font-size: calc(22 / 1920 * 100vw);
    border-width: calc(3 / 1920 * 100vw);
    min-height: calc(50 / 1920 * 100vw);
  }
  .kv .btn__link01::before, .kv .btn__link01::after{
    right: calc(32 / 1920 * 100vw);
  }

  .text_underline {
    margin: 0 auto 30px;
  }

  .text_underline span {
    position: relative;
    background: linear-gradient(transparent 65%, #FFF667 65%);
    width: fit-content;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .block__has_full .inbox__full.kv_wrap {
    padding-bottom: 0;
  }

  .faq-sec .inbox__full {
    padding-bottom: calc(40 / 375 * 100vw);
    width: 100%;
  }

  .box__full .kv_wrap {
    max-width: 100%;
    padding: 0 !important;
    background-image: linear-gradient(180deg, #F9CBB3 0%, #FDEDE5 10%, #FFFFFF 40%, #FDEDE5 70%, #EA5504 100%);
  }

  .kv_wrap {
    position: relative;
    background: #fff;
  }

  .kv {
    position: relative;
  }

  .kv .kv_main {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .kv .kv_main img {
    width: 100%;
  }

  .kv .btn__item_wrap {
    position: absolute;
    bottom: calc(23/375*100vw);
    left: 50%;
    transform: translateX(-50%);
  }

  .kv .btn__link01 {
    width: calc(320/375*100vw);
  }

  .text_underline {
    margin: 0 auto 30px;
  }

  .text_underline span {
    position: relative;
    background: linear-gradient(transparent 65%, #FFF667 65%);
    width: fit-content;
    font-size: calc(24/375*100vw);
    font-weight: bold;
    margin: 0 auto;
    display: block;
  }
}

/* ////////////////////////////////////////////////
# intro
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .intro-sec{
    background: #F7F6F0;
  }
  .intro__contents--cta{
    max-width: 644px;
    margin-inline: auto;
  }
  .intro__contents + .intro__contents{
    margin-top: 60px;
  }
  .intro__block__heading{
    position: relative;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro__block__heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 562px;
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_intro_frame.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
  .intro__block__heading > *{
    z-index: 3;
    position: relative;
  }
  .intro__block__heading__label{
    margin-top: -26px;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
  }
  .intro__block + .intro__block{
    margin-top: 80px;
  }
  .intro__block__content{
    position: relative;
    padding-block: 114px 50px;
    padding-inline: 40px;
    margin-top: -90px;
  }
  .intro__block__content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: blur(5px);
    border-radius: 20px;
  }
  .intro__block__content > *{
    z-index: 1;
    position: relative;
  }
  .intro__block__bubble{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 192px;
    width: calc(100% - 220px);
  }
  .intro__block__bubble + .intro__block__bubble{
    margin-top: 56px;
  }
  .intro__block__bubble:nth-of-type(odd){
    margin-left: -220px;
    gap: 20px;
  }
  .intro__block--02 .intro__block__bubble:nth-of-type(odd){
    margin-left: -270px;
    gap: 45px;
  }
  .intro__block__bubble:nth-of-type(even){
    margin-right: -220px;
  }
  .intro__block__bubble--reverse{
    flex-direction: row-reverse;
  }
  .intro__block__bubble__img{
    width: 150px;
    flex-shrink: 0;
  }
  .intro__block__bubble__text{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .intro__block__group{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro__block__group::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 556px;
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_intro_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .intro__block__group > *{
    z-index: 2;
    position: relative;
  }
  .intro__arrow{
    width: 200px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .bl_intro__title{
    position: relative;
  }
  .bl_intro__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: blur(5px);
    border-radius: 20px;
  }
  .intro__title{
    position: relative;
    padding-block: 70px;
  }
  .intro__title::before,
  .intro__title::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url('/products/syusin/special/resource/img/img_intro_border.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .intro__title::before{
    top: 0;
  }
  .intro__title::after{
    bottom: 0;
  }
  .intro__title__text{
    display: block;
    width: 522.85px;
    margin-inline: auto;
  }
  .intro__btn{
    margin-top: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .intro__block__heading__label{
    font-size: 28px;
  }
  .intro__block__bubble__text{
    font-size: 24px;
  }
  .intro__block__bubble{
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .intro-sec{
    background: #F7F6F0;
  }
  .intro__contents + .intro__contents{
    margin-top: calc(40 / 375 * 100vw);
  }
  .intro__block__heading{
    position: relative;
    height: calc(102 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro__block__heading::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: calc(305 / 375 * 100vw);
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_intro_frame_sp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
  .intro__block__heading > *{
    z-index: 3;
    position: relative;
  }
  .intro__block__heading__label{
    margin-top: calc(-18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
  }
  .intro__block + .intro__block{
    margin-top: calc(60 / 375 * 100vw);
  }
  .intro__block__content{
    position: relative;
    padding-block: calc(76 / 375 * 100vw) calc(24 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    margin-top: calc(-64 / 375 * 100vw);
  }
  .intro__block__content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: blur(calc(5 / 375 * 100vw));
    border-radius: calc(20 / 375 * 100vw);
  }
  .intro__block__content > *{
    z-index: 1;
    position: relative;
  }
  .intro__block__bubble{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(123 / 375 * 100vw);
    gap: calc(12 / 375 * 100vw);
    margin-left: calc(-70 / 375 * 100vw);
  }
  .intro__block__bubble + .intro__block__bubble{
    margin-top: calc(22 / 375 * 100vw);
  }
  .intro__block__bubble--reverse{
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: calc(-40 / 375 * 100vw);
  }
  .intro__block--02 .intro__block__bubble--reverse{
    gap: 0;
  }
  .intro__block__bubble__img{
    width: calc(90 / 375 * 100vw);
    flex-shrink: 0;
  }
  .intro__block__bubble__text{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .intro__block__group{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro__block__group::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: calc(319 / 375 * 100vw);
    height: 100%;
    background-image: url('/products/syusin/special/resource/img/img_intro_bg_sp01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .intro__block--01 .intro__block__group::before{
    background-image: url('/products/syusin/special/resource/img/img_intro_bg_sp01.png');
  }
  .intro__block--02 .intro__block__group::before{
    background-image: url('/products/syusin/special/resource/img/img_intro_bg_sp02.png');
  }
  .intro__block__group > *{
    z-index: 2;
    position: relative;
  }
  .intro__arrow{
    width: calc(120 / 375 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .bl_intro__title{
    position: relative;
  }
  .bl_intro__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: blur(calc(5 / 375 * 100vw));
    border-radius: calc(20 / 375 * 100vw);
  }
  .intro__title{
    position: relative;
    padding-block: calc(40 / 375 * 100vw);
  }
  .intro__title::before,
  .intro__title::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(20 / 375 * 100vw);
    background-image: url('/products/syusin/special/resource/img/img_intro_border_sp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .intro__title::before{
    top: 0;
  }
  .intro__title::after{
    bottom: 0;
  }
  .intro__title__text{
    display: block;
    width: 100%;
    margin-inline: auto;
  }
  .intro__btn{
    margin-top: calc(40 / 375 * 100vw);
  }
}

/* ////////////////////////////////////////////////
# case
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .case-sec{
    /* background-image: linear-gradient(#b2e0f4, #ffffff 15%, #e5f5fc 65%, #0099db); */
  }
  .case__lead__text{
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  .case__lead__text span{
    font-size: 36px;
  }
  .case__example{
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .case__example__group{
    padding-block: 59px 40px;
    padding-inline: 40px;
    display: grid;
    justify-items: center;
    gap: 23px 20px;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
    background: #fff;
    border-radius: 20px;
  }
  .case__example__cloud{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 60px;
  }
  .case__example__cloud::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .case__example__cloud.--01::before,
  .case__example__cloud.--02::before{
    background-image: url(/products/syusin/special/resource/img/img_case_cloud01.png);
  }
  .case__example__cloud.--03::before{
    background-image: url(/products/syusin/special/resource/img/img_case_cloud02.png);
  }
  .case__example__cloud > *{
    z-index: 2;
    position: relative;
  }
  .case__example__cloud.--01{
    width: 300px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: end;
    align-self: end;
  }
  .case__example__cloud.--02{
    width: 300px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: start;
    align-self: end;
    margin-bottom: -44px;
  }
  .case__example__cloud.--03{
    width: 410px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    align-self: end;
  }
  .case__example__cloud__img{
    margin-bottom: 10px;
  }
  .case__example__cloud.--01 .case__example__cloud__img{
    width: 146px;
  }
  .case__example__cloud.--02 .case__example__cloud__img{
    width: 200px;
  }
  .case__example__cloud.--03 .case__example__cloud__img{
    width: 288px;
  }
  .case__example__cloud__lead{
    font-size: 18px;
    font-weight: bold;
  }
  .case__example__cloud__text{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .case__point{
    margin-top: 50px;
  }
  .case__point__lead{
    text-align: center;
    margin-bottom: 20px;
  }
  .case__point__lead__label{
    font-size: 32px;
    font-weight: bold;
    color: #EA5504;
    line-height: 1.5;
  }
  .case__point__lead__label span{
    font-size: 36px;
    color: #333;
  }
  .case__point__topic{
    text-align: center;
    margin-bottom: 40px;
  }
  .case__point__feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-inline: auto;
    position: relative;
  }
  .case__point__feature::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F6F0;
    filter: blur(5px);
    border-radius: 10px;
  }
  .case__point__feature > *{
    z-index: 1;
  }
  .case__point__feature__inner{
    padding: 30px 20px;
  }
  .case__point__feature__text{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .case__point__feature__text span{
    font-size: 48px;
    font-weight: bold;
    margin-inline: 0.1em;
  }
  .case__point__feature__icon{
    width: 26px;
    margin-inline: auto;
    margin-block: 6px;
  }
  .case__point__figure{
    border: 1px solid #666666;
    border-radius: 20px;
    margin-top: 40px;
  }
  .case__point__figure__inner{
    padding: 30px 50px;
  }
  .case__point__figure__text{
    text-align: center;
    font-size: 18px;
  }
  .case__point__figure__img{
    margin-top: 32px;
  }
  .case__plan{
    margin-top: 50px;
    position: relative;
  }
  .case__plan__group{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-inline: 40px;
  }
  .case__plan__img--01{
    width: 130px;
    flex-shrink: 0;
  }
  .case__plan__img--02{
    width: 172px;
    flex-shrink: 0;
  }
  .case__plan__text{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 40px;
    margin-right: 4px;
  }
  .case__plus__btn{
    margin-top: 50px;
  }
  .case__plus{
    margin-top: 80px;
    position: relative;
  }
  .case__plus__heading{
    margin-bottom: 102px;
  }
  .case__plus__img{
    width: 197px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 52px;
  }
  .case__plus__block__lead{
    margin-top: -140px;
    max-width: 560px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #0099DB;
    background-color: #fff;
  }
  .case__plus__block__lead__inner{
    padding: 20px 30px;
  }
  .case__plus__block__lead__text{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  .case__plus__block__lead__text span{
    font-size: 36px; 
  }
  .case__plus__block__lead__img{
    max-width: 330px;
    margin-inline: auto;
    margin-top: 20px;
  }
  .case__plus__block__motto{
    position: relative;
    background-color: #F7F6F0;
    border-radius: 20px;
  }
  .case__plus__block__motto__inner{
    padding: 40px;
  }
  .case__plus__block__motto + .case__plus__block__motto{
    margin-top: 50px;
  }
  .case__plus__block__motto__title{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
    margin-top: -27px;
    width: 159px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case__plus__block__motto__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/products/syusin/special/resource/img/img_plus_cloud.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    filter: drop-shadow(2px 2px 2px rgba(70, 132, 188, 0.3));
  }
  .case__plus__block__motto__title > *{
    z-index: 1;
    position: relative;
  }
  .case__plus__block__motto__title__label{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .case__plus__block__motto__point{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .case__plus__block__motto__desc__body{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .case__plus__block__motto__desc__body span{
    font-size: 32px;
  }
  .case__plus__block__motto__desc__body sup{
    vertical-align: text-top;
  }
  .case__plus__block__motto__list{
    margin-bottom: 50px;
  }
  .case__plus__block__motto__accordion{
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .case__plan__group{
    padding-block: 48px 32px;
    padding-inline: 40px; 
  }
  .case__plan__img{
    position: absolute;
  }
  .case__plan__img--01{
    left: 0;
    width: 110px;
  }
  .case__plan__img--02{
    right: 0;
    width: 152px;
  }
  .case__point__feature__text span{
    font-size: 40px;
  }
  .case__plan__text{
    font-size: 20px;
    margin-left: 4px;
  }
  .case__plus__block__lead__text{
    font-size: 24px;
  }
  .case__plus__block__lead__text span{
    font-size: 30px;
  }
  .case__plus__img{
    margin-right: -40px;
  }
  .case__plus__block__lead{
    max-width: 480px;
  }
  .case__plus__block__motto__point{
    margin-bottom: 14px;
  }
  .case__plus__block__motto__title__label{
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .case-sec{
    /* background-image: linear-gradient(#b2e0f4, #ffffff 15%, #e5f5fc 65%, #0099db); */
  }
  .case__lead__text{
    margin-top: calc(16 / 375 * 100vw);
    text-align: center;
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
  }
  .case__lead__text span{
    font-size: calc(24 / 375 * 100vw);
  }
  .case__example{
    margin-top: calc(30 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
  .case__example__group{
    padding-block: calc(37 / 375 * 100vw) calc(22 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
    display: grid;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
    background: #fff;
    border-radius: 20px;
  }
  .case__example__cloud{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: calc(29 / 375 * 100vw);
  }
  .case__example__cloud::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .case__example__cloud.--01::before{
    background-image: url(/products/syusin/special/resource/img/img_case_cloud01_sp.png);
  }
  .case__example__cloud.--02::before{
    background-image: url(/products/syusin/special/resource/img/img_case_cloud02_sp.png);
  }
  .case__example__cloud.--03::before{
    background-image: url(/products/syusin/special/resource/img/img_case_cloud03_sp.png);
  }
  .case__example__cloud > *{
    z-index: 2;
    position: relative;
  }
  .case__example__cloud.--01{
    width: calc(170 / 375 * 100vw);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: end;
  }
  .case__example__cloud.--02{
    width: calc(175 / 375 * 100vw);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: start;
    align-self: end;
    margin-bottom: calc(-80 / 375 * 100vw);
    margin-left: calc(-30 / 375 * 100vw);
  }
  .case__example__cloud.--03{
    width: calc(236 / 375 * 100vw);
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    align-self: end;
    margin-top: calc(25 / 375 * 100vw);
  }
  .case__example__cloud__img{
    margin-bottom: calc(4 / 375 * 100vw);
  }
  .case__example__cloud.--01 .case__example__cloud__img{
    width: calc(78 / 375 * 100vw);
  }
  .case__example__cloud.--02 .case__example__cloud__img{
    width: calc(100 / 375 * 100vw);
  }
  .case__example__cloud.--03 .case__example__cloud__img{
    width: calc(144 / 375 * 100vw);
  }
  .case__example__cloud__lead{
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
  }
  .case__example__cloud__text{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .case__point{
    margin-top: calc(60 / 375 * 100vw);
  }
  .case__point__lead{
    text-align: center;
    margin-bottom: 20px;
  }
  .case__point__lead__label{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    color: #EA5504;
  }
  .case__point__lead__label span{
    font-size: calc(24 / 375 * 100vw);
    color: #333;
  }
  .case__point__topic{
    text-align: center;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .case__point__feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .case__point__feature::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F6F0;
    filter: blur(calc(5 / 375 * 100vw));
    border-radius: calc(10 / 375 * 100vw);
  }
  .case__point__feature > *{
    z-index: 1;
  }
  .case__point__feature__inner{
    padding: calc(20 / 375 * 100vw) 0;
  }
  .case__point__feature__text{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .case__point__feature__text span{
    font-size: calc(30 / 375 * 100vw);
    font-weight: bold;
    margin-inline: 0.1em;
  }
  .case__point__feature__icon{
    width: calc(18 / 375 * 100vw);
    margin-inline: auto;
    margin-block: calc(12 / 375 * 100vw);
  }
  .case__point__figure{
    border: 1px solid #666666;
    border-radius: calc(10 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .case__point__figure__inner{
    padding: calc(10 / 375 * 100vw) calc(4 / 375 * 100vw);
  }
  .case__point__figure__text{
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
  }
  .case__point__figure__img{
    margin-top: calc(16 / 375 * 100vw);
  }
  .case__plan{
    margin-top: calc(28 / 375 * 100vw);
    position: relative;
  }
  /* .case__plan .local__c__content::before{
    background-image: linear-gradient(#e5f5fc, #b2e0f4 60%, #4cb7e5);
  } */
  .case__plan__group{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: calc(36 / 375 * 100vw);
  }
  .case__plan__img--01{
    width: calc(74 / 375 * 100vw);
    flex-shrink: 0;
  }
  .case__plan__img--02{
    width: calc(95 / 375 * 100vw);
    flex-shrink: 0;
  }
  .case__plan__text{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    margin-left: calc(-10 / 375 * 100vw);
    margin-right: calc(-32.5 / 375 * 100vw);
    padding-bottom: calc(11 / 375 * 100vw);
  }
  .case__plus__btn{
    margin-top: 50px;
  }
  .case__plus{
    margin-top: calc(50 / 375 * 100vw);
    position: relative;
  }
  .case__plus__heading{
    margin-bottom: calc(109 / 375 * 100vw);
  }
  .case__plus__img{
    width: calc(83 / 375 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(42 / 375 * 100vw);
    z-index: 3;
    margin-right: calc(10 / 375 * 100vw);
  }
  .case__plus__block__lead{
    margin-top: calc(-117 / 375 * 100vw);
    max-width: calc(319 / 375 * 100vw);
    position: relative;
    margin-bottom: calc(47 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #0099DB;
    background-color: #fff;
  }
  .case__plus__block__lead__inner{
    padding: calc(16 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
  .case__plus__block__lead__text{
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
    font-weight: bold;
  }
  .case__plus__block__lead__text span{
    font-size: calc(24 / 375 * 100vw);
  }
  .case__plus__block__lead__img{
    max-width: calc(258 / 375 * 100vw);
    margin-inline: auto;
    margin-top: calc(10 / 375 * 100vw);
  }
  .case__plus__block__motto{
    position: relative;
    background-color: #F7F6F0;
    border-radius: calc(20 / 375 * 100vw);
  }
  .case__plus__block__motto__inner{
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .case__plus__block__motto + .case__plus__block__motto{
    margin-top: 50px;
  }
  .case__plus__block__motto__title{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(10 / 375 * 100vw);
    margin-top: calc(-17 / 375 * 100vw);
    width: calc(102 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case__plus__block__motto__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/products/syusin/special/resource/img/img_plus_cloud.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    filter: drop-shadow(calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) rgba(70, 132, 188, 0.3));
  }
  .case__plus__block__motto__title > *{
    z-index: 1;
    position: relative;
  }
  .case__plus__block__motto__title__label{
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    color: #fff;
  }
  .case__plus__block__motto__point{
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .case__plus__block__motto__desc__body{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .case__plus__block__motto__desc__body span{
    font-size: calc(20 / 375 * 100vw);
  }
  .case__plus__block__motto__desc__body sup{
    vertical-align: text-top;
  }
  .case__plus__block__motto__list{
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .case__plus__block__motto__accordion{
    margin-top: calc(30 / 375 * 100vw);
  }
}

/* ////////////////////////////////////////////////
# cost
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .cost-sec__in{
    padding-top: 0;
    padding-bottom: 0;
  }
  .cost__lead{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cost__lead__wrap{
    position: relative;
    padding-top: calc(225 / 1920 * 100vw);
    background: #F7F6F0;
  }
  .cost__lead__wrap::before{
    content: '';
    display: block;
    background: url(/products/syusin/special/resource/img/bg_cost_sec_top.svg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: calc(-1 / 1920 * 100vw);
    left: 0;
    width: 100%;
    height: calc(140 / 1920 * 100vw);
  }
  .cost__lead__wrap::after{
    content: '';
    display: block;
    background: url(/products/syusin/special/resource/img/bg_cost_sec_bottom.svg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: calc(-139 / 1920 * 100vw);
    left: 0;
    width: 100%;
    height: calc(140 / 1920 * 100vw);
  }
  .cost__lead{
    position: relative;
    margin-bottom: calc(140 / 1920 * 100vw);
  }
  .cost__lead > *{
    z-index: 1;
    position: relative;
  }
  .cost__lead__inner{
    padding-inline: 40px;
    position: relative;
    z-index: 1;
  }
  .cost__lead__body{
    max-width: 1000px;
    margin-inline: auto;
    position: relative;
  }
  .cost__lead__text{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .cost__lead__text span{
    font-size: 48px;
  }
  .cost__lead__text span.local__u__dotted_text{
    line-height: 1.75;
    margin-top: 0.15em;
  }
  .cost__lead__text span.local__u__dotted_text::before{
    width: 12px;
    height: 12px;
  }
  .cost__lead__img{
    position: absolute;
    right: 0;
    bottom: 0;
    /* margin-bottom: -140px; */
    margin-bottom: calc(-140 / 1920 * 100vw);
    width: 275px;
  }
  .cost__case{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  /* .cost__case::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
  } */
  .cost__case__inner{
    padding-block: 60px;
    padding-inline: 40px;
  }
  .cost__case__body{
    max-width: 1000px;
    margin-inline: auto;
    position: relative;
  }
  .cost__case__block{
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 0;
  }
  .cost__case__block + .cost__case__block{
    margin-top: 94px;
  }
  .cost__case__block:has(.cost__case__block__pickup){
    margin-top:136px;
  }
  .cost__case__block__inner{
    padding-block: 70px 50px;
    padding-inline: 40px;
  }
  .cost__case__block__body{
    max-width: 800px;
    margin-inline: auto;
  }
  .cost__case__block__title{
    padding: 10px 20px;
    border: 1px solid #333333;
    background-color: #E5F5FC;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: -30px;
  }
  .cost__case__block__title__inner{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: bold;
  }
  .cost__case__block__title__icon{
    width: 20px;
    height: 18px;
    margin-right: -2px;
  }
  .cost__case__block__title__icon img{
    vertical-align: top;
  }
  .cost__case__block__deco{
    position: absolute;
    top: 0;
    right: 0;
    width: 165px;
    margin-top: -42px;
    margin-right: 10px;
  }
  .cost__case__block__column{
    display: flex;
    align-items: stretch;
    gap: 80px;
    position: relative;
  }
  .cost__case__block__column--03{
    gap: 40px;
    max-width: 640px;
    margin-inline: auto;
  }
  .cost__case__block__column__graph__content{
    flex: 1;
    background-color: #E5F5FC;
    border-radius: 4px;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cost__case__block__column__graph__title{
    border-bottom: 1px solid #0073B7;
    padding-bottom: 12px;
    margin-bottom: 6px;
  }
  .cost__case__block__column--03 .cost__case__block__column__graph__title{
    border-bottom: none;
    padding-bottom: 0;
  }
  .cost__case__block__column__graph__title__label{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__column--03 .cost__case__block__column__graph__text__label{
    margin-top: 6px;
  }
  .cost__case__block__column__graph__text__note{
    text-align: center;
    font-size: 16px;
  }
  .cost__case__block__column__graph__text__label{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__column__graph__text__label span{
    font-size: 36px;
  }
  .cost__case__block__column__graph__text__label sup{
    vertical-align: text-top;
  }
  .cost__case__block__column__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cost__case__block__column__icon--less{
    width: 27px;
  }
  .cost__case__block__column__icon--plus{
    width: 60px;
  }
  .cost__case__block__column__value{
    margin-top: 32px;
  }
  .cost__case__block__column__value__icon{
    width: 108px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .cost__case__block__column__value__text__label{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__column__value__text__label span{
    font-size: 48px;
    margin-inline: 0.1em;
  }
  .cost__case__block__column__sum{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .cost__case__block__column__sum__icon{
    width: 27px;
  }
  .cost__case__block__column__sum__text{
    border-radius: 4px;
    background-color: #E5F5FC;
    padding: 20px;
    border: 2px solid #333333;
  }
  .cost__case__block__column__graph__accordion{
    margin-top: 40px;
  }
  .cost__case__block__column__sum__text__label{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost__case__block__column__sum__text__label span{
    font-size: 48px;
  }
  .cost__case__block__column__graph__note{
    margin-top: 40px;
  }
    .cost__case__block__pickup{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    margin-top: -40px;
    width: 600px;
    height: 119px;
  }
  .cost__case__block__pickup::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_cost_frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cost__case__block__pickup > *{
    z-index: 1;
    position: relative;
  }
  .cost__case__block__pickup__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .cost__case__block__pickup__text{
    font-size: 32px;
    font-weight: bold;
  }
  .cost__case__block__pickup__icon{
    position: absolute;
    margin-right: 320px;
    width: 60px;
  }
  .cost__case__block__pickup__img{
    position: absolute;
    margin-left: 400px;
    margin-top: -54px;
    width: 160px;
  }
  .cost__case__block__lead{
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 4px dotted #0073B7;
  }
  .cost__case__block__lead__label{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__lead__label span{
    font-size: 42px;
    margin-inline: 0.1em;
  }
  .cost__case__block__lead__label sup{
    vertical-align: text-top;
    font-size: 28px;
  }
  .cost__case__block__inc__label{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__inc__label span{
    font-size: 42px;
  }
  .cost__case__block__img{
    max-width: 500px;
    margin-inline: auto;
    margin-top: 30px;
  }
  .cost__case__note{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .cost__case__note__img{
    width: 100px;
  }
  .cost__case__note__label{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost__cta{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cost__cta::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6F0;
  }
  .cost__cta__inner{
    padding-block: 60px;
    padding-inline: 40px;
  }
  .cost__cta__body{
    max-width: 800px;
    margin-inline: auto;
    position: relative;
  }
  .cost__cta__lead__grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .cost__cta__lead__grid__topic{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cost__cta__lead__grid__topic__heading{
    margin-bottom: 10px;
  }
  .cost__cta__lead__grid__topic__heading__label{
    font-size: 36px;
    font-weight: bold;
  }
  .cost__cta__lead__grid__topic .local__c__topic{
    padding-inline: 60px;
  }
  .cost__cta__lead__grid__topic .local__c__topic::before,
  .cost__cta__lead__grid__topic .local__c__topic::after{
    width: 45px;
  }
  .cost__cta__lead__grid__frame{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-color: #fff;
    padding: 30px;
    margin-right: -100px;
    padding-right: 100px;
    border-radius: 4px;
    border: 1px solid #333;
  }
  .cost__cta__lead__grid__frame__label{
    font-size: 24px;
    font-weight: bold;
  }
  .cost__cta__lead__grid__img{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    width: 195px;
    margin-bottom: -40px;
    display: flex;
    align-items: flex-end;
  }
  .cost__cta__lead__column{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
  }
  .cost__cta__lead__column__frame{
    background-color: #fff;
    padding: 30px;
    border: 1px solid #333;
    border-radius: 4px;
  }
  .cost__cta__lead__column__frame__label{
    font-size: 24px;
    font-weight: bold;
  }
  .cost__cta__btn{
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  /* .cost__lead__wrap{
    padding-top: 70px;
    padding-bottom: 70px;
  } */
  .cost__lead__wrap::after{
  }
  .cost__lead__inner{
  }
  .cost__lead__img{
    width: 180px;
    margin-bottom: -80px;
  }
  .cost__lead__text{
    font-size: 24px;
  }
  .cost__lead__text span{
    font-size: 40px;
  }
  .cost__case__block__column__graph__text__label{
    font-size: 18px;
  }
  .cost__case__block__column__graph__text__label span{
    font-size: 30px;
  }
  .cost__case__block__column__graph__text__note{
    font-size: 14px;
  }
  .cost__case__block__column__value__text__label{
    font-size: 28px;
  }
  .cost__case__block__column__sum__text__label{
    font-size: 28px; 
  }
  .cost__case__block__column__value__text__label span{
    font-size: 42px;
  }
  .cost__case__block__column__sum__text__label span{
    font-size: 42px;
  }
  .cost__case__block__column__value{
    margin-top: 24px;
  }
  .cost__case__block__column__sum{
    margin-top: 24px;
  }
  .cost__case__block__column__graph__note{
    margin-top: 32px;   
  }
  .cost__case__block__column__value__icon{
    margin-bottom: 12px;
  }
  .cost__case__block__column__graph__accordion{
    margin-top: 30px;
  }
  .cost__case__block__lead{
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .cost__case__block__lead__label,
  .cost__case__block__inc__label{
    font-size: 22px;
  }
  .cost__case__block__lead__label span,
  .cost__case__block__inc__label span{
    font-size: 36px;
  }
  .cost__case__block__lead__label sup{
    font-size: 24px;
  }
  .cost__cta__lead__grid__img{
    width: 175px;
  }
  .cost__cta__lead__grid__frame__label{
    font-size: 20px;
  }
  .cost__cta__lead__column__frame__label{
    font-size: 20px;
  }
  .cost__case__block__deco{
    margin-top: -88px;
  }
}
@media all and (max-width: 767px) {
  .cost-sec__in{
    padding-top: 0;
    padding-bottom: 0;
  }
  .cost__lead{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cost__lead__wrap{
    position: relative;
    padding-top: calc(70 / 375 * 100vw);
    background: #F7F6F0;
  }
  .cost__lead__wrap::before{
    content: '';
    display: block;
    background: url(/products/syusin/special/resource/img/bg_cost_sec_top_sp.svg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: calc(-1 / 375 * 100vw);
    left: 0;
    width: 100%;
    height: calc(72 / 375 * 100vw);
  }
  .cost__lead__wrap::after{
    content: '';
    display: block;
    background: url(/products/syusin/special/resource/img/bg_cost_sec_bottom_sp.svg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: calc(-71 / 375 * 100vw);
    left: 0;
    width: 100%;
    height: calc(72 / 375 * 100vw);
  }
  .cost__lead{
    position: relative;
  }
  .cost__lead > *{
    z-index: 1;
    position: relative;
  }
  .cost__lead__inner{
    padding-top: calc(46 / 375 * 100vw);
    padding-inline: calc(18 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
  .cost__lead__body{
    position: relative;
  }
  .cost__lead__text{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .cost__lead__text span{
    font-size: calc(32 / 375 * 100vw);
  }
  .cost__lead__text span.local__u__dotted_text{
    line-height: 1.75;
    margin-top: 0.15em;
  }
  .cost__lead__text span.local__u__dotted_text::before{
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
  .cost__lead__img{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: calc(-70 / 375 * 100vw);
    width: calc(95 / 375 * 100vw);
  }
  .cost__case{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cost__case__inner{
    padding-block: calc(37 / 375 * 100vw);
    padding-inline: calc(18 / 375 * 100vw);
    padding-top: calc(110 / 375 * 100vw);
  }
  .cost__case__body{
    position: relative;
  }
  .cost__case__block{
    border: calc(1 / 375 * 100vw) solid #333333;
    background-color: #fff;
    border-radius: calc(20 / 375 * 100vw);
    position: relative;
    padding: 0;
  }
  .cost__case__block + .cost__case__block{
    margin-top: calc(64 / 375 * 100vw);
  }
  .cost__case__block:has(.cost__case__block__pickup){
    margin-top: calc(101 / 375 * 100vw);
  }
  .cost__case__block__inner{
    padding-block: calc(39 / 375 * 100vw) calc(20 / 375 * 100vw);
    padding-inline: calc(10 / 375 * 100vw);
  }
  .cost__case__block__title{
    padding: calc(6 / 375 * 100vw) calc(16 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #333333;
    background-color: #E5F5FC;
    border-radius: calc(4 / 375 * 100vw);
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: calc(-17 / 375 * 100vw);
  }
  .cost__case__block__title__inner{
    display: flex;
    align-items: center;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
  }
  .cost__case__block__title__icon{
    width: calc(16 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
  .cost__case__block__title__icon img{
    vertical-align: top;
  }
  .cost__case__block__deco{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(83 / 375 * 100vw);
    margin-top: calc(-35 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .cost__case__block__column{
    display: flex;
    align-items: stretch;
    gap: calc(19 / 375 * 100vw);
    position: relative;
  }
  .cost__case__block__column--01{
    gap: calc(10 / 375 * 100vw);    
  }
  .cost__case__block__column__graph__content{
    flex: 1;
    background-color: #E5F5FC;
    border-radius: calc(4 / 375 * 100vw);   ;
    flex-shrink: 0;
    padding: calc(10 / 375 * 100vw) calc(8 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cost__case__block__column__graph__title{
    border-bottom: calc(1 / 375 * 100vw) solid #0073B7;
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .cost__case__block__column--03 .cost__case__block__column__graph__title{
    border-bottom: none;
    padding-bottom: 0;
  }
  .cost__case__block__column--03 .cost__case__block__column__graph__content:first-of-type{
    flex: initial;
  }
  .cost__case__block__column--03 .cost__case__block__column__graph__content:last-of-type{
    padding-inline: 0;
  }
  .cost__case__block__column--03 .cost__case__block__column__icon{
    margin-left: calc(-26 / 375 * 100vw);
  }
  .cost__case__block__column__graph__title__label{
    font-size: calc(16 / 375 * 100vw);   
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__column__graph__text__note{
    text-align: center;
    font-size: calc(16 / 375 * 100vw);  
  }
  .cost__case__block__column__graph__text__label{
    font-size: calc(16 / 375 * 100vw);   
    font-weight: bold;
    text-align: center;
    margin-inline: calc(-3 / 375 * 100vw);
    white-space: nowrap; 
  }
  .cost__case__block__column__graph__text__label--sp-left{
    text-align: left;
  }
  .cost__case__block__column__graph__text__label span{
    font-size: calc(22 / 375 * 100vw);
  }
  .cost__case__block__column__graph__text__label sup{
    vertical-align: text-top;
  }
  .cost__case__block__column__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cost__case__block__column__icon--less{
    width: calc(22 / 375 * 100vw);
  }
  .cost__case__block__column__icon--plus{
    width: calc(42 / 375 * 100vw);
  }
  .cost__case__block__column__value{
    margin-top: calc(16 / 375 * 100vw);
  }
  .cost__case__block__column__value__icon{
    width: calc(80 / 375 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .cost__case__block__column__value__text__label{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__column__value__text__label span{
    font-size: calc(32 / 375 * 100vw);
    margin-inline: 0.1em;
  }
  .cost__case__block__column__sum{
    margin-top: calc(23 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(16 / 375 * 100vw);
  }
  .cost__case__block__column__sum__icon{
    width: calc(18 / 375 * 100vw);
  }
  .cost__case__block__column__sum__text{
    border-radius: calc(4 / 375 * 100vw);
    background-color: #E5F5FC;
    padding: calc(12 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #333333;
  }
  .cost__case__block__column__graph__accordion{
    margin-top: calc(20 / 375 * 100vw);
  }
  .cost__case__block__column__sum__text__label{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.5;
  }
  .cost__case__block__column__sum__text__label span{
    font-size: calc(32 / 375 * 100vw);
  }
  .cost__case__block__column__graph__note{
    margin-top: calc(20 / 375 * 100vw);
  }
  .cost__case__block__pickup{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    margin-top: calc(-24 / 375 * 100vw);
    width: calc(319 / 375 * 100vw);
    height: calc(83 / 375 * 100vw);
  }
  .cost__case__block__pickup::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_cost_frame_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cost__case__block__pickup > *{
    z-index: 1;
    position: relative;
  }
  .cost__case__block__pickup__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: calc(24 / 375 * 100vw);
    box-sizing: border-box;
  }
  .cost__case__block__pickup__text{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
  }
  .cost__case__block__pickup__icon{
    width: calc(30 / 375 * 100vw);
  }
  .cost__case__block__pickup__img{
    margin-top: calc(-44 / 375 * 100vw);
    width: calc(124 / 375 * 100vw);
  }
  .cost__case__block__lead{
    position: relative;
    margin-top: calc(16 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-bottom: calc(4 / 375 * 100vw) dotted #0073B7;
  }
  .cost__case__block__lead__label{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__lead__label span{
    font-size: calc(26 / 375 * 100vw);
    margin-inline: 0.1em;
  }
  .cost__case__block__lead__label sup{
    vertical-align: text-top;
    font-size: calc(18 / 375 * 100vw);
  }
  .cost__case__block__inc__label{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .cost__case__block__inc__label span{
    font-size: calc(26 / 375 * 100vw);
  }
  .cost__case__block__img{
    max-width: calc(500 / 375 * 100vw);
    margin-inline: auto;
    margin-top: calc(16 / 375 * 100vw);
  }
  .cost__case__note{
    margin-top: calc(30 / 375 * 100vw);  
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 / 375 * 100vw);
  }
  .cost__case__note__img{
    width: calc(60 / 375 * 100vw);
  }
  .cost__case__note__label{
    font-size: calc(20 / 375 * 100vw); ;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost__cta{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .cost__cta::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F6F0;
  }
  .cost__cta__inner{
    padding-block: calc(40 / 375 * 100vw);
    padding-inline: calc(18 / 375 * 100vw);
  }
  .cost__cta__body{
    position: relative;
  }
  .cost__cta__lead__grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .cost__cta__lead__grid__topic{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    padding-right: calc(80 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cost__cta__lead__grid__topic__heading{
    margin-bottom: calc(4 / 375 * 100vw);
  }
  .cost__cta__lead__grid__topic__heading__label{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
  }
  .cost__cta__lead__grid__topic .local__c__topic::before,
  .cost__cta__lead__grid__topic .local__c__topic::after{
    width: calc(22 / 375 * 100vw);
    background-position: center;
  }
  .cost__cta__lead__grid__topic .local__c__topic__text{
    font-size: calc(20 / 375 * 100vw);
    font-feature-settings: 'palt';
  }
  .cost__cta__lead__grid__topic .local__c__topic{
    padding-inline: calc(30 / 375 * 100vw); 
  }
  .cost__cta__lead__grid__frame{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-color: #fff;
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-right: calc(-56 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    border: 1px solid #333;
  }
  .cost__cta__lead__grid__frame__label{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
  }
  .cost__cta__lead__grid__img{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    width: calc(115 / 375 * 100vw);
    margin-bottom: calc(-16 / 375 * 100vw);
    margin-right: calc(-28 / 375 * 100vw);
    display: flex;
    align-items: flex-end;
  }
  .cost__cta__lead__column{
    display: flex;
    flex-direction: row-reverse;
    margin-top: calc(16 / 375 * 100vw);
  }
  .cost__cta__lead__column__frame{
    background-color: #fff;
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #333;
    border-radius: calc(4 / 375 * 100vw);
  }
  .cost__cta__lead__column__frame__label{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
  }
  .cost__cta__btn{
    margin-top: calc(30 / 375 * 100vw);
  }
}

/* ////////////////////////////////////////////////
# support
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .support-sec{
    /* background-image: linear-gradient(#b2e0f4, #ffffff); */
  }
  .support__lead{
    max-width: 577px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 130px auto;
    grid-template-rows: auto auto;
  }
  .support__lead__img{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    z-index: 1;
  }
  .support__lead__topic{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .support__lead__topic__label{
    font-size: 24px;
    font-weight: bold;
  }
  .support__lead__title{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -33px;
    padding-left: 33px;
    border-radius: 4px;
    padding-block: 10px;
    border: 1px solid #333;
    background: #F7F6F0;
    margin-top: -4px;
  }
  .support__lead__title__label{
    font-size: 28px;
    font-weight: bold;
  }
  .support__consultation__title{
    margin-top: 50px;
    height: 172px;
    position: relative;
  }
  .support__consultation__title::before{
    background-image: url(/products/syusin/special/resource/img/img_support_ballon.svg);
  }
  .support__consultation__title > *{
    z-index: 2;
    position: relative;
  }
  .support__consultation__title__label{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .support__content__text{
    margin-top: 48px;
    margin-bottom: 50px;
  }
  .support__content__text__label{
    font-size: 24px;
    text-align: center;
  }
  .support__content__text__label + .support__content__text__label{
    margin-top: 11px;
  }
  .support__content__possibility{
    position: relative;
    max-width: 772px;
    margin-inline: auto;
  }
  .support__content__possibility::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: blur(3px);
  }
  .support__content__possibility > *{
    z-index: 1;
    position: relative;
  }
  .support__content__possibility__lebel{
    padding: 30px 20px 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .support__content__possibility__lebel::before,
  .support__content__possibility__lebel::after{
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .support__content__possibility__lebel::before{
    left: 0;
    background-image: url(/products/syusin/special/resource/img/img_support_frame_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__content__possibility__lebel::after{
    right: 0;
    background-image: url(/products/syusin/special/resource/img/img_support_frame_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__content__possibility__color{
    color: #0073B7;
    margin-inline: 0.1em;
  }
  .support__content__possibility__num{
    font-size: 42px;
    line-height: 1.5;
  }
  .support__content__note{
    max-width: 772px;
    margin-inline: auto;
  }
  .support__content__note__label{
    font-size: 14px;
    text-align: end;
    margin-top: 4px;
  }
  .support__content__img{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: end;
    margin-bottom: 28px;
  }
  .support__box{
    margin-top: 142px;
    border: 1px solid #333;
    border-radius: 20px;
  }
  .support__box__inner{
    max-width: 800px;
    margin-inline: auto;
  }
  .support__box__title{
    position: absolute;
    width: 204px;
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -140px;
  }
  .support__box__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_support_frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__box__title > *{
    position: relative;
    z-index: 1;
  }
  .support__box__title__label{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .support__box__balloon{
    margin-inline: auto;
    max-width: 650px;
  }
  .support__box__balloon__img{
    margin-left: auto;
    width: 360px;
  }
  .support__box__column{
    display: flex;
    max-width: 650px;
    margin-inline: auto;
    gap: 50px;
    justify-content: center;
  }
  .support__box__column__item{
    width: 300px;
  }
  .support__box__column__item__text{
    margin-top: 6px;
  }
  .support__box__column__item__text__label{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .support__box__call{
    margin-top: 40px;
  }
  .support__box__call__label{
    text-align: center;
    font-size: 22px;
  }
  .support__box__call__tel{
    margin-top: 30px;
    text-align: center;
  }
  .support__box__call__tel__label{
    font-size: 22px;
    text-align: center;
    border: 1px solid #333333;
    padding: 16px 32px;
    border-radius: 4px;
    display: inline-block;
  }
  .support__btn{
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .support__consultation__title{
    height: 150px;
  }
  .support__consultation__title__label{
    font-size: 28px;
    margin-top: -46px;
  }
  .support__content__text{
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .support__content__text__label{
    font-size: 18px;
  }
  .support__box__title__label{
    font-size: 24px;
  }
  .support__box__title{
    width: 180px;
    height: 180px;
  }
  .support__box__balloon{
    max-width: 530px;
  }
  .support__box__balloon__img{
    margin-left: auto;
    width: 280px;
  }
  .support__box__column{
    max-width: 530px;
  }
  .support__box__column__item{
    width: 240px;
  }
  .support__box__column__item__text__label{
    font-size: 20px;
  }
  .support__box__call__label{
    font-size: 18px;
  }
  .support__box__call__tel__label{
    font-size: 20px;
  }
  .support__content__possibility__lebel{
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .support-sec{
    /* background-image: linear-gradient(#b2e0f4, #ffffff); */
  }
  .support__lead{
    max-width: calc(577 / 375 * 100vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: calc(78 / 375 * 100vw) auto;
    grid-template-rows: auto auto;
  }
  .support__lead__img{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    z-index: 1;
    display: flex;
    align-self: flex-end;
  }
  .support__lead__topic{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-top: calc(13 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .support__lead__topic__label{
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
  }
  .support__lead__title{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(-39 / 375 * 100vw);
    padding-left: calc(39 / 375 * 100vw);
    padding-right: calc(8 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    padding-block: calc(12 / 375 * 100vw);
    border: 1px solid #333;
    background: #F7F6F0;
  }
  .support__lead__title__label{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
  }
  .support__consultation__title{
    margin-top: calc(30 / 375 * 100vw);
    height: calc(114 / 375 * 100vw);
    position: relative;
  }
  .support__consultation__title::before{
    background-image: url(/products/syusin/special/resource/img/img_support_ballon_sp.svg);
  }
  .support__consultation__title > *{
    z-index: 2;
    position: relative;
  }
  .support__consultation__title__label{
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .support__content__text{
    margin-top: calc(20 / 375 * 100vw);
  }
  .support__content__text__label{
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
    margin-inline: calc(50% - 50vw);
  }
  .support__content__text__label + .support__content__text__label{
    margin-top: calc(16 / 375 * 100vw);
  }
  .support__content__possibility{
    margin-top: calc(20 / 375 * 100vw);
    position: relative;
  }
  .support__content__possibility::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: blur(calc(3 / 375 * 100vw));
  }
  .support__content__possibility > *{
    z-index: 1;
    position: relative;
  }
  .support__content__possibility__lebel{
    font-size: calc(16 / 375 * 100vw);
    padding: calc(7 / 375 * 100vw) 0;
    font-weight: bold;
    text-align: center;
  }
  .support__content__possibility__lebel::before,
  .support__content__possibility__lebel::after{
    content: '';
    position: absolute;
    top: 0;
    width: calc(30 / 375 * 100vw);
    height: 100%;
  }
  .support__content__possibility__lebel::before{
    left: 0;
    background-image: url(/products/syusin/special/resource/img/img_support_frame_left_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__content__possibility__lebel::after{
    right: 0;
    background-image: url(/products/syusin/special/resource/img/img_support_frame_right_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__content__possibility__color{
    color: #0073B7;
    margin-inline: 0.1em;
  }
  .support__content__possibility__num{
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.1;
  }
  .support__content__note__label{
    font-size: calc(14 / 375 * 100vw);
    text-align: end;
    margin-top: calc(10 / 375 * 100vw);
  }
  .support__content__img{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: end;
  }
  .support__box{
    margin-top: calc(105 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #333;
    border-radius: calc(20 / 375 * 100vw);
  }
  .support__box__inner{
    max-width: 800px;
    margin-inline: auto;
  }
  .support__box__title{
    position: absolute;
    width: calc(130 / 375 * 100vw);
    height: calc(130 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(-95 / 375 * 100vw);
  }
  .support__box__title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_support_frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .support__box__title > *{
    position: relative;
    z-index: 1;
  }
  .support__box__title__label{
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .support__box__balloon{
    max-width: calc(300 / 375 * 100vw);
    margin-inline: auto;
  }
  .support__box__balloon__img{
    width: calc(180 / 375 * 100vw);
    margin-left: auto;
  }
  .support__box__column{
    display: flex;
    max-width: calc(300 / 375 * 100vw);
    margin-inline: auto;
    gap: calc(20 / 375 * 100vw);
    justify-content: center;
  }
  .support__box__column__item{
    width: calc(140 / 375 * 100vw);
  }
  .support__box__column__item__text{
    margin-top: calc(2 / 375 * 100vw);
  }
  .support__box__column__item__text__label{
    text-align: center;
    font-weight: bold;
    font-size: calc(16 / 375 * 100vw);
  }
  .support__box__call{
    margin-top: calc(18 / 375 * 100vw);
  }
  .support__box__call__label{
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
  }
  .support__box__call__tel{
    margin-top: calc(20 / 375 * 100vw);
    text-align: center;
  }
  .support__box__call__tel__label{
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
    border: calc(1 / 375 * 100vw) solid #333333;
    padding: calc(8 / 375 * 100vw) 0;
    border-radius: calc(4 / 375 * 100vw);
    display: inline-block;
  }
  .support__btn{
    margin-top: calc(40 / 375 * 100vw);
  }
}

/* ////////////////////////////////////////////////
# about
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .about-sec{
    background-color: #F7F6F0;
  }
  .about-sec .local__c__box{
    box-shadow: none;
  }
  .about__box::before{
    filter: none;
  }
  .about-sec .h2__section_title{
    padding-top: 0;
  }
  .about-sec .h2__section_title::after{
    background: #0073B7;
  }
  .about__box__point__title{
    margin-top: 30px;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
  .about__box__point__title span{
    font-size: 46px;
    position: relative;
    margin-inline: 0.1em;
  }
  .about__box__point__title span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_about_deco01.svg);
    width: 30px;
    height: 30px;
    margin-left: -16px;
    background-repeat: no-repeat;
  }
  .about__box__point__data{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .about__box__point__data__item{
    width: 280px;
    flex-shrink: 0;
  }
  .about__box__point__data__item__wrap{
    border-radius: 9999px;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 158, 221, 1));
    padding-block: 20px 24px;
  }
  .about__box__point__data__item__text__label{
    text-align: center;
    font-size: 20px;
  }
  .about__box__point__data__item__text{
    text-align: center;
    font-size: 32px;
    line-height: 1.25;
  }
  .about__box__point__data__item__text span{
    font-size: 54px;
    margin-inline: 0.1em;
    font-weight: 500;
  }
  .about__box__point__data__item__text sup{
    font-size: 20px;
    line-height: 2.5;
  }
  .about__box__point__data__item__text_sub{
    margin-top: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .about__box__point__data__item__text_sub sup{
    vertical-align: text-top;
  }
  .about__box__point__data__item__text_sub span{
    background:linear-gradient(transparent 60%, #FFF88B 60%);
  }
  .about__box__point__motto__accordion{
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .about__box__point__title span{
    font-size: 42px;
  }
  .about__box__point__data__item__text__label{
    font-size: 18px;
  }
  .about__box__point__data__item__text span{
    font-size: 48px;
  }
  .about__box__point__data__item__text{
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .about-sec{
    background-color: #F7F6F0;
  }
  .about-sec .local__c__box{
    box-shadow: none;
  }
  .about__box::before{
    filter: none;
  }
  .about-sec .h2__section_title{
    padding-top: 0;
  }
  .about-sec .h2__section_title::after{
    background: #0073B7;
  }
  .about__box__point__title{
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  .about__box__point__title span{
    font-size: calc(32 / 375 * 100vw);
    position: relative;
    margin-inline: 0.1em;
  }
  .about__box__point__title span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/products/syusin/special/resource/img/img_about_deco01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-left: calc(-10 / 375 * 100vw);
    background-repeat: no-repeat;
  }
  .about__box__point__data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(305 / 375 * 100vw);
    margin-inline: auto;
    align-items: stretch;
  }
  .about__box__point__data__item{
    display: flex;
    align-items: center;
    gap: calc(11 / 375 * 100vw);
  }
  .about__box__point__data__item + .about__box__point__data__item{
    margin-top: calc(-10 / 375 * 100vw);
  }
  .about__box__point__data__item:nth-of-type(even){
    flex-direction: row-reverse;
  }
  .about__box__point__data__item__wrap{
    border-radius: 9999px;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 158, 221, 1));
    flex-shrink: 0;
    width: calc(152 / 375 * 100vw);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .about__box__point__data__item__text__label{
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
  }
  .about__box__point__data__item__text{
    text-align: center;
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.25;
    margin-top: calc(-4 / 375 * 100vw);
  }
  .about__box__point__data__item__text span{
    font-size: calc(42 / 375 * 100vw);
    margin-inline: 0.1em;
    font-weight: 500;
  }
  .about__box__point__data__item--02 .about__box__point__data__item__text sup,
  .about__box__point__data__item--03 .about__box__point__data__item__text sup{
    position: absolute;
    margin-left: calc(-20 / 375 * 100vw);
  }
  .about__box__point__data__item--04 .about__box__point__data__item__text sup{
    position: absolute;
    margin-top: calc(4 / 375 * 100vw);
  }
  .about__box__point__data__item--02 .about__box__point__data__item__text span{
    font-size: calc(34 / 375 * 100vw);
  }
  .about__box__point__data__item--03 .about__box__point__data__item__text span{
    font-size: calc(36 / 375 * 100vw);
  }
  .about__box__point__data__item--04 .about__box__point__data__item__text span{
    font-size: calc(34 / 375 * 100vw);
  }
  .about__box__point__data__item__text_sub{
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
    flex: auto;
    position: relative;
    padding-bottom: calc(16 / 375 * 100vw);
  }
  .about__box__point__data__item:nth-of-type(even) .about__box__point__data__item__text_sub{
    padding-left: calc(8 / 375 * 100vw);
  }
  .about__box__point__data__item__text_sub::before{
    content: '';
    position: absolute;
    width: calc(100% + (40 / 375 * 100vw));
    height: calc(6 / 375 * 100vw);
    background-color: #90D0E4;
    bottom: 0;
    right: 0;
    border-radius: 9999px;
  }
  .about__box__point__data__item:nth-of-type(even) .about__box__point__data__item__text_sub::before{
    left: 0;
  }
  .about__box__point__data__item__text_sub sup{
    vertical-align: text-top;
  }
  .about__box__point__data__item__text_sub span{
    background:linear-gradient(transparent 60%, #FFF88B 60%);
  }
  .about__box__point__motto__accordion{
    margin-top: calc(20 / 375 * 100vw);
  }
}

/* ////////////////////////////////////////////////
# voice
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
    /* voice */
    .voice-sec{
    }
    .voice-sec .h2__section_title{
      padding-top: 0;
    }
    .voice__wrap{
      position: relative;
    }
    .voice__note{
      max-width: 820px;
      margin-inline: auto;
      margin-top: 40px;
    }
    .slick-slide{
      width: 820px;
      margin-inline: 30px;
    }
    .voice_block{
        width: 100vw;
        margin: 30px calc(50% - 50vw) 0;
        display: block;
        position: relative;
    }
    .voice_item{
        position: relative;
        background: #fff;
        padding: 72px 50px 40px;
        border-radius: 2px;
        margin-top: 65px;
        margin-bottom: 4px;
        box-sizing: border-box;
    }
    .voice_item_text{
        margin-bottom: 0;
    }
    .voice_item_text span{
        border-bottom: 1px solid #0099DB;
        display: block;
        line-height: 1.75;
        font-size: clamp(16px, 2vw, 20px);
        letter-spacing: -0.03em;
        min-height: 1.75em;
    }
    .voice_item:before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice01.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 130px;
        height: 130px;
        top: -65px;
        left: 35px;
    }
    .slick-slide:nth-of-type(2) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice02.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(3) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice03.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(4) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice04.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(5) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice05.png) no-repeat center center;
        background-size: cover;
    }
    .voice_item::after{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice01_text_pc.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 208px;
        height: 76px;
        top: -28px;
        right: -32px;
    }
    .slick-slide:nth-of-type(2) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice02_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 316px;
    }
    .slick-slide:nth-of-type(3) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice03_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 316px;
    }

    .slick-slide:nth-of-type(4) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice04_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 319px;
    }
    .slick-slide:nth-of-type(5) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice05_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 354px;
    }
    .slick-slide:nth-of-type(6) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice05_text_pc.png) no-repeat center center;
        background-size: cover;
        width: 334px;
    }
    .voice__annotation{
      max-width: 800px;
      margin-inline: auto;
      margin-top: 30px;
    }
    .voice__annotation .list__annotation li::before{
      content: "＊";
    }
    .voice_arrow{
      position: absolute;
      z-index: 1;
      margin-top: 30px;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      opacity: 1;
      visibility: visible;
      transition: 0.3s opacity;
    }
    .voice_arrow[aria-disabled="true"]{
      opacity: 0;
      visibility: hidden;
    }
    .voice_prev{
      left: 0;
      margin-left: 40px;
    }
    .voice_next{
      right: 0;
      margin-left: 40px;
    }
}
@media all and (min-width: 1920px){
    .voice_arrow{
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .voice_prev{
      margin-left: -800px;
    }
    .voice_next{
      margin-left: 800px;
    }
}
@media all and (max-width: 1000px) and (min-width: 768px){
    .slick-slide{
      width: 600px;
    }
    .voice__note{
      max-width: 600px;
    }
    .voice_item_text span{
      font-size: 14.5px;
    }
}
@media all and (max-width: 767px){
    /* voice */
    .voice-sec{
    }
    .voice-sec .h2__section_title{
      padding-top: 0;
    }
    .voice__wrap{
      position: relative;
    }
    .voice__note{
      margin-top: calc(40/375*100vw);
    }
    .slick-slide{
      width: calc(339/375*100vw);
      margin-inline: calc(30/375*100vw);
    }
    .voice_item + .voice_item {
        margin-top: calc(60/375*100vw);
    }
    .voice .about_h3_title{
        margin: calc(60/375*100vw) 0 calc(13/375*100vw);

    }
    .voice_block{
        width: 100vw;
        margin: calc(10/375*100vw) calc(50% - 50vw) 0;
        display: block;
        position: relative;
    }
    .voice_item{
        position: relative;
        background: #fff;
        padding: calc(50/375*100vw) calc(20/375*100vw) calc(20/375*100vw);
        border-radius: 2px;
        margin-right: calc(10/375*100vw);
        margin-top: calc(55/375*100vw);
        margin-bottom: calc(4/375*100vw);
        box-sizing: border-box;
    }
    .voice_item_text{
        margin-bottom: 0;
    }
    .voice_item_text span{
        border-bottom: 1px solid #0099DB;
        display: block;
        line-height: 1.5;
        font-size: calc(16/375*100vw);
        letter-spacing: -0.03em;
        min-height: 1.5em;
    }
    .voice_item:before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice01.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: calc(100/375*100vw);
        height: calc(100/375*100vw);
        top: calc(-55/375*100vw);
        left: calc(0/375*100vw);
    }
    .slick-slide:nth-of-type(2) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice02.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(3) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice03.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(4) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice04.png) no-repeat center center;
        background-size: cover;
    }
    .slick-slide:nth-of-type(5) .voice_item::before{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice05.png) no-repeat center center;
        background-size: cover;
        z-index: 1;
    }
    .voice_item::after{
        content: '';
        display: block;
        background: url(/products/syusin/special/resource/img/icon_voice01_text_sp.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: calc(164/375*100vw);
        height: calc(52/375*100vw);
        top: calc(-26/375*100vw);
        right: calc(-22/375*100vw);
    }
    .slick-slide:nth-of-type(2) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice02_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(248/375*100vw);
    }
    .slick-slide:nth-of-type(3) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice03_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(262/375*100vw);
        right: calc(-24 / 375 * 100vw);
    }

    .slick-slide:nth-of-type(4) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice04_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(248/375*100vw);
    }
    .slick-slide:nth-of-type(5) .voice_item::after{
        background: url(/products/syusin/special/resource/img/icon_voice05_text_sp.png) no-repeat center center;
        background-size: cover;
        width: calc(262/375*100vw);
        right: calc(-15 / 375 * 100vw);
        z-index: 0;
    }
    .voice__annotation{
      margin-top: calc(30 / 375 * 100vw);
    }
    .voice__annotation .list__annotation li::before{
      content: "＊";
    }
    .voice_arrow{
      position: absolute;
      z-index: 1;
      margin-top: calc(30 / 375 * 100vw);
      top: 50%;
      transform: translateY(-50%);
      width: calc(30 / 375 * 100vw);
      opacity: 1;
      visibility: visible;
      transition: 0.3s opacity;
    }
    .voice_arrow[aria-disabled="true"]{
      opacity: 0;
      visibility: hidden;
    }
    .voice_prev{
      left: 0;
    }
    .voice_next{
      right: 0;
    }
}

/* ////////////////////////////////////////////////
# faq
//////////////////////////////////////////////// */
@media all and (min-width: 768px), print {
  .faq-sec {
    background-color: #F7F6F0;
  }
  .faq-sec .h2__section_title {
    padding-top: 0;
  }
  .faq-sec .h2__section_title{
    padding-top: 0;
  }

  .faq-block {
    max-width: 800px;
    margin: auto;
  }

  .faq__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
  }

  .faq__item+.faq__item {
    margin-top: 20px;
  }

  .faq__item .btn__item {
    margin-top: 10px;
    max-width: 382px;
    margin-inline: auto;
  }

  .faq__item .btn__item .btn__link01 {
    width: 100%;
  }

  .faq__question__block,
  .faq__answer__block {
    display: flex;
    align-items: stretch;
    gap: 20px;
  }

  .faq__answer__block {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
  }

  .faq__answer__block::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #0099DB, #0099DB 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 1px;
  }

  .faq__icon {
    flex-shrink: 0;
  }

  .faq__icon img {
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 0 10px rgba(0, 115, 183, 0.5));
  }

  .faq__question,
  .faq__answer {
    display: flex;
    align-items: center;
  }
  .faq__answer.bl_phone{
    flex-direction: column;
    align-items: initial;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px), print {
  .faq__question,
  .faq__answer {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .faq-sec {
    background-color: #F7F6F0;
  }
  .faq-sec .h2__section_title {
    padding-top: 0;
  }
  .faq-sec .h2__section_title{
    padding-top: 0;
  }

  .faq-block {
    padding-top: calc(10/375*100vw);
  }

  .faq__item {
    background-color: #fff;
    border-radius: calc(10/375*100vw);
    padding: calc(16/375*100vw) calc(10/375*100vw);
  }

  .faq__item+.faq__item {
    margin-top: calc(20/375*100vw);
  }

  .faq__item .btn__item {
    margin-top: calc(20/375*100vw);
    padding-left: calc(10/375*100vw);
  }

  .faq__item .btn__item .btn__link01 {
    width: 100%;
  }

  .faq__question__block,
  .faq__answer__block {
    display: flex;
    align-items: stretch;
    gap: calc(12/375*100vw);
  }

  .faq__answer__block {
    position: relative;
    margin-top: calc(20/375*100vw);
    padding-top: calc(20/375*100vw);
  }

  .faq__answer__block::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #0099DB, #0099DB 5px, transparent 5px, transparent 10px);
    background-size: calc(10/375*100vw) calc(1/375*100vw);
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: calc(1/375*100vw);
  }

  .faq__icon {
    flex-shrink: 0;
  }

  .faq__icon img {
    width: calc(50/375*100vw);
    height: calc(50/375*100vw);
    filter: drop-shadow(0 0 calc(10 / 375 * 100vw)rgba(0, 115, 183, 0.5));
  }

  .faq__question,
  .faq__answer {
    display: flex;
    align-items: center;
  }
  .faq__answer.bl_phone{
    flex-direction: column;
    align-items: initial;
  }
}

/* ////////////////////////////////////////////////
# bnrarea
//////////////////////////////////////////////// */
.bnrarea_list_img-03.animated {
  animation-delay: .9s !important;
}

.popin.animated {
  animation: poko .7s cubic-bezier(.175, .885, .32, 1.275) forwards;
  animation-delay: .2s;
  opacity: 0;
}

@keyframes poko {
  0% {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.bnrarea {
  background-color: #fff;
  margin: 85px auto 0;
  max-width: 550px;
  width: 55%;
}

.bnrarea_tit {
  font-size: 20px;
  letter-spacing: .04em;
  line-height: 1.66;
  text-align: center;
}

.bnrarea_tit span {
  display: inline-block;
  position: relative;
}

.bnrarea_tit span:after,
.bnrarea_tit span:before {
  bottom: 8px;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  width: 14px;
}

.bnrarea_tit span:before {
  background: url(/products/syusin/special/resource/img/bnrarea_border_left.png) 0 bottom no-repeat;
  background-size: contain;
  left: -34px;
}

.bnrarea_tit span:after {
  background: url(/products/syusin/special/resource/img/bnrarea_border_right.png) 0 bottom no-repeat;
  background-size: contain;
  right: -34px;
}

.bnrarea_list {
  margin: 22px auto 0;
  max-width: 482px;
}

.bnrarea li {
  list-style: none;
}

.bnrarea img {
  width: 100%;
  display: block;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .bnrarea {
    margin-bottom: 0;
    margin-top: 15.28vw;
    width: 90.28vw;
  }

  .bnrarea_tit {
    font-size: 3.89vw;
    line-height: 1.41;
  }

  .bnrarea_tit span:before {
    left: -5.56vw;
  }

  .bnrarea_tit span:after {
    right: -5.56vw;
  }

  .bnrarea_list {
    margin-top: 4.17vw;
  }

}
/* cta contents */
.cta_contents {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}
.cta_contents p{
  padding: 3rem 0 2rem;
}
@media all and (max-width: 767px){
  .cta_contents{
    max-width: 90.28vw;
  }
}
