@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");

.logo__project {
    float: left;
    max-width: 105px;
    margin: 9px 0 0 20px;
    transition: all .3s ease;
}
.l-header-inner {
    width: 1340px;
}
p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .06em;
}
.l-contents {
    padding: 0;
    width: 100%;
}
.section {
    padding: 80px 0;
}
.section__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
}
.section__title {
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
}
.section__title-inner {
    position: relative;
    display: inline-block;
}
.section__title-main {
    padding: 9px 30px;
    font-size: 40px;
    letter-spacing: .06em;
    background: #FFF4E2;
    border: 2px solid #E6CDC1;
    border-radius: 15px;
    box-shadow: 3px 3px 0 #e6cdc1;
}
.section__title-main span {
    position: relative;
    color: #593A1B;
}
.section__title-sub {
    display: block;
    position: absolute;
    color: #593A1B;
    font-size: 28px;
    top: -45px;
    left: -90px;
}
.section__title-sub span {
    position: relative;
    display: inline-block;
    padding: 0px 25px;
    margin-bottom: 20px;
    background: #FEEA4D;
    border-radius: 50px;
}
.section__title-sub span::before {
    position: absolute;
    content: "";
    background: url(../images/icon_title_sub_01.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    bottom: -8px;
    right: 80px;
}
.section__title-sub span::after {
    position: absolute;
    content: "";
    background: url(../images/icon_title_sub_02.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: -12px;
    top: -12px;
}
.section__lead {
    margin-bottom: 60px;
}
.section__lead p {
    margin-bottom: 30px;
}
.section__lead p:last-child {
    margin-bottom: 0;
}
.section__lead span {
    font-weight: bold;
}
.bg_orange .section:first-child, .bg_white .section:first-child {
    padding-bottom: 0;
}
.bg_orange {
    background-color: #F2D5B4;
}
.bg_orange .section__inner {
    padding: 90px 80px 80px;
    background: #fff;
    border-radius: 50px;
}
.bg_white .section__inner {
    background: #FDF6EB;
    padding: 90px 80px 80px;
    border-radius: 50px;
}
.bg_white .section__title-main {
    background: #fff;
    border: 2px solid #F4DFBE;
    box-shadow: 3px 3px 0 #F4DFBE;
}
.point {
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    text-align: center;
}
.point p {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 25px 40px 25px 105px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    color: #593A1B;
    border: 3px solid #EE7836;
    border-radius: 20px;
}
.point p::before {
    position: absolute;
    content: "";
    background: url(../images/icon_point.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 140px;
    top: -45px;
    left: -60px;
}
.point__text-emphasis {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 28px;
    color: #EE7836;
}
.point__text-emphasis::before, .point__text-emphasis::after {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    top: -12px;
    color: #909090;
}
  
.point__text-emphasis::before {
    content: "“";
    left: 10px;
}
  
.point__text-emphasis::after {
    content: "”";
    right: -15px;
}
  
.point__text-marker {
    position: relative;
    z-index: 10;
}
  
.point__text-marker::before {
    position: absolute;
    content: "";
    background: #FFFB91;
    width: 100%;
    height: 12px;
    z-index: -1;
    bottom: 0px;
}
.desease__image img, .need__image img {
    border-radius: 20px;
}
.mv {
    position: relative;
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 72px 0 0;
    width: 100%;
}
.mv::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #EBE9E5 0, #fff);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -10;
}
.mv__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    height: 650px;
    z-index: 1;
}
.mv__inner::after {
    position: absolute;
    content: "";
    background: url(../images/mv.png) no-repeat;
    background-position: right;
    background-size: contain;
    top: 0;
    right: -78px;
    width: 753px;
    height: 632px;
    z-index: -1; 
}
.mv__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mv__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mv__icon > p {
    position: relative;
    margin: 0;
    padding: 6px 30px 6px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #6F5A4E;
    border-radius: 5px;
    border: 2px solid #BCA89E;
    z-index: 1;
}
.mv__icon > p:nth-child(2) {
    margin-left: 10px;
}
.mv__icon > p::after {
    position: absolute;
    content: "";
    background: url(../images/icon_mv_foot.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 25px;
    right: 10px;
    z-index: -1;
}
.mv__lead {
    margin: 0 0 22px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #593A1B;
}
.mv__lead span {
    font-size: 44px;
}
.mv__lead span.og {
    position: relative;
    font-size: 52px;
    color: #EE7836;
}
.mv__lead span.og:after {
    position: absolute;
    content: "";
    background: #aaa;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mv__text {
    margin: 0;
    font-size: 28px;
    letter-spacing: .06em;
}
.mv__text span {
    position: relative;
}
.mv__text span::after {
    position: absolute;
    content: "";
    background: #FFFA6A;
    width: 100%;
    height: 16px;
    bottom: -6px;
    left: 0;
    z-index: -1;
}
.mv__list {
    width: 100%;
    max-width: 490px;
    margin: 40px 0 0;
    padding: 13px 10px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #EE7836;
}
.mv__list li {
    position: relative;
    margin-left: 70px;
    color: #EE7836;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .06em;
}
.mv__list li::before {
    position: absolute;
    content: "";
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 50%;
    left: -48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mv__list li:first-child {
    margin-bottom: -10px;
}
.mv__list li:last-child {
    margin-bottom: 0;
}
.mv__list li span {
    color: #2F2F2F;
    font-size: 28px;
}
.mv__btn {
    position: relative;
    text-align: center;
}
.mv__btn a {
    display: inline-block;
    padding: 12px 10px;
    width: 535px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    color: #fff;
    background: #EE7836;
    border: 2px solid #fff;
    border-radius: 70px;
    font-size: 26px;
    font-weight: bold;
    transition: .2s all;
}
.mv__btn span {
    display: block;
    margin-bottom: -11px;
    font-size: 24px;
}
.mv__btn a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_mv_foot.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mv__btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 2;
    width: 7px;
    height: 7px;
    margin: auto;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}
.mv__btn a:hover {
    background: #fff;
    color: #EE7836;
    border: 2px solid #EE7836;
    box-shadow: 5px 5px 0 #ffad7e;
}
.mv__btn a:hover::after {
    border: solid #EE7836;
    border-width: 2px 2px 0 0;
}
.desease__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desease__detail {
    max-width: 580px;
}
.desease__title {
    display: inline-block;
    margin: 0 0 35px;
    padding: 10px 50px 10px 30px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #593A1B;
    background: #FFEBE2;
    border-radius: 50px;
}
.desease__title span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.desease__title span::before, .desease__title span::after {
    position: absolute;
    color: #EE7836;
}
.desease__title span::before {
    content: "『";
    left: 0;
    bottom: 6px;
}
.desease__title span::after {
    content: "』";
    right: -30px;
    bottom: -6px;
}
.desease__content:first-of-type .desease__image {
    max-width: 290px;
}
.desease__content:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 80px;
}
.desease__content:nth-of-type(2) .desease__detail {
    max-width: 495px;
}
.desease__content:nth-of-type(2) .desease__image {
    max-width: 370px;
}
.desease__image {
    box-shadow: 10px 10px 0 #e6cdc1;
    border-radius: 20px;
}
.desease__text p:nth-child(2) {
    margin-top: 25px;
}
.desease__text span {
    font-weight: bold;
}
.sign__image {
    max-width: 800px;
    margin: 0 auto 60px;
}
.crucial__image {
    max-width: 800px;
    margin: 0 auto 80px;
}
.crucial__image img {
    border-radius: 20px;
}
.crucial__point {
    margin: 40px auto;
    max-width: 800px;
    padding: 25px;
    background: #fff;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    border: 3px solid #EE7836;
    border-radius: 20px;
}
.crucial__point p {
    font-size: 24px;
    font-weight: bold;
    color: #593A1B;
}
.crucial__point p:first-child {
    margin-bottom: 0;
}
.crucial__point p span {
    font-size: 28px;
    color: #EE7836;
}
.need__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.need__image {
    max-width: 370px;
    box-shadow: 10px 10px 0 #F4DFBE;
    border-radius: 20px;
}
.need__detail {
    max-width: 495px;
}
.need__detail p {
    margin-top: 25px;
}
.need__detail p:first-child {
    margin-top: 0;
}
.need__detail span {
    font-weight: bold;
}
.need__box .need__content {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding: 40px;
    background: #fff;
    border: 3px solid #E8CDAB;
    border-radius: 20px;
}
.need__box:last-child {
    margin-top: 40px;
}
.need__box:last-child .need__content {
    flex-direction: column-reverse;
}
.need__box:last-child .need__content .need__detail {
    max-width: 880px;
}
.need__box:last-child .need__content .need__image {
    margin-top: 60px;
    max-width: 670px;
}
.need__box .need__content .need__title {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #593A1B;
}
.need__box .need__content .need__title::before {
    position: absolute;
    content: "";
    background: url(../images/icon_need_title.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 28px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
.need__box .need__content .need__image {
    box-shadow: none;
}


.method .method__list-title {
    margin: 0 auto 55px;
    padding: 15px;
    max-width: 850px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #593A1B;
    border-radius: 50px;
    background: #FFEBE2;

}
.method .method__list {
    display: flex;
    gap: 30px;
}
.method .method__list li {
    position: relative;
    padding: 15px;
    height: 355px;
    background: #fff;
    border: 3px solid #E6CDC1;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #e6cdc1;
}
.method .method__list li::before, .method__list li:nth-child(2):before, .method__list li:nth-child(3):before {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    top: -20px;
    left: -20px;
}
.method .method__list li:first-child:before {
    background: url(../images/icon_method_01.png) no-repeat;
    background-size: contain;
}
.method .method__list li:nth-child(2):before {
    background: url(../images/icon_method_02.png) no-repeat;
    background-size: contain;
}
.method .method__list li:nth-child(3):before {
    background: url(../images/icon_method_03.png) no-repeat;
    background-size: contain;
}
.method .method__list li p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.tools .tools__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 40px;
    border: 3px solid #EE7836;
    border-radius: 20px;
}
.tools .tools__item:last-child {
    margin-bottom: 0;
}
.tools .tools__image {
    max-width: 222px;
}
.tools .tools__detail {
    max-width: 618px;
}
.tools .tools__name {
    margin-bottom: 2px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.tools .tools__maker {
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #696969;
}
.tools .tools__text {
    margin: 30px 0 35px;
    font-size: 18px;
}
.tools .tools__link {
    text-align: center;
}
.tools .tools__link a {
    display: block;
    padding: 15px;
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #EE7836;
    border-radius: 50px;
    border: 2px solid #EE7836;
    transition: .2s all;
}
.tools .tools__link a span {
    position: relative;
}
.tools .tools__link a span::before {
    position: absolute;
    content: "";
    background: url(../images/icon_btn_foot.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.tools .tools__link a span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    z-index: 2;
    width: 7px;
    height: 7px;
    margin: auto;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}
.tools .tools__link a:hover {
    background: #fff;
    color: #EE7836;
    border: 2px solid #EE7836;
    box-shadow: 5px 5px 0 #ffad7e;
}
.tools .tools__link a:hover span::before {
    background: url(../images/icon_btn_foot_og.png) no-repeat;
    background-size: contain;
}
.tools .tools__link a:hover span::after {
    border: solid #EE7836;
    border-width: 2px 2px 0 0;
}
.message .section__inner {
    padding: 60px 80px 50px;
}
.message .message__content {
    display: flex;
    justify-content: space-between;
}
.message .message__image {
    max-width: 185px;
}
.message .message__image img {
    border-radius: 100px;
    border: 3px solid #fff;
}
.message .message__detail {
    position: relative;
    padding: 35px;
    max-width: 710px;
    height: 100%;
    background: #fff;
    border: 3px solid #E8CDAB;
    border-radius: 20px;
}
.message .message__detail::after {
    position: absolute;
    content: "";
    background: url(../images/icon_message.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -27px;
    top: 30px;
}
.message .message__title {
    margin-bottom: 10px;
}
.message .message__title p {
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.message .message__title p a {
    color: #242424;
    transition: .2s all;
}
.message .message__title p a:hover {
    opacity: .6;
}
.message .message__name {
    font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-size: 26px;
    font-weight: bold;
}
.message .message__name span {
    font-size: 20px;
}
.project .section__inner {
    padding: 0 20px;
    background: #fff;
}
.project .project__title {
    max-width: 530px;
    margin: 0 auto 30px;
}
.project p {
    font-size: 16px;
    text-align: center;
}