@charset "UTF-8";
/* common */


.flex {
    display: flex;
}
.flex.fw-w {
    flex-wrap: wrap;
}
.flex.jc-sb {
    justify-content: space-between;
}
.flex.jc-end {
    justify-content: end;
}
.alignI-c {
    align-items: center;
}
.animationIn {
    opacity: 0;
    transition: 1s;
    transform: translateY(10px);
}
.show {
    opacity: 1!important;
    pointer-events: painted;
    transform: translateY(0px);
}
.clear {
    clear: both;
}
@media (width >= 769px){
    .pcNone {
        display: none;
    }
}

/* header */
.p-logo .-first {
    max-width: 140px;
}
.p-logo.-primary .-pc {
    font-size: 20px;
    color: #907C50;
}
.p-header__wrapper {
    position: relative;
    background-color:unset;
    filter: none;
    border-radius: unset;
}
.-second span {
    margin-left: 10px;
}

.p-logo.-primary .-sp{
    display:block;
    color: #907C50;
    font-size:12px;
    text-decoration:none
}

@media (width >= 769px){
    .p-logo .-first {
        width: 100%;
        max-width: 172px;
    }
    .p-logo.-primary {
        height: 80px;
    }
    .p-logo.-primary .-pc {
        display: block;
        width: 100%;
    }
    .p-logo.-primary .-sp{
        display:none
    }
    .p-header__title {
        padding-top: 0;
    }
    .p-header__wrapper {
        width: 92.5%;
        height: auto;
        overflow-y: initial;
        top: 33px;
    }
}

@media (width <= 768px) {
    .p-logo .-first {
        width: auto;
    }
    .p-header__wrapper {
        width: auto;
        height: auto;
        top: 0;
        padding-left: 17px;
    }
    .p-header__title {
        width: auto;
    }
    .-second span {
        max-width: 60px;
    }    
}
/* end header */


/* main */
main {
    margin-top: -80px;
    content: '';
    background-image: url(../images/cloth.png);
    background-repeat: no-repeat;
}
@media (width <= 768px){
    main {
        overflow: hidden;
    }
}

/* section.mv */
section.mv {
    background-position: center;
    background-size: cover;
    position: relative;
}
@media (width >= 769px){
    section.mv {
        background-image: url(../images/bg_top-kumihimo.png);
        background-position: center;
        height: 1000px;
        background-size: cover;
        overflow: hidden;
    }
}
@media (width <= 768px){
    section.mv {
        background-image: url(../images/bg_top-kumihimo_sp.png);
        background-position: center;
        background-size: cover;
    }
}

section.mv .contents {
    position: relative;
    margin: 0 auto;
    z-index: 0;
}
@media (width >= 769px){
    section.mv .contents {
        width: 1200px;
        padding-top: 170px;
    }
}
@media (width <= 768px){
    section.mv .contents {
        width:calc(335 / 375 * 100%);
        margin-inline: auto;
        padding-top: 30%;
    }
}

section.mv .main-description h2 {
    font-family: Noto Sans SC, sans-serif;
    color: #A4A5A5;
    letter-spacing: 1px;

}
section.mv .main-description > div.mainvisual {
    position: absolute;
    z-index: -1;
}
section.mv .main-description .seo img {
    position: absolute;
}
@media (width >= 769px){
    section.mv .main-description {
        width: 735px;
    }
    section.mv .main-description h2 {
        text-align: center;
        font-size: 22px;
    }
    section.mv .main-description h2 p {
        margin: 35px 0 15px;
    }
    section.mv .main-description > p {
        margin: 0 auto;
        width: 470px;
        letter-spacing: .04rem;
        line-height: calc(32 / 15);
    }
    section.mv .main-description > p:not(:last-of-type) {
        margin-bottom: 30px;
    }
    section.mv .main-description p:last-child {
        margin-top: 30px;
    }
    section.mv .main-description .seo img {
        bottom: 130px;
        transform: rotateZ(-90deg);
        left: -315px;
        width: 610px;
    }
    section.mv .main-description > div.mainvisual {
        right: -130px;
        top: -30px;
    }
}
@media (width <= 768px){
    section.mv {
        overflow: hidden;
        padding-bottom: 10%;
    }
    section.mv .main-description h2 img {
        width: 50%;
    }
    section.mv .main-description h2 p {
        font-size: 18px;
        width: 65%;
        margin: 15px 0 6%;
        line-height: 1.5;
    }
    section.mv .main-description > p {
        font-size: 14px;
        width: calc(100vw - 36%);
        letter-spacing: .04rem;
        line-height: 2;
        max-width: 350px;
    }
    section.mv .main-description > p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    section.mv .main-description .seo img {
        max-width: 405px;
        width: 100%;
        top: -70px;
        left: -10px;
    }
    section.mv .main-description > div.mainvisual {
        top: 75px;
        right: -25%;
        width: 70%;
    }
}

section.mv .seo {
    background-color: #8e94ae;
    color: #eeeeef;
    position: relative;
}

@media (width >= 769px){
    section.mv .seo {
        width: 648px;
        margin: 40px auto 0;
        border-radius: 61px;
        padding: 35px 0;
    }
    section.mv .seo > div {
        margin: 0 auto;
        width: 470px;
    }
    section.mv .seo > div h3 {
        padding-top: 0px;
        text-align: center;
        font-size: 22px;
        margin-bottom: 25px;
    }
    section.mv .seo .txt.name {
        float: right;
    }
    section.mv .main-description .seo p:last-child {
        margin-top: 0;
    }
}

@media (width <= 768px){
    section.mv .seo {
        width: 100%;
        margin: 67px auto 0;
        border-radius: 23px;
        padding: 45px 20px 25px;
    }
    section.mv .seo > div {
        margin: 0 auto;
    }
    section.mv .seo > div h3 {
        padding-top: 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    section.mv .seo .txt.name {
        float: right;
    }
    section.mv .main-description .seo p:last-child {
        margin-top: 0;
    }
}

/* decoration */
@media (width >= 1400px) {
    section.mv .decoration-01 {
        background-color: #F6AC19;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: absolute;
        top: 82%;
        right: 265px;
    }
    section.mv .decoration-02 {
        background-color: #46B455;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        position: absolute;
        bottom: 410px;
        left: -172px;
    }
    section.mv .decoration-03 {
        background-color: #EC4551;
        width: 244px;
        height: 244px;
        border-radius: 100%;
        position: absolute;
        bottom: 30px;
        right: -385px;
    }
}
@media (width >= 1900px) {
    section.mv .decoration-04 {
        background-color: #EC7C0F;
        width: 314px;
        height: 314px;
        border-radius: 100%;
        position: absolute;
        top: -90px;
        left: -95px;
    }
}
@media (width <= 768px){
    section.mv .decoration-01 {
        background-color: #46B455;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        position: absolute;
        top: 10%;
        left: -35px;
    }
    section.mv .decoration-03 {
        background-color: #EC4551;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        position: absolute;
        top: calc(100vh - 50vh);
        right: -60px;
    }
}
/* end decoration */
/* end section.mv */

@media (width >= 769px){
    section.message01 .contents, section.about .contents, section.message02 .contents, section.message03 .contents {
        width: 1200px;
        padding: 0 125px;
        margin: 0 auto;
    }    
}
@media (width <= 768px){
    section.message01 .contents, section.about .contents, section.message02 .contents, section.message03 .contents {
        width:calc(335 / 375 * 100%);
        margin-inline: auto;
    }
}

h3 {
    font-family: Noto Sans SC, sans-serif;
    position: relative;
}
h3:before {
    position: absolute;
    content: '';
    display: block;
}
h3:after {
    position: absolute;
    content: '';
    display: block;
}
@media (width >= 769px){
    h3 {
        font-size: 28px;
        padding-top: calc(10px + 50px);
        margin-bottom: 35px;
    }
    h3:before {
        width: 2px;
        height: 50px;
        left: 2.5rem;
        top: -50px;
    }
    h3:after {
        width: 2px;
        height: 50px;
        left: 2.5rem;
        top: 0;
    }
}
@media (width <= 768px){
    h3 {
        font-size: 22px;
        padding-top: calc(10px + 20px);
        margin-bottom: 15px;
    }
    h3:before {
        width: 2px;
        height: 20px;
        left: 2rem;
        top: -20px;
    }
    h3:after {
        width: 2px;
        height: 20px;
        left: 2rem;
        top: 0;
    }
    .process h3 {
        margin-bottom: 45px;
    }
}

@media (width >= 769px){
    section p.txt {
        letter-spacing: .04rem;
        line-height: calc(32 / 15);
    }
}
@media (width <= 768px){
    section p.txt {
        font-size: 14px;
        letter-spacing: .04rem;
        line-height: 2;
    }
}

/* message */
section .break {
  overflow: hidden;
  position: relative;
}
section .break img {
    position:absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
section.message01 p.txt span.note {
    display: block;
}
section.message01 dl {
    display: flex;
}
section.message01 dl dt {
    font-weight: 600;
    background-color: #e3e1d8;
}
section.message01 .box {
    background-color: #fff;
    border: 1px solid #fff;
}
section.message01 .box dl:not(:last-child) dt {
    border-bottom: 1px solid #fff;
}
section.message01 .box dl:not(:last-of-type) dd {
    border-bottom: 1px solid #e3e1d8;   
}
section.message01 p.cf {
    color: #ec4551;
}
section.message01 p.cf span {
    font-weight: 600;
    margin-right: 10px;
}

@media (width >= 769px){
    section .break .contents {
        position: relative;
        height: 200px;
    }
    section .break .h3 {
        width: 2px;
        height: 50px;
        left: calc(125px + 2.5rem);
        bottom: 0;
        background-color: #F5F4F0;
        position: absolute;
        z-index: 2;
    }
    section.message01 .box {
        border-radius: 14px;
        margin: 20px 0 0;
        overflow: hidden;
    }
    section.message01 p.txt span.note {
        font-size: 80%;
    }
    section.message01 dl dt {
        width: 120px;
        padding: 10px 10px 8px 17px;
    }
    section.message01 dl dd {
        width: 100%;
        padding: 10px 10px 8px 17px;
    }
    section.message01 p.cf {
        margin: 10px 0 50px 17px;
    }
    section.message01 .flex {
        width: 675px;
        margin: 30px auto 0;
    }
    section.message01 .animationIn:not(:last-of-type) .flex {
        margin-bottom: 35px;
    }
}
@media (width <= 768px){
    section .break .contents {
        position: relative;
        height: 100px;
    }
    section .break .h3 {
        width: 2px;
        height: 20px;
        left: 2rem;
        bottom: 0;
        background-color: #F5F4F0;
        position: absolute;
        z-index: 2;
    }
    section.message01 .box {
        border-radius: 14px;
        margin: 20px 0 0;
        overflow: hidden;
    }
    section.message01 p.txt span.note {
        font-size: 90%;
    }
    section.message01 dl {
        font-size: 14px;
    }
    section.message01 dl dt {
        width: 100px;
        padding: 8px 8px 8px 12px;
    }
    section.message01 dl dd {
        width: 100%;
        padding: 8px 8px 8px 12px;
    }
    section.message01 p.cf {
        margin: 8px 0 25px 17px;
        font-size: 14px;
    }
    section.message01 .flex {
        width: 100%;
        margin: 15px auto 0;
    }
    section.message01 .flex > div {
        width: 47%;
    }
    section.message01 .animationIn:not(:last-of-type) .flex {
        margin-bottom: 25px;
    }
}

@media (width >= 769px){
    section .break {
        height: 200px;
    }
}
@media (width <= 768px){
    section .break {
        height: 100px;
    }
}

section.message01 h3:before {
    background-color: #F5F4F0;
    z-index: 2;
}
section.message01 h3:after {
    background-color: #4653A2;
}

section.message01 {
    /* overflow: hidden; */
    position: relative;
}
section.message01 .contents div.main:first-child {
    position: relative;
}

@media (width >= 769px){
    section.message01 .contents div.main:first-child {
        width: 540px;
        padding-bottom: 95px;
    }
    section.message01 .contents div.main:first-child:before {
        content: '';
        display: block;
        width: 678px;
        height: 678px;
        border-radius: 100%;
        border: red 1px solid;
        position: absolute;
        top: 50%;
        right: 0;
        left: 50%;
        margin: auto;
        transform: translate(-50%,-50%);
    }
    section.message01 .contents div.main:first-child:after {
        content: '';
        display: block;
        width: 762px;
        height: 762px;
        border-radius: 100%;
        border: red 1px solid;
        position: absolute;
        top: 50%;
        right: 0;
        left: 50%;
        margin: auto;
        transform: translate(-50%,-50%);
    }
    section.message01 .contents div.img:last-child {
        padding-top: 75px;
        position: relative;
    }
    section.message01 .contents div.img:last-child::after {
        width: 38px;
        height: 38px;
        content: '';
        display: block;
        background-color: #46B455;
        border-radius: 100%;
        right: -15px;
        position: absolute;
    }
    section.mv .seo .txt.name, section.about .contents .txt.txt.name {
        font-size: 18px;
        margin-top: 20px;
        float: right;
    }    
    section.mv .seo .txt.name span, section.about .contents .txt.txt.name span {
        font-weight: 700;
        font-size: 22px;
    }
    section.message01 {
        padding-bottom: 60px;
    }
}
@media (width <= 768px){
    section.message01 {
        padding-bottom: 40px;
    }
    section.message01 .contents div.main:first-child:before {
        content: '';
        display: block;
        width: 130vw;
        height: 130vw;
        border-radius: 100%;
        border: red 1px solid;
        position: absolute;
        top: 80%;
        right: 0;
        left: 50%;
        margin: auto;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    section.message01 .contents div.main:first-child:after {
        content: '';
        display: block;
        width: 140vw;
        height: 140vw;
        border-radius: 100%;
        border: red 1px solid;
        position: absolute;
        top: 80%;
        right: 0;
        left: 50%;
        margin: auto;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    section.message01 .contents div.img:last-child {
        width: 150px;
        margin: 0 auto;
        padding-top: 20px;
    }
    section.message01 .contents .txt {
        width: 100%;
    }
    section.mv .seo .txt.name, section.about .contents .txt.txt.name {
        font-size: 15px;
        margin-top: 10px;
    }
    section.mv .seo .txt.name span, section.about .contents .txt.txt.name span {
        font-weight: 700;
        font-size: 18px;
    }    
}

/* .decoration */
@media (width >= 769px){
    section.message01 .contents div.decoration-01 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC7C0F;
        width: 38px;
        height: 38px;
        top: 300px;
        left: 45px;
    }
}

@media (width >= 1201px){
    section.message01 .contents div.decoration-02 {
        position: absolute;
        border-radius: 100%;
        background-color: #46B455;
        width: 90px;
        height: 90px;
        top: 500px;
        right: -0px;
    }
    section.message01 .contents div.decoration-03 {
        position: absolute;
        border-radius: 100%;
        background-color: #32A1E1;
        width: 55px;
        height: 55px;
        bottom: 150px;
        right: 10%;
    }
}
/* end message */

/* about */
section.about {
    background-image: url(../images/bg_about.jpg);
    position: relative;
    background-size: cover;
}
section.about div > h3::before {
    background-color: #fff;
    z-index: 2;
}
section.about h3:first-child:after {
    background-color: #4653a2;
}

section.about .process h3::before {
    background-color: #4653a2;
    z-index: 2;
}

section.about .process h3::after {
    background-color: #fff;
}

div.message h3::after {
    background-color: #F6AC19!important;
}

section.about h4 {
    color: #4653a2;
}

@media (width >= 769px){
    section.about {
        padding-bottom: 70px;
        background-position: left;
    }
    section.about .contents p.txt {
        width: 540px;
        padding-right: 50px;
    }
    section.about .contents p.txt.note {
        margin-top: 15px;
    }
    section.about .contents .flex div.img {
        width: 380px;
    }

    section.about .contents .process {
        margin-top: -50px;
        position: relative;
    }
    section.about .contents .process h3 {
        margin-top: 40px;
    }
    section.about .contents .process p {
        padding-bottom: 30px;
    }
    section.about .contents .process div {
        justify-content: end;
    }
    section.about .contents .step {
    }
    section.about .contents .step:not(:last-of-type) {
        margin-right: 35px;
    }
    section.about .contents .step:nth-child(2) {
        margin-top: 70px;
    }
    section.about .contents .step:nth-child(3) {
        margin-top: 140px;
        margin-right: 70px;
    }
    section.about .contents .step:nth-child(4) {
        margin-top: -85px;
    }
    section.about .contents .step:nth-child(5) {
        margin-top: calc(70px - 85px);
    }
    section.about .contents .step:nth-child(6) {
        margin-top: calc(140px - 85px);
    }
    section.about h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }    
}
@media (width <= 768px){
    section.about {
        padding-bottom: 40px;
        background-position: center;
    }
    section.about .contents .process {
        position: relative;
        margin-bottom: 35px;
    }
    section.about .contents .process p {
        padding-bottom: 35px;
    }
    section.about .contents .process div {
        justify-content: space-between;
    }
    section.about .contents .flex div.img {
        max-width: 280px;
        width: 50%;
        margin: 20px auto 20px;
    }
    section.about .contents .step {
        width: 43vw;
        border-radius: 100%;
    }
    section.about .contents .step:nth-of-type(2n) {
        margin-top: 20px;
        margin-left: 2%;
    }
    section.about .contents .step:nth-of-type(2n+1) {
        margin-top: -20px;
    }
}

section.about .contents .movie {
    position: relative;
}
@media (width >= 769px){
    section.about .contents .movie {
        width: 70%;
    }
}

section.about .contents .introduction {
    border-radius: 23px;
    background-color: #F5F4F0;
}
section.about .contents .introduction div.img {
    background-image: url(../images/kumihimo-introduction.jpg);
    background-size: cover;
}
section.about .contents .introduction div.message a {
    color: #000;
    text-underline-position: under;
}
section.about .contents .introduction div.message a:hover {
    text-decoration: none;
}
@media (width >= 769px){
    section.about .contents .introduction {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 70px;
    }
    section.about .contents .introduction div.message {
        width: 590px;
        padding: 0 50px 50px;
    }
    section.about .contents .introduction div.img {
        width: 360px;
        border-radius: 0 23px 23px 0;
    }    
}
@media (width <= 768px){
    section.about .contents .introduction {
        margin-top: 30px;
    }
    section.about .contents .introduction div.img {
        height: 200px;
        background-position: center;
        border-radius: 23px 23px 0 0;
    }
    section.about .contents .introduction div.message {
        padding: 0 25px 25px;
    }
}

/* decoration */
@media (width >= 1400px) {
    section.about .process .decoration-01 {
        background-color: #F6AC19;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        position: absolute;
        top: 151px;
        right: -121px;
    }
    section.about .process .decoration-02 {
        background-color: #46B455;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        position: absolute;
        top: 220px;
        right: -115px;
    }
    section.about .process .decoration-03 {
        background-color: #4653A2;
        width: 57px;
        height: 57px;
        border-radius: 100%;
        position: absolute;
        bottom: 265px;
        right: -195px;
    }
    section.about .movie .decoration-04 {
        background-color: #4653A2;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        position: absolute;
        bottom: -27px;
        left: -228px;
    }
    section.about .movie .decoration-05 {
        background-color: #2CB5A9;
        width: 33px;
        height: 33px;
        border-radius: 100%;
        position: absolute;
        bottom: -75px;
        left: -100px;
    }
    section.about .decoration-06 {
        background-color: #32A1E1;
        width: 65px;
        height: 65px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: -10px;
    }
    section.about .decoration-07 {
        background-color: #EC6D74;
        width: 102px;
        height: 102px;
        border-radius: 100%;
        position: absolute;
        top: 70%;
        right: -30px;
    }
    section.about .decoration-08 {
        background-color: #EC4551;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        bottom: 70px;
        right: 100px;
    }
}
@media (width <= 768px){
    section.about .process .decoration-01 {
        background-color: #F6AC19;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        position: absolute;
        top: -40px;
        right: -25px;
    }
    section.about .process .decoration-02 {
        background-color: #46B455;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    section.about .process .decoration-03 {
        background-color: #32A1E1;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        bottom: 20px;
        left: -35px;
    }
    section.about .movie .decoration-04 {
        background-color: #EC6D74;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        bottom: -70px;
        right: -40px;
    }
    section.about .movie .decoration-05 {
        background-color: #2CB5A9;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        position: absolute;
        bottom: -300px;
        left: -20px;
    }
}
/* end decoration */
/* end about */

/* message02 */
section.message02 {
    background-image: url(../images/cloth.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
section.message02 .contents {
    position: relative;
}
section.message02 .contents .txt a {
    color: #000;
    text-underline-position: under;
}
section.message02 .contents .txt a:hover {
    text-decoration: none;
}
div.bold {
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
div.bold div {
    position: absolute;
    border-radius: 100%;
}
@media (width >= 1201px){
    section.message02 .contents div.decoration-08 {
        position: absolute;
        border-radius: 100%;
        background-color: #4653A2;
        width: 38px;
        height: 38px;
        bottom: 35px;
        right: -280px;
    }
}
@media (width >= 769px){
    section.message02 {
        padding-top: 70px;
    }
    section.message02 .contents .txt:last-child {
        margin-top: 15px;
    }
    section.message02 .contents .flex {
        align-items: center;
    }
    section.message02 .contents .flex div:first-child {
        width: 365px;
    }
    section.message02 .contents .flex div:last-child {
        width: 540px;
    }
    section.message02 .contents .flex div:last-child img{
        width: 530px;
        margin-bottom: 30px;
    }
    div.bold {
        font-size: 22px;
        padding: 70px 0;
        position: relative;
        width: 750px;
        margin: 0 auto;
    }
    div.bold div.decoration-01 {
        background-color: #DCA200;
        width: 38px;
        height: 38px;
        top: 12px;
        left: 88px;
    }
    div.bold div.decoration-02 {
        background-color: #2CB5A9;
        width: 19px;
        height: 19px;
        left: 60px;
        top: 58px;
    }
    div.bold div.decoration-03 {
        background-color: #EB6D73;
        width: 20px;
        height: 20px;
        top: 27px;
        right: 30px;
    }
    div.bold div.decoration-04 {
        background-color: #DCA200;
        width: 38px;
        height: 38px;
        top: 40%;
        right: 10px;
    }
    div.bold div.decoration-05 {
        background-color: #4653A2;
        width: 80px;
        height: 80px;
        right: 30px;
        bottom: 0;
    }
    div.bold div.decoration-06 {
        background-color: #2CB5A9;
        width: 33px;
        height: 33px;
        right: 150px;
        bottom: 22px;
    }
    section.message02 .contents div.decoration-07 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC6D74;
        width: 20px;
        height: 20px;
        top: -350px;
        left: -70px;
    }
}
@media (width <= 768px){
    section.message02 {
        padding-top: 40px;
    }
    section.message02 .contents .txt:last-child {
        margin-top: 10px;
    }
    section.message02 .contents .flex div:first-child {
        max-width: 280px;
        width: 50%;
        margin: 0 auto 20px;
    }
    section.message02 .contents .flex div:last-child img{
        min-width: 300px;
        width: 70%;
        display: block;
        margin: 0 auto 20px;
    }
    div.bold {
        font-size: 16px;
        padding: 30px 0;
        position: relative;
    }

    div.bold div.decoration-01 {
        background-color: #DCA200;
        width: 30px;
        height: 30px;
        top: 12px;
        left: 0;
    }
    div.bold div.decoration-02 {
        background-color: #2CB5A9;
        width: 10px;
        height: 10px;
        left: 0;
        top: 58px;
    }
    div.bold div.decoration-03 {
        background-color: #EB6D73;
        width: 10px;
        height: 10px;
        top: 0;
        right: 40px;
    }
    div.bold div.decoration-04 {
        background-color: #DCA200;
        width: 30px;
        height: 30px;
        top: 20%;
        right: 0;
    }
    div.bold div.decoration-05 {
        background-color: #4653A2;
        width: 50px;
        height: 50px;
        right: 0;
        bottom: 0;
    }
    div.bold div.decoration-06 {
        background-color: #2CB5A9;
        width: 20px;
        height: 20px;
        right: 80px;
        bottom: 0;
    }
    section.message02 .contents div.decoration-07 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC6D74;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0px;
    }

}
/* end message02 */

/* message03 */
section.message03 .contents .box {
    background-color: #FFFFFF;
    border-radius: 23px;
    position: relative;
}
section.message03 h3:before {
    background-color: #F6AC19;
    z-index: 2;
}
section.message03 h3:after {
    background-color: #4653A2;
}
section.message03 h3 span {
    /* display: block; */
}

section.message03 .contents div.imgBox p {
    margin-top: 10px;
}
section.message03 .contents div.imgBox p span {
    display: block;
}
section.message03 .contents div.imgBox p a {
    color: #000;
    text-underline-position: under;
}
section.message03 .contents div.imgBox p a:hover {
    text-decoration: none;
}
section.message03 .contents div.imgBox p span:first-child {
    font-weight: 700;
}
section.message03 .contents div.imgBox p span:last-child {
    margin-top: 5px;
}

@media (width >= 1440px){
    section.message03 {
        position: relative;
    }
    section.message03 div.decoration-04 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC4551;
        width: 100px;
        height: 100px;
        top: -300px;
        left: -10px;
    }
}
@media (width >= 1201px){
    section.message03 .contents div.decoration-02 {
        position: absolute;
        border-radius: 100%;
        background-color: #46B455;
        width: 90px;
        height: 90px;
        top: 75px;
        right: -0px;
    }
    section.message03 .contents div.decoration-03 {
        position: absolute;
        border-radius: 100%;
        background-color: #32A1E1;
        width: 55px;
        height: 55px;
        bottom: 0px;
        right: 10%;
    }
}
@media (width >= 769px){
    section.message03 {
        margin: 70px 0 50px;
    }
    section.message03 .contents .box {
        width: 950px;
    }
    section.message03 .contents .box {
        padding-bottom: calc(10px + 50px);
    }
    section.message03 .contents::after {
        content: '';
        clear: both;
    }
    section.message03 h3 span {
        font-size: 18px;
    }
    section.message03 .contents div.imgBox {
        width: 417px;
        float: right;
        margin-left: 25px;
    }
    section.message03 .contents div.img {
        height: 237px;
        background-size: cover;
        border-radius: 0 23px;
    }
    section.message03 .contents div.imgBox p {
        font-size: 13px;
    }
    section.message03 .contents div.imgBox p span:first-child {
        font-size: 14px;
    }
    section.message03 .contents div.message {
        padding: 0 50px;
    }
    section.message03 .contents div.decoration-01 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC7C0F;
        width: 38px;
        height: 38px;
        bottom: -53px;
        left: -25px;
    }
}
@media (width <= 768px){
    section.message03 {
        margin: 40px 0;
        position: relative;
    }
    section.message03 .contents .box {
        border-radius: 23px;
        overflow: hidden;
    }
    section.message03 .contents div.img {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    section.message03 .contents div.imgBox p {
        padding: 0 20px;
        font-size: 12px;
        margin-bottom: 25px;
    }
    section.message03 .contents div.imgBox p span:first-child {
        font-size: 13px;
    }
    section.message03 h3 span {
        font-size: 16px;
    }    
    section.message03 .contents div.message {
        padding: 10px 20px 30px 20px;
    }
    section.message03 div.decoration-04 {
        position: absolute;
        border-radius: 100%;
        background-color: #EC7C0F;
        width: 25px;
        height: 25px;
        top: 50px;
        left: -5px;
    }
}
/* end message03 */

.p-footer {
    background-color: #dbdddc;
}
@media (width >= 769px){
    /* .p-footer {
        margin-top: 50px;
    } */
    .p-footer__title span {
        font-size: 16px;
    }
}

@media (width <= 768px){
    /* .p-footer {
        margin-top: 40px;
    } */
    .p-footer__title span {
        font-size: 12px;
    }
}


/* end main */