@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

:root {
  --mc: #0e827e;
  --green01: #2b462a;
  --green02: #65943b;
  --red: #b43232;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.privacy_notice {
  text-align: center;
  margin: 40px 0;
  font-size: 15px;
}
.privacy_notice a {
  color: var(--red);
}

@media screen and (min-width: 641px) {
  body {
    font-size: 16px;
    font-family: "Noto Sans Japanese", sans-serif;
    color: #000;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  .w1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .w495 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .w900_pc {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_only {
    display: none;
  }
  header {
    background: var(--mc);
    color: #fff;
    height: 95px;
    position: relative;
  }
  header .logo {
    position: absolute;
    top: 25px;
    left: 30px;
  }
  header .logo a {
    display: block;
    text-indent: -9999px;
    background: url(../img/logo.svg) no-repeat left top/100% auto;
    aspect-ratio: 154/40;
    width: 154px;
    height: auto;
  }
  header .text {
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.08em;
    top: 50px;
    left: 220px;
  }
  header #g_nav {
    position: absolute;
    top: 48px;
    right: 30px;
  }
  header #g_nav ul {
    display: flex;
    gap: 0 30px;
  }
  header #g_nav a {
    font-size: 15px;
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  header #g_nav a {
    transition: opacity 0.4s ease;
  }
  header #g_nav a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  #hb_menu {
    display: none;
  }
  footer {
    font-size: 16px;
    background: #dcddd7;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  footer a {
    transition: opacity 0.4s ease;
  }
  footer a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  footer .inner {
    max-width: 600px;
    padding: 60px 0;
    margin: 0 auto;
    line-height: 1.75;
  }
  footer .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  footer small {
    display: block;
    background: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
  }
  #mv {
    margin-bottom: 70px;
  }
  .default_text {
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin-bottom: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .red_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    height: 56px;
    font-size: 18px;
    box-shadow: 3px 3px 0 #dea4a4;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  .red_btn {
    transition: opacity 0.4s ease;
  }
  .red_btn:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  #section01 {
    margin-bottom: 115px;
  }
  #section01 .ttl {
    text-align: center;
    margin-bottom: 45px;
  }
  #section01 .ttl img {
    width: 693px;
  }
  #section01 .review {
    background: #e8ece1;
    padding: 50px 0 35px;
    margin-bottom: 70px;
  }
  #section01 .review .ttl {
    max-width: fit-content;
    margin: 0 auto 35px;
    font-size: 26px;
    line-height: 1.4285714286;
    color: var(--green01);
    font-weight: bold;
  }
  #section01 .review a {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  #section01 .review a {
    transition: opacity 0.4s ease;
  }
  #section01 .review a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  #section01 .review a img {
    width: 445px;
  }
  #section01 .sample {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #section01 .sample p {
    padding-left: 20px;
    font-weight: bold;
    color: var(--red);
  }
  #section01 .sample p:nth-child(1) {
    font-size: 22px;
    line-height: 1.8666666667;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 15px;
  }
  #section01 .sample p:nth-child(2) {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #section01 .sample p:nth-child(3) {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #section02 {
    margin-bottom: 170px;
  }
  #section02 .ttl {
    text-align: center;
    margin-bottom: 45px;
  }
  #section02 .ttl img {
    width: 735px;
  }
  #section02 .review_list {
    margin: 40px 0 60px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .review_list {
    display: grid;
    gap: 15px 0;
  }
  .review_list a {
    font-weight: bold;
    font-size: 24px;
    color: var(--green02);
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  .review_list a {
    transition: opacity 0.4s ease;
  }
  .review_list a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  #sub_mv {
    margin-bottom: 145px;
    font-size: 0;
    line-height: 1;
  }
  .print_price {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 50px;
    margin-bottom: 30px;
  }
  .print_price li {
    padding-bottom: 325px;
  }
  .print_price .pp_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: var(--green01);
    border-bottom: solid 4px var(--green01);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .print_price .default_text {
    margin-bottom: 0;
  }
  .print_price .bg01 {
    background: url(../img/print01.jpg) no-repeat center bottom/100% auto;
  }
  .print_price .bg02 {
    background: url(../img/print02.jpg) no-repeat center bottom/100% auto;
  }
  .price_area {
    margin-top: 60px;
  }
  .price_area .pa_ttl {
    color: var(--red);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .price_area .box {
    border: solid 1px #000;
    margin-bottom: 40px;
    padding: 40px;
  }
  .price_area .box .default_text {
    letter-spacing: 0.18em;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .price_area .box ul {
    display: grid;
    gap: 30px 0;
    font-weight: bold;
    font-size: 22px;
  }
  .price_area .box ul span {
    font-size: 17px;
  }
  #section03 {
    margin-bottom: 130px;
  }
  #section03 .ttl {
    text-align: center;
    margin-bottom: 45px;
  }
  #section03 .ttl img {
    width: 691px;
  }
  #section03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 690px;
    gap: 55px 50px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  #section03 .bottom_text {
    font-size: 16px;
    color: var(--green01);
    line-height: 1.65;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  #section04 {
    margin-bottom: 100px;
  }
  #section04 .ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 55px;
    color: var(--green01);
  }
  #section04 .works_list {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px 20px;
    margin-bottom: 100px;
  }
  #section04 .works_list p {
    color: var(--green01);
    font-size: 16px;
    margin-top: 10px;
  }
  #section05 {
    background: #ededed;
    padding: 120px 0;
  }
  #section05 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
  }
  #section05 ul li {
    display: block;
    justify-content: space-between;
  }
  #section05 ul p {
    font-size: 15px;
    letter-spacing: 0.2em;
    padding-top: 10px;
    line-height: 1.75;
    text-align: justify;
  }
  #section06 {
    padding: 0 0 110px;
    margin-top: 90px;
  }
  #section06 .ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
    color: var(--green01);
  }
  #section06 .w_faq {
    border-bottom: solid 1px #7c7c7c;
  }
  #section06 .faq {
    border-top: solid 1px #7c7c7c;
  }
  #section06 .faq p, #section06 .faq h3 {
    color: #7c7c7c;
  }
  #section06 .q {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    padding: 24px 35px 24px 0;
    position: relative;
    cursor: pointer;
  }
  #section06 .q.open:after {
    opacity: 0;
  }
  #section06 .q:before, #section06 .q:after {
    right: 0;
    top: 49%;
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    background: #7c7c7c;
  }
  #section06 .q:after {
    transform: rotate(90deg);
  }
  #section06 .a {
    display: none;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 15px 0 24px;
  }
  #section06 .a p {
    margin-bottom: 15px;
  }
  #section06 .a p:last-child {
    margin-bottom: 0;
  }
  #section07 {
    margin-bottom: 170px;
  }
  #section07 .ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--green01);
  }
  #section07 .default_text {
    padding-bottom: 320px;
  }
  #section07 .bg01 {
    background: url(../img/flow01.jpg) no-repeat center bottom/404px auto;
    margin-bottom: 55px;
  }
  #section07 .bg02 {
    background: url(../img/flow02.jpg) no-repeat center bottom/404px auto;
    margin-bottom: 0;
  }
  #form .ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 45px;
    color: var(--green01);
    line-height: 1.40625;
  }
  #form .ttl.mb45 {
    margin-bottom: 45px;
  }
  #form .ttl01 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
  }
  #form .ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    gap: 0 20px;
  }
  #form .ttl02:has(.rc) {
    margin-bottom: 10px;
  }
  #form .ttl02 .rc {
    color: #fff;
    font-size: 14px;
    background: #d25869;
    display: inline-block;
    border-radius: 5px;
    width: 54px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    top: -2px;
  }
  #form .row {
    margin-bottom: 130px;
  }
  #form .row.file {
    min-height: 325px;
  }
  #form .c_red {
    color: var(--red);
  }
  #form .box {
    background: #ededed;
    margin-top: 45px;
    padding: 30px 10px 30px 30px;
  }
  #form .box .default_text {
    line-height: 2.5;
    margin-bottom: 0;
  }
  #form .box .bold {
    font-weight: bold;
  }
  #form .box .small {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  #form .box h4 {
    display: inline;
  }
  #form .gaku_4item {
    display: block;
    max-width: fit-content;
    margin: 85px auto 90px;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  #form .gaku_4item {
    transition: opacity 0.4s ease;
  }
  #form .gaku_4item:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 641px) {
  #form .gaku_4item img {
    width: 599px;
  }
  #form .w_total_num {
    font-weight: bold;
    text-align: right;
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
    max-width: fit-content;
    margin-left: auto;
  }
  #form .w_total_num .text {
    font-size: 25px;
    margin-right: 15px;
  }
  #form .w_total_num .text, #form .w_total_num .tax {
    position: relative;
    top: 2px;
  }
  #form .w_total_num .yen, #form .w_total_num #total_num {
    font-size: 42px;
  }
  #form .w_total_num .tax {
    font-size: 20px;
    margin-left: 5px;
  }
  #form .list {
    margin-top: 45px;
    display: grid;
    gap: 12px 0;
  }
  #form .list input {
    margin-bottom: 0;
  }
  #rulebox {
    box-sizing: content-box;
    font-size: 14px;
    width: 918px;
    height: 180px;
    padding: 20px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #d1c9c9;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 1.7142857143;
  }
  #rulebox * {
    box-sizing: content-box;
  }
  #rulebox p {
    width: 918px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #rulebox dl {
    width: 918px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #rulebox dl dt {
    width: 28px;
    float: left;
    clear: both;
  }
  #rulebox dl dd {
    width: 890px;
    float: left;
  }
  #rulebox dl dd .rule_in dt {
    clear: both;
    float: left;
    width: 30px;
  }
  #rulebox dl dd .rule_in dd {
    float: left;
    width: 840px;
  }
  #drop-area {
    border: dashed 2px #cccccc;
    border-radius: 5px;
    width: 440px;
    height: 275px;
    position: relative;
    cursor: pointer;
    padding-top: 85px;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  #drop-area:hover {
    background: #f5f5f5;
  }
}
@media screen and (min-width: 641px) {
  #drop-area svg {
    width: 32px;
    display: block;
    margin: 0 auto 20px;
  }
  #drop-area p {
    font-size: 16px;
    line-height: 1.6;
    max-width: fit-content;
    margin: 0 auto;
  }
  #drop-area input[type=file] {
    cursor: pointer;
    z-index: 2;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #preview-clear {
    display: none;
    font-weight: 500;
    border: solid 1px #ccc;
    font-size: 17px;
    cursor: pointer;
    padding: 10px 20px 12px;
    border-radius: 5px;
    margin-left: 15px;
    position: absolute;
    top: -8px;
    left: 250px;
  }
  #preview {
    display: none;
    border: dashed 2px #cccccc;
    border-radius: 5px;
    padding: 10px;
    max-width: fit-content;
  }
  #preview img {
    max-height: 255px;
    max-width: 420px;
  }
  input[type=text], input[type=email], input[type=tel],
  select, textarea {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    color: #363636;
    font-size: 18px;
    line-height: 1.4;
    font-family: inherit;
    padding: 12px 20px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  input[type=text].bg, input[type=email].bg, input[type=tel].bg,
  select.bg, textarea.bg {
    background: #f2f2f2;
    border: none;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder,
  select::placeholder, textarea::placeholder {
    color: #535353;
  }
  textarea {
    resize: vertical;
    min-height: 160px;
  }
  .select_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 0 70px;
  }
  .select_flex .select {
    margin-bottom: 0;
  }
  .select_flex > div:first-child {
    max-width: 240px;
  }
  .select_flex p {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .select_flex .num {
    font-size: 25px;
  }
  .select_flex .tax {
    font-size: 20px;
  }
  .select {
    position: relative;
    margin-bottom: 30px;
    min-width: 240px;
  }
  .select.m240 {
    max-width: 240px;
  }
  .select select {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .select:after {
    border: 4px solid #485fc7;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    aspect-ratio: 1/1;
    width: 10px;
    height: auto;
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    transform: rotate(-45deg);
    transform-origin: center;
    right: 24px;
  }
  select {
    padding-right: 50px;
  }
  input[type=checkbox] {
    -webkit-appearance: checkbox;
  }
  .is_privacy {
    display: block;
    max-width: fit-content;
    font-size: 15px;
    margin: 20px auto 45px;
  }
  .send_btn {
    font-family: inherit;
    font-size: 28px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #148b7e;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    height: 80px;
    box-shadow: 3px 3px 0 #8ec7c1;
    width: 325px;
    cursor: pointer;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  .send_btn {
    transition: opacity 0.4s ease;
  }
  .send_btn:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 1460px) {
  header {
    height: 80px;
  }
  header .logo {
    top: 15px;
    left: 15px;
  }
  header .logo a {
    width: 120px;
  }
  header .text {
    position: absolute;
    font-size: 12px;
    top: 55px;
    left: 15px;
  }
  header #g_nav {
    top: 40px;
    right: 30px;
  }
  header #g_nav ul {
    gap: 0 15px;
  }
  header #g_nav a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1151px) {
  #g_nav {
    display: block !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1150px) {
  .w1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    height: 80px;
  }
  header .logo {
    top: 15px;
    left: 15px;
  }
  header .logo a {
    width: 120px;
  }
  header .text {
    position: absolute;
    font-size: 12px;
    top: 55px;
    left: 15px;
  }
  header #g_nav {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  header #g_nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(400 / 640 * 100vw);
    background: #fff;
    text-align: center;
    display: grid;
    gap: 15px 0;
  }
  header #g_nav a {
    font-size: 20px;
    color: var(--mc);
  }
  #hb_menu {
    display: block;
    position: fixed;
    right: 32px;
    top: 12px;
    z-index: 9999;
    width: 70px;
    height: 56px;
    background: #305452;
    padding: 18px 20px 0;
    cursor: pointer;
  }
  #hb_menu span {
    height: 3px;
    border-radius: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    transition: 0.4s ease;
  }
  #hb_menu.open span:nth-child(1) {
    transform: translate(0, 10px) rotate(45deg);
  }
  #hb_menu.open span:nth-child(2) {
    opacity: 0;
  }
  #hb_menu.open span:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
  }
  #mv {
    padding-left: 0;
    padding-right: 0;
  }
  #sub_mv .w1100 {
    padding-left: 0;
    padding-right: 0;
  }
  #section01 .ttl img, #section02 .ttl img {
    width: auto;
    height: 32px;
  }
  #section03 .ttl img {
    width: auto;
    height: 82px;
  }
  #section04 .works_list p {
    font-size: 14px;
    line-height: 1.5;
  }
  .print_price {
    gap: 20px;
  }
  .print_price li {
    padding-bottom: 90%;
  }
  .print_price .pp_ttl {
    font-size: 20px;
  }
  #section05 ul {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr;
  }
  #section05 ul li {
    display: flex;
    justify-content: space-between;
  }
  #section05 ul li > div:first-child {
    width: 223px;
  }
  #section05 ul li > div:last-child {
    width: calc(100% - 240px);
  }
  #section05 ul p {
    font-size: 15px;
    letter-spacing: 0.2em;
    padding-top: 10px;
    line-height: 1.75;
    text-align: justify;
  }
  #form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #rulebox {
    width: 600px;
  }
  #rulebox p {
    width: 100%;
  }
  #rulebox dl dd {
    width: calc(100% - 350px);
  }
  #rulebox dl dd .rule_in dd {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: calc(20 / 640 * 100vw);
    font-family: "Noto Sans Japanese", sans-serif;
    color: #000;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  .w1100 {
    max-width: calc(1100 / 640 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .w495 {
    max-width: calc(495 / 640 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  header {
    background: var(--mc);
    color: #fff;
    height: calc(110 / 640 * 100vw);
    position: relative;
  }
  header .logo {
    position: absolute;
    top: calc(30 / 640 * 100vw);
    left: calc(30 / 640 * 100vw);
  }
  header .logo a {
    display: block;
    text-indent: calc(-9999 / 640 * 100vw);
    background: url(../img/logo.svg) no-repeat left top/100% auto;
    aspect-ratio: 154/40;
    width: calc(170 / 640 * 100vw);
    height: auto;
  }
  header .text {
    position: absolute;
    font-size: calc(15 / 640 * 100vw);
    letter-spacing: 0.08em;
    top: calc(58 / 640 * 100vw);
    left: calc(240 / 640 * 100vw);
  }
  header #g_nav {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  header #g_nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(400 / 640 * 100vw);
    background: #fff;
    text-align: center;
    display: grid;
    gap: calc(15 / 640 * 100vw) 0;
  }
  header #g_nav a {
    font-size: calc(20 / 640 * 100vw);
    color: var(--mc);
  }
  #hb_menu {
    position: fixed;
    right: calc(32 / 640 * 100vw);
    top: calc(26 / 640 * 100vw);
    z-index: 9999;
    width: calc(70 / 640 * 100vw);
    height: calc(56 / 640 * 100vw);
    background: #305452;
    padding: calc(18 / 640 * 100vw) calc(20 / 640 * 100vw) 0;
    cursor: pointer;
  }
  #hb_menu span {
    height: calc(3 / 640 * 100vw);
    border-radius: calc(2 / 640 * 100vw);
    background: #fff;
    display: block;
    margin-bottom: calc(5 / 640 * 100vw);
    transition: 0.4s ease;
  }
  #hb_menu.open span:nth-child(1) {
    transform: translate(0, calc(10 / 640 * 100vw)) rotate(45deg);
  }
  #hb_menu.open span:nth-child(2) {
    opacity: 0;
  }
  #hb_menu.open span:nth-child(3) {
    transform: translate(0, calc(-6 / 640 * 100vw)) rotate(-45deg);
  }
  footer {
    font-size: calc(14 / 640 * 100vw);
    background: #dcddd7;
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  footer a {
    transition: opacity 0.4s ease;
  }
  footer a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 640px) {
  footer .inner {
    max-width: calc(400 / 640 * 100vw);
    padding: calc(60 / 640 * 100vw) 0;
    margin: 0 auto;
    line-height: 1.75;
  }
  footer .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(50 / 640 * 100vw);
  }
  footer small {
    display: block;
    background: #fff;
    font-size: calc(14 / 640 * 100vw);
    text-align: center;
    padding: calc(15 / 640 * 100vw);
  }
  #mv {
    margin-bottom: calc(70 / 640 * 100vw);
  }
  .default_text {
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin-bottom: calc(35 / 640 * 100vw);
    text-align: justify;
    word-break: break-all;
  }
  .default_text.sp_fs26 {
    font-size: calc(26 / 640 * 100vw);
  }
  .red_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    color: #fff;
    border-radius: calc(5 / 640 * 100vw);
    font-weight: 600;
    height: calc(80 / 640 * 100vw);
    font-size: calc(28 / 640 * 100vw);
    box-shadow: calc(3 / 640 * 100vw) calc(3 / 640 * 100vw) 0 #dea4a4;
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  .red_btn {
    transition: opacity 0.4s ease;
  }
  .red_btn:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 640px) {
  #section01 {
    margin-bottom: calc(115 / 640 * 100vw);
  }
  #section01 .ttl {
    text-align: center;
    margin-bottom: calc(45 / 640 * 100vw);
  }
  #section01 .ttl img {
    width: calc(513 / 640 * 100vw);
  }
  #section01 .review {
    background: #e8ece1;
    padding: calc(50 / 640 * 100vw) 0 calc(35 / 640 * 100vw);
    margin-bottom: calc(110 / 640 * 100vw);
  }
  #section01 .review .ttl {
    max-width: fit-content;
    margin: 0 auto calc(35 / 640 * 100vw);
    font-size: calc(26 / 640 * 100vw);
    line-height: 1.4285714286;
    color: var(--green01);
    font-weight: bold;
  }
  #section01 .review a {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  #section01 .review a {
    transition: opacity 0.4s ease;
  }
  #section01 .review a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 640px) {
  #section01 .review a img {
    width: calc(445 / 640 * 100vw);
  }
  #section01 .sample p {
    padding-left: calc(20 / 640 * 100vw);
    font-weight: bold;
    color: var(--red);
  }
  #section01 .sample p:nth-child(1) {
    font-size: calc(28 / 640 * 100vw);
    line-height: 1.8666666667;
    text-decoration: underline;
    text-underline-offset: calc(5 / 640 * 100vw);
    margin-bottom: calc(15 / 640 * 100vw);
  }
  #section01 .sample p:nth-child(2) {
    font-size: calc(17 / 640 * 100vw);
    margin-bottom: calc(30 / 640 * 100vw);
  }
  #section01 .sample p:nth-child(3) {
    font-size: calc(22 / 640 * 100vw);
    line-height: 2;
    margin-bottom: calc(40 / 640 * 100vw);
  }
  #section02 {
    margin-bottom: calc(170 / 640 * 100vw);
  }
  #section02 .ttl {
    text-align: center;
    margin-bottom: calc(45 / 640 * 100vw);
  }
  #section02 .ttl img {
    width: calc(503 / 640 * 100vw);
  }
  #section02 .review_list {
    margin: calc(80 / 640 * 100vw) 0;
  }
  .review_list {
    display: grid;
    gap: calc(15 / 640 * 100vw) 0;
  }
  .review_list a {
    font-weight: bold;
    font-size: calc(34 / 640 * 100vw);
    color: var(--green02);
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  .review_list a {
    transition: opacity 0.4s ease;
  }
  .review_list a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 640px) {
  #sub_mv {
    margin-bottom: calc(115 / 640 * 100vw);
    font-size: 0;
    line-height: 1;
  }
  .print_price {
    max-width: calc(349 / 640 * 100vw);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: calc(70 / 640 * 100vw) 0;
    margin-bottom: calc(100 / 640 * 100vw);
  }
  .print_price li {
    padding-bottom: calc(325 / 640 * 100vw);
  }
  .print_price .pp_ttl {
    text-align: center;
    font-weight: bold;
    font-size: calc(22 / 640 * 100vw);
    color: var(--green01);
    border-bottom: solid calc(4 / 640 * 100vw) var(--green01);
    padding-bottom: calc(20 / 640 * 100vw);
    margin-bottom: calc(20 / 640 * 100vw);
  }
  .print_price .default_text {
    margin-bottom: 0;
  }
  .print_price .bg01 {
    background: url(../img/print01.jpg) no-repeat center bottom/100% auto;
  }
  .print_price .bg02 {
    background: url(../img/print02.jpg) no-repeat center bottom/100% auto;
  }
  .price_area .pa_ttl {
    color: var(--red);
    font-size: calc(28 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(35 / 640 * 100vw);
  }
  .price_area .box {
    border: solid 1px #000;
    margin-bottom: calc(40 / 640 * 100vw);
    padding: calc(40 / 640 * 100vw);
  }
  .price_area .box .default_text {
    margin-bottom: 0;
    margin-top: calc(25 / 640 * 100vw);
  }
  .price_area .box ul {
    display: grid;
    gap: calc(30 / 640 * 100vw) 0;
    font-weight: bold;
    font-size: calc(22 / 640 * 100vw);
  }
  .price_area .box ul span {
    font-size: calc(17 / 640 * 100vw);
  }
  #section03 {
    margin-bottom: calc(130 / 640 * 100vw);
  }
  #section03 .ttl {
    text-align: center;
    margin-bottom: calc(45 / 640 * 100vw);
  }
  #section03 .ttl img {
    width: calc(490 / 640 * 100vw);
  }
  #section03 ul {
    display: grid;
    gap: calc(55 / 640 * 100vw) 0;
    margin-bottom: calc(25 / 640 * 100vw);
  }
  #section03 .bottom_text {
    font-size: calc(19 / 640 * 100vw);
    color: var(--green01);
    line-height: 1.65;
  }
  #section04 {
    margin-bottom: calc(100 / 640 * 100vw);
  }
  #section04 .ttl {
    text-align: center;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(55 / 640 * 100vw);
    color: var(--green01);
  }
  #section04 .works_list {
    display: grid;
    gap: calc(45 / 640 * 100vw) 0;
    margin-bottom: calc(100 / 640 * 100vw);
  }
  #section04 .works_list p {
    color: var(--green01);
    font-size: calc(17 / 640 * 100vw);
    margin-top: calc(10 / 640 * 100vw);
  }
  #section05 {
    background: #ededed;
    padding: calc(120 / 640 * 100vw) 0;
  }
  #section05 ul {
    max-width: calc(545 / 640 * 100vw);
    margin: 0 auto;
    display: grid;
    gap: calc(35 / 640 * 100vw);
  }
  #section05 ul li {
    display: flex;
    justify-content: space-between;
  }
  #section05 ul li > div:first-child {
    width: calc(223 / 640 * 100vw);
  }
  #section05 ul li > div:last-child {
    width: calc(100% - (240 / 640 * 100vw));
  }
  #section05 ul p {
    font-size: calc(18 / 640 * 100vw);
    letter-spacing: 0.2em;
    padding-top: calc(10 / 640 * 100vw);
    line-height: 1.75;
    text-align: justify;
  }
  #section06 {
    padding: 0 0 calc(110 / 640 * 100vw);
    margin-top: calc(90 / 640 * 100vw);
  }
  #section06 .ttl {
    text-align: center;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(35 / 640 * 100vw);
    color: var(--green01);
  }
  #section06 .w_faq {
    border-bottom: solid calc(1 / 640 * 100vw) #7c7c7c;
  }
  #section06 .faq {
    border-top: solid calc(1 / 640 * 100vw) #7c7c7c;
  }
  #section06 .faq p, #section06 .faq h3 {
    color: #7c7c7c;
  }
  #section06 .q {
    font-weight: bold;
    font-size: calc(22 / 640 * 100vw);
    line-height: 1.4;
    padding: calc(24 / 640 * 100vw) calc(35 / 640 * 100vw) calc(24 / 640 * 100vw) 0;
    position: relative;
    cursor: pointer;
  }
  #section06 .q.open:after {
    opacity: 0;
  }
  #section06 .q:before, #section06 .q:after {
    right: 0;
    top: 49%;
    position: absolute;
    content: "";
    display: block;
    width: calc(21 / 640 * 100vw);
    height: calc(3 / 640 * 100vw);
    background: #7c7c7c;
  }
  #section06 .q:after {
    transform: rotate(90deg);
  }
  #section06 .a {
    display: none;
    font-size: calc(17 / 640 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: calc(15 / 640 * 100vw) 0 calc(24 / 640 * 100vw);
  }
  #section06 .a p {
    margin-bottom: calc(15 / 640 * 100vw);
  }
  #section06 .a p:last-child {
    margin-bottom: 0;
  }
  #section07 {
    margin-bottom: calc(170 / 640 * 100vw);
  }
  #section07 .ttl {
    text-align: center;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(40 / 640 * 100vw);
    color: var(--green01);
  }
  #section07 .default_text {
    padding-bottom: calc(320 / 640 * 100vw);
  }
  #section07 .bg01 {
    background: url(../img/flow01.jpg) no-repeat center bottom/calc(404 / 640 * 100vw) auto;
    margin-bottom: calc(55 / 640 * 100vw);
  }
  #section07 .bg02 {
    background: url(../img/flow02.jpg) no-repeat center bottom/calc(404 / 640 * 100vw) auto;
    margin-bottom: 0;
  }
  #form .ttl {
    text-align: center;
    font-size: calc(32 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(70 / 640 * 100vw);
    color: var(--green01);
    line-height: 1.40625;
  }
  #form .ttl.mb45 {
    margin-bottom: calc(45 / 640 * 100vw);
  }
  #form .ttl01 {
    font-size: calc(25 / 640 * 100vw);
    font-weight: bold;
    margin-bottom: calc(25 / 640 * 100vw);
    position: relative;
  }
  #form .ttl02 {
    font-size: calc(25 / 640 * 100vw);
    margin-bottom: calc(15 / 640 * 100vw);
    font-weight: bold;
    display: flex;
    gap: 0 calc(20 / 640 * 100vw);
  }
  #form .ttl02:has(.rc) {
    margin-bottom: calc(10 / 640 * 100vw);
  }
  #form .ttl02 .rc {
    color: #fff;
    font-size: calc(15 / 640 * 100vw);
    background: #d25869;
    display: inline-block;
    border-radius: calc(5 / 640 * 100vw);
    width: calc(54 / 640 * 100vw);
    height: calc(32 / 640 * 100vw);
    line-height: calc(32 / 640 * 100vw);
    text-align: center;
  }
  #form .row {
    margin-bottom: calc(130 / 640 * 100vw);
  }
  #form .row.file {
    min-height: calc(325 / 640 * 100vw);
  }
  #form .c_red {
    color: var(--red);
  }
  #form .box {
    background: #ededed;
    margin-top: calc(45 / 640 * 100vw);
    padding: calc(30 / 640 * 100vw) calc(10 / 640 * 100vw) calc(30 / 640 * 100vw) calc(30 / 640 * 100vw);
  }
  #form .box .default_text {
    line-height: 2.5;
    margin-bottom: 0;
  }
  #form .box h4 {
    display: inline;
  }
  #form .box .bold {
    font-weight: bold;
  }
  #form .box .small {
    font-size: calc(17 / 640 * 100vw);
    letter-spacing: 0.1em;
  }
  #form .gaku_4item {
    display: block;
    max-width: fit-content;
    margin: calc(85 / 640 * 100vw) auto calc(90 / 640 * 100vw);
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  #form .gaku_4item {
    transition: opacity 0.4s ease;
  }
  #form .gaku_4item:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 640px) {
  #form .gaku_4item img {
    width: calc(465 / 640 * 100vw);
  }
  #form .w_total_num {
    font-weight: bold;
    text-align: right;
    border-bottom: solid calc(2 / 640 * 100vw) #000;
    padding-bottom: calc(5 / 640 * 100vw);
    max-width: fit-content;
    margin-left: auto;
  }
  #form .w_total_num .text {
    font-size: calc(25 / 640 * 100vw);
    margin-right: calc(15 / 640 * 100vw);
  }
  #form .w_total_num .text, #form .w_total_num .tax {
    position: relative;
    top: calc(2 / 640 * 100vw);
  }
  #form .w_total_num .yen, #form .w_total_num #total_num {
    font-size: calc(42 / 640 * 100vw);
  }
  #form .w_total_num .tax {
    font-size: calc(20 / 640 * 100vw);
    margin-left: calc(5 / 640 * 100vw);
  }
  #form .list {
    margin-top: calc(45 / 640 * 100vw);
    display: grid;
    gap: calc(12 / 640 * 100vw) 0;
  }
  #form .list input {
    margin-bottom: 0;
  }
  #rulebox {
    font-size: calc(13 / 640 * 100vw);
    width: calc(470 / 640 * 100vw);
    height: calc(200 / 640 * 100vw);
    padding: calc(10 / 640 * 100vw);
    overflow: scroll;
    overflow-x: hidden;
    border: calc(1 / 640 * 100vw) solid #d1c9c9;
    margin: 0 auto;
    line-height: 1.7;
  }
  #rulebox p {
    margin: 0 auto;
    margin-bottom: calc(10 / 640 * 100vw);
  }
  #rulebox dl {
    width: calc(470 / 640 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(20 / 640 * 100vw);
  }
  #rulebox dl dt {
    width: calc(28 / 640 * 100vw);
    float: left;
    clear: both;
  }
  #rulebox dl dd {
    width: calc(420 / 640 * 100vw);
    float: left;
  }
  #rulebox dl dd .rule_in dt {
    clear: both;
    float: left;
    width: calc(30 / 640 * 100vw);
  }
  #rulebox dl dd .rule_in dd {
    float: left;
    width: calc(400 / 640 * 100vw);
  }
  #drop-area {
    border: dashed calc(2 / 640 * 100vw) #cccccc;
    border-radius: calc(5 / 640 * 100vw);
    width: calc(440 / 640 * 100vw);
    height: calc(275 / 640 * 100vw);
    position: relative;
    cursor: pointer;
    padding-top: calc(85 / 640 * 100vw);
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  #drop-area:hover {
    background: #f5f5f5;
  }
}
@media screen and (max-width: 640px) {
  #drop-area svg {
    width: calc(32 / 640 * 100vw);
    display: block;
    margin: 0 auto calc(20 / 640 * 100vw);
  }
  #drop-area p {
    font-size: calc(16 / 640 * 100vw);
    line-height: 1.6;
    max-width: fit-content;
    margin: 0 auto;
  }
  #drop-area input[type=file] {
    cursor: pointer;
    z-index: 2;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #preview-clear {
    display: none;
    font-weight: 500;
    border: solid 1px #ccc;
    font-size: calc(17 / 640 * 100vw);
    cursor: pointer;
    padding: calc(10 / 640 * 100vw) calc(20 / 640 * 100vw) calc(12 / 640 * 100vw);
    border-radius: calc(5 / 640 * 100vw);
    margin-left: calc(15 / 640 * 100vw);
    position: absolute;
    top: calc(-8 / 640 * 100vw);
    left: calc(250 / 640 * 100vw);
  }
  #preview {
    display: none;
    border: dashed calc(2 / 640 * 100vw) #cccccc;
    border-radius: calc(5 / 640 * 100vw);
    padding: calc(10 / 640 * 100vw);
    max-width: fit-content;
  }
  #preview img {
    max-height: calc(255 / 640 * 100vw);
    max-width: calc(420 / 640 * 100vw);
  }
  input[type=text], input[type=email], input[type=tel],
  select, textarea {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-radius: calc(4 / 640 * 100vw);
    color: #363636;
    font-size: calc(22 / 640 * 100vw);
    line-height: 1.4;
    font-family: inherit;
    padding: calc(12 / 640 * 100vw) calc(20 / 640 * 100vw);
    display: block;
    width: 100%;
    margin-bottom: calc(30 / 640 * 100vw);
  }
  input[type=text].bg, input[type=email].bg, input[type=tel].bg,
  select.bg, textarea.bg {
    background: #f2f2f2;
    border: none;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder,
  select::placeholder, textarea::placeholder {
    color: #535353;
  }
  textarea {
    resize: vertical;
    min-height: calc(160 / 640 * 100vw);
  }
  .select_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: calc(30 / 640 * 100vw);
    gap: 0 calc(70 / 640 * 100vw);
  }
  .select_flex .select {
    margin-bottom: 0;
  }
  .select_flex > div:first-child {
    max-width: calc(240 / 640 * 100vw);
  }
  .select_flex p {
    font-weight: bold;
    padding-bottom: calc(10 / 640 * 100vw);
  }
  .select_flex .num {
    font-size: calc(25 / 640 * 100vw);
  }
  .select_flex .tax {
    font-size: calc(20 / 640 * 100vw);
  }
  .select {
    position: relative;
    margin-bottom: calc(30 / 640 * 100vw);
    min-width: calc(240 / 640 * 100vw);
  }
  .select.m240 {
    max-width: calc(240 / 640 * 100vw);
  }
  .select select {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .select:after {
    border: calc(4 / 640 * 100vw) solid #485fc7;
    border-radius: calc(2 / 640 * 100vw);
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    aspect-ratio: 1/1;
    width: calc(10 / 640 * 100vw);
    height: auto;
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: calc(-8 / 640 * 100vw);
    transform: rotate(-45deg);
    transform-origin: center;
    right: calc(24 / 640 * 100vw);
  }
  select {
    padding-right: calc(50 / 640 * 100vw);
  }
  input[type=checkbox] {
    -webkit-appearance: checkbox;
  }
  .is_privacy {
    display: block;
    max-width: fit-content;
    font-size: calc(26 / 640 * 100vw);
    margin: calc(20 / 640 * 100vw) auto calc(45 / 640 * 100vw);
  }
  .privacy_notice {
    font-size: calc(16 / 640 * 100vw);
    marginh: calc(40 / 640 * 100vw) 0;
  }
  .send_btn {
    font-family: inherit;
    font-size: calc(28 / 640 * 100vw);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #148b7e;
    color: #fff;
    border-radius: calc(5 / 640 * 100vw);
    font-weight: 600;
    height: calc(80 / 640 * 100vw);
    box-shadow: calc(3 / 640 * 100vw) calc(3 / 640 * 100vw) 0 #8ec7c1;
    width: calc(325 / 640 * 100vw);
    cursor: pointer;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) and (any-hover: hover) {
  .send_btn {
    transition: opacity 0.4s ease;
  }
  .send_btn:hover {
    opacity: 0.5 !important;
  }
}

/*# sourceMappingURL=style.css.map */
