@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");





p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .04em;
}
.p-header__logo {
    float: left;
}
.logo__project {
    float: left;
    max-width: 73px;
    margin: 5px 0 0 15px;
}
.section {
    padding: 30px 15px;
}
.section__inner {
    margin: 0 auto;
    padding: 0 30px;
}
.section__title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.section__title-inner {
    position: relative;
    display: inline-block;
}
.section__title-main {
    display: block;
    padding: 10px 12px;
    font-size: 26px;
    line-height: 1.5;
    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: 20px;
    top: -32px;
    left: -10px;
}
.section__title-sub span {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    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;
    left: 40px;
}
.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: -10px;
    top: -10px;
}
.bg_orange .section:first-child, .bg_white .section:first-child {
    padding-bottom: 0;
}
.bg_orange {
    background-color: #F2D5B4;
}
.bg_orange .section__inner, .bg_white .section__inner {
    padding: 75px 15px 35px;
    border-radius: 30px;
}
.bg_orange .section__inner {
    background: #fff;
}
.bg_white .section__inner {
    background: #FDF6EB;
}
.bg_white .section__title-main {
    background: #fff;
    border: 2px solid #F4DFBE;
    box-shadow: 3px 3px 0 #F4DFBE;
}
.point {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
}
.point p {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 305px;
    padding: 20px 20px 18px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    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: 100px;
    height: 90px;
    top: -50px;
    left: -26px;
}
.point__text-emphasis {
    display: block;
    position: relative;
    font-size: 20px;
    color: #EE7836;
}
.point__text-emphasis::before, .point__text-emphasis::after {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    top: -6px;
    color: #909090;
}
.point__text-emphasis::before {
    content: "“";
    left: 15px;
}
.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: 10px;
    z-index: -1;
    bottom: 0px;
}
.section__lead {
    margin-bottom: 60px;
}
.section__lead p {
    margin-bottom: 20px;
}
.section__lead p:last-child {
    margin-bottom: 0;
}
.section__lead span {
    font-weight: bold;
}
.mv {
    position: relative;
    margin: auto;
    background: #F7F7F7;
}
.mv__inner {
    margin: 0 auto;
    max-width: 425px;
}
.mv__btn {
    position: absolute;
    text-align: center;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
}
.mv__btn a {
    display: inline-block;
    position: relative;
    padding: 12px 10px;
    width: 345px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #fff;
    background: #EE7836;
    border: 2px solid #fff;
    border-radius: 70px;
    font-size: 16px;
    font-weight: bold;
}
.mv__btn a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_mv_foot.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.mv__btn a::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(135deg);
}
.mv__btn a span {
    display: block;
    margin-bottom: -5px;
    font-size: 16px;
} 
.mv__lead {
    margin: 0 0 22px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #593A1B;
}
.mv__lead span {
    font-size: 22px;
}
.mv__lead span.og {
    position: relative;
    color: #EE7836;
    font-size: 26px;
}
.mv__lead span.og::after {
    position: absolute;
    content: "";
    background: #aaa;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mv__lead strong {
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.mv__lead strong::before {
    position: absolute;
    content: "";
    background: #FFF9E2;
    height: 42px;
    width: 102%;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    border-radius: 5px;
    z-index: -1;
}
.mv__text {
    font-size: 15px;
}
.mv__text span {
    position: relative;
}
.mv__text span::after {
    position: absolute;
    content: "";
    background: #FFFA6A;
    width: 100%;
    height: 10px;
    bottom: -4px;
    left: 0;
    z-index: -1;
}
.mv__list {
    width: 100%;
    max-width: 285px;
    margin: 28px 0 0;
    padding: 12px 10px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #EE7836;
}
.mv__list li {
    position: relative;
    margin-left: 30px;
    color: #EE7836;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .06em;
}
.mv__list li::before {
    position: absolute;
    content: "";
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}
.mv__list li span {
    color: #2F2F2F;
    font-size: 16px;
}
.desease__title {
    margin: 0 auto 25px;
    padding: 15px 50px 15px 30px;
    max-width: 300px;
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #593A1B;
    background: #FFEBE2;
    border-radius: 50px;
}
.desease__title span {
    position: relative;
    padding-left: 23px;
}
.desease__title span::before, .desease__title span::after {
    position: absolute;
    color: #EE7836;
}
.desease__title span::before {
    content: "『";
    left: 0;
    bottom: 0;
}
.desease__title span::after {
    content: "』";
    right: -23px;
    bottom: -10px;
}
.desease__text p:nth-child(2) {
    margin-top: 20px;
}
.desease__text span {
    font-weight: bold;
}
.desease__image {
    margin: 0 auto 40px;
}
.desease__image img {
    border-radius: 20px;
    box-shadow: 10px 10px 0 #e6cdc1;
}
.desease__content:first-of-type .desease__image {
    max-width: 220px;
}
.desease__content:nth-of-type(2) .desease__image {
    max-width: 280px;
}
.desease__content:nth-of-type(2) {
    margin-top: 60px;
}
.sign__image {
    max-width: 315px;
    margin: 0 auto 25px;
}
.crucial__point {
    margin: 40px auto;
    max-width: 800px;
    padding: 30px 20px;
    background: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    border: 3px solid #EE7836;
    border-radius: 20px;
}
.crucial__point p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
    color: #593A1B;
}
.crucial__point p:first-child {
    margin-bottom: 7px;
}
.crucial__point p span {
    font-size: 20px;
    color: #EE7836;
}
.crucial__image {
    max-width: 315px;
    width: 100%;
    margin: 0 auto 65px;
}
.crucial__image img {
    border-radius: 20px;
}
.need .need__image {
    max-width: 280px;
    margin: 0 auto 40px;
}
.need .need__image img {
    box-shadow: 10px 10px 0 #f4dfbe;
    border-radius: 20px;
}
.need .need__detail p {
    margin-bottom: 20px;
}
.need .need__detail p span {
    font-weight: bold;
}
.need .need__box {
    margin-bottom: 0;
    padding: 30px 20px;
    background: #fff;
    border: 3px solid #E8CDAB;
    border-radius: 20px;
}
.need .need__box:last-child {
    margin-top: 20px;
}
.need__box .need__content .need__title {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    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: 15px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.need__box .need__content .need__image {
    margin: 0 auto;
}
.need__box .need__content .need__image img {
    box-shadow: none;
}
.method .method__list .method__image {
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}
.method .method__list-title {
    margin: 0 auto 55px;
    padding: 15px;
    max-width: 315px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #593A1B;
    border-radius: 80px;
    background: #FFEBE2;
}
.method .method__list li {
    position: relative;
    margin-bottom: 45px;
    padding: 15px;
    height: 375px;
    background: #fff;
    border: 3px solid #E6CDC1;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #e6cdc1;
}
.method .method__list li:last-child {
    margin-bottom: 0;
}
.method .method__list li p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.method .method__list li::before, .method__list li:nth-child(2):before, .method__list li:nth-child(3):before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px;
}
.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;
}
.tools .tools__item {
    margin-bottom: 20px;
    padding: 35px 20px;
    border: 3px solid #EE7836;
    border-radius: 20px;
}
.tools .tools__image {
    max-width: 230px;
    margin: 0 auto 25px;
}
.tools .tools__name {
    margin-bottom: 8px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.tools .tools__maker {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #696969;
}
.tools .tools__text {
    margin: 20px 0 35px;
}
.tools .tools__link {
    text-align: center;
}
.tools .tools__link a {
    display: block;
    padding: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #EE7836;
    border-radius: 50px;
}
.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);
}


.message .section__inner {
    padding: 35px 15px;
}
.message .message__person {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.message__person-text {
    width: 160px;
}
.message .message__image {
    max-width: 130px;
}
.message .message__image img {
    border-radius: 80px;
    border: 2px solid #fff;
}
.message .message__name {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.message .message__name span {
    padding-left: 8px;
    font-size: 18px;
}
.message .message__title {
    margin-bottom: 12px;
}
.message .message__title p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.message .message__title p a {
    color: #242424;
}
.message .message__detail {
    position: relative;
    margin-top: 30px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #E8CDAB;
}
.message .message__detail::after {
    position: absolute;
    content: "";
    background: url(../images/icon_message.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 40px;
    top: -24px;
}
.message .message__detail p {
    font-size: 15px;
}
.project .section__inner {
    padding: 0;
    background: none;
}
.project .project__title {
    max-width: 360px;
    margin: 0 auto 15px;
}
.project p {
    font-size: 15px;
    text-align: center;
}


