@charset "UTF-8";

/*--------------------------------------

common

--------------------------------------*/
.lineworks-lp {
    font-family: 'Noto Sans Japanese';
    color: #5f5f5f;
    min-width: 1000px;
    margin: -32px auto 120px;
}
.lineworks-lp .sp {
    display: none;
}
.lineworks-lp img {
    max-width: 100%;
    height: auto;
}
.lineworks-lp .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.lineworks-lp section {
    text-align: center;
}
.lineworks-lp h2 {
    margin: 100px 0 50px;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.2;
}
.lineworks-lp h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #5f5f5f;
    margin-top: 10px;
}
.lineworks-lp h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #00c73c;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.lineworks-lp h3 strong {
    font-size: 35px;
    display: block;
}
.lineworks-lp .lead {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 2;
}
.lineworks-lp .lead6year {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 2;
}
.lineworks-lp p {
    text-align: justify;
}
.lineworks-lp .head {
    line-height: 1.5;
}
.lineworks-lp .columns {
    display: flex;
    justify-content: space-between;
}
.lineworks-lp .col2 > div {
    width: calc((100% - 60px) / 2);
}
.lineworks-lp .col3 > div {
    width: calc((100% - 120px) / 3);
    min-height: 500px;
}
@media screen and (max-width: 1024px) {
    .lineworks-lp .col3 > div {
        min-height: 0;
    }
}

.emblem_6year_box {
	display:flex;
	justify-content: center;
	align-items: center;
}
.emblem_6year_box img {
	margin-right: 1em;
}
.note {
	font-size: 70%;
	font-weight: normal;
	line-height: 2.3;
	color: #555;
}
.emblem_6year_box + .note {
	width: 700px;
	margin-top: 0.5em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	padding-left:1em;
	text-indent:-1em;
}
.note + .lead {
	margin-top: 1em;
}

@media only screen and (max-width: 1024px) {
    .lineworks-lp {
        min-width: 0;
        margin: -32px auto 80px;
    }
    .lineworks-lp .pc {
        display: none;
    }
    .lineworks-lp .sp {
        display: block;
    }
    .lineworks-lp section {
    }
    .lineworks-lp h2 {
        margin: 60px auto 30px;
        font-size: 6vw;
    }
    .lineworks-lp h2::after {
        height: 3px;
        border-radius: 1.5px;
    }
    .lineworks-lp h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .lineworks-lp h3 strong {
        font-size: 6vw;
    }
    .lineworks-lp .lead,
    .lineworks-lp .lead6year {
        text-align: justify;
        line-height: 1.8;
        font-size: 14px;
    }
    .lineworks-lp .columns {
        display: block;
    }
    .lineworks-lp .columns > div {
        width: 100%;
    }
    .emblem_6year_box + .note {
        width: 100%;
    }
}

/*--------------------------------------

mainVis

--------------------------------------*/
.mainVis {
    width: 1000px;
    margin: 0 auto 80px;
}
.mainVis h1 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .mainVis {
        width: calc(100% - 40px);
        margin: 0 20px 40px;
    }
    .mainVis h1 {
        width: 106%;
        margin: 0 -3% 40px;
    }
}

/*--------------------------------------

overview

--------------------------------------*/
.overview {
    width: 1000px;
    margin: 0 auto;
}
.overview > .img {
    width: 745px;
    margin: 0 auto;
}
.overview .columns {
    margin: 70px auto 120px;
}
.overview .head {
    font-size: 20px;
    text-align: center;
}
.overview .columns div .img {
    width: 180px;
    margin: 20px auto;
}

@media only screen and (max-width: 1024px) {
    .overview {
        width: calc(100% - 40px);
    }
    .overview > .img {
        width: 100%;
    }
    .overview .columns {
        margin: 40px auto 60px;
    }
    .overview .columns > div {
        margin-bottom: 40px;
    }
    .overview .head {
        font-size: 22px;
    }
    .overview .columns div .img {
        width: 180px;
        margin: 10px auto;
    }
}

/*--------------------------------------

about

--------------------------------------*/
.about {
    background: #f5f5f2;
    overflow: hidden;
    padding: 0 60px 60px;
}
.about .point {
    margin: 60px auto;
}
.about .point .head {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #00c73c;
    margin: 20px 0 15px;
}
.about .point img {
    height: 125px;
}
@media screen and (max-width: 1024px) {
    .about .point img {
        height: auto;
    }
}
#agss .point > div {
    position: relative;
    z-index: 0;
    padding: 3vw 3vw 0;
}
#agss .point > div::before {
    content: "";
    display: block;
    width: 28vw;
    height: 28vw;
    max-width: 500px;
    max-height: 500px;
    border-radius: 14vw;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#agss .point .img {
    width: 80%;
}
#agss .point .head + p {
    min-height: 120px;
}
#avss .point {
    max-width: 1200px;
}
#avss .point > div {
    max-width: 360px;
}
#avss .point .img_text {
    width: auto;
    max-height: 100px;
}
#avss .point .img_text img {
    max-height: 100px;
}
#avss .point .img {
    margin: 10px auto 0;
}
#avss .point p {
    margin: 10px 0 0;
}
@media screen and (max-width: 1024px) {
    #avss .point > div {
        max-width: none;
    }
    #avss .point .img_text {
        text-align: left;
    }
}
.about .white {
    padding: 60px;
    background: #FFF;
}
.about .approach {
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.about .approach .detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px -60px 0;
}
.about .approach .detail > div {
    width: 20%;
    margin: 0 2% 30px;
    text-align: left;
}
.about .approach .detail .head {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .about .approach .detail .head {
        font-size: 14px;
    }
    .about .approach .detail .head br {
        display: none;
    }
}
.about .approach .detail .head .img {
    width: 75px;
    flex: 0 1 75px;
    margin: 0 15px 0 0;
}
.about .approach .detail .head img {
    max-height: 75px;
    max-width: 75px;
}
.about .reason .img {
    width: 85%;
}
.about .reason .head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.about .reason p {
    word-break:break-all;
    hyphens: auto;
}

@media only screen and (max-width: 1024px) {
    .about {
        padding: 0 20px 20px;
    }
    .about .point {
        margin: 40px auto;
    }
    .about .point > div {
        padding: 40px 0 20px;
    }
    #agss .point > div::before {
        width: 80vw;
        height: 80vw;
        border-radius: 40vw;
    }
    .about .point .img {
        width: 60%;
    }
    .about .point .head {
        margin: 20px 0 15px;
        font-size: 18px;
    }
    .about .point .head + p {
        min-height: 0;
    }
    .about .white {
        padding: 30px 20px 0;
        overflow: hidden;
    }
    .about .approach {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .about .approach .detail {
        margin: 20px 0 0;
    }
    .about .approach .detail > div {
        width: 100%;
        margin: 0 auto 20px;
    }
    .about .approach .detail .head {
        margin-bottom: 5px;
    }
    .about .approach .detail .head .img {
        width: 60px;
        flex: 0 1 60px;
    }
    .about .reason .columns > div {
        margin-bottom: 20px;
    }
    .about .reason .img {
        width: 80%;
    }
    .about .reason .head {
        margin: 20px 0 15px;
    }
}

/*--------------------------------------

price

--------------------------------------*/
.price {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.price h2 {
    margin-bottom: 80px;
}
.price .target {
    display: flex;
    align-items: center;
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    padding: 20px 0;
}
.price .target h3 {
    color: #5f5f5f;
    text-align: right;
    width: 30%;
    margin: 0 100px 0 0;
}
.price .target p {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
}
.price .target p em {
    color: #00c73c;
}
.price .service {
    margin: 100px 0 0;
}
.price .note li:before {
    content: "※";
}
.price .cost {
    font-size: 20px;
    font-weight: bold;
}
.price .cost strong {
    font-size: 50px;
}
.price .cost small {
    font-size: 12px;
    font-weight: normal;
}
.price .agss .container {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.price .agss .container > .item {
    width: 450px;
}
.price .agss h4 {
    font-weight: bold;
    font-size: 16px;
    color: #5f5f5f;
    text-align: left;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 10px;
    margin: 0;
}
.price .agss .cost {
    text-align: left;
    margin: 30px 0;
}
.price .agss .cost strong {
    margin-bottom: -5px;
}
.price .agss .cost li {
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.price .agss .cost li span {
    display: inline-block;
    font-size: 14px;
    background: #00c73c;
    color: #FFF;
    margin: 0 20px 0 0;
    padding: 6px 8px 6px 10px;
    letter-spacing: 0.1em;
}
.price .agss .note {
    text-align: left;
}
.price .agss .note li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.price .list table {
    width: 100%;
}
.price .list th {
    text-align: left;
    font-weight: bold;
    padding: 5px 10px;
}
.price .list tr:nth-child(even) {
    background: #f5f5f2;
}
.price .avss .container {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.price .avss .container dl {
    flex: 1;
    background-color: #f5f5f2;
}
.price .avss .container dt {
    background-color: #5f5f5f;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
}
.price .avss .container dd {
    padding: 10px;
}
.price .avss .container dl + dl {
    margin: 0 0 0 20px;
}
.price .avss small {
    display: block;
    margin: -20px 0 0;
}
.price .avss .note {
    display: block;
    text-align: right;
}
.price .avss .note li {
    display: inline;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
    .price {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .price h2 {
        margin-bottom: 40px;
    }
    .price .target {
        display: block;
        text-align: center;
        border: none;
    }
    .price .target h3 {
        width: 100%;
        text-align: center;
    }
    .price .target p {
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: bold;
        line-height: 1.5;
        margin: 10px 0 0;
        padding: 20px 0;
        border-top: 1px solid #5f5f5f;
        border-bottom: 1px solid #5f5f5f;
    }
    .price .service {
        margin: 30px 0 0;
    }
    .price .agss .container {
        display: block;
    }
    .price .agss .container > .item {
        width: 100%;
    }
    .price .agss h4 {
        text-align: center;
    }
    .price .agss .cost {
        margin: 20px 0;
    }
    .price .agss .cost li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .price .agss .cost li span {
        font-size: 11px;
        margin: 0 10px 0 0;
        padding: 6px;
        letter-spacing: 0;
    }
    .price .cost strong {
        font-size: 30px;
    }
    .price .cost small {
        font-size: 11px;
        margin: 0;
    }
    .price .list {
        margin-top: 40px;
    }
    .price .list th,
    .price .list td {
        vertical-align: middle;
    }
    .price .avss .container {
        display: block;
    }
    .price .avss .container dl + dl {
        margin: 10px 0 0;
    }
    .price .avss .container dt {
        font-size: 11px;
        padding: 6px;
    }
    .price .avss .container dd {
        padding: 5px;
    }
    .price .avss .container dd small {
        display: inline;
    }
    .price .service .note {
        display: block;
        font-size: 11px;
        text-align: left;
        margin: 10px 0 0;
    }
    .price .service .note li {
        display: list-item;
        margin: 0;
    }
}

/*--------------------------------------

faq

--------------------------------------*/
.faq {
    width: 850px;
    margin: 0 auto;
}
.faq th,
.faq td {
    text-align: justify;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.faq th {
    color: #00c73c;
    font-size: 16px;
    font-weight: bold;
    width: 340px;
    padding-right: 40px;
}
.faq tr:last-child th,
.faq tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width: 1024px) {
    .faq {
        width: calc(100% - 40px);
    }
    .faq th,
    .faq td {
        padding: 0;
        display: block;
        width: 100%;
    }
    .faq th {
        font-size: 14px;
        width: 100%;
        padding: 20px 0 10px;
        border-bottom: 0;
    }
    .faq td {
        padding-bottom: 20px;
    }
}

/* .advantage */
.advantage .detail {
    width: 1000px;
    margin: 0 auto;
}
.advantage .detail .item {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.advantage .detail .item + .item {
    margin: 50px 0 0;
}
.advantage .detail .left {
    flex-direction: row;
}
.advantage .detail .right {
    flex-direction: row-reverse;
}
.advantage .detail .item .head {
    width: 100%;
    text-align: center;
}
.advantage .detail .img {
    height: 150px;
}
.advantage .detail .left .img {
    margin: 10px 20px 0 0;
}
.advantage .detail .right .img {
    margin: 10px 0 0 20px;
}
.advantage .detail .description {
    flex: 1;
    margin: 10px 0 0;
}
@media only screen and (max-width: 1024px) {
    .advantage .detail {
        width: 100%;
        margin: 0;
        padding: 0 0 30px;
    }
    .advantage .detail .item + .item {
        margin: 20px 0 0;
    }
    .advantage .detail .left,
    .advantage .detail .right {
        display: block;
    }
    .advantage .detail .img,
    .advantage .detail .description {
        margin: 10px 0 0;
    }
}

.advantage .detail .head {
    font-weight: bold;
    font-size: 16px;
}
