@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  color: unset;
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

address {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --wrapper: 126.5rem;
  --wrapper-padding: 2rem;
  --space: max(
    2rem,
    calc((100% - calc(var(--wrapper) - var(--wrapper-padding) * 2)) / 2)
  );
  --c-wrapper: 107.5rem;
  --c-wrapper-padding: 2rem;
  --c-space: max(
    2rem,
    calc((100% - calc(var(--c-wrapper) - var(--c-wrapper-padding) * 2)) / 2)
  );
}

.wrapper {
  padding-left: var(--c-space) !important;
  padding-right: var(--c-space) !important;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 62.5%;
  background-color: #EFEFEF;
}

body {
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #2D2B28;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:active, a:hover {
  color: unset;
}
a[target=_new] {
  text-decoration: underline;
}
a[target=_new]::after {
  content: url(/assets/images/icon_blank.svg);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5em;
}
a.txtlink {
  color: #3E72FF;
  border-bottom: solid 1px #3E72FF;
}

figure {
  overflow: hidden;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure object {
  width: 100%;
}

br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
.application a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 4rem;
  color: #FAFAFA;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background-image: linear-gradient(180deg, rgb(4, 55, 134) 60%, rgb(30, 26, 221));
  border-radius: 25px;
}
.application a .i {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke-width='3' stroke='%23ffffff' fill='none'><path d='M54.1,50.13H9.9a2,2,0,0,1-2-2V21.87c0-1.11.89-1,2-1h7.54a1,1,0,0,0,.76-.35l4.1-5.95a2,2,0,0,1,1.52-.7H40a2,2,0,0,1,1.51.7l4.11,5.95a1,1,0,0,0,.76.35H54.1c1.11,0,2-.11,2,1V48.13A2,2,0,0,1,54.1,50.13Z'/><circle cx='32' cy='34' r='10.05'/></svg>") no-repeat center center/3rem 3rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .application a:hover {
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
  }
}

#fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#fixed .application {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgb(4, 55, 134) 60%, rgb(30, 26, 221));
}
#fixed .application a {
  border: solid 0.1rem #FAFAFA;
  font-weight: 500;
  height: 5rem;
  background: transparent;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
#fixed .application a .i {
  width: 4rem;
  height: 4rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke-width='3' stroke='%23ffffff' fill='none'><path d='M54.1,50.13H9.9a2,2,0,0,1-2-2V21.87c0-1.11.89-1,2-1h7.54a1,1,0,0,0,.76-.35l4.1-5.95a2,2,0,0,1,1.52-.7H40a2,2,0,0,1,1.51.7l4.11,5.95a1,1,0,0,0,.76.35H54.1c1.11,0,2-.11,2,1V48.13A2,2,0,0,1,54.1,50.13Z'/><circle cx='32' cy='34' r='10.05'/></svg>") no-repeat center center/4rem 4rem;
}
@media screen and (min-width: 768px) {
  #fixed {
    display: none;
  }
}

header {
  width: 100%;
  position: relative;
  z-index: 500;
}
header #header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  padding: 2rem;
}
header #header .sitetitle a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 16rem;
}
header #header .sitetitle a img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    padding: 2rem;
  }
  header #header {
    justify-content: space-between;
    width: min(100% - 6rem, 106.5rem);
    margin-inline: auto;
    height: 7rem;
    border-radius: 3.5rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
}
header .application {
  display: none;
}
#page-title {
  width: 100%;
  text-align: center;
  padding: 0;
}
#page-title h1 {
  width: 100%;
}
#page-title .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #page-title {
    height: 37rem;
  }
  #page-title h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #page-title .pc {
    display: contents;
  }
  #page-title .sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #page-title {
    height: 45rem;
  }
}

/* フッター
=============================================== */
footer .wrapper {
  background: rgba(250, 250, 250, 0.95);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer h2 {
  width: 20rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
footer h3 {
  width: fit-content;
  color: #FF8194;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-inline: auto;
  margin-bottom: 2rem;
}
footer dl {
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-inline: auto;
}
footer dl div {
  display: flex;
  flex-direction: column;
}
footer dl div:has(+ div) {
  margin-bottom: 0.5rem;
}
footer dl dt {
  margin-bottom: 0.3rem;
}
footer dl dd {
  margin-bottom: 0.5rem;
}
footer dl dd:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  footer dl div {
    flex-direction: row;
  }
  footer dl dt {
    width: 7em;
  }
  footer dl dd {
    width: fit-content;
  }
}
footer .caption {
  width: fit-content;
  max-width: 90rem;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-inline: auto;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
footer .caption:last-of-type {
  margin-bottom: 0;
}
footer .caption::before {
  content: "※";
  color: #2D2B28;
  font-feature-settings: initial;
}
footer #copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 0;
}

#pagetop {
  width: 100%;
  height: 5rem;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#pagetop a:hover {
  background: rgba(250, 250, 250, 0.75);
}

.page-type-home-sewing {
  position: relative;
  z-index: -10;
  background: #FFE3E7;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing::before, .page-type-home-sewing::after {
    content: "";
    position: fixed;
    top: 0;
    display: block;
    width: 30%;
    height: 100%;
    background-size: 100% 100%;
  }
  .page-type-home-sewing::before {
    z-index: -12;
    left: 0;
    background: url(/assets/images/bg_left.svg) no-repeat 0 0;
  }
  .page-type-home-sewing::after {
    z-index: -11;
    right: 0;
    background: url(/assets/images/bg_right.svg) no-repeat right 0;
  }
}
.page-type-home-sewing #mv-cont {
  width: 100%;
  text-align: center;
  padding: 2rem 0 0;
}
.page-type-home-sewing #mv-cont h1 {
  position: relative;
  margin-bottom: 2rem;
}
.page-type-home-sewing #mv-cont .subtitle {
  width: fit-content;
  color: #FF8194;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2rem;
  background: rgba(250, 250, 250, 0.75);
  padding: 0.5rem 2rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #mv-cont .subtitle {
    font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
  }
}
.page-type-home-sewing #mv-cont .pc {
  display: none;
}
.page-type-home-sewing #mv-cont .pc img {
  height: 100%;
}
.page-type-home-sewing #mv-cont .mv {
  width: 100%;
}
.page-type-home-sewing #mv-cont .mv object {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #mv-cont .mv object {
    width: unset;
    height: 39rem;
  }
}
.page-type-home-sewing #mv-cont .application {
  color: #FF8194;
  border-radius: 2rem;
  background: rgba(250, 250, 250, 0.75);
  padding: 1rem;
  margin-inline: auto;
}
.page-type-home-sewing #mv-cont .application dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.page-type-home-sewing #mv-cont .application dd {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
}
.page-type-home-sewing #mv-cont .application dd::before {
  content: url(/assets/images/bullet.svg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-type-home-sewing #mv-cont .application div {
  width: fit-content;
  margin-inline: auto;
}
.page-type-home-sewing #mv-cont .application .caption {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
.page-type-home-sewing #mv-cont .application .caption:last-of-type {
  margin-bottom: 0;
}
.page-type-home-sewing #mv-cont .application .caption::before {
  content: "※";
  color: #FF8194;
  font-feature-settings: initial;
}
.page-type-home-sewing #mv-cont h1, .page-type-home-sewing #mv-cont .application {
  margin-left: var(--space);
  margin-right: var(--space);
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #mv-cont {
    max-width: 68rem;
    margin-inline: auto;
  }
  .page-type-home-sewing #mv-cont h1, .page-type-home-sewing #mv-cont .application {
    margin-left: 0;
    margin-right: 0;
  }
  .page-type-home-sewing #mv-cont .sp {
    display: none;
  }
  .page-type-home-sewing #mv-cont .mv {
    max-height: 40rem;
  }
  .page-type-home-sewing #mv-cont .application {
    display: flex;
    justify-content: center;
  }
  .page-type-home-sewing #mv-cont .application dd {
    padding-left: 3rem;
  }
  .page-type-home-sewing #mv-cont .application div {
    width: fit-content;
    margin-inline: unset;
  }
}
.page-type-home-sewing article {
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
  margin-bottom: 5rem;
}
.page-type-home-sewing article section {
  border-radius: 1rem;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing article section {
    padding: 3rem;
  }
}
.page-type-home-sewing article section h1 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  color: #FF8194;
  margin-bottom: 2rem;
}
.page-type-home-sewing article section h1 .num {
  text-indent: -1rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing article section h1 {
    font-size: 2.4rem;
  }
}
.page-type-home-sewing article section h2 {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: solid 0.1rem #D7D7D7;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing article section h2 {
    font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  }
}
.page-type-home-sewing article section p, .page-type-home-sewing article section ul, .page-type-home-sewing article section ol, .page-type-home-sewing article section li {
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
}
.page-type-home-sewing article section p:has(+ *), .page-type-home-sewing article section ul:has(+ *), .page-type-home-sewing article section ol:has(+ *), .page-type-home-sewing article section li:has(+ *) {
  margin-bottom: 1rem;
}
.page-type-home-sewing article section p .caption {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
.page-type-home-sewing article section p .caption:last-of-type {
  margin-bottom: 0;
}
.page-type-home-sewing article section p .caption::before {
  content: "※";
  color: #2D2B28;
  font-feature-settings: initial;
}
.page-type-home-sewing article section ul {
  line-height: 1.5;
}
.page-type-home-sewing article section ul.def > li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-type-home-sewing article section ul.def > li::before {
  content: "・";
  font-feature-settings: initial;
}
.page-type-home-sewing article section ul.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-type-home-sewing article section ul.notes > li::before {
  content: "※";
  font-feature-settings: initial;
}
.page-type-home-sewing article section ol {
  counter-reset: count 0;
}
.page-type-home-sewing article section ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.page-type-home-sewing article section p, .page-type-home-sewing article section li {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #content {
    border-top: none;
  }
}
.page-type-home-sewing #art01 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 5rem;
  row-gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .page-type-home-sewing #art01 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
.page-type-home-sewing #art01 section {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-type-home-sewing #art01 section:nth-of-type(3) {
    grid-row: 2/4;
    grid-column: 1;
  }
}
.page-type-home-sewing #art01 section ul li h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 500;
  color: #FAFAFA;
  text-indent: 0;
  line-height: 1;
  border-radius: 1rem;
  background-color: #FF8194;
  padding: 1rem;
  margin: 1rem 0 2rem;
}
.page-type-home-sewing #art01 section ul li h3 .sub {
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
}
.page-type-home-sewing #art01 section ul li h3 + p {
  text-indent: 0;
}
.page-type-home-sewing #art01 section ul li .waveline {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10px 10px'><path fill='none' stroke='%23FF8194' stroke-miterlimit='10' d='M0,5c2.5,0,2.5,3,5,3s2.5-3,5-3' /></svg>");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 10px 10px;
  padding-bottom: 0.5rem;
}
.page-type-home-sewing #art01 section ul.icon {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  line-height: 1;
  margin-bottom: 2rem;
}
.page-type-home-sewing #art01 section ul.icon li {
  width: calc(50% - 1rem);
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}
.page-type-home-sewing #art01 section ul.icon li:last-of-type {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #art01 section ul.icon li {
    width: calc(33.3333333333% - 1rem);
  }
}
.page-type-home-sewing #art01 section ul.icon li i {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #FF8194;
  color: #FAFAFA;
  font-style: normal;
  margin-right: 0.5rem;
}
.page-type-home-sewing #art01 section .contactlist {
  display: flex;
  flex-wrap: wrap;
}
.page-type-home-sewing #art01 section .contactlist dt {
  width: 4em;
  margin-bottom: 0.5rem;
}
.page-type-home-sewing #art01 section .contactlist dt::after {
  content: "：";
}
.page-type-home-sewing #art01 section .contactlist dd {
  width: calc(100% - 4em);
}
@media screen and (min-width: 1200px) {
  .page-type-home-sewing #art01 section .contactlist dd {
    width: calc(50% - 4em);
  }
}
.page-type-home-sewing #art01 section .contactlist dd a {
  color: #FF8194;
  border-bottom: solid 1px #FF8194;
}
.page-type-home-sewing #art02 {
  padding-top: 0;
}
.page-type-home-sewing #art02 section .content {
  max-width: 60rem;
  margin-inline: auto;
}
.page-type-home-sewing #art02 section h2 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #FF8194;
  border-bottom: none;
}
.page-type-home-sewing #art02 section h3 {
  text-align: center;
  border-bottom: solid 0.1rem #D7D7D7;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.page-type-home-sewing #art02 section h3 + p {
  margin-inline: auto;
}
.page-type-home-sewing #art02 section .flow {
  width: 100%;
}
.page-type-home-sewing #art02 section .flow .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #art02 section .flow .sp {
    display: none;
  }
  .page-type-home-sewing #art02 section .flow .pc {
    display: block;
  }
}
.page-type-home-sewing #example .notes {
  margin-bottom: 3rem;
}
.page-type-home-sewing #example .notes li {
  margin-bottom: 1rem;
}
.page-type-home-sewing #example .example_ul {
  margin-bottom: 5rem;
}
.page-type-home-sewing #example .example_ul:last-of-type {
  margin-bottom: 0;
}
.page-type-home-sewing #example .example_ul h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  color: #FAFAFA;
  border-radius: 0.5rem;
  background-color: #FF8194;
  margin-bottom: 3rem;
}
.page-type-home-sewing #example .example_ul ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.page-type-home-sewing #example .example_ul ul li {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #example .example_ul ul {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}
.page-type-home-sewing #complete section .grid-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  margin: 2rem 0;
}
.page-type-home-sewing #complete section .grid-box .box-text {
  border: solid 1px #D7D7D7;
  padding: 2rem;
}
.page-type-home-sewing #complete section .grid-box .box-text:last-of-type {
  margin-bottom: 0;
}
.page-type-home-sewing #complete section .grid-box .box-text h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.page-type-home-sewing #complete section .grid-box .box-text dl dt {
  border-bottom: solid 1px #D7D7D7;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.page-type-home-sewing #complete section .grid-box .box-text ul.icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #complete section .grid-box .box-text ul.icon {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-type-home-sewing #complete section .grid-box .box-text ul.icon li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}
.page-type-home-sewing #complete section .grid-box .box-text ul.icon li i {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #FF8194;
  color: #FAFAFA;
  font-style: normal;
  margin-right: 0.5rem;
}
.page-type-home-sewing #complete section .grid-box .box-text .waveline {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10px 10px'><path fill='none' stroke='%23FF8194' stroke-miterlimit='10' d='M0,5c2.5,0,2.5,3,5,3s2.5-3,5-3' /></svg>");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 10px 10px;
  padding-bottom: 0.5rem;
}
.page-type-home-sewing #complete section .box-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-type-home-sewing #complete section .box-btn {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#form #app_form h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  color: #FAFAFA;
  background-color: #FF8194;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
#form #app_form .form-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: solid 1px #D7D7D7;
  margin-top: 2rem;
}
#form #app_form .form-item .form-label {
  width: 100%;
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
  font-weight: 500;
  border-top: solid 1px #D7D7D7;
  padding: 1rem 0;
}
#form #app_form .form-item .form-label .required {
  display: inline-block;
  color: #FAFAFA;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #EF6570;
  padding: 0.3rem 0.5rem;
  margin-left: 0.5rem;
}
#form #app_form .form-item .form-input {
  width: 100%;
  padding-bottom: 1rem;
}
#form #app_form .form-item .form-input input, #form #app_form .form-item .form-input select, #form #app_form .form-item .form-input textarea {
  width: 100%;
  font-size: clamp(1.4rem, 1.267rem + 0.36vw, 1.6rem);
  padding: 0.5rem 1rem;
  border: solid 1px #D7D7D7;
  border-radius: 0.5rem;
  background-color: #EFEFEF;
}
@media screen and (min-width: 1024px) {
  #form #app_form .form-item {
    flex-direction: row;
  }
  #form #app_form .form-item .form-label {
    width: 25rem;
  }
  #form #app_form .form-item .form-input {
    width: calc(100% - 25rem);
    border-top: solid 1px #D7D7D7;
    padding: 1rem 0;
  }
}
#form #app_form .photoupload li {
  border: solid 1px #D7D7D7;
  padding: 5px;
  margin-bottom: 20px;
}
#form #app_form .photoupload li .required {
  display: inline-block;
  color: #FAFAFA;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #EF6570;
  padding: 0.3rem 0.5rem;
  margin-left: 0.5rem;
}
#form #app_form .photoupload li .image-label {
  display: inline-block;
  font-size: 1.3rem;
}
#form #app_form .photoupload li .preview-item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #form #app_form .photoupload {
    display: flex;
    justify-content: space-between;
  }
  #form #app_form .photoupload li {
    width: 23%;
  }
}
#form #app_form #agree {
  text-align: center;
}
#form #app_form .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form #app_form .form-btn .submit {
  flex: 1 1 auto;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  background-image: linear-gradient(to right, rgb(4, 55, 134) 0%, rgb(30, 26, 221) 51%, rgb(30, 26, 221) 100%);
}
#form #app_form .form-btn .submit:hover {
  background-position: right center;
}

@page {
  margin: 3mm 5mm;
  size: A4 portrait;
}
@media print {
  html[lang=ja] {
    font-size: 116%;
  }
  #container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3rem;
  }
  #container #mv-cont {
    grid-column: span 2/span 2;
  }
  #container #art01 {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
  #container #art02 {
    grid-row-start: 3;
    padding: 0 0 0 5rem !important;
  }
  #container #footer {
    grid-row-start: 3;
  }
  .page-type-home-sewing {
    padding: 0;
    zoom: 0.5;
  }
  .page-type-home-sewing.browser-is-edge {
    zoom: 0.6;
  }
  .page-type-home-sewing .wrapper {
    padding: 0 5rem !important;
  }
  .page-type-home-sewing #mv-cont {
    position: relative;
    padding: 1rem 5rem;
  }
  .page-type-home-sewing #mv-cont .subtitle, .page-type-home-sewing #mv-cont h1, .page-type-home-sewing #mv-cont .application {
    position: relative;
    z-index: 10;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    margin-inline: auto;
    margin-bottom: 0;
  }
  .page-type-home-sewing #mv-cont h1 {
    max-width: 180mm;
    margin-bottom: 0;
    height: 20rem;
    margin: -2rem auto;
  }
  .page-type-home-sewing #mv-cont h1 img {
    height: 100%;
  }
  .page-type-home-sewing #mv-cont .application {
    padding: 1rem 5rem;
  }
  .page-type-home-sewing #mv-cont .mv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5rem;
    max-width: 120mm;
  }
  .page-type-home-sewing #mv-cont .mv.sp {
    display: block;
    right: unset;
    left: 5rem;
  }
  .page-type-home-sewing article section {
    background: #FAFAFA;
    border: solid 0.1rem #2D2B28;
  }
  .page-type-home-sewing article section h1 {
    color: #2D2B28;
    font-weight: 700;
  }
  .page-type-home-sewing article section * {
    line-height: 1.5 !important;
  }
  .page-type-home-sewing article section li:has(+ li) {
    margin-bottom: 0.5rem;
  }
  .page-type-home-sewing #art01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
  .page-type-home-sewing #art01 section:nth-of-type(3) {
    grid-row: 2/4;
    grid-column: 1;
  }
  .page-type-home-sewing #art02 {
    margin-bottom: 0;
  }
  .page-type-home-sewing #art02 section .content {
    max-width: 100%;
  }
  .page-type-home-sewing #art02 p {
    text-align: center;
    max-width: 60rem;
  }
  .page-type-home-sewing #art02 .flow .sp {
    display: none;
  }
  .page-type-home-sewing #art02 .flow .pc {
    display: block !important;
  }
  .page-type-home-sewing #art02 .flow object {
    width: 55%;
    height: auto;
    margin-inline: auto;
  }
  .page-type-home-sewing footer .wrapper {
    background: none;
  }
  .page-type-home-sewing footer h2 {
    width: 20rem;
  }
  .page-type-home-sewing footer h3 {
    font-size: 16pt;
    font-weight: 700;
    color: #2D2B28;
  }
  .page-type-home-sewing footer dl {
    font-size: 14pt;
  }
  .page-type-home-sewing footer dl div {
    flex-direction: row;
  }
  .page-type-home-sewing footer dl div dt {
    white-space: nowrap;
  }
  .page-type-home-sewing footer p {
    font-size: 14pt;
  }
}

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