@charset "utf-8";

/****** common ******/
/* base */
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.link {
    color: #2F80ED;
    border-bottom: 1px solid #2F80ED;
    cursor: pointer;
}

.caution {
    color: #2F80ED;
}

.sp-br {
    display: none;
}

.toggle-menu-button,
.toggle-menu-close {
    display: none;
}

/* menu */
.site-menu ul {
    display: flex;
}

.site-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.child {
    font-weight: bold;
    border-bottom: 3px solid #F7B837;
}

.site-menu ul li a {
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.toggle-menu-button,
.toggle-menu-close {
    display: none;
}

/* button */
.button {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}

.button-inner,
#submit {
    width: 200px;
    height: 32px;
    padding: 4px 40px;
    border-radius: 16px;
    background: #000000;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.50);
    cursor: pointer;
}

.button-inner:hover,
#submit:hover {
    background: linear-gradient(110.85deg, #000000 0%, #878787 150.19%);
}

.button-inner p,
#submit p {
    color: #ffffff;
    text-align: center;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

/*section */
section {
    margin-top: 80px;
    padding-bottom: 24px;
    width: 100%;
}

.section-title {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.section-title h1 {
    font-family: Roboto, Noto Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.3px;
    position: relative;
}

.section-title h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    display: inline-block;
    width: 100px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F7B837;
}

.section-text {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.section-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.section-button {
    margin-top: 24px;
}

/* footer */
footer {
    display: flex;
    width: 100%;
    height: 200px;
    margin-top: 144px;
    justify-content: center;
    align-items: center;
    background-color: #E5E1DC;
}

.copyright {
    margin-top: 160px;
    margin-bottom: 16px;
}

.copyright p {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
}

/****** top ******/
/* top-header */
.top-header {
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    z-index: 9;
}

.top-header-logo {
    width: 100%;
    height: 64px;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.top-header-logo img {
    width: 280px;
    height: 64px;
}

.top-header-text {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 9;
}

.top-header-text p {
    text-align: center;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}

.top-header-site-menu {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* main */
.main-visual {
    width: 100%;
    height: 640px;
    background-image: url(../img/main-visual.png);
}

.main-visual-text p {
    padding-top: 320px;
    padding-bottom: 48px;
    text-align: center;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
}

/****** common ******/
.top-works-inner,
.top-service-inner {
    display: flex;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.top-works-inner-contents,
.top-service-inner-contents {
    width: 184px;
    height: auto; /*344px;*/
}

.top-works-img,
.top-service-icon {
    width: 184px;
    height: 184px;
    margin-bottom: 16px;
}

.top-works-title,
.top-service-title {
    margin-top: 8px;
    display: flex;
    width: 184px;
    justify-content: center;
    align-items: center;
}

.top-works-title h2,
.top-service-title h2 {
    text-align: center;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.top-service-text {
    display: flex;
    width: 184px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
}

.top-service-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

/* about */
.top-about-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-about-inner-contents {
    width: 320px;
    height: 320px;
}

/****** under ******/
/* header */
.header {
    width: 100%;
    height: 104px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    z-index: 9;
}

.header-logo {
    width: 100%;
    height: 64px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.header-logo img {
    width: 180px;
}

.header-site-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* page */
.page-top {
    width: 100%;
    height: 344px;
    background-color: #F8F8F3;
}

.page-title {
    width: 100%;
    padding-top: 184px;

}

.page-title h1 {
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    position: relative;
}

.page-title h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    display: inline-block;
    width: 100px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F7B837;
}

.page-title-jp {
    width: 100%;
    text-align: center;
}

.page-title-jp p {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    line-height: 48px;
}

.page-title-text {
    width: 100%;
    text-align: center;
}

.page-title-text p {
    text-align: center;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* QuickGuide */
.quickguide-first {
    display: flex;
    width: 100%;
    margin-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.container-title {
    width: 100%;
    max-width: 752px;
    height: 24px;
    background-color: #F7B837;
}

.container-title h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding-left: 8px;
}

.container-text {
    width: 100%;
    max-width: 736px;
    margin-left: 16px;
    margin-right: 16px;
}

.container-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

.quickguide-contact {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.quickguide-contact h1 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    position: relative;
}

.quickguide-contact h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    display: inline-block;
    width: 200px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F7B837;
}

.quickguide-contact-text {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.quickguide-contact-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
    text-align: center;
}

.quickguide-button {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.quickguide-inner {
    display: flex;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.quickguide-inner-contents {
    width: 184px;
    height: 344px;
}

.quickguide-icon {
    width: 184px;
    height: 184px;
    margin-bottom: 24px;
}

.quickguide-title {
    margin-top: 8px;
    display: flex;
    width: 184px;
    justify-content: center;
    align-items: center;
}

.quickguide-title h2 {
    text-align: center;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.quickguide-text {
    display: flex;
    width: 184px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
}

.quickguide-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

/* works */
.tag-list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.tag-list-inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
}

.tag-list-inner li {
    width: auto;
    height: auto;
    padding: 4px 16px;
    border-radius: 16px;
    background: #FFFFFF; /*#878787;*/
    border: solid 1px #000000;
    /*box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.50);*/
    cursor: pointer;
    color: #000000;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

.tag-list-inner .show {
    background: #000000;
    color: #FFFFFF;
}

.works-contents {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.works-inner {
    width: 1256px;
    display: flex;
    padding: 0 40px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.works-inner-contents {
    width: 264px;
}

.works-img,
.works-tmp-img {
    width: 264px;
    height: 199px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.works-title {
    margin-top: 8px;
    height: 24px;
}

.works-title h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.works-text {
    display: flex;
    width: 264px;
    height: auto;
    margin-top: 8px;
    flex-direction: column;
    flex-shrink: 0;
}

.works-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

.works-tag {
    width: 264px;
    height: 48px;
}

.works-tag p {
    color: #2F80ED;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

/* Service */
.service-contents {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-inner {
    display: flex;
    width: 100%;
    max-width: 768px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.service-inner-contents {
    display: flex;
    width: 100%;
    max-width: 768px;
    height: 232px;
    flex-direction: column;
    align-items: center;
}

.service-title {
    width: 100%;
    max-width: 768px;
    padding: 0px 8px;
}

.service-title h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-align: left;
    position: relative;
}

.service-title h2:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 100%;
    max-width: 768px;
    height: 3px;
    background-color: #F7B837;
}

.service-info {
    width: 100%;
    max-width: 768px;
    margin-top: 32px;
    display: flex;
    gap: 24px;
    padding: 0px 8px;
}

.service-icon {
    width: 184px;
    height: 184px;
}

.service-text {
    width: 584px;
    height: 168px;
    margin-top: 8px;
}

.service-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

/* Flow */
.flow-contents {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flow-inner {
    display: flex;
    width: 100%;
    max-width: 768px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.service-inner-contents {
    display: flex;
    width: 100%;
    max-width: 768px;
    height: 232px;
    flex-direction: column;
    align-items: center;
}

.flow-title {
    display: flex;
    width: 100%;
    max-width: 768px;
    padding: 0px 8px;
}

.flow-step {
    width: 80px;
    height: 24px;
    background-color: #000000;
}

.flow-step p {
    color: #FFFFFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.flow-name {
    width: 100%;
    height: 24px;
    padding-left: 16px;
}

.flow-name h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    position: relative;
}

.flow-name h2:before {
    content: '';
    position: absolute;
    left: -16px;
    bottom: -0px;
    display: inline-block;
    width: calc(100% + 16px);
    height: 3px;
    background-color: #000000;
}

.flow-info {
    width: 100%;
    max-width: 768px;
    margin-top: 24px;
    padding: 0px 8px;
    display: flex;
    gap: 24px;
}

.flow-icon {
    width: 136px;
    height: 136px;
}

.flow-text {
    width: 632px;
    height: 136px;
    margin-top: 8px;
}

.flow-text p {
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
}

.flow-arrow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-arrow img {
    width: 88px;
}

/* Price */
.price-contents {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-inner {
    display: flex;
    width: 100%;
    max-width: 752px;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.price-inner-contents {
    width: 100%;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.price-category {
    width: 100%;
    margin-top: 24px;
    border-bottom: 1px solid #000000;
}

.price-member {
    display: flex;
    width: 100%;
    padding-left: 160px;
}

.price-text {
    width: 336px;
}

.price-price {
    width: 304px;
    text-align: right;
}

.price-title {
    display: flex;
    width: 100%;
}

.price-case {
    width: 80px;
    height: 24px;
    background-color: #000000;
}

.price-case p {
    color: #FFFFFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.price-name {
    width: 100%;
    height: 24px;
    padding-left: 16px;
}

.price-name h2 {
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    position: relative;
}

.price-name h2:before {
    content: '';
    position: absolute;
    left: -16px;
    bottom: -0px;
    display: inline-block;
    width: 680px;
    height: 3px;
    background-color: #000000;
}

.price-ex {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.price-ex-inner {
    width: 100%;
    max-width: 752px;
}

.price-info {
    display: flex;
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
}

.price-info-customer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-info-comment-customer {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    padding: 7px 10px;
    color: #000000;
    font-size: 16px;
    background: #FFFFFF;
    border: solid 3px #000000;
    box-sizing: border-box;
    width: 486px;
    margin-right: 125px;
}

.price-info-comment-customer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 13px solid #FFFFFF;
    z-index: 2;
}

.price-info-comment-customer:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #000000;
    z-index: 1;
}

.price-info-comment-customer p {
    margin: 0;
    padding: 0;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
}

.price-info-creator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-info-comment-creator {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    padding: 7px 10px;
    color: #000000;
    font-size: 16px;
    background: #FFFFFF;
    border: solid 3px #000000;
    box-sizing: border-box;
    width: 486px;
    margin-left: 125px;
}

.price-info-comment-creator:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 12px solid #FFFFFF;
    z-index: 2;
}

.price-info-comment-creator:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #000000;
    z-index: 1;
}

.price-info-comment-creator p {
    margin: 0;
    padding: 0;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
}

.price-icon {
    width: 100px;
}

.price-icon img {
    width: 100px;
}

.estimate {
    border-bottom: 3px solid #F7B837;
    padding-bottom: 0px;
    line-height: 24px;
}

/* about */
.about-contents {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-inner {
    width: 560px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-member {
    display: flex;
    border-bottom: 1px solid #000000;
}

.about-title {
    width: 160px;
}

.about-text {
    width: 400px;
}

/* contact */
.contact {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.form {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.form-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.form-item .form-label {
    width: 160px;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

input {
    height: 32px;
    width: 560px;
    padding: 5px 5px;
    border: 0.5px solid #000000;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

textarea {
    height: 300px;
    width: 560px;
    padding: 5px 5px;
    border: 0.5px solid #000000;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

#required-name,
#required-email,
#required-message,
#required-checkbox {
    color: #ffffff;
}

.agreement {
    width: 100%;
}

.agreement {
    display: flex;
    width: 100%;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.checkbox {
    display: flex;
    width: 100%;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px;
}

.agreement input {
    width: 16px;
    height: 16px;
}

.agreement label {
    line-height: 24px;
    padding-left: 10px;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    top: -2px;
}

/* Sent */
.sent-contents {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sent-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    width: 100%;
    max-width: 768px;
}

.sent-icon {
    width: 240px;
    height: 240px;
}

.sent-text {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-align: center;
}

/* PrivacyPolicy */
.privacyporicy-contents {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.privacyporicy-inner {
    width: 560px;
}

.privacyporicy-inner {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.summary {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.16px;
}

@media screen and (max-width: 1256px) {

    /* 1256px以下に適用されるCSS */
    .works-inner {
        width: 952px;
    }
}

@media screen and (max-width: 952px) {

    /* 952px以下に適用されるCSS */
    .works-inner {
        width: 648px;
    }
}

@media screen and (max-width: 767px) {
    /* 767px以下に適用されるCSS */

    .sp-br {
        display: block;
    }

    .sp-small {
        font-size: 12px;
    }

    /*header*/
    .top-header-logo img {
        width: 200px;
        height: auto;
    }

    /* site-menu */
    .header-site-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 240px;
        height: 480px;
        margin: 0 0;
        display: flex;
        background-color: #E5E1DC;
        opacity: 0.95;
        border-radius: 600px 0 0 600px;
        display: none;
    }

    .header-site-menu.is-show {
        display: block;
    }

    .header-site-menu .site-menu ul {
        display: block;
    }

    .header-site-menu .site-menu ul li {
        width: 104px;
        height: 32px;
        margin: 8px 32px 8px auto;
    }

    .header-site-menu .site-menu ul li:first-child {
        margin-top: 88px;
    }

    /* toggle-menu */
    .toggle-menu-button {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 52px;
        height: 39px;
        background-image: url(../img/menu.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        display: none;
        z-index: 8;
    }

    .toggle-menu-button.is-show {
        display: block;
    }

    .toggle-menu-close {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 52px;
        height: 39px;
        background-image: url(../img/close.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        display: none;
        z-index: 9;
    }

    .toggle-menu-close.is-show {
        display: block;
    }

    /* main-visual */
    .main-visual-text p {
        font-size: 13px;
    }

    /* top-service */
    .top-works-inner,
    .top-service-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0px 40px;
    }

    /* QuickGuide */
    .quickguide-first {
        width: calc(100% - 16px);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .quickguide-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    /* Service */
    .service-inner {
        width: calc(100% - 16px);
        max-width: 400px;
    }

    .service-inner-contents {
        height: auto;
    }

    .service-title {
        padding: 0;
    }

    .service-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-text {
        width: auto;
        height: auto;
    }

    /* Flow */
    .flow-inner {
        width: calc(100% - 16px);
        max-width: 400px;
    }

    .service-inner-contents {
        height: auto;
    }

    .flow-title {
        width: 100%;
        max-width: 400px;
        padding: 0;
    }

    .flow-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flow-icon {
        width: 186px;
        height: 186px;
    }

    .flow-text {
        width: auto;
        height: auto;
    }

    .flow-arrow {
        margin-top: 24px;
    }

    /* Price */
    .price-inner {
        width: calc(100% - 16px);
        max-width: 400px;
    }

    .price-member {
        padding-left: 16px;
        font-size: 14px;
    }

    .price-name h2:before {
        width: calc(100% + 16px);
    }
    .price-info-customer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .price-info-comment-customer {
        width: 100%;
        max-width: 400px;
        margin: 8px 0;
    }

    .price-info-comment-customer:before {
        content: "";
        position: absolute;
        top: -9px;
        left: 30%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    }

    .price-info-comment-customer:after {
        content: "";
        position: absolute;
        top: -14px;
        left: 30%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #000000;
        z-index: 1;
    }
    .price-info-creator {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .price-info-comment-creator {
        width: 100%;
        max-width: 400px;
        margin: 8px 0;
    }

    .price-info-comment-creator:before {
        content: "";
        position: absolute;
        top: calc(100% + 11px);
        right: calc(30% + 2px);
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFFFFF;
        z-index: 2;
    }

    .price-info-comment-creator:after {
        content: "";
        position: absolute;
        top: calc(100% + 14px);
        right: 30%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #000000;
        z-index: 1;
    }
    .price-icon {
        width: 100%;
    }

    .price-icon.customer img {
        float: left;
    }

    .price-icon.creator img {
        float: right;
    }

    /* About */
    .about-inner {
        width: calc(100% - 16px);
        max-width: 400px;
    }

    .about-title {
        width: 20%;
        font-size: 14px;
    }

    .about-text {
        width: 80%;
        font-size: 14px;
    }

    /* Contact */
    .contact {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .form {
        width: 100%;
        min-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .form-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    .form-item .form-label {
        width: 100%;
    }

    input {
        width: calc(360px - 16px);
        border: 2px solid #000000;
    }

    textarea {
        width: calc(360px - 16px);
        border: 2px solid #000000;
    }

    .agreement {
        margin-top: 24px;
        margin-bottom: 24px;
        width: calc(360px - 16px);
    }

    .checkbox-inner {
        text-align: center;
    }

    .agreement label {
        top: 0px;
        font-size: 14px;
    }

    /* privacypolicy */
    .privacyporicy-inner {
        width: calc(100% - 32px);
    }

}

@media screen and (max-width: 648px) {

    /* 648px以下に適用されるCSS */
    .tag-list-inner {
        display: block;
    }
    
    .tag-list-inner li {
        width: 160px;
        margin-bottom: 8px;
        text-align: center;
    }
    .works-inner {
        width: 344px;
    }
}