@charset "UTF-8";

/*--------------こんなお悩みありませんか？-----------------*/
.worries_items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 3%;
}
.worries_item {
    width: 29%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 4px 4px 4px #33333333;
}
.worries_item:nth-of-type(n + 4) {
    margin-top: 3%;
}
.worries_item.orange {
    border: 3px solid orange;
}
.worries_item.lightblue {
    border: 3px solid lightblue;
}
.worries_item.purple {
    border: 3px solid purple;
    border:3px solid #be62be;
}
.worries_item.blue {
    border: 3px solid blue;
   border: 3px solid #3F8ABB;
}
.worries_item.green {
    border: 3px solid green;
    border:3px solid var(--i_btn_color);
}
.worries_item.pink{
    border: 3px solid pink;
}
.worries_item img {
    width: 60%!important;
    margin: 0 auto;
    border-radius: 20px;
}
/*--------------こんなお悩みありませんか？（フォント）-----------------*/
.worries_item p {
    text-align: center;
    position: relative;
    padding: 1.5rem 0 1.5rem 3.5rem;
    font-size: 2rem;
    font-weight: 700;
}
.worries_item.orange p {
    color: orange;
}
.worries_item.lightblue p {
    color: lightblue;
}
.worries_item.purple p {
    color: purple;
    color: #be62be;
}
.worries_item.blue p {
    color: blue;
    color:#3F8ABB;
}
.worries_item.green p {
    color: green;
    color: var(--i_btn_color);
}
.worries_item.pink p {
    color: pink;
}
/*--------------こんなお悩みありませんか？（擬似要素）-----------------*/
.worries_item p:after {
    position: absolute;
    content: "";
    background: red;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    width: 27px;
    height: 27px;
}
.worries_item.orange p:after {
    background: orange;
}
.worries_item.lightblue p:after {
    background: lightblue;
}
.worries_item.purple p:after {
    background: purple;
    background:  #be62be;
}
.worries_item.blue p:after {
    background: blue;
    background:#3F8ABB;
}
.worries_item.green p:after {
    background: green;
    background: var(--i_btn_color);
}
.worries_item.pink p:after {
    background: pink;
}
.worries_item p:before {
    position: absolute;
    content: "";
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 49%;
    left: 3px;
    width: 7px;
    height: 7px;
    z-index: 1;
}
/*--------------こんなお悩みありませんか？（SP時）-----------------*/
.is-sp {
    display: none;
}

@media screen and (max-width: 768px) {
.worries_item {
    width: 46%;
}
.worries_item:nth-of-type(n + 4) {
    margin-top: 0;
}
.worries_item:nth-of-type(n + 3) {
    margin-top: 5%;
}
.worries_item p {
    padding: 1rem 0 1rem 3rem;
    font-size: 1.8rem;
}
.worries_item p:after {
    width: 20px;
    height: 20px;
}
.worries_item p:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 2px;
    width: 5px;
    height: 5px;
}

#top_text + .contents_box01 .inner_item_txt .font-big {
    font-size: 2.8rem!important;
}

.is-sp {
    display: block;
}

#top_text + .contents_box01 .inner_item_txt .pc-text-left {
    text-align: left!important;
}
}

@media screen and (max-width: 400px) {
.worries_item p {
    padding: 1rem 0;
    font-size: 1.6rem;
}
.worries_item p:after {
    display: none!important;
}
.worries_item p:before {
    display: none!important;
}
}

@media screen and (max-width: 350px) {
#top_text + .contents_box01 .inner_item_txt span {
    font-size: 4vw !important;
}

#top_text + .contents_box01 .inner_item_txt .font-big {
    font-size: 2.6rem!important;
}
}

/*-----------TOP MV下パーツレイアウト調整------------*/
@media(max-width: 768px) {
#top_text + .contents_box01 .inner_item_txt span.sp_fontsize {
    color: var(--i_txt_color);
}
#top_text + .contents_box01 .inner_item_txt {
    line-height: 1.4;
}
}
@media screen and (max-width: 320px) {
#top_text + .contents_box01 .inner_item_txt .font-big {
    font-size: 2.4rem!important;
}
}
/*---------TOPブログ-----------*/
#blog+div {
    background: #FCF7F0!important;
}

/*---------#flow_image-----------*/

#flow_image + div img{
  object-fit: contain;
}


/*---------見出し-----------*/
@media screen and (max-width: 420px) {
.index .heading.block_header_1 p, .index .heading.block_header_6 .h {
    font-size: 5.5vw;
}
}


/*---------背景装飾-----------*/
#con2+section .inner_item_img::before {
    display: none;
}

#nbp2017471\ 2017471 {
    position: relative;
}

#nbp2017471\ 2017471::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FCF7F0;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    bottom: 30px;
    left: 0%;
    border-radius: 0 200px 200px 0;
    width: 65vw;
    height: 80%;
}

#con1+section .inner_item_img::before {
    display: none;
}

#nbp2019681\ 2019681 {
    position: relative;
}

#nbp2019681\ 2019681::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FCF7F0;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    bottom: 30px;
    right: 0%;
    border-radius: 200px 0 0 200px;
    width: 65vw;
    height: 80%;
}

#nbp2106458\ 2106458 .worries_items {
    background: #FCF7F0;
    border-radius: 20px;
    padding: 5%;
}

#nbp2106458\ 2106458 .worries_item {
    background: #fff;
}

#nbp2107019\ 2107019 .inner_item_img {
    background: #FCF7F0;
    border-radius: 20px;
    padding: 5%;
}


/*--------------こんなお悩みありませんか？調整-----------------*/
.worries_item p {
    text-align: left;
}

@media screen and (min-width: 769px) {
.worries_items {
    max-width: 980px;
    margin: 0 auto;
}

.worries_item {
    width: 25%;
}

#nbp2106458\ 2106458 .worries_items {
    padding: 3%;
}
}

/*--------------こんなお悩みありませんか？フォントサイズ調整-----------------*/
@media screen and (min-width: 769px) and (max-width: 1080px) {
.worries_item p {
    font-size: 1.7vw!important;
}
}

@media screen and (max-width: 550px) {
.worries_item p {
    font-size: 3vw;
}
}

@media screen and (max-width: 400px) {
.worries_item p {
    font-size: 3.3vw;
}
}

/*-------------------MV上部テキスト------------------------*/

#mv_outer {
    padding-top: 0;
    padding-bottom: 0;
}

#mv_outer::before {
    height: 100%;
}

#mv_top_text+section .content_wrapper{
    max-width: 100% !important;
    padding: 1% 0;
    background: #f5efe3;
}

#mv_top_text+section .content_wrapper p{
    font-size: 2.8rem;
}

@media screen and (max-width: 900px) {
#mv_top_text+section .content_wrapper{
    padding: 3% 0;
}
}

/*-------------MV上部テキスト(SP時)------------------*/

@media screen and (max-width: 1170px){
  #mv_outer {
    padding-top: 0;
  }

  #mv{
     margin-top: 36vw;
  }

  #mv_top_text+section .content_wrapper p{
    font-size: 4vw;
  }
}

@media screen and (max-width: 450px){
  #mv{
     margin-top: 39vw;
  }
}

@media screen and (max-width: 340px) {
#mv {
    margin-top: 41vw;
}
}

/*-----------------#top_part01---------------------*/

@media screen and (max-width: 600px){
    #top_part01+section .content_wrapper p{
        font-size: 3.8vw;
    }
}

/*-----------------#top_text-------------------*/

.add_border{
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
    color: #e75400;
}

.add_border:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #ff9b29, #ff9b29 1px, transparent 1px, transparent 4px);
    background-image: repeating-linear-gradient(-45deg, #ff9b29,#ff9b29 1px, transparent 1px, transparent 4px);
    background-size: 6px 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#top_text + .contents_box01 .inner_item_txt{
    font-size: 3.4rem !important;
    font-weight: 900;
    text-align: center;
  }

.sp-on{
    display: none;
}

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

@media screen and (max-width: 1170x){
  #top_text + .contents_box01 .inner_item_txt{
    font-size: 4.1vw !important;
  }
}


/*-----------------調整-------------------*/
#nbp2103213\ 2103213 .top_title{
    font-size: 20px;
}

@media screen and (max-width: 1170px){
#nbp2103213\ 2103213 .top_title {
    font-size: 3.5vw;
}
}
@media screen and (max-width: calc(125vh)){
#mv.mv_mp4_cover{
    height: initial !important;
}
}