@charset "UTF-8";
/*** 共通事項 ***/
html.mfp-popup-open {
    overflow: hidden;
}
body {
    font-family: "Zen Old Mincho", serif;
    color: #58402F;
    background-color: #F8F8F3;
    text-align: start;
}

/*** ヘッダー ***/
h1, #heroMessage {
    font-size: 58px;
    color: #fff;
    background-color: #9D898960;
    padding: 15px;
    position: absolute;
}
h1 {
    top: 100px;
}
#heroMessage {
    top: 300px;
    right: 0;
}
.header-area {
    background-color: transparent!important;
}
nav.forPc {
    padding: 5px 0;
    margin: 20px 0;
}
nav.forPc ul li {
    width: 12vw;
    border-right: 1px solid #58402F;
}
nav.forPc ul li:last-of-type {
    border-right: none;
}
nav.forPc ul li a {
    font-size: 18px;
    display: block;
    width: 12vw;
}
nav.forPc ul li a.hover:hover {
    transform: translateY(-5px);
}
#global-nav {
    width: 100%;
    transition: .2s;
}
#global-nav.m_fixed {
    z-index: 999;
	position: fixed;
	top: 0;
    margin: 0;
    padding: 10px 0;
    background-color: #FFF6BF90;
}
/*** ヘッダー ***/

/*** メイン ***/
h2 {
    color: #344A53;
    font-size: 38px;
    text-align: center!important;
    padding: 50px 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: 10;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
section {
    margin-bottom: 60px;
}
.subTitle {
    font-size: 120px;
    position: absolute;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    top: 20px;
    left: 70px;
}
#about, #canDo, #flow, #qa, #contact {
    position: relative;
}

/** About **/
#about h2 {
    color: #fff;
}
#about .subTitle {
    color: #97BAC8;
}
#aboutDesc {
    margin-top: 30px;
    margin-bottom: 70px;
    justify-content: space-between;
    align-items: center;
}
#aboutDesc img {
    width: 250px;
    vertical-align: middle;
}
#about p {
    font-size: 18px;
    margin-bottom: 20px;
}

/** What I can do **/
#canDo article div {
    justify-content: space-between;
    align-items: center;
}
#canDo article div p {
    width: 50vw;
}
#canDo .subTitle {
    color: #ffffff95;
    top: 100px;
    left: 80px;
}
#canDoList li {
    display: inline-block;
    color: #344A53;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 1px solid #344A53;
    border-radius: 50%;
    margin: 15px;
    font-size: 16px;
}
.circle01 {
    line-height: 150px;
    text-align: center;
}
.circle02 {
    text-align: center;
    align-content: center;
}
#canDo img:first-of-type {
    width: 250px;
}
.circle-content {
    overflow: hidden;
}
.top-circle {
    background-color: #ACCACC20;
    border-radius: 1000px 1000px 1000px 1000px / 300px 300px 300px 300px;
    margin: 16px -200px;
    padding: 80px 280px 150px;
    min-height: 300px;
    text-align: center;
}

/** Flow **/
#flow .subTitle {
    color: #344A5360;
    top: 15px;
    left: 150px;
}
#flowList li {
    margin: 60px 0;
}
#flowList dl {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#flowList dd {
    width: 50vw;
    padding-left: 15px;
}
#flowList img {
    width: 250px;
}

/** Q&A **/
#qa {
    background-color: #ACCACC20;
    padding: 50px 0 100px;
}
#qa .subTitle {
    color: #344A5330;
}
#qaList {
    justify-content: space-evenly;
}
#qaList li a {
    color: #344A53;
    display: inline-block;
    width: 30vw;
    padding: 20px 0;
    position: relative;
}
#qaList li a::before {
    content: url(../images/q2.svg);
    position: absolute;
    left: 10px;
    top: 10px;
}
#qaList li {
    width: 30vw;
    text-align: center;
    background-color: #FFF6BF;
    margin-bottom: 15px;
}
#qaList li a.hover:hover {
    background-color: #ffffff90;
}
.popup {
  width: 40%;
  height: 220px;
  margin: auto;
  position: relative;
  background: #fff;
  padding: 50px 20px;
}


/** Contact **/
#contact .subTitle {
    color: #344A5360;
}

/*** メイン ***/
footer p {
    color: #344A5350!important;
}

#aboutObi {
    background-color: #ACC3CC;
    margin-bottom: 60px;
    height: 200px;
}
#about h2 {
    top: -10px;
}
#canDoList {
    justify-content: space-evenly;
    margin: 200px auto 100px;
}
#flowImg {
    padding-top: 180px;
}
#qa h2 {
    top: 10px;
}
#qaList {
    padding-top: 150px;
}
#contact p:first-of-type {
    padding-top: 160px;
}

/* スマホ用 */
@media only screen and (max-width:480px) {
    body {
        font-size: 12px;
    }
    /*** ヘッダー ***/
    #hero {
        height: 100vh;
    }
    #header-img {
        height: 90vh;
        /* margin-bottom: 150px; */
        overflow: hidden;
    }
    h1, #heroMessage {
        font-size: 22px;
        padding: 5px;
    }
    h1 {
        top: 25%;
    }
    #heroMessage {
        top: 40%;
        right: 0;
    }
    /*** ヘッダー ***/

    /*** メイン ***/
    h2 {
        font-size: 18px;
        padding: 20px 0;
    }
    h3 {
        font-size: 14px;
        margin: 20px 0;
    }
    section {
        margin-bottom: 30px;
    }
    .subTitle {
        font-size: 48px;
        top: 10px;
        left: 10px;
    }
    /** About **/
    #about h2 {
        margin-bottom: 20px;
    }
    #aboutDesc {
        display: block;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #aboutDesc img {
        display: inline-block;
        margin: 25px 0 15px;
        width: 150px;
    }
    #aboutDesc div {
        width: 90vw;
        margin: auto;
    }
    #about p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    /** What I can do **/
    #canDo .subTitle {
        top: 40px;
        left: 70px;
    }
    #canDoList {
        width: 100vw;
    }
    #canDoList li {
        width: 75px;
        height: 75px;
        margin: 5px;
        font-size: 10px;
    }
    .circle01 {
        line-height: 75px;
    }
    #canDo article {
        text-align: center;
        width: 90vw;
    }
    #canDo article div {
        display: block;
    }
    #canDo article div p {
        width: 90vw;
        margin-top: 15px;
    }
    #canDo img:first-of-type {
        width: 150px;
    }
    .top-circle {
        border-radius: 1000px 1000px 1000px 1000px / 300px 300px 300px 300px;
        margin: 16px -200px;
        padding: 30px 10px 60px;
        min-height: 300px;
        text-align: center;
    }

    /** Flow **/
    #flow .subTitle {
        top: 0;
        left: 23px;
    }
    #flowList {
        width: 90vw;
    }
    #flowList li {
        margin: 30px 0;
    }
    #flowList dl {
        display: block;
        text-align: center;
    }
    #flowList img {
        width: 200px;
    }
    #flowList dd {
        margin-top: 15px;
        width: 90vw;
        padding-left: 0;
    }
    #qaList {
        display: block;
    }
    #qaList li a {
        width: 80vw;
        padding: 10px 0;
    }
    #qaList li a::before {
        content: url(../images/q3.svg);
        position: absolute;
        left: 0;
        top: 0;
    }
    #qaList li {
        width: 80vw;
        margin-bottom: 10px;
    }
    .popup {
      width: 80%;
      padding: 30px 10px;
    }
    #aboutObi {
        margin-bottom: 0;
        height: 100px;
    }
    #about h2 {
        top: 2px;
    }
    #canDoList {
        margin: 80px auto 100px;
    }
    #flowImg {
        padding-top: 80px;
    }
    #qa h2 {
        top: 5px;
    }
    #qaList {
        padding-top: 40px;
    }
    #contact p:first-of-type {
        padding-top: 80px;
    }
    #contact .btn a {
        font-size: 14px;
        padding: 15px 50px;
    }
}