@charset "UTF-8";

/*
Theme Name:   得丸デザイン印刷
Description:  得丸デザイン印刷　コーポレイトサイトのデザインテーマです。
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      2.0
Template:     archetype4
*/

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?xat3e6");
  src: url("fonts/icomoon.eot?xat3e6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xat3e6") format("truetype"), url("fonts/icomoon.woff?xat3e6") format("woff"), url("fonts/icomoon.svg?xat3e6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #fff;
  color: #303030;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  color: #e48e00;
  font-style: inherit;
  font-weight: 700;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

article p {
  line-height: 2;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

table {
  width: 100%;
  border: 2px solid #0062AC;
  border-collapse: collapse;
  border-spacing: 0;
}

table + table {
  margin-top: 1em;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: middle;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
}

th {
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 0.375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

.post:first-child,
.widget:first-child,
.paragraph:first-child {
  margin-top: 0;
}

.post:last-child,
.widget:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.site-content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7.6923vw;
  padding-left: 7.6923vw;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.wpcf7-submit,
.btn,
[type=submit] {
  --color: #e48e00;
  --text-color: #fff;
  display: block;
  width: fit-content;
  max-width: 100%;
  box-shadow: none;
  margin: 0 auto;
  padding: 0.4762em 1em;
  border: 0;
  border-radius: 3em;
  background: var(--color, #e48e00);
  transition: 0.3s;
  transition-property: color, background-color, box-shadow;
  color: var(--text-color, #fff);
  font: 700 1.1875rem/2 "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.wpcf7-submit:hover,
.btn:hover,
[type=submit]:hover,
.wpcf7-submit:focus,
.btn:focus,
[type=submit]:focus {
  box-shadow: 0 0 0 0.09524em var(--color, #e48e00) inset;
  background: var(--text-color, #fff);
  color: var(--color, #e48e00);
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 2em 0 1rem;
  font-weight: 700;
}

:where(h2, h3, h4, h5, h6) + h2,
:where(h2, h3, h4, h5, h6) + h3,
:where(h2, h3, h4, h5, h6) + h4,
:where(h2, h3, h4, h5, h6) + h5,
:where(h2, h3, h4, h5, h6) + h6,
:where(h2, h3, h4, h5, h6) + section,
:where(h2, h3, h4, h5, h6) + article {
  margin-top: 0;
}

.en {
  display: block;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

.floating-char {
  --delay: 0s;
  display: inline-block;
  opacity: 0;
  transform-origin: 0 0;
}

.is-active .floating-char {
  animation: en-fade 0.5s ease-out forwards;
  animation-delay: var(--delay);
}

@keyframes en-fade {
  0% {
    opacity: 0;
    translate: 0 100%;
  }

  60% {
    opacity: 1;
    translate: 0 -10%;
  }

  80% {
    opacity: 1;
    translate: 0 -10%;
    scale: 1 0.7;
  }

  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

h2 {
  margin-top: 3rem;
  margin-bottom: 1em;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.6rem;
}

h2[data-en] {
  color: #717171;
  font: 700 0.775rem/2.5 "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h2 .en {
  line-height: 1;
  margin-bottom: 0.25em;
  color: #000;
  font-size: min(55.8px, 12.3077vw);
}

h3 {
  margin-bottom: 1em;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 1.4rem;
}

h4 {
  padding: 0 0 0.125em 0.41667em;
  border-bottom: 1px dotted #999;
  color: #15417b;
  margin-top: 1em;
  font-size: 1.2rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

.contactbox {
  grid-area: contact;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 4rem;
  padding-block: 3rem 7.75rem;
  border-radius: 0 3.125rem 0 0;
  background: no-repeat #e48e00;
  color: #fff;
}

.contactbox__heading {
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2em;
  text-align: left;
  word-break: auto-phrase;
}

.contactbox__text {
  line-height: 2;
  font-weight: 700;
  font-size: 1.125em;
}

.contactbox__tel {
  display: flex;
  align-items: baseline;
  gap: 0.19em;
  width: fit-content;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: min(42px, 10.77vw);
  text-decoration: none;
}

.contactbox__tel > span {
  font-size: 0.762em;
}

.contactbox__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}

.contactbox__link .btn {
  font-size: 1.0625em;
}

/* Common
--------------------------------*/

.btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1em;
  padding-right: 0.7143em;
  padding-left: 1.4286em;
}

.btn:after {
  display: block;
  grid-column: 2;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--text-color, #fff);
  transition: inherit;
  color: var(--color, #e48e00);
  font: 1.4286em/1 icomoon;
  content: "\e906";
}

.btn:hover:after,
.btn:focus:after {
  background: var(--color, #e48e00);
  color: var(--text-color, #fff);
}

.btn--contact {
  --color: #000;
}

.btn--download {
  --color: #fff;
  --text-color: #000;
}

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.lede {
  line-height: 2.222;
  font-weight: 700;
  font-size: 0.7875rem;
}

.link {
  margin-top: 2rem;
  text-align: center;
}

.more-link {
  margin-top: 0.75em;
  text-align: right;
}

.more-link > a {
  display: inline-flex;
  align-items: center;
  gap: 0.667em;
  text-decoration: none;
}

.more-link > a:after {
  display: inline-block;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  font: 1.111em/1 icomoon;
  text-align: center;
  content: "\e906";
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.text-rotation__wrap {
  display: flex;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 33.333%, #000 66.667%, rgba(0, 0, 0, 0));
}

.text-rotation__char {
  --delay: 0s;
  display: block;
  position: relative;
}

.text-rotation__char:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-char);
}

.text-rotation:hover .text-rotation__char,
.text-rotation:focus .text-rotation__char {
  animation: text-rotation 0.6s cubic-bezier(0, 0.5, 0.5, 1);
  animation-delay: var(--delay);
}

@keyframes text-rotation {
  100% {
    transform: translateY(-100%);
  }
}

.section-header {
  margin-bottom: 1.5rem;
}

.clear {
  clear: both;
}

/* Header
--------------------------------*/

.site-header {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
  width: 100%;
}

.admin-bar .site-header {
  top: 56px;
}

.site-header-content {
  display: grid;
  grid-template-areas: "logo . . ." "logo snav contact gnav" "logo . . .";
  grid-template-rows: 0.3125em auto 1fr;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 0 0.875em;
  padding-right: 7.6923vw;
}

.site-title {
  grid-area: logo;
  width: 4em;
  font-size: 1em;
}

.site-title > a {
  display: block;
  line-height: 1;
  box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0.625em;
  border-radius: 0 0.1875em 0.1875em 0;
  background: #fff;
}

.head-contact-btn {
  display: block;
  grid-area: contact;
  line-height: 3.379;
  padding: 0 1.8913em;
  border-radius: 2em;
  background: #C80852;
  transition-property: box-shadow, background-color, color;
  color: #fff;
  font-weight: 700;
  font-size: 0.575em;
  text-decoration: none;
}

.head-contact-btn:hover,
.head-contact-btn:focus {
  box-shadow: 0 0 0 0.125em currentColor inset;
  background: #fff;
  color: #C80852;
}

.dummy-head-contact-btn {
  grid-area: contact;
}

.dummy-nav-button {
  grid-area: gnav;
}

.shortcut-global-nav {
  display: none;
  grid-area: snav;
}

.global-nav {
  grid-area: gnav;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__header {
  display: grid;
  grid-template-areas: "logo logo" "tel mail";
  gap: 0.5em 0.25em;
  margin-bottom: 0.75rem;
}

.global-nav__logo {
  grid-area: logo;
  width: 3.75em;
  max-width: calc(100% - 15em);
}

.global-nav__logo img {
  vertical-align: middle;
}

.global-nav__tel,
.global-nav__mail {
  display: inline-block;
  justify-self: center;
  font-weight: 700;
  text-decoration: none;
}

.global-nav__tel:before,
.global-nav__mail:before {
  margin-right: 0.25rem;
  color: #838383;
  font-family: icomoon;
  font-weight: 400;
  content: "\e900";
}

.global-nav__tel {
  grid-area: tel;
}

.global-nav__mail {
  grid-area: mail;
}

.global-nav__mail:before {
  content: "\e901";
}

.global-nav__inner {
  min-height: 100%;
  padding: 7.6923vw;
  border-radius: 0.625rem;
  background: #f5f5f5;
}

.global-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 1em;
  font-weight: 800;
}

.global-nav__item:has(.global-nav-child) {
  grid-column: 1/-1;
}

.global-nav__link {
  --animtion-duration: 0.8s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav__link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 98, 172, 0) 5%, #0062AC 49%, #0062AC 51%, rgba(0, 98, 172, 0) 95%);
  transform: translateX(-100%);
  content: "";
}

.global-nav__link:hover:after,
.global-nav__link:focus:after {
  animation: horizontalSlide var(--animtion-duration, 0.8s) linear infinite;
}

.global-nav__pamphlet {
  display: block;
  margin: 1.25em auto 0;
  padding: 0.625em 1.875em;
  border-radius: 2em;
  background: #e48e00;
  transition-property: box-shadow, background-color, color;
  color: #fff;
  font-weight: 700;
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
}

.global-nav__pamphlet:hover,
.global-nav__pamphlet:focus {
  box-shadow: 0 0 0 0.125em currentColor inset;
  background: #fff;
  color: #e48e00;
}

@keyframes horizontalSlide {
  0% {
    left: 0;
    transform: translateX(-100%);
  }

  62.5% {
    left: 100%;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(0);
  }
}

.global-nav-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  margin-top: 0.5rem;
  font-size: 0.857143em;
}

.global-nav-child--service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.global-nav-child__caption {
  color: #838383;
}

.global-nav-child__link {
  color: #0062AC;
  font-weight: 700;
}

.global-nav-child__link:hover,
.global-nav-child__link:focus {
  color: #C80852;
}

.menu-button {
  position: relative;
  z-index: 100000;
  width: 4em;
  padding: 0.625em 1.5em;
  border-radius: 2em;
  background: #0062AC;
  transition: none;
  color: #fff;
  font-size: 1em;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
}

.menu-icon {
  position: relative;
  aspect-ratio: 30/20;
}

.menu-icon__bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  margin: auto;
  border-radius: 0.2em;
  background: currentColor;
  transition: 0.3s;
  transition-property: width, transform;
}

.menu-icon__bar:first-child {
  transform: translateY(-444.44%);
}

.menu-icon__bar:nth-child(2) {
  transform: translateY(444.44%);
}

[aria-expanded=true] .menu-icon__bar {
  width: 85%;
  transform: rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:first-child {
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 1440px;
  max-height: 100%;
  overflow: auto;
  box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 10px 7.6923vw 1em;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.drawer[aria-hidden=false] {
  transform: translateY(0);
}

.admin-bar .drawer {
  padding-top: 61px;
}

.hero-wrap {
  position: relative;
}

.head-service-site-link {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  z-index: 0;
}

.hero-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  max-width: 390px;
  line-height: 1.5;
  opacity: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in;
  color: #fff;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: min(16px, 4.1026vw);
  text-align: center;
  text-shadow: 0 0.25rem 0.25em rgba(0, 0, 0, 0.25);
}

.is-ready .hero-content {
  opacity: 1;
}

.no-js .hero-content {
  opacity: 1;
  transition: none;
}

.hero-content__catch {
  margin: 0;
  font-feature-settings: "palt";
  padding-left: 0.25em;
  font-size: 3.375em;
  font-feature-settings: "palt";
}

.hero-content__catch > span {
  display: inline-block;
}

.hero-content__catch > span::first-letter {
  color: #C80852;
}

.hero-content__catch2 {
  width: fit-content;
  margin: 1em auto;
  font-size: 1.1875em;
  text-align: left;
}

.hero-content__logo {
  width: 14.375em;
  margin: 2.5em auto 0;
}

.hero-content__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-slide {
  position: relative;
  aspect-ratio: 390/514;
  overflow: hidden;
  background: #333;
}

.hero-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
}

.hero-slide__item:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: opacity 0.2s ease-in;
  content: "";
}

.hero-slide__item.is-active {
  z-index: 1;
  visibility: visible;
  animation-name: zoomIn;
  animation-timing-function: linear;
}

.hero-slide__item.is-active:before {
  opacity: 0;
}

.is-ready .hero-slide__item {
  opacity: 1;
}

.hero-slide__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.loader {
  display: flex;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.loader__dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0062AC;
  animation: bounce 500ms alternate infinite ease;
  transform-origin: 50% 100%;
}

.loader__dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loader__dot:nth-child(3) {
  animation-delay: 0.3s;
}

.is-ready .loader {
  opacity: 0;
}

@keyframes bounce {
  0% {
    border-radius: 4rem 4rem 1.25rem 1.25rem;
    translate: 0 0;
    scale: 2 0.333;
  }

  35% {
    border-radius: 50%;
    scale: 1 1;
  }

  100% {
    translate: 0 -200%;
  }
}

/* Footer
--------------------------------*/

.site-footer-content {
  width: 84.6154vw;
  max-width: 20.625rem;
  margin: 0 auto;
  padding-block: 2rem 1rem;
}

.foot-organization {
  grid-area: organization;
}

.foot-organization__logo {
  margin-bottom: 3em;
  text-align: center;
}

.foot-organization__logo img {
  width: 11.125em;
}

.organization {
  margin: 2em auto 0;
  font-weight: 700;
}

.organization__name {
  width: fit-content;
  min-width: 8.5em;
  line-height: 2;
  margin-bottom: 0.3125em;
  padding: 0 0.5em;
  background: #303030;
  color: #fff;
  text-align: center;
}

.organization__name > span {
  display: inline-block;
  letter-spacing: 2em;
  transform: translateX(1em);
}

.organization--hq :where(.organization__address, .organization__contact) {
  font-size: 0.875em;
}

.organization__contact {
  display: flex;
  gap: 1em;
}

.organization__contact a {
  text-decoration: none;
}

.foot-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 800;
}

.foot-link-wrap {
  display: flex;
  grid-area: link;
  flex-direction: column;
  gap: 1.5em;
  margin-top: 4em;
}

.foot-link {
  margin: 0;
  container-type: inline-size;
}

.foot-link__title {
  margin: 0 0 0.5em;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.875em;
}

.foot-link__title:before {
  content: "● ";
}

:where(.service-site-link, .support-link) a:hover,
:where(.service-site-link, .support-link) a:focus {
  opacity: 0.65;
}

.service-site-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 6.061cqi;
  margin: 0;
  padding: 0;
}

.support-link {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.support-link img {
  width: auto;
  height: 12.7273cqi;
}

.copyright {
  grid-area: copyright;
  margin-top: 3rem;
  font-weight: 700;
  font-size: 0.875em;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content {
  position: relative;
}

main {
  grid-area: main;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

.sidebar {
  grid-area: side;
  margin-top: 3rem;
}

.widget__title {
  margin: 0 0 0.258em;
  padding: 0 0 0.343em;
  border-bottom: 1px solid #303030;
  font-size: 1.25rem;
  text-align: left;
}

.recent-post-list__link {
  display: inline-flex;
  gap: 1em;
  max-width: 100%;
}

.recent-post-list__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-list a {
  display: block;
  position: relative;
  line-height: 2.2223;
  padding: 0.556em 2.223em 0.556em 0;
  border-bottom: 1px solid #a6a6a6;
  text-decoration: none;
}

.page-list a:after {
  position: absolute;
  top: 0;
  right: 0.4091em;
  bottom: 0;
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px currentColor inset;
  margin: auto 0;
  border-radius: 50%;
  transition: right 0.3s ease;
  font: 1.2223em/1 icomoon;
  content: "\e906";
}

.page-list a:hover:after,
.page-list a:focus:after {
  right: 0;
}

.side-banner {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.side-banner a:hover,
.side-banner a:focus {
  opacity: 0.65;
}

.side-banner img {
  width: 100%;
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  position: absolute;
  top: -5rem;
  right: 0;
  max-width: 100%;
  line-height: 2.222;
  overflow: auto;
  margin: 0;
  padding: 0.556em 7.6923vw 0;
  font-weight: 700;
  font-size: 0.75em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  content: "／";
}

/* Home
--------------------------------*/

.home-news-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 1rem 0.75em;
  border-bottom: 1px solid;
}

.home-news-area__heading {
  width: fit-content;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list__item {
  border-bottom: 1px solid;
}

.post-list--one .post-list__item {
  border-bottom: 0;
}

.post-list__link {
  display: block;
  padding: 1em 0;
  font-weight: 700;
  text-decoration: none;
}

.post-list__link:hover .post-list__title,
.post-list__link:focus .post-list__title {
  color: #C80852;
}

.post-list--one .post-list__link {
  padding: 0;
}

.post-list__date {
  display: block;
  color: #a6a6a6;
  font-size: 1.125em;
}

.post-list__title {
  transition: color 0.3s;
}

.home-introduction-area__heading {
  width: 8em;
  margin: 0 0 0.5em;
  font: 500 2rem/1.6875 YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  text-align: left;
  letter-spacing: 0.05em;
}

.home-introduction-area__heading > span {
  display: inline-block;
  clip-path: rect(0% 0% 100% 0%);
  transition: clip-path 0.8s;
}

.home-introduction-area__heading > span:nth-child(2) {
  transition-delay: 0.85s;
}

.home-introduction-area__heading > span:nth-child(3) {
  transition-delay: 1.7s;
}

.is-active .home-introduction-area__heading > span {
  clip-path: rect(0% 100% 100% 0%);
}

.no-js .home-introduction-area__heading > span {
  clip-path: none;
}

.home-introduction-area__content {
  line-height: 2.125;
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0, 0% 0%);
  transition: 0.8s 2.4s;
  transition-property: opacity, clip-path;
  font-weight: 700;
}

.home-introduction-area__content p {
  margin: 0;
}

.is-active .home-introduction-area__content {
  opacity: 1;
  clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
}

.no-js .home-introduction-area__content {
  opacity: 1;
  clip-path: none;
  transition: none;
}

.home-introduction-area__link {
  opacity: 0;
  margin-top: 3rem;
  transform: translateY(1em);
  transition: opacity 0.8s 2.5s;
}

.is-active .home-introduction-area__link {
  opacity: 1;
  transform: translateY(0);
}

.no-js .home-introduction-area__link {
  opacity: 1;
  transform: none;
  transition: none;
}

.small-lots__list,
.service-area__list {
  list-style: none;
  line-height: 2.5;
  margin: 0;
  padding: 0;
}

.small-lots__list > li,
.service-area__list > li {
  display: inline;
}

.small-lots__list > li:not(:last-child):after,
.service-area__list > li:not(:last-child):after {
  content: " /";
}

.small-lots {
  margin: 2em -3.077vw 0;
  padding: 1.25em 0.75em;
  background: #717171;
  color: #fff;
}

.small-lots__heading {
  line-height: 2;
  margin: 0 0 1.5em;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  word-break: auto-phrase;
}

.small-lots__list {
  font-size: 0.875em;
}

.pickup-banner-area {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 7em;
  padding: 2em 0 1.25em;
  background: #0062AC;
  color: #fff;
}

.pickup-banner-area__heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translateY(-85%);
  color: #0062AC;
  font: 600 3.5rem/1 YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  text-align: center;
}

.pickup-banner-wrap {
  overflow: hidden;
  padding: 0 1.25em;
}

.pickup-banner {
  margin: 0;
}

.pickup-banner .splide__track {
  width: 84.1026vw;
  max-width: 328px;
  overflow: visible;
}

.pickup-banner__item {
  background: #fff;
}

.pickup-banner__item a:hover,
.pickup-banner__item a:focus {
  opacity: 0.65;
}

.bg-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 2rem 3rem;
  border-radius: 3.125rem;
  background: #f5f5f5;
}

.service-slide-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}

.service-slide .splide__track {
  width: 71.7949vw;
  max-width: 280px;
  overflow: visible;
  container-type: inline-size;
}

.service-slide__item {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  margin: 0;
  padding-top: 3.375em;
  font-size: 5.7143cqi;
}

.service-slide__heading {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: 600 1.4em/1.6 YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  writing-mode: vertical-rl;
}

.service-slide__heading > span {
  display: block;
  height: fit-content;
  padding: 0.625em 0;
  border-radius: 0.15625em 0.15625em 0.15625em 0;
  background: #303030;
  color: #fff;
}

.service-slide__heading > span:nth-child(2) {
  margin-top: 1.18em;
  border-radius: 0.15625em 0 0.15625em 0.15625em;
}

.service-slide__content {
  padding: 0 0.875em 0.875em;
  background: #fff;
}

.service-slide__tagline {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin: -2em 0 1em;
  padding: 0.4762em 0;
  border-bottom: 1px solid;
  background: #fff;
  font-size: 0.9125em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.service-slide__list {
  list-style: none;
  line-height: 1.88;
  margin: 0 1.778em;
  padding: 0;
  font-weight: 700;
  font-size: 0.7875em;
}

.service-slide__list a {
  color: #0062AC;
}

.service-slide__list a:hover,
.service-slide__list a:focus {
  color: #C80852;
}

.service-area {
  margin: 3em 0 0;
  padding: 1.25em 1.875em;
  border: 1px solid;
  background: #fff;
  font-weight: 700;
}

.service-area__heading {
  line-height: 2.5;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  text-align: left;
}

.service-area__heading:before {
  content: "■";
}

.sq-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.sq-list__item {
  opacity: 0;
  transform: translateY(10%);
  transition: transform 0.8s, opacity 0.8s;
  container-type: inline-size;
}

.sq-list__item:nth-child(2) {
  transition-delay: 0.1s;
}

.sq-list__item:nth-child(3) {
  transition-delay: 0.2s;
}

.sq-list__item:nth-child(4) {
  transition-delay: 0.3s;
}

.sq-list__item:nth-child(5) {
  transition-delay: 0.4s;
}

.sq-list__item:nth-child(6) {
  transition-delay: 0.5s;
}

.is-active .sq-list__item {
  opacity: 1;
  transform: translate(0, 0);
}

.no-js .sq-list__item {
  opacity: 1;
  transform: none;
  transition: none;
}

.sq-list__link {
  display: block;
  position: relative;
  margin-top: 4.125em;
  padding: 4.875em 1em 0.9375em;
  border-radius: 0.3125em;
  background: #0062AC;
  color: #fff;
  font-size: 8cqi;
  text-align: center;
  text-decoration: none;
}

.sq-list__link:before {
  position: absolute;
  top: -4.125em;
  right: 0;
  left: 0;
  width: 8.75em;
  height: 8.75em;
  margin: 0 auto;
  background: url(images/sprite_sq_icon.webp) no-repeat 50% 0/100% auto;
  content: "";
}

.sq-list__link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0.1667em auto 0;
  border: 1px solid;
  border-radius: 50%;
  font: 1.875em/1 icomoon;
  content: "\e906";
}

.sq-list__link:hover,
.sq-list__link:focus {
  transform: scale(1.08);
}

.sq-list__item:nth-child(2) .sq-list__link:before {
  background-position: 50% -8.75em;
}

.sq-list__item:nth-child(3) .sq-list__link:before {
  background-position: 50% -17.5em;
}

.sq-list__item:nth-child(4) .sq-list__link:before {
  background-position: 50% -26.25em;
}

.sq-list__item:nth-child(5) .sq-list__link:before {
  background-position: 50% -35em;
}

.sq-list__item:nth-child(6) .sq-list__link:before {
  background-position: 50% -43.75em;
}

:is(.sq-list__item:nth-child(4),
.sq-list__item:nth-child(5)) .sq-list__link {
  background: #e48e00;
}

.sq-list__item:nth-child(6) .sq-list__link {
  background: #C80852;
}

.sq-list__title {
  display: block;
  font-weight: 700;
}

.post-area-wrap {
  display: contents;
}

.magazine-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.magazine-list__item {
  border-bottom: 1px solid;
}

.magazine-list__link {
  display: block;
  padding: 1rem 0;
  color: #0062AC;
  font-weight: 700;
}

.magazine-list__link:hover,
.magazine-list__link:focus {
  color: #C80852;
}

.calendar-wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.calendar {
  padding: 0.75em;
  border-radius: 0.9375em;
  background: #eff2f8;
}

.calendar iframe {
  width: 100%;
  border: 0;
}

/* Page
--------------------------------*/

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 5rem;
  padding-top: 32px;
  background: #1694e8;
  background: linear-gradient(0deg, #1694e8 0%, #134b94 80.43%);
  color: #fff;
}

.page-title {
  padding: 1rem;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
  text-align: center;
}

.bl-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.bl_top {
  border: 1px solid;
  background: #fff;
}

.bl_top > h3 {
  font-family: inherit;
  font-size: 1rem;
}

.bl_top > h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  text-decoration: none;
  background: #0062AC;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-decoration: none;
}

.bl_top > h3 a:after {
  font-family: icomoon;
  content: "\e906";
}

.bl_top > a {
  display: block;
  padding: 0 0.75rem;
  text-decoration: none;
}

.bl_top img {
  width: 100%;
}

.bl_top > p {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875em;
}

.special strong {
  background: linear-gradient(transparent 30%, #ff0 30%);
}

.special ol.q {
  margin: 0;
  padding: 5px 20px;
  border: 4px solid #2662b2;
  font-size: 1.2em;
  font-weight: bold;
}

.special ol.q > li {
  margin: 0.5em 1em;
}

.toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc__list > li {
  position: relative;
  border-bottom: 1px dotted #ccc;
}

.toc__list > li:before {
  position: absolute;
  top: 0.6015625em;
  left: 0;
  width: 1.015625em;
  height: 1.015625em;
  background: url(images/ic_menu.svgz) no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.toc__list a {
  display: block;
  color: #0062AC;
  padding: 0.234375em 0 0.234375em 1.5625em;
  text-decoration: none;
}

:where(.page) img {
  display: block;
  margin: 0 auto;
}

.flow__part h3 {
  padding: 0.25em;
  border-bottom: 0.125rem solid #0062AC;
  background: #f7f7f7;
}

.bl_example {
  margin-bottom: 3rem;
}

.img_right {
  float: right;
  margin-left: 15px;
}

.img_ex {
  border: 1px solid #ccc;
}

.type,
.ex_pamphlet {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.type img,
.ex_pamphlet img {
  display: inline-block;
}

.ex_pamphlet img {
  border: 1px solid #ccc;
  /* 実績の画像に線をつけたい */
}

.post-5 div {
  /* 直書きCSS無視の余白の調整用 */
  margin: 0 !important;
  padding: 1em !important;
}

.post-5 div.map {
  /* 上CSSのリセット */
  margin: 0 !important;
  padding: 0 !important;
}

.masking-catalog li {
  /* マスキングテープのすぐ使えるシリーズのところ */
  list-style: none;
  float: left;
  margin: 30px 6px 15px;
}

.memoldar-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0;
}

.memoldar-product {
  text-align: center;
}

.memoldar-price td {
  padding: 0.3125em;
}

.memoldar-price .price {
  text-align: right;
}

/* Works
--------------------------------*/

#works-archive {
  transition: opacity 0.3s;
}

#works-archive.is-loading {
  opacity: 0;
}

.ajax-loader {
  position: fixed;
  opacity: 0;
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
   width: 4rem;
   height: 4rem;
  visibility: hidden;
  margin: auto;
   background-color: $color2;
   border-radius: 50%;
   animation: pulse 1.5s infinite ease-in-out;
  pointer-events: none;*/
}

.ajax-loader.is-active {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
}

.ajax-error {
  width: fit-content;
  margin: 0 auto;
  color: #C80852;
  font-weight: 700;
}

.works-grid {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.works-grid__item {
  --delay: 0s;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 0.8s, opacity 0.8s;
  transition-delay: var(--delay);
}

.is-active .works-grid__item {
  opacity: 1;
  transform: translate(0, 0);
}

.no-js .works-grid__item {
  opacity: 1;
  transform: none;
  transition: none;
}

.works-grid__link {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  text-decoration: none;
}

.works-grid__link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.25em;
  background: #e48e00;
  transition: width 0.3s;
  content: "";
}

.works-grid__link:hover:after,
.works-grid__link:focus:after {
  width: 100%;
}

.works-grid__thumbnail {
  aspect-ratio: 4/3;
}

.works-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-grid__content {
  padding: 0 1.25em 1.5em;
  font-weight: 700;
}

.works-grid__heading {
  position: relative;
  line-height: 1.5;
  margin: -2em 0 1em;
  padding: 0.4762em 0.762em;
  background: #303030;
  color: #fff;
  text-align: center;
}

.works-grid__category {
  font-size: 0.875em;
}

.category-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.9375em;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}

.category-list__link {
  display: block;
  padding: 0.357143em 1.7143em;
  border: 1px solid #000;
  border-radius: 3em;
  background: #fff;
  font-weight: 700;
  font-size: 0.875em;
  text-decoration: none;
}

.category-list__link:hover,
.category-list__link:focus {
  border-color: #C80852;
  color: #C80852;
}

.category-list__link[aria-current=page] {
  border-color: #000;
  background: #000;
  color: #fff;
}

.works__header h2 {
  margin: 0 0 1rem;
  text-align: left;
}

.works__location {
  line-height: 1.5;
  margin-bottom: 0.375em;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

.works__content {
  font-weight: 700;
}

.works__content h3:before {
  content: "【";
}

.works__content h3:after {
  content: "】";
}

.eyecatch {
  margin-bottom: 1.5em;
  text-align: center;
}

/* Post
--------------------------------*/

.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

:where(.entry-content, .works-product) a {
  color: #0062AC;
}

:where(.entry-content, .works-product) a:hover,
:where(.entry-content, .works-product) a:focus {
  color: #C80852;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 2.5rem;
}

.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  line-height: 1.5;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.field:first-of-type {
  border-top: 1px solid #ccc;
}

.field__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.25em;
  margin-bottom: 0.25em;
}

.field__control .example {
  display: block;
  margin-top: 0.25em;
  color: #666;
}

.field__line {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  border-radius: 0.25em;
  background: #C80852;
  color: #fff;
  font-size: 0.75em;
  white-space: nowrap;
}

.optional {
  background: #0062AC;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}

.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
  min-width: 0;
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

.wpcf7-form-control-wrap:only-child {
  flex: 1;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  padding: calc(0.375rem + 2px) 0;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

.grecaptcha-badge {
  bottom: 62px !important;
}

.recaptcha-note {
  width: fit-content;
  margin: 2rem auto;
  color: #999;
}

.recaptcha-note > p {
  font-size: 0.75em;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-areas: "next prev";
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  grid-area: next;
  margin-right: auto;
}

.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  grid-area: prev;
  margin-left: auto;
}

.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  --border-color: #000;
  display: block;
  min-width: 2.5em;
  line-height: 1.5;
  box-shadow: 0 0 0 1px var(--border-color);
  padding: 0.5em;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

.page-numbers[href]:hover,
.page-numbers[href]:focus {
  --border-color: #C80852;
  color: #C80852;
}

.page-numbers.current {
  background: #000;
  color: #fff;
}

.page-numbers.prev:before {
  display: inline-block;
  transform: rotate(180deg);
  font-family: icomoon;
  content: "\e906";
}

.page-numbers.next:before {
  font-family: icomoon;
  content: "\e906";
}

/* Social
--------------------------------*/

.share-buttons {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "\f3c0";
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.splide__arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 0;
  border: 2px solid;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 2.1875rem;
}

.splide__arrow:before {
  font-family: icomoon;
  content: "\e906";
}

.splide__arrow--prev:before {
  transform: rotate(180deg);
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }

  article p {
    line-height: 2.444;
  }

  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .site-content {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .wpcf7-submit,
  .btn,
  [type=submit] {
    font-size: 1.3125rem;
  }

  h2 {
    margin-top: 5rem;
    font-size: 2.4rem;
  }

  h2[data-en] {
    font-size: 1rem;
  }

  h2 .en {
    font-size: 4.5em;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .contactbox {
    display: grid;
    grid-template-areas: "heading link" "text link" "tel link";
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 10rem;
    padding-block: 3.75rem 3rem;
    background-image: url(images/bg_contactbox.webp);
    background-size: auto 100%;
    background-position: right 4rem bottom;
  }

  .contactbox__heading {
    grid-area: heading;
    margin-bottom: 0.2381em;
    font-size: 2.625em;
  }

  .contactbox__text {
    grid-area: text;
    line-height: 1.8;
    font-size: 1.25em;
  }

  .contactbox__tel {
    grid-area: tel;
    font-size: 2.625em;
  }

  .contactbox__link {
    grid-area: link;
    gap: 1.5em;
    margin: 0;
  }

  .contactbox__link .btn {
    padding-left: 1.667em;
    font-size: 1.5em;
  }

  .lede {
    font-size: 1.125rem;
  }

  .link {
    margin-top: 4rem;
  }

  .more-link > a {
    font-size: 1.125em;
  }

  .section-header {
    display: grid;
    grid-template-columns: 1fr 45rem;
    align-items: start;
    gap: 0 1.5rem;
    margin-bottom: 3rem;
  }

  .section-header h2 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .section-header .lede {
    margin: 0;
  }

  .site-header {
    top: 1.25em;
  }

  .site-header-content {
    column-gap: 1.5em;
    padding-right: 4rem;
  }

  .site-title {
    width: 8em;
  }

  .site-title > a {
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
    padding: 1.25em;
    border-radius: 0 0.375em 0.375em 0;
  }

  .head-contact-btn {
    line-height: 2;
    padding: 0.625em 1.875em;
    font-size: 1em;
  }

  .shortcut-global-nav {
    display: block;
    margin-right: 1.25em;
    color: #fff;
  }

  .shortcut-global-nav__list {
    display: flex;
    justify-content: flex-end;
    gap: 3em;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .shortcut-global-nav__link {
    display: block;
    font-weight: 700;
    text-decoration: none;
  }

  .global-nav__header {
    grid-template-areas: "logo tel mail .";
    grid-template-columns: auto auto auto 1fr;
    align-items: flex-end;
    gap: 0 2.5em;
    margin-right: 24.625em;
    margin-bottom: 1.25em;
  }

  .global-nav__logo {
    width: 22.9375em;
    max-width: none;
  }

  .global-nav__tel,
  .global-nav__mail {
    justify-self: start;
  }

  .global-nav__tel:before,
  .global-nav__mail:before {
    margin-right: 0.5rem;
  }

  .global-nav__tel {
    line-height: 0.8824;
    font-size: 2.125em;
  }

  .global-nav__mail {
    line-height: 1.25;
    font-size: 1.5em;
  }

  .global-nav__inner {
    margin: 0 2rem;
    padding: 1.875rem 4.5rem;
  }

  .global-nav__list {
    grid-template-columns: repeat(5, 1fr);
    font-size: 1.3125em;
  }

  .global-nav__pamphlet {
    width: fit-content;
    font-size: 1em;
  }

  .global-nav-child {
    column-gap: 4em;
  }

  .global-nav-child--service {
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-button {
    width: 6.875em;
    padding: 1em 2.5em;
  }

  .drawer {
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
    padding: 1.875rem 1.875rem 1.5rem;
    border-radius: 0 0 3.125rem 3.125rem;
  }

  .hero-wrap {
    display: grid;
    grid-template-columns: 4em 1fr;
  }

  .head-service-site-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.875em;
  }

  .head-service-site-link__link {
    --color: #1694e8;
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: center;
    width: 2.25em;
    height: 2.25em;
    border: 1px solid;
    border-radius: 50%;
    color: var(--color);
    text-decoration: none;
  }

  .head-service-site-link__link:before {
    font: 1.625em/1 icomoon;
    content: "\e902";
  }

  .head-service-site-link__link:hover,
  .head-service-site-link__link:focus {
    background: var(--color);
  }

  .head-service-site-link__link:hover:before,
  .head-service-site-link__link:focus:before {
    color: #fff;
  }

  .head-service-site-link__link[href*=label] {
    --color: #c64994;
  }

  .head-service-site-link__link[href*=label]:before {
    content: "\e903";
  }

  .head-service-site-link__link[href*="tokufuto.jp"] {
    --color: #36ad1c;
  }

  .head-service-site-link__link[href*="tokufuto.jp"]:before {
    content: "\e904";
  }

  .head-service-site-link__link[href*="golfinsatu.jp"] {
    --color: #30bd8e;
  }

  .head-service-site-link__link[href*="golfinsatu.jp"]:before {
    content: "\e905";
  }

  .head-service-site-link__title {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 10.5454em;
    height: fit-content;
    opacity: 0;
    line-height: 2.7273;
    margin: auto 0 auto -0.25rem;
    background: url(images/bg_service_title.svgz) no-repeat 50% 50%/contain;
    transition: 0.3s opacity;
    filter: drop-shadow(0 0.182em 0.182em rgba(0, 0, 0, 0.25));
    font-weight: 700;
    font-size: 0.6875rem;
    text-align: center;
    white-space: nowrap;
  }

  .head-service-site-link__link:hover .head-service-site-link__title,
  .head-service-site-link__link:focus .head-service-site-link__title {
    opacity: 1;
  }

  .hero-content {
    max-width: none;
    font-size: 1em;
    text-shadow: 0 0.5rem 0.5em rgba(0, 0, 0, 0.25);
  }

  .hero-content__catch {
    font-size: 5.875em;
  }

  .hero-content__catch2 {
    width: auto;
    margin-top: 0.6154em;
    font-size: 2.4375em;
    text-align: center;
  }

  .hero-content__catch2 .break {
    display: none;
  }

  .hero-content__logo {
    width: 18.125em;
  }

  .hero-slide {
    border-radius: 0 0 0 3.125rem;
    aspect-ratio: 1376/720;
  }

  .site-footer-content {
    display: grid;
    grid-template-areas: "organization nav" "organization link" "copyright link";
    grid-template-columns: 22.5rem 1fr;
    gap: 0 4.5rem;
    width: auto;
    max-width: 1440px;
    padding: 4rem 4rem 3.5rem;
  }

  .foot-organization__logo {
    text-align: left;
  }

  .foot-nav {
    display: flex;
    grid-area: nav;
    justify-content: space-between;
    gap: 1em;
    margin-top: 3rem;
  }

  .foot-nav__link {
    text-decoration: none;
  }

  .foot-link-wrap {
    align-self: flex-end;
    gap: 3em;
    margin-top: 0;
  }

  .foot-link__title {
    margin-bottom: 1em;
    font-size: 1em;
  }

  .service-site-link {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  .service-site-link > li {
    flex: 0 0 22.7273%;
  }

  .support-link {
    justify-content: flex-start;
    gap: 2.5em;
  }

  .support-link img {
    height: 4.0625em;
  }

  .copyright {
    align-self: flex-end;
    margin-top: 2rem;
    font-size: 1em;
    text-align: left;
  }

  .site-content:has(.sidebar) {
    display: grid;
    grid-template-areas: "side main" "contact contact";
    grid-template-columns: 16.25rem 1fr;
    gap: 0 5.75rem;
  }

  .sidebar {
    margin-top: 0;
  }

  .widget__title {
    font-size: 1.9375rem;
  }

  .page-list a {
    font-weight: 700;
    font-size: 1.125em;
  }

  .side-banner {
    display: flex;
    flex-direction: column;
    row-gap: 1.25em;
  }

  .breadcrumbs {
    top: -6rem;
    padding-inline: 4rem;
    font-size: 1.125rem;
  }

  .home-news-area {
    display: grid;
    grid-template-columns: 13.75rem auto 1fr;
    grid-template-areas: "heading line list";
    grid-template-rows: auto;
    align-items: center;
    padding-block: 1.875rem;
  }

  .home-news-area:before {
    grid-area: line;
    width: 6.5rem;
    height: 100%;
    border-left: 1px solid;
    content: "";
  }

  .home-news-area__heading {
    grid-area: heading;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 2rem;
    text-align: center;
  }

  .home-news-area .post-lidt {
    grid-area: list;
  }

  .post-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 3rem;
  }

  .post-list__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
  }

  .post-list__link {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
  }

  .post-list__date {
    grid-column: 1;
    grid-row: 1;
  }

  .post-list__title {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.125em;
  }

  .home-introduction-area {
    display: grid;
    grid-template-areas: "heading content" "btn content" "lots lots";
    grid-template-columns: 1fr 45rem;
    grid-template-rows: auto 1fr auto;
    align-items: flex-start;
    gap: 0 3.625rem;
  }

  .home-introduction-area__heading {
    grid-area: heading;
    margin-bottom: 0.889em;
    font-size: 4.5rem;
  }

  .home-introduction-area__content {
    grid-area: content;
    line-height: 3.04762;
    font-size: 1.3125em;
  }

  .home-introduction-area__link {
    grid-area: btn;
    margin: 0;
  }

  .home-introduction-area__link .btn {
    margin: 0;
  }

  .small-lots {
    grid-area: lots;
    margin: 7.5em 0 0;
    padding: 3em;
  }

  .small-lots__heading {
    margin-bottom: 1em;
    font-size: 1.625em;
  }

  .small-lots__list {
    font-size: 1em;
  }

  .pickup-banner-area {
    margin-top: 9em;
    padding: 5em calc(50vw - 50%);
  }

  .pickup-banner-area__heading {
    font-size: 4.5rem;
  }

  .pickup-banner-wrap {
    padding: 0;
  }

  :is(.pickup-banner, .service-slide) .splide__arrows {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    flex-direction: column;
    gap: 1.5rem;
    width: 6rem;
    margin: 0;
  }

  .pickup-banner {
    width: auto;
    max-width: none;
    margin-left: 6rem;
  }

  .pickup-banner__inner {
    overflow: hidden;
  }

  .pickup-banner .splide__track {
    width: 41rem;
    max-width: none;
  }

  .bg-area {
    margin-inline: -4rem;
    padding: 5rem 4rem;
  }

  .service-slide-wrap {
    margin-left: 0;
    padding-left: 0;
  }

  .service-slide {
    margin-left: 6rem;
  }

  .service-slide .splide__track {
    width: 53.75rem;
    max-width: none;
  }

  .service-slide__inner {
    overflow: hidden;
  }

  .service-slide__item {
    font-size: 1rem;
  }

  .service-slide__heading {
    font-size: 2em;
  }

  .service-slide__content {
    padding: 0 1.25em 1.25em;
  }

  .service-slide__tagline {
    font-size: 1.3125em;
  }

  .service-slide__list {
    font-size: 1.125em;
  }

  .service-area {
    margin-top: 6rem;
    padding-inline: 3rem;
  }

  .sq-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.4rem;
  }

  .sq-list__item {
    transform: translateX(10%);
  }

  .sq-list__title {
    font-size: 1.3125em;
  }

  .post-area-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
  }

  .post-area-wrap > section {
    margin: 0;
  }

  .magazine-list__link {
    font-size: 1.125em;
  }

  .calendar-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .calendar {
    aspect-ratio: 640/360;
    padding: 0.75em 1.25em;
  }

  .calendar iframe {
    height: 100%;
  }

  .page-header {
    width: calc(100% - 4rem);
    height: 19.625rem;
    margin-left: auto;
    margin-bottom: 6rem;
    padding-top: 3rem;
    padding-right: 4rem;
    border-radius: 0 0 0 3.125rem;
  }

  .page-title {
    font-size: 3.25rem;
  }

  .bl-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 2.5rem;
  }

  .flow__part {
    grid-column: span 2;
    margin: 0;
  }

  .flow__part--col {
    grid-column: span 1;
  }

  .flow__part h3 {
    font-size: 1.75rem;
  }

  .bl_example {
    float: left;
    width: calc(50% - 1.25rem);
    margin-bottom: 0;
  }

  .bl_example > h3 {
    margin-top: 3em;
    padding: 0.25em;
    border-bottom: 0.125rem solid #0062ac;
    background: #f7f7f7;
    font-size: 1.4rem;
  }

  .bl_example + .bl_example {
    float: right;
  }

  .type {
    grid-template-columns: repeat(5, 1fr);
  }

  .ex_pamphlet {
    grid-template-columns: repeat(6, 1fr);
  }

  .post-5 div {
    margin: 0 !important;
    padding: 3em !important;
  }

  .works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
  }

  .works-grid__item {
    transform: translateX(10%);
  }

  .works-grid__heading {
    font-size: 1.3125em;
  }

  .works-grid__category {
    font-size: 1.125em;
  }

  .category-list {
    font-size: 1rem;
  }

  .works__header {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
  }

  .works__header h2 {
    grid-row: 2;
    margin: 0;
  }

  .works__header .category-list {
    max-width: 45rem;
    justify-content: flex-end;
    grid-row: 1/-1;
    grid-column: 2;
  }

  .works__location {
    grid-column: 1;
    grid-row: 1;
    font-size: 2rem;
  }

  .eyecatch {
    margin-bottom: 2em;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .field {
    display: grid;
    grid-template-columns: 16em 1fr;
    align-items: start;
    gap: 0 1.5em;
    padding: 1.5rem 0;
  }

  .field__label {
    justify-content: end;
    margin: 0;
    padding: calc(0.375rem + 2px);
  }

  .field__control {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25em 0.5em;
  }

  .field__control .example {
    margin: 0;
  }

  .submit {
    grid-template-columns: 24px auto 24px;
    gap: 1.5rem;
  }

  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }

  .splide__arrow {
    border-width: 0.041667em;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: calc(32px + 1.25em);
  }
}

@media print, screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .contactbox {
    margin-right: -4rem;
    padding-right: 4rem;
  }

  .site-header {
    width: calc(50% + 720px);
  }

  .hero-slide {
    height: 720px;
    aspect-ratio: auto;
  }

  .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-slide-wrap {
    margin-right: -4rem;
    padding-right: 0;
  }

  .page-header {
    padding-right: calc(50vw - 720px + 4rem);
    padding-left: calc(50vw - 720px);
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .company-profile {
    display: block;
    width: auto;
  }

  .company-profile > caption,
  .company-profile > tbody,
  .company-profile tr,
  .company-profile th,
  .company-profile td {
    display: inherit;
    width: 100%;
  }

  .company-profile tr {
    margin-bottom: 0.9375em;
    border-bottom: 1px solid #ccc;
  }

  .company-profile th,
  .company-profile td {
    padding: 0.625em;
    border: 0;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1440px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}