@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  background: #ef95a4;
  font-family: "Zen Maru Gothic", serif;
  font-feature-settings: "palt";
  color: #000;
}
main > section {
  z-index: 1;
  position: relative;
}
main img {
  width: 100%;
  height: auto;
}
main h1,
main h4,
main p,
main dl,
main dd {
  margin: 0;
}
main ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
main ol.breadcrumb {
  margin: 1em 0;
}
main picture {
  display: block;
}
main a {
  color: inherit;
}
.breadcrumb {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 1;
}
.breadcrumb::after {
  content: '';
  width: 100vw;
  height: calc(100% + 2rem);
  background-color: #fff;
  position: absolute;
  top: -1rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.con_inner {
  margin: 0 auto;
}
.cv_wrap a {
  display: block;
  margin-inline: auto;
}
.sec_heading {
  position: relative;
  z-index: 1;
}
.sec_heading::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #dd3e68;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.sec_heading::after {
  content: '';
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .to_top a {
    bottom: 21.25vw;
  }
  main .inner_wrap:not(:has(.breadcrumb)) {
    width: 90vw;
  }
  .cv_wrap a {
    margin-top: 2.5vw;
  }
  .sec_heading {
    padding-bottom: 5vw;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .sec_heading::after {
    height: 5vw;
    background: url(../img/kurashiniiiteian_cp/sec_heading_deco_sp.png) center / auto 100% repeat-x;
  }
}

@media screen and (min-width: 768px) {
  main a:hover {
    opacity: 0.8;
  }
  main .inner_wrap:not(:has(.breadcrumb)) {
    max-width: calc(1080px + 86px);
  }
  .con_inner {
    width: 91.96%;
  }
  .cv_wrap a {
    width: 72.96%;
    margin-top: 16px;
  }
  .sec_heading {
    padding-bottom: min(4.62vw, 50px);
  }
  .sec_heading::after {
    height: min(4.62vw, 50px);
    background: url(../img/kurashiniiiteian_cp/sec_heading_deco_pc.png) center / auto 100% repeat-x;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_mb .inner_wrap,
.mv_pb .inner_wrap {
  position: relative;
}
.mv_mb_01 {
  position: absolute;
}
.mv_mb_02 {
  position: absolute;
}
.mv_mb_01 p {
  position: absolute;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
}
.mv_mb_02 p {
  position: absolute;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.mv_mb p a {
  color: #0054A3;
  text-decoration: underline;
}
.mv_pb ul {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.mv_entry {
  text-align: center;
}
.mv_entry a {
  color: #000;
}
.mv_entry a span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv_wrap {
    background: url(../img/kurashiniiiteian_cp/mv_bg_sp.png) top center / 100% auto no-repeat,
                url(../img/kurashiniiiteian_cp/mv_bg_02_sp.png) top center / 100% auto no-repeat;
    padding-bottom: 14.25vw;
  }
  .mv_wrap .mv_title .inner_wrap {
    width: 100%;
  }
  .mv_wrap .mv_mb .inner_wrap,
  .mv_wrap .mv_pb .inner_wrap {
    width: 100%;
  }
  .mv_mb {
    margin-top: 0.7vw;
  }
  .mv_mb_01 {
    width: 90vw;
    top: 44.5vw;
    left: 50%;
    translate: -50% 0;
  }
  .mv_mb_02 {
    width: 90vw;
    top: 144.75vw;
    left: 50%;
    translate: -50% 0;
  }
  .mv_mb_01 p {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    top: 62vw;
    left: 50%;
    translate: -50% 0;
    width: 80vw;
  }
  .mv_mb_02 p {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    top: 169.75vw;
    left: 50%;
    translate: -50% 0;
    width: 80vw;
  }
  .mv_mb_02 h3 img {
    border-radius: 0 0 2.5vw 2.5vw;
  }
  .mv_pb {
    margin-top: 8.25vw;
  }
  .mv_pb ul {
    top: 60.5vw;
    width: 81.5vw;
  }
  .mv_pb li + li {
    margin-top: 5vw;
  }
  .mv_wrap .cv_wrap {
    margin-top: 8.25vw;
  }
  .mv_entry {
    margin-top: 3.75vw;
  }
  .mv_entry a {
    border-bottom: 1px solid #000;
  }
  .mv_entry a span {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    background: url(../img/kurashiniiiteian_cp/mv_bg_pc.png) top center / 1920px auto no-repeat,
                url(../img/kurashiniiiteian_cp/mv_bg_02_pc.png) top center / 1920px auto no-repeat;
    padding-bottom: 96px;
  }
  .mv_wrap .mv_mb .inner_wrap,
  .mv_wrap .mv_pb .inner_wrap {
    max-width: calc(1232px + 86px);
  }
  .mv_mb {
    margin-top: max(-63px, -3.25%);
  }
  .mv_mb_01 {
    width: min(calc(100% - 232px), 1000px);
    top: min(15.6%, 280px);
    left: 50%;
    translate: -50% 0;
  }
  .mv_mb_02 {
    width: min(calc(100% - 232px), 1000px);
    top: min(40.6%, 727px);
    left: 50%;
    translate: -50% 0;
  }
  .mv_mb_01 p {
    font-size: min(1.54vw, 18px);
    line-height: 1.55;
    letter-spacing: 0.08em;
    top: 55.7%;
    left: 0;
    width: 100%;
  }
  .mv_mb_02 p {
    font-size: min(1.71vw, 20px);
    line-height: 1.55;
    letter-spacing: 0.06em;
    top: 90.6%;
    left: 0;
    width: 100%;
  }
  .mv_pb {
    margin-top: min(2.7%, 51px);
  }
  .mv_pb ul {
    top: 54%;
    width: 70.4%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .mv_pb li {
    width: 49.35%;
  }
  .mv_wrap .cv_wrap {
    margin-top: min(3.7%, 71px);
  }
  .mv_entry {
    margin-top: 29px;
  }
  .mv_entry a {
    border-bottom: 2px solid #000;
  }
  .mv_entry a span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------
mb_wrap
----------------------------------------------- */
.mb_01 {
  background-color: #fff;
}
.mb_01_taisyokisyu {
  position: relative;
}
.mb_01_taisyokisyu h4 {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.mb_01_taisyokisyu_content ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.mb_02 {
  background-color: #fff;
}
.mb_02 p {
  font-weight: bold;
  text-align: center;
}
.mb_02 p a {
  color: #0054A3;
  text-decoration: underline;
}
.mb_02 p a span {
  position: relative;
}
.mb_02 p a span::after {
  content: '';
  height: 1em;
  aspect-ratio: 16/18;
  background: url(../img/kurashiniiiteian_cp/icon_pdf.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.3em);
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .mb_wrap {
    padding: 0 0 12.75vw;
    position: relative;
    z-index: 2;
    background: url(../img/kurashiniiiteian_cp/mb_bg_sp.png) top center / 100% auto no-repeat;
  }
  .mb_01 {
    margin-top: 9.5vw;
    padding: 0 0 6vw;
    border: 3px solid #000;
    box-shadow: 3px 3px 0 #000;
    border-radius: 10px;
  }
  .mb_01 h3 {
    position: relative;
    top: -7vw;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
  }
  .mb_01_taisyokisyu {
    padding-top: 6vw;
  }
  .mb_01_taisyokisyu h4 {
    width: 90vw;
    top: 0;
  }
  .mb_01_taisyokisyu_content {
    padding: 0 5vw;
  }
  .mb_01_taisyokisyu_content ul {
    gap: 2.75vw 2.5%;
    margin-top: 4.5vw;
  }
  .mb_01_taisyokisyu_content li {
    width: 48.75%;
  }
  .mb_01_taisyokisyu_content ul + h5 {
    margin-top: 8.25vw;
  }
  .mb_02 {
    margin-top: 13.5vw;
    padding: 5vw 0 6.5vw;
    border: 3px solid #000;
    box-shadow: 3px 3px 0 #000;
    border-radius: 10px;
  }
  .mb_02_content {
    margin-top: 7.75vw;
    position: relative;
  }
  .mb_02_target {
    margin-top: 38px;
  }
  .mb_02 p {
    font-size: 3.5vw;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 2.75vw;
    font-weight: bold;
  }
  .mb_02 p.sp {
    position: absolute;
    top: 270vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mb_02 p.sp a span::after {
    content: none;
  }
  .mb_wrap .cv_wrap {
    margin-top: 9.25vw;
  }
}

@media screen and (min-width: 768px) {
  .mb_wrap {
    padding: 0 0 107px;
    position: relative;
    /* z-index: 2; */
    background: url(../img/kurashiniiiteian_cp/mb_bg_pc.png) top center / 1920px auto no-repeat;
  }
  .mb_01 {
    margin-top: 115px;
    padding: 0 0 49px;
    border: 5px solid #000;
    box-shadow: 4px 4px 0 #000;
    border-radius: 20px;
  }
  .mb_01 h3 {
    position: relative;
    top: -31px;
  }
  .mb_01_taisyokisyu {
    padding-top: 30px;
  }
  .mb_01_taisyokisyu h4 {
    width: 93.45%;
    top: -11px;
  }
  .mb_01_taisyokisyu_content {
    padding: 40px 3.24% 0;
  }
  .mb_01_taisyokisyu_content ul {
    gap: 22px 1.4%;
    margin-top: 29px;
  }
  .mb_01_taisyokisyu_content li {
    width: 23.9%;
  }
  .mb_01_taisyokisyu_content ul + h5 {
    margin-top: 50px;
  }
  .mb_02 {
    margin-top: 110px;
    padding: 30px 3.24% 44px;
    border: 5px solid #000;
    box-shadow: 4px 4px 0 #000;
    border-radius: 20px;
  }
  .mb_02_content {
    margin-top: 53px;
  }
  .mb_02_target {
    margin-top: 38px;
  }
  .mb_02 p {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .mb_wrap .cv_wrap {
    margin-top: 69px;
  }
}

/* -----------------------------------------------
pb_wrap
----------------------------------------------- */
.pb_wrap .more {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.pb_wrap {
  position: relative;
  z-index: 1;
}
.pb_con_wrap {
  position: relative;
}
.pb_cv {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .pb_wrap .more {
    width: 75vw;
    top: -9.25vw;
  }
  .pb_wrap {
    padding: 0.75vw 0 13.75vw;
    background: url(../img/kurashiniiiteian_cp/pb_bg_sp.png) top center / 100% auto no-repeat;
  }
  .pb_wrap .sec_heading {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .pb_con_wrap + .pb_con_wrap {
    margin-top: 12.5vw;
  }
  .pb_content + .pb_content {
    margin-top: 8.25vw;
  }
  .pb_01 .pb_cv {
    top: 106vw;
    left: 50%;
    translate: -50% 0;
    width: 81vw;
  }
  .pb_02 .pb_cv {
    top: 125.25vw;
    left: 50%;
    translate: -50% 0;
    width: 81vw;
  }
  .pb_cv a {
    width: 80vw;
    margin-inline: auto;
    display: block;
  }
  .pb_cv a + a {
    margin-top: 3vw;
  }
  .pb_wrap .cv_wrap {
    margin-top: 8.5vw;
  }
}

@media screen and (min-width: 768px) {
  .pb_wrap .more {
    width: min(55.55vw, 600px);
    top: -62px;
  }
  .pb_wrap {
    padding: 0 0 106px;
    background: url(../img/kurashiniiiteian_cp/pb_bg_pc.png) top center / 1920px auto no-repeat;
  }
  .pb_con_wrap + .pb_con_wrap {
    margin-top: 86px;
  }
  .pb_cv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: min(1.2vw, 14px) 1.85%;
  }
  .pb_01 {
    margin-top: 115px;
  }
  .pb_01 .pb_cv {
    top: min(30.44vw, 355px);
    left: 50%;
    translate: -50% 0;
    width: 92.59%;
  }
  .pb_01 .pb_cv .pc_order01 {
    order: 1;
  }
  .pb_01 .pb_cv .pc_order02 {
    order: 2;
  }
  .pb_01 .pb_cv .pc_order03 {
    order: 3;
  }
  .pb_02 .pb_cv {
    top: min(44.68vw, 521px);
    left: 50%;
    translate: -50% 0;
    width: 92.59%;
  }
  .pb_cv a {
    width: 48.41%;
  }
  .pb_wrap .cv_wrap {
    margin-top: 71px;
  }
}

/* -----------------------------------------------
ex_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .ex_wrap {
    padding-bottom: 12.5vw;
    background: url(../img/kurashiniiiteian_cp/ex_bg_sp.png) top center / 100% auto no-repeat;
  }
  .ex_wrap .sec_heading + .ex_content {
    margin-top: 6.25vw;
  }
  .ex_content + .ex_content {
    margin-top: 9.25vw;
  }
  .ex_wrap .cv_wrap {
    margin-top: 7.75vw;
  }
}

@media screen and (min-width: 768px) {
  .ex_wrap {
    padding-bottom: 106px;
    position: relative;
    z-index: 2;
    background: url(../img/kurashiniiiteian_cp/ex_bg_pc.png) top center / 1920px auto no-repeat;
  }
  .ex_wrap .sec_heading + .ex_content {
    margin-top: 116px;
  }
  .ex_content + .ex_content {
    margin-top: 87px;
  }
  .ex_wrap .cv_wrap {
    margin-top: 72px;
  }
}

/* -----------------------------------------------
sanka_wrap
----------------------------------------------- */
.sanka_wrap .sec_heading p {
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
}
.sanka_wrap .sec_heading p a {
  /* border-bottom: 1px solid #fff; */
  text-decoration: underline;
}
.sanka_wrap .fx_item {
  text-align: center;
  background-color: #fff;
  position: relative;
}
.sanka_wrap .fx_item:nth-child(1)::after,
.sanka_wrap .fx_item:nth-child(2)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.sanka_wrap .fx_item .num_wrap {
  width: 100%;
  background-color: #ffdb00;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sanka_wrap .fx_item p.desc {
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.sanka_wrap .fx_item p.text_att {
  letter-spacing: 0;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.sanka_wrap .fx_item p.text_att.text_red {
  color: #C70500;
}
.sanka_wrap .fx_item .text_link a {
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #0099CC;
  text-align: left;
  color: #000;
}
.sanka_wrap .fx_item p.bg_red {
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #C70500;
  background-color: #FFE1E1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bg_wrap {
    background: url(../img/kurashiniiiteian_cp/entry_bg_sp.png) top center / 100% auto no-repeat;
  }
  .sanka_wrap .sec_heading p {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0;
    top: 17.5vw;
  }
  .sanka_wrap .con_fx {
    margin-top: 8.5vw;
  }
  .sanka_wrap .fx_item {
    width: 100%;
    padding-bottom: 7.5vw;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,1);
    border: 3px solid #000;
  }
  .sanka_wrap .fx_item + .fx_item {
    margin-top: 10vw;
  }
  .sanka_wrap .fx_item:nth-child(1)::after,
  .sanka_wrap .fx_item:nth-child(2)::after {
    border-width: 20px 30px 0 30px;
    border-color: #000 transparent transparent transparent;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  .sanka_wrap .fx_item .num_wrap {
    height: 12vw;
    border-radius: 6px 6px 0 0;
  }
  .sanka_wrap .fx_item .num_wrap picture {
    width: 28vw;
  }
  .sanka_wrap .fx_item .item_content {
    padding-top: 5vw;
  }
  .sanka_wrap .fx_item .item_content h3 {
    width: 81vw;
    margin: 0 auto;
  }
  .sanka_wrap .fx_item p.desc {
    font-size: 3.5vw;
    line-height: 1.5;
    width: 80vw;
    margin: 4.75vw auto 0;
  }
  .sanka_wrap .fx_item p.text_att {
    font-size: 3vw;
    line-height: 1.5;
    width: 80vw;
    margin: 5.25vw auto 0;
  }
  .sanka_wrap .fx_item p.bg_red {
    font-size: 3.5vw;
    line-height: 1.5;
    width: 80vw;
    margin: 2.5vw auto 0;
    padding: 0.4em 1em;
  }
  .sanka_wrap .fx_item .btn_wrap {
    margin: 5.25vw auto 0;
    width: 80vw;
  }
  .sanka_wrap .fx_item .btn_wrap.green a {
    font-size: 4.5vw;
  }
  .sanka_wrap .fx_item .text_link {
    margin: 3.5vw auto 0;
    width: 80vw;
  }
  .sanka_wrap .fx_item .text_link a {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .bg_wrap {
    background: url(../img/kurashiniiiteian_cp/entry_bg_pc.png) top center / 1920px auto no-repeat;
  }
  .sanka_wrap .sec_heading p {
    font-size: min(1.71vw, 20px);
    line-height: 1.75;
    letter-spacing: 0.08em;
    top: min(13.12vw, 153px);
  }
  .sanka_wrap .con_fx {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .sanka_wrap .fx_item {
    width: 30.55%;
    padding-bottom: 23px;
    border-radius: 20px;
    box-shadow: 4px 4px 0 rgba(0,0,0,1);
    border: 4px solid #000;
  }
  .sanka_wrap .fx_item:nth-child(1)::after,
  .sanka_wrap .fx_item:nth-child(2)::after {
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: calc(100% + 5%);
    transform: translateY(-50%);
  }
  .sanka_wrap .fx_item .num_wrap {
    height: 60px;
    border-radius: 16px 16px 0 0;
  }
  .sanka_wrap .fx_item .num_wrap picture {
    width: 128px;
  }
  .sanka_wrap .fx_item p.desc {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 1px auto 0;
  }
  .sanka_wrap .fx_item p.text_att {
    font-size: 1.4rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 16px auto 0;
  }
  .sanka_wrap .fx_item p.bg_red {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 19px auto 0;
    padding: 0.3em 1em;
  }
  .sanka_wrap .fx_item .btn_wrap {
    margin: 23px auto 0;
    width: 87.87%;
  }
  .sanka_wrap .fx_item .btn_wrap a {
    font-size: 1.6rem;
  }
  .sanka_wrap .fx_item .text_link {
    margin: 15px auto 0;
    width: 91.17%;
  }
  .sanka_wrap .fx_item .text_link a {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* -----------------------------------------------
適用条件
----------------------------------------------- */
.condition_wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #898989;
  height: 297px;
  border-radius: 20px;
  padding: 20px;
}
.benefits_main_cp {
  height: 250px;
  overflow-y: scroll;
  padding: 20px;
}
.benefits_main_cp_title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.benefits_main_cp_title:first-child {
  margin: 0;
}
.benefits_main_cp_lists .item {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .condition_wrap {
    width: 100%;
    margin: 12.25vw auto 0;
    height: 81vw;
    padding: 2.5vw;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
    border: 3px solid #000;
    border-radius: 10px;
  }
  .benefits_main_cp {
    height: 70vw;
    padding: 0;
    padding: 10px;
  }
  .benefits_main_lists .item::before {
    content: none;
  }
  .benefits_main_lists .item + .item {
    margin-top: 5vw;
  }
  .benefits_main_cp_title {
    font-size: 3.5vw;
    margin: 5vw 0 0 0;
  }
  .benefits_main_cp_lists .item {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .condition_wrap {
    width: 100%;
    margin: 79px 0 0;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
    border: 4px solid #000;
  }
}

/* -----------------------------------------------
about_myshop_wrap
----------------------------------------------- */
.about_myshop_wrap .container {
  background-color: #fff;
}
.about_myshop_wrap .container .con_wrap {
  height: 0;
  overflow: hidden;
  transition: height .5s;
  padding: 0;
}
.about_myshop_wrap .sec_about_myshop_open .con_wrap {
  height: auto;
}
.about_myshop_wrap .sec_about_myshop_open .heading::after {
  content: none;
}
.about_myshop_wrap .heading {
  background-color: #053E8D;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  position: relative;
}
.about_myshop_wrap .heading::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_myshop_wrap .heading::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_myshop_wrap .heading h2::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_myshop_wrap .heading h2::after {
  content: '';
  background-image: url(../img/kurashiniiiteian_cp/about_myshop_illust.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.about_myshop_wrap .con_wrap h3 {
  color: #053E8D;
}
.about_myshop_wrap .btn_wrap a {
  display: block;
}

@media screen and (max-width: 767px) {
  .about_myshop_wrap {
    margin-top: 11.75vw;
  }
  .about_myshop_wrap .container {
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
  }
  .about_myshop_wrap .heading {
    border-radius: 7px;
    min-height: 12.5vw;
    padding-right: 7.5vw;
  }
  .about_myshop_wrap .sec_about_myshop_open .heading {
    border-radius: 7px 7px 0 0;
  }
  .about_myshop_wrap .heading::before {
    width: 4.5vw;
    height: 0.5vw;
    right: 4.25vw;
  }
  .about_myshop_wrap .heading::after {
    width: 0.5vw;
    height: 4.5vw;
    right: 6.25vw;
  }
  .about_myshop_wrap .heading h2 {
    width: 66vw;
    display: block;
  }
  .about_myshop_wrap .heading h2::before {
    width: 8vw;
    height: 8vw;
    border-radius: 6px;
    right: 2.5vw;
  }
  .about_myshop_wrap .heading h2::after {
    width: 10vw;
    height: 7.5vw;
    top: -6.25vw;
    left: 2.5vw;
  }
  .about_myshop_wrap .sec_about_myshop_open .con_wrap {
    padding: 15px 5vw 6.75vw;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: -0.1em;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 4vw;
  }
  .about_myshop_wrap .con_wrap .con_fx .text {
    width: 100%;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 3.5vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
  }
  .about_myshop_wrap .btn_wrap {
    width: 100%;
    margin: 5vw auto 0;
  }
  .about_myshop_wrap .btn_wrap a {
    min-height: 20.5vw;
    border-radius: 9.25vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .about_myshop_wrap {
    margin-top: 92px;
  }
  .about_myshop_wrap .container {
    border: 4px solid #000;
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
  }
  .about_myshop_wrap .heading {
    border-radius: 16px;
    min-height: 80px;
    cursor: pointer;
  }
  .about_myshop_wrap .sec_about_myshop_open .heading {
    border-radius: 16px 16px 0 0;
  }
  .about_myshop_wrap .heading h2 {
    width: 44.48%;
  }
  .about_myshop_wrap .heading::before {
    width: 26px;
    height: 2px;
    right: 20px;
  }
  .about_myshop_wrap .heading::after {
    width: 2px;
    height: 26px;
    right: 32px;
  }
  .about_myshop_wrap .heading h2::before {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    right: 10px;
  }
  .about_myshop_wrap .heading h2::after {
    width: 96px;
    height: 74px;
    top: -28px;
    left: 100px;
  }
  .about_myshop_wrap .sec_about_myshop_open .con_wrap {
    padding: 32px 0 40px;
    border-radius: 0 0 16px 16px;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 24px;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
  }
  .about_myshop_wrap .btn_wrap {
    width: 640px;
    max-width: 100%;
    margin: 34px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .about_myshop_wrap .heading h2::after {
    left: 20px;
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
.about_wrap .con_wrap {
  height: 0;
  overflow: hidden;
  transition: height .5s;
}
.about_wrap.about_acc_open .con_wrap {
  height: auto;
}
.about_wrap.about_acc_open .heading::after {
  content: none;
}
.about_wrap .heading::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_wrap .heading::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_wrap .heading h2::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_wrap .heading h2::after {
  content: '';
  background-image: url(../img/kurashiniiiteian_cp/about_heading_deco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.about_wrap .att_text a {
  display: inline;
}

@media screen and (max-width: 767px) {
  .about_wrap {
    margin-top: 48px;
    padding-bottom: 56px;
  }
  .about_wrap .container {
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
    border: 3px solid #000;
  }
  .about_wrap .heading {
    width: 100%;
    height: 12.5vw;
    border-radius: 7px;
    background-color: #FFE816;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .about_wrap.about_acc_open .heading {
    border-radius: 7px 7px 0 0;
  }
  .about_wrap .heading::before {
    width: 4.5vw;
    height: 0.5vw;
    right: 4.25vw;
  }
  .about_wrap .heading::after {
    width: 0.5vw;
    height: 4.5vw;
    right: 6.25vw;
  }
  .about_wrap .heading h2::before {
    width: 8vw;
    height: 8vw;
    border-radius: 6px;
    right: 2.5vw;
  }
  .about_wrap .heading h2::after {
    width: 14vw;
    height: 7.5vw;
    top: -4.5vw;
    left: 4.25vw;
  }
  .about_wrap .heading h2 {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap.about_acc_open .con_wrap {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 5vw 5vw 9vw;
  }
  .about_wrap .lead_text {
    width: 100%;
    margin: 0 auto;
  }
  .about_wrap .con_item {
    background-color: #fff7de;
    border-radius: 10px;
    padding: 14vw 5.55% 6.75vw;
    position: relative;
  }
  .about_wrap .lead_text + .con_item {
    margin-top: 10vw;
  }
  .about_wrap .con_item + .con_item {
    margin-top: 10vw;
  }
  .about_wrap .con_item::before {
    content: '';
    width: 11.5vw;
    height: 15vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5.25vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_wrap .con_item_01::before {
    background-image: url(../img/kurashiniiiteian_cp/about_01_num.svg);
  }
  .about_wrap .con_item_02::before {
    background-image: url(../img/kurashiniiiteian_cp/about_02_num.svg);
  }
  .about_wrap .con_item_03::before {
    background-image: url(../img/kurashiniiiteian_cp/about_03_num.svg);
  }
  .about_wrap .con_fx .text h3 {
    font-size: 4.5vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #dd3e68;
  }
  .about_wrap .con_fx .text p {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #281d12;
  }
  .about_wrap .con_fx .img {
    width: 50vw;
    margin: 4vw auto 0;
  }
  .about_wrap .con_item_01 .con_fx .img img {
    margin-left: -8.7%;
    display: block;
  }
  .about_wrap .att_text {
    margin-top: 3.5vw;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #000;
    font-weight: bold;
  }
  .about_wrap .att_text a {
    border-bottom: 1px solid #009cd0;
    color: #009cd0;
    font-weight: bold;
  }
  .about_wrap .att_text li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .about_wrap .att_text li + li {
    margin-top: 0.75vw;
  }
  .about_wrap .link_btn {
    margin-top: 6.5vw;
    width: calc(100% + 10px);
    margin-left: -3px;
  }
  .about_wrap .link_btn a {
    width: 100%;
    height: 25.75vw;
    margin: 0 auto;
    font-size: 4vw;
    border-radius: 11.6vw;
  }
  .about_wrap .link_btn a span {
    line-height: inherit;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .about_wrap .link_btn a i {
    font-size: 3.5vw;
    line-height: 1.5;
    display: block;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap {
    margin-top: 92px;
    padding-bottom: 96px;
  }
  .about_wrap .container {
    border: 4px solid #000;
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
  }
  .about_wrap .heading {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    background-color: #FFE816;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .about_wrap.about_acc_open .heading {
    border-radius: 16px 16px 0 0;
  }
  .about_wrap .heading::before {
    width: 26px;
    height: 2px;
    right: 20px;
  }
  .about_wrap .heading::after {
    width: 2px;
    height: 26px;
    right: 32px;
  }
  .about_wrap .heading h2::before {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    right: 10px;
  }
  .about_wrap .heading h2::after {
    width: 136px;
    height: 74px;
    top: -28px;
    left: 100px;
  }
  .about_wrap .heading h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap.about_acc_open .con_wrap {
    background-color: #fff;
    padding: 37px 4.63% 56px;
    border-radius: 0 0 16px 16px;
  }
  .about_wrap .lead_text {
    width: 100%;
    margin: 0 auto;
  }
  .about_wrap .con_item {
    background-color: #fff7de;
    border-radius: 10px;
    padding: 33px 5.2% 26px;
  }
  .about_wrap .lead_text + .con_item {
    margin-top: 40px;
  }
  .about_wrap .con_item + .con_item {
    margin-top: 40px;
  }
  .about_wrap .con_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about_wrap .con_fx .text {
    flex: 1;
  }
  .about_wrap .con_fx .text h3 {
    padding-left: 80px;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: bold;
    color: #dd3e68;
    position: relative;
  }
  .about_wrap .con_fx .text h3::before {
    content: '';
    width: 60px;
    height: 78px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .about_wrap .con_item_01 .con_fx .text h3::before {
    background-image: url(../img/kurashiniiiteian_cp/about_01_num.svg);
  }
  .about_wrap .con_item_02 .con_fx .text h3::before {
    background-image: url(../img/kurashiniiiteian_cp/about_02_num.svg);
  }
  .about_wrap .con_item_03 .con_fx .text h3::before {
    background-image: url(../img/kurashiniiiteian_cp/about_03_num.svg);
  }
  .about_wrap .con_fx .text p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #281d12;
  }
  .about_wrap .con_item_03 .con_fx .text p {
    margin-top: 40px;
  }
  .about_wrap .con_fx .img {
    width: 19.76%;
    margin-left: 2.32%;
  }
  .about_wrap .att_text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap .att_text a {
    border-bottom: 1px solid #009cd0;
    color: #009cd0;
    font-weight: bold;
  }
  .about_wrap .att_text li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .about_wrap .att_text li + li {
    margin-top: 3px;
  }
  .about_wrap .link_btn {
    width: 640px;
    max-width: 100%;
    margin: 40px auto 0;
  }
  .about_wrap .link_btn a {
    max-width: 100%;
    min-height: 78px;
    font-size: 2rem;
    border-radius: 38px;
  }
  .about_wrap .link_btn a span {
    line-height: inherit;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .about_wrap .link_btn a i {
    font-size: 1.6rem;
    line-height: 1.75;
    display: block;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .about_wrap .heading h2::after {
    left: 20px;
  }
}

/* -----------------------------------------------
banner_wrap
----------------------------------------------- */
.banner_wrap {
  position: relative;
  background-color: #fff;
}
.banner_kurashisouko {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner_wrap {
    padding: 39px 0 88px;
  }
  .banner_wrap .con_wrap {
    margin-top: 20px;
  }
  .banner_wrap .con_wrap > div + div {
    margin-top: 24px;
  }
  .banner_wrap .banner_item + .banner_item {
    margin-top: 24px;
  }
  .banner_wrap .banner_item img {
    border-radius: 2.5vw;
    box-shadow: 0 0 5px rgba(153,153,153,.7);
  }
  .banner_kurashisouko a:hover {
    background-color: rgba(255,255,255,.2)
  }
  .banner_kurashisouko .link_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.6%;
  }
  .banner_kurashisouko .link_02 {
    position: absolute;
    bottom: 4.2%;
    left: 5.4%;
    width: 42.7%;
    aspect-ratio: 1/1;
  }
  .banner_kurashisouko .link_03 {
    position: absolute;
    bottom: 4.2%;
    right: 5.4%;
    width: 42.7%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .banner_wrap {
    padding: 96px 0 50px;
  }
  .banner_wrap .con_wrap {
    margin-top: 44px;
  }
  .banner_wrap .con_wrap > div + div {
    margin-top: 40px;
  }
  .banner_wrap .col2_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .banner_wrap .col2_wrap .banner_item {
    width: 47.96%;
  }
  .banner_wrap .banner_item img {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(153,153,153,.7);
  }
  .banner_kurashisouko a:hover {
    background-color: rgba(255,255,255,.2)
  }
  .banner_kurashisouko .link_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50.4%;
    height: 100%;
  }
  .banner_kurashisouko .link_02 {
    position: absolute;
    top: 50%;
    left: calc(50% + 3.2%);
    transform: translateY(-50%);
    width: 21.29%;
    aspect-ratio: 1/1;
  }
  .banner_kurashisouko .link_03 {
    position: absolute;
    top: 50%;
    right: 2.4%;
    transform: translateY(-50%);
    width: 21.29%;
    aspect-ratio: 1/1;
  }
}

/* -----------------------------------------------
追従ボタン
----------------------------------------------- */
.fixed_nav_wrap .nav_item {
  z-index: 99999;
  overflow-y: auto;
}
.fixed_nav_wrap .nav_item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .fixed_nav_wrap .nav_item.fixed_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.5vw 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
  }
  .fixed_nav_wrap .nav_item.fixed_contact a {
    width: 92.5%;
    margin: 0 auto;
  }
  .fixed_nav_wrap .sp_right {
    position: fixed;
    bottom: 44vw;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    z-index: 10;
  }
  .fixed_nav_wrap .sp_right .item_heading {
    width: 5vw;
    height: 14vw;
    background-color: #0054A3;
    border-radius: 10px 0 0 10px;
    position: relative;
  }
  .fixed_nav_wrap .sp_right .item_heading::after {
    content: '';
    width: 1vw;
    height: 2vw;
    clip-path: polygon(0 50%, 100% 100%, 100% 0%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixed_nav_wrap .nav_item.fixed_about_myshop {
    width: 37.5vw;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 0 6px #383838;
  }
  .fixed_nav_wrap .sp_right_nav_item {
    display: none;
    margin-left: 2vw;
  }
  .fixed_nav_wrap.fixed_nav_open .sp_right_nav_item {
    display: block;
  }
  .fixed_nav_wrap.fixed_nav_open .sp_right .item_heading::after {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}

@media screen and (min-width: 768px) {
  .fixed_nav_wrap .nav_item {
    border-radius: 15px 0 0 15px;
    box-shadow: 0 0 6px #383838;
    position: fixed;
    right: 0;
  }
  .fixed_nav_wrap .nav_item.fixed_contact {
    top: calc(50% - 129px);
    width: 226px;
  }
  .fixed_nav_wrap .nav_item.fixed_about_myshop {
    top: 50%;
    width: 200px;
  }
}