@charset "UTF-8";
/*

hasegawahiroshi.jp Original CSS
ver 6.0.5

---

index

- html

- bootstrap
- swiper
- wordpress

- typo
- heading
- layout
- view
- parts
- style wrap
- font size

- global header
- global main
- global footer

- articles
- page

- home
- service
- work
- howto
- about
- contact

---

z-index

2010 .alert
2000 .overlay.is-alert
1000 .global-header
 500 .overlay.is-active
 100 .pageup

*/
/* html */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  font-synthesis: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

em, b, strong {
  font-weight: 600;
  font-style: normal;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

iframe {
  vertical-align: bottom;
}

small {
  font-size: 85%;
  font-weight: inherit;
}

ruby {
  line-height: 2.5;
  margin-bottom: 0.5em;
}

rt {
  font-size: 60%;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

textarea {
  overflow: auto;
}

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

a:hover,
a:active {
  color: inherit;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

:root {
  --color-text: #131313;
  --color-text-gray: #7e7c77;
  --color-line: rgba( 163, 159, 139, .4 );
  --color-bg: #f2eee7;
  --color-bg-gray: #ebe7e0;
  --color-main: #fffe3e;
  --color-red: #ed2c08;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #dedbcf;
    --color-bg-gray: #d7d4c5;
    --color-main: #f1ff0b;
  }
}
html {
  font-size: 16px;
  line-height: 1.6;
  scroll-padding-top: 120px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}
body {
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.015em;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
}

a {
  color: var(--color-text);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media (hover: hover) {
  a:hover {
    color: var(--color-text);
    text-decoration: none;
  }
}
img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px var(--color-line) solid;
  margin: 3rem 0;
  padding: 0;
}

.hr-sm {
  margin: 2rem 0;
}

@media (max-width: 991px) {
  hr {
    margin: 2.5rem 0;
  }
}
::-webkit-input-placeholder {
  color: #696459;
  font-size: 1rem;
}
::-moz-placeholder {
  color: #696459;
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #696459;
  font-size: 1rem;
}
::-ms-input-placeholder {
  color: #696459;
  font-size: 1rem;
}
::placeholder {
  color: #696459;
  font-size: 1rem;
}

::-moz-selection {
  background-color: var(--color-main);
}

::selection {
  background-color: var(--color-main);
}

/* bootstrap */
.g-basic {
  --bs-gutter-x: 4rem;
}

.g-list {
  --bs-gutter-x: 3rem;
}

.g-archive {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

.g-works {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 4rem;
}

@media (max-width: 991px) {
  .g-basic {
    --bs-gutter-x: 3rem;
  }
  .g-archive {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.z-3 {
  position: relative;
  z-index: 3;
}

/* swiper */
.swiper-wrapper,
.swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* wordpress */
.style-wrap {
  --wp--style--block-gap: 1.5rem;
}
.style-wrap .wp-block-image {
  margin-bottom: 1rem;
}
.style-wrap .wp-block-image figcaption {
  margin-top: 0.7rem;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.75rem;
  text-align: center;
}
.style-wrap .wp-block-gallery {
  margin: 0.5rem 0;
}
.style-wrap .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
}
.style-wrap .wp-block-table {
  margin: 1.5rem 0;
}
.style-wrap .wp-block-table table {
  margin: 0;
}
.style-wrap .wp-block-table figcaption {
  margin: 0.7rem 0.5rem 0;
  line-height: 1.6;
  font-size: 0.75rem;
  text-align: right;
}
.style-wrap .wp-block-separator {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px var(--color-line) solid;
  margin: 3rem 0;
  padding: 0;
}
.style-wrap .wp-block-columns.border-wrap, .style-wrap .wp-block-columns.bg-wrap {
  padding: 1.5rem 2rem;
}
.style-wrap .wp-block-columns.border-wrap .wp-block-column > :last-child, .style-wrap .wp-block-columns.bg-wrap .wp-block-column > :last-child {
  margin-bottom: 0;
}
.style-wrap .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .style-wrap .wp-block-separator {
    margin: 2rem 0;
  }
}
/* typo */
.clearboth {
  clear: both;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.text-ja {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.015em;
}

.text-en {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

.text-sm {
  font-size: 90%;
}

.text-md {
  font-size: 100%;
}

.text-lg {
  font-size: 105%;
}

.text-xl {
  font-size: 125%;
}

.text-nowrap {
  white-space: normal;
}

.text-red {
  color: var(--color-red);
}

.text-gray {
  color: var(--color-text-gray);
}

.text-kerning {
  margin-right: -0.2em;
}

.text-invert {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  background-color: var(--color-text);
  color: var(--color-bg);
  padding: 2px;
}

.t-sm,
.t-md,
.t-lg {
  line-height: 1.8;
}
.t-sm a,
.t-md a,
.t-lg a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-top: 0.2rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignleft {
  float: left;
  margin-top: 0.2rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  display: block;
  float: none;
  margin: 0.2rem auto 1.5rem;
}

/* heading */
.heading {
  margin-bottom: 4rem;
}

.heading__ttl {
  position: relative;
  border: 4px var(--color-text) solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.5rem;
  z-index: 2;
}
.heading__ttl .text-en {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.heading__ttl .text-en:after {
  content: "";
  position: absolute;
  display: block;
  top: -1rem;
  right: -2.5rem;
  bottom: 0;
  border-right: 4px var(--color-text) solid;
}
.heading__ttl .text-ja {
  font-size: 1rem;
}

.heading--page .heading__ttl {
  position: relative;
  border: 0;
  border-bottom: 4px var(--color-text) solid;
  padding: 0;
  margin-bottom: 2rem;
}
.heading--page .heading__ttl .text-en {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  border: 4px var(--color-text) solid;
  border-bottom: 0;
  padding: 0.7rem 1.5rem 0.6rem 1.7rem;
}
.heading--page .heading__ttl .text-en:after {
  display: none;
}
.heading--page .heading__ttl .text-ja {
  font-size: 1rem;
}

.heading__desc {
  border: 4px var(--color-text) solid;
  border-top: 0;
  padding: 0.8rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 991px) {
  .heading {
    margin-bottom: 3rem;
  }
  .heading__ttl {
    display: block;
    padding: 0.8rem 1.3rem;
    border-width: 3px;
  }
  .heading__ttl .text-en {
    font-size: 2.2rem;
  }
  .heading__ttl .text-en:after {
    display: none;
  }
  .heading__ttl .text-ja {
    display: block;
    margin: 0.3rem 0.05rem 0;
    font-size: 0.8rem;
  }
  .heading--page .heading__ttl {
    margin-bottom: 1.25rem;
    border-width: 3px;
  }
  .heading--page .heading__ttl .text-en {
    font-size: 1.3rem;
    border-width: 3px;
    padding: 0.5rem 1.2rem 0.4rem 1.4rem;
  }
  .heading__desc {
    border-width: 3px;
    padding: 0.8rem 1.3rem;
    font-size: 0.75rem;
  }
}
.heading-border {
  margin-bottom: 2rem;
}

.heading-border__ttl {
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 0 !important;
  border: 3px var(--color-text) solid;
}

@media (max-width: 767px) {
  .heading-border__ttl {
    font-size: 1.05rem;
  }
}
.heading-border-wide {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  font-size: 1.2rem;
  text-align: center;
}
.heading-border-wide:before, .heading-border-wide:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-text);
}

.heading-border-wide__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  padding: 1rem 2rem;
  border: 4px var(--color-text) solid;
  font-size: 1.3rem;
}

.h-sm,
.h-md,
.h-lg {
  font-weight: 700;
  line-height: 1.8;
}

.h-line {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.h-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4px;
  background-color: var(--color-text);
}
.h-line.h-md:before, .h-line.h-sm:before {
  height: 3px;
}
.h-line.text-center:before {
  left: 50%;
  margin-left: -2rem;
}

.h-sm.text-en,
.h-md.text-en,
.h-lg.text-en {
  letter-spacing: 0.15em;
  font-weight: 500;
}

/* layout */
.content-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1428px) {
  .content-wrap {
    margin-right: 8%;
    margin-left: 8%;
  }
}
.section-wrap {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

@media (max-width: 991px) {
  .section-wrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.read-wrap {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-bg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
}
.overlay.is-active {
  pointer-events: auto;
  opacity: 0.95;
  z-index: 500;
}
.overlay.is-alert {
  opacity: 0.95;
  z-index: 2000;
  background-color: #faf8f5;
}

.alert {
  position: fixed;
  top: 100px;
  right: 15%;
  left: 15%;
  background-color: #fff;
  z-index: 2010;
  padding: 2rem 2.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 2;
}
.alert > * {
  margin-bottom: 0.5rem;
}
.alert h1 {
  font-size: 1.1rem;
}

/* view */
.slide-up,
.slide-down,
.slide-right {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.slide-up.is-view,
.slide-down.is-view,
.slide-right.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.slide-right,
.slide-left {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.slide-right.is-view,
.slide-left.is-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-left {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.fadein {
  opacity: 0;
}

body.is-active .slide-up,
body.is-active .slide-down,
body.is-active .slide-right,
body.is-active .slide-left {
  -webkit-transition: opacity 0.7s 0.2s, -webkit-transform 0.7s 0.2s;
  transition: opacity 0.7s 0.2s, -webkit-transform 0.7s 0.2s;
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s;
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s, -webkit-transform 0.7s 0.2s;
}
body.is-active .fadein {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}

.imgload:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 4px var(--color-line) solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.imgload.is-loaded:after {
  opacity: 0;
}
.imgload.is-loaded .imgload__img {
  opacity: 1;
}

.imgload__img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .imgload:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-width: 3px;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* parts */
.link-text {
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.1rem;
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-bottom: 4px var(--color-text) solid;
  -webkit-transition: padding-bottom 0.2s, margin-bottom 0.2s;
  transition: padding-bottom 0.2s, margin-bottom 0.2s;
}
.link-text:not(:last-child) {
  margin-right: 2rem;
}
.link-text.is-current {
  color: var(--color-line);
  border-color: var(--color-line);
  pointer-events: none;
}

.link-text--sm {
  margin-bottom: 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 0.9rem;
}

@media (hover: hover) {
  .link-text:hover {
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
    background-color: transparent !important;
  }
  .link-text--sm:hover {
    margin-bottom: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.link-external {
  margin-right: 0.4rem;
}
.link-external:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px var(--color-text) solid;
  border-top: 3px var(--color-text) solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 1px;
  margin-left: 0.4rem;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .link-text {
    font-size: 1rem;
    border-bottom-width: 3px;
  }
  .link-text--sm {
    font-size: 0.9rem;
  }
}
.link-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 0;
  border: 1.5px transparent solid;
  background-color: var(--color-text);
  color: var(--color-bg);
  font-size: inherit;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.link-btn:active {
  color: var(--color-bg);
}

@media (hover: hover) {
  .link-btn:hover, .link-btn:active {
    color: var(--color-text);
    background-color: var(--color-main);
  }
}
.link-btn--arr {
  position: relative;
  padding-right: 3.5rem;
  padding-left: 3rem;
}
.link-btn--arr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 10px;
  height: 10px;
  border-top: 2px var(--color-bg) solid;
  border-right: 2px var(--color-bg) solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

@media (hover: hover) {
  .link-btn--arr:hover:after {
    border-color: var(--color-text);
  }
}
.link-btn--back {
  position: relative;
  padding-right: 3rem;
  padding-left: 3.5rem;
}
.link-btn--back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 10px;
  height: 10px;
  border-top: 2px var(--color-bg) solid;
  border-left: 2px var(--color-bg) solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

@media (hover: hover) {
  .link-btn--back:hover:before {
    border-color: var(--color-text);
  }
}
.link-btn--external:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px var(--color-bg) solid;
  border-top: 3px var(--color-bg) solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 1px;
  margin-left: 0.4rem;
  vertical-align: middle;
}

@media (hover: hover) {
  .link-btn--external:hover:after {
    border-color: var(--color-text);
  }
}
.link-btn--sm {
  max-width: none;
  min-width: 100px;
  padding: 0.8rem 1.5rem;
  width: auto;
  font-size: 90%;
}

.link-btn--lg {
  width: 100%;
  max-width: 420px;
  padding: 1rem 3rem;
  font-size: 110%;
}

.link-btn--wide {
  width: 100%;
}

.link-btn--border {
  background-color: var(--color-bg);
  color: var(--color-text);
  border: 1.5px var(--color-text) solid;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.link-btn--border:before, .link-btn--border:after {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-color: var(--color-text);
}

@media (hover: hover) {
  .link-btn--border:hover {
    color: var(--color-bg);
    background-color: var(--color-text) !important;
  }
  .link-btn--border:hover:before, .link-btn--border:hover:after {
    color: var(--color-bg);
    border-color: var(--color-bg);
  }
}
@media (max-width: 575px) {
  .link-btn--lg {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.link-ad {
  display: inline-block;
  background-color: var(--color-line);
  color: var(--color-text);
  padding: 4px 6px 4px 7px;
  margin-right: 7px;
  margin-bottom: 1px;
  border-radius: 3px;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.65rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}

.clip {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.clip.is-active .clip__btn:after {
  opacity: 1;
}

.clip--ml {
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
  margin-bottom: 0 !important;
  padding-right: 0.5rem;
}

.clip__content {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clip__btn {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
  vertical-align: middle;
  cursor: pointer;
}
.clip__btn .clip-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
.clip__btn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-bottom: -6px;
  display: inline-block;
  width: 10px;
  height: 16px;
  border-right: 3px var(--color-text) solid;
  border-bottom: 3px var(--color-text) solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (hover: hover) {
  .clip__btn:hover .icon-clip:before, .clip__btn:hover .icon-clip:after {
    top: 9px;
    left: 11px;
  }
}
.icon-clip {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.icon-clip:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 15px;
  height: 16px;
  border-top: 2px var(--color-text) solid;
  border-left: 2px var(--color-text) solid;
  -webkit-transition: top 0.2s, left 0.2s;
  transition: top 0.2s, left 0.2s;
}
.icon-clip:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 15px;
  height: 16px;
  border: 2px var(--color-text) solid;
  -webkit-transition: top 0.2s, left 0.2s;
  transition: top 0.2s, left 0.2s;
}

.share-wrap {
  display: none;
}
.share-wrap.is-active {
  display: block;
}

.btn-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0.7em 1.2rem;
  border: 1px var(--color-line) solid;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--color-text);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  cursor: pointer;
}
.btn-share .icon-share {
  width: 14px;
  height: 14px;
  fill: var(--color-text);
  margin-right: 0.5rem;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.btn-share:active {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

@media (max-width: 575px) {
  .btn-share {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .btn-share {
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .btn-share:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
  }
}
.border-wrap,
.bg-wrap {
  margin-bottom: 1.25rem;
  padding: 3rem 3.5rem;
}
.border-wrap > :last-child,
.bg-wrap > :last-child {
  margin-bottom: 0;
}
.border-wrap ul, .border-wrap ol,
.bg-wrap ul,
.bg-wrap ol {
  margin-left: 1rem;
}

.border-wrap {
  border: 4px var(--color-text) solid;
}

.border-wrap--bg {
  background-color: var(--color-bg);
}

.border-wrap--has-heading {
  margin-top: 2rem;
}

.border-wrap__heading {
  margin-top: calc(-3rem - 34px);
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.border-wrap__ttl {
  display: inline-block;
  border: 4px var(--color-text) solid;
  background-color: var(--color-bg);
  padding: 1rem 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.border-wrap__ttl-bg {
  background-color: var(--color-main);
}

.bg-wrap {
  background-color: var(--color-bg-gray);
}

@media (max-width: 991px) {
  .border-wrap {
    border-width: 3px;
  }
  .border-wrap__heading {
    margin-top: calc(-2rem - 29px);
    margin-bottom: 1.5rem;
  }
  .border-wrap__ttl {
    border-width: 3px;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .border-wrap,
  .bg-wrap {
    padding: 2rem;
  }
}
.list-lg {
  font-size: 1rem;
}
.list-lg li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.list-num {
  counter-reset: num;
  list-style-type: none;
  margin-left: 0 !important;
}
.list-num li {
  position: relative;
  padding-top: 0.3rem;
  padding-left: 2.4rem;
}
.list-num li:before {
  position: absolute;
  top: 0.35rem;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  width: 1.6rem;
  text-align: right;
  white-space: nowrap;
}
.list-num li:not(:last-child) {
  margin-bottom: 1rem;
}

.list-flow {
  text-align: center;
  counter-reset: flownum;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
.list-flow li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 140px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.list-flow li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  margin-top: -90px;
  margin-left: -90px;
  border-radius: 50%;
  background-color: var(--color-main);
  z-index: 1;
}
.list-flow li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  margin-top: -15px;
  border-top: 15px transparent solid;
  border-bottom: 15px transparent solid;
  border-left: 13px var(--color-line) solid;
  z-index: 1;
}
.list-flow li small {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 400;
}
.list-flow .is-work:before {
  background-color: var(--color-bg-gray);
}

.list-flow__wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0.3rem;
  z-index: 2;
}

.list-flow__text:before {
  counter-increment: flownum;
  content: counter(flownum) ".";
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  padding-left: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .list-flow {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .list-flow li {
    width: 160px;
    height: auto;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    margin: 2rem;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
  }
  .list-flow li:before {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
  }
  .list-flow li:not(:last-child):after {
    right: -2rem;
    margin-top: -12px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 10px;
  }
  .list-flow__text:before {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .list-flow {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .list-flow li {
    width: 120px;
    margin: 0.8rem 1.5rem 0.8rem 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
  }
  .list-flow li:before {
    width: 130px;
    height: 130px;
    margin-top: -65px;
    margin-left: -65px;
  }
  .list-flow li:not(:last-child):after {
    right: -1.6rem;
    margin-top: -10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 9px;
  }
  .list-flow li small {
    margin-top: 0.3rem;
    font-size: 0.7rem;
  }
  .list-flow__text:before {
    font-size: 1.6rem;
  }
}
.list-notes {
  display: block;
  list-style: none !important;
  margin-left: 0 !important;
}

.list-notes li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.list-notes__ttl {
  margin-bottom: 0.3rem;
}

.list-notes__desc {
  font-size: 0.9rem;
}

.img-point {
  position: relative;
  display: inline-block;
}

.img-point__circle {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color-main);
  z-index: 1;
}

.img-point img {
  position: relative;
  z-index: 2;
}

/* style wrap */
.style-wrap {
  font-size: 1rem;
  line-height: 2;
}
.style-wrap a:not(:has(img)) {
  text-decoration: underline;
}
.style-wrap img {
  max-width: 100%;
  height: auto;
}
.style-wrap h2, .style-wrap h3, .style-wrap h4, .style-wrap h5, .style-wrap h6 {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.style-wrap h2:not(:first-child), .style-wrap h3:not(:first-child), .style-wrap h4:not(:first-child), .style-wrap h5:not(:first-child), .style-wrap h6:not(:first-child) {
  margin-top: 2.5rem;
}
.style-wrap h2,
.style-wrap .h-lg {
  position: relative;
  margin-bottom: 2rem;
  clear: both;
}
.style-wrap h2:not(:first-child),
.style-wrap .h-lg:not(:first-child) {
  margin-top: 3rem;
}
.style-wrap .h-noline {
  border: 0;
  padding: 0;
}
.style-wrap h3,
.style-wrap .h-md {
  clear: both;
}
.style-wrap .h-line {
  position: relative;
  padding: 2rem 0 0.5rem !important;
  border: 0;
}
.style-wrap .h-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.style-wrap .h-q:before {
  content: "Q";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  margin-right: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.style-wrap p {
  line-height: 2.2;
  margin-bottom: 1.25rem;
}
.style-wrap p.text-sm {
  line-height: 1.9;
}
.style-wrap small {
  display: inline-block;
}
.style-wrap ul,
.style-wrap ol {
  margin: 0 0 1.25rem 2rem;
}
.style-wrap ul {
  list-style: disc;
}
.style-wrap ol {
  margin-left: 2.5rem;
}
.style-wrap li {
  line-height: 1.9;
}
.style-wrap li ul,
.style-wrap li ol {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.style-wrap li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.style-wrap .list-sm li {
  font-size: 95%;
  line-height: 1.8;
}
.style-wrap .list-remarks {
  list-style: none;
}
.style-wrap .list-remarks li {
  position: relative;
}
.style-wrap .list-remarks li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.4em;
}
.style-wrap .list-num li:before {
  top: 0.5rem;
}
.style-wrap dl {
  margin-bottom: 1.25rem;
}
.style-wrap dt {
  font-size: 105%;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.style-wrap dd {
  margin: 0 0 1.25rem 1rem;
}
.style-wrap dd:last-child, .style-wrap dd > :last-child {
  margin-bottom: 0;
}
.style-wrap .dl-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px var(--color-line) solid;
  font-size: 95%;
}
.style-wrap .dl-col dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0;
  padding: 1.2rem 1rem 1.2rem 0;
  border-top: 1px var(--color-line) solid;
  font-size: 100%;
}
.style-wrap .dl-col dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  margin: 0;
  padding: 1.2rem 0;
  border-top: 1px var(--color-line) solid;
}
.style-wrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-top: 1px var(--color-line) solid;
  font-size: 95%;
}
.style-wrap th, .style-wrap td {
  border-bottom: 1px var(--color-line) solid;
  padding: 1rem;
  vertical-align: top;
}
.style-wrap th:first-child, .style-wrap td:first-child {
  padding-left: 0;
}
.style-wrap th:last-child, .style-wrap td:last-child {
  padding-right: 0;
}
.style-wrap th {
  min-width: 80px;
}
.style-wrap td > :last-child {
  margin-bottom: 0;
}
.style-wrap blockquote {
  margin-bottom: 1.25rem;
  padding: 1rem 0 1rem 2rem;
  border-left: 12px var(--color-bg-gray) solid;
  font-size: 95%;
}
.style-wrap blockquote > * {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.style-wrap blockquote > *:last-child {
  margin-bottom: 0;
}
.style-wrap blockquote h2, .style-wrap blockquote h3, .style-wrap blockquote h4, .style-wrap blockquote h5, .style-wrap blockquote h6 {
  margin-top: 0;
}
.style-wrap blockquote p {
  line-height: 2;
}
.style-wrap pre {
  padding: 2rem 2.5rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  background-color: var(--color-bg-gray);
  line-height: 1.7;
  font-size: 95%;
  overflow: auto;
  max-width: 100%;
}
.style-wrap pre > * {
  margin-bottom: 0.5rem;
}
.style-wrap pre > :not(:last-child) {
  margin-bottom: 0;
}
.style-wrap .border-wrap,
.style-wrap .bg-wrap {
  padding: 2rem 2.3rem;
  font-size: 95%;
}
.style-wrap .border-wrap > *,
.style-wrap .bg-wrap > * {
  margin-bottom: 0.75rem;
}
.style-wrap .border-wrap > :last-child,
.style-wrap .bg-wrap > :last-child {
  margin-bottom: 0;
}
.style-wrap .border-wrap h2, .style-wrap .border-wrap h3, .style-wrap .border-wrap h4, .style-wrap .border-wrap h5, .style-wrap .border-wrap h6,
.style-wrap .bg-wrap h2,
.style-wrap .bg-wrap h3,
.style-wrap .bg-wrap h4,
.style-wrap .bg-wrap h5,
.style-wrap .bg-wrap h6 {
  margin-top: 0;
}
.style-wrap .border-wrap p,
.style-wrap .bg-wrap p {
  line-height: 2;
}
.style-wrap .border-wrap ul, .style-wrap .border-wrap ol,
.style-wrap .bg-wrap ul,
.style-wrap .bg-wrap ol {
  margin-left: 1.5rem;
}
.style-wrap .border-wrap {
  border-width: 2.5px;
}
.style-wrap .border-wrap--sm,
.style-wrap .bg-wrap--sm {
  padding: 1.2rem 1.6rem;
  line-height: 2;
}
.style-wrap .list-num li:before {
  top: 0.5rem;
}
.style-wrap blockquote .list-num li:before,
.style-wrap .bg-wrap .list-num li:before,
.style-wrap .border-wrap .list-num li:before {
  top: 0.4rem;
}

@media (hover: hover) {
  .style-wrap a:not(:has(img)):hover {
    background-color: var(--color-main);
  }
}
.style-wrap--work {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-right: 10%;
  margin-left: 10%;
}
.style-wrap--work h2, .style-wrap--work h3, .style-wrap--work h4, .style-wrap--work h5, .style-wrap--work h6 {
  font-size: 0.9rem !important;
  margin-bottom: 0.2rem;
  line-height: 1.7;
  font-weight: 500;
  border: 0;
  padding: 0;
}
.style-wrap--work h2:not(:first-child), .style-wrap--work h3:not(:first-child), .style-wrap--work h4:not(:first-child), .style-wrap--work h5:not(:first-child), .style-wrap--work h6:not(:first-child) {
  margin-top: 1.5rem;
}
.style-wrap--work p {
  line-height: 2;
}

@media (max-width: 991px) {
  .style-wrap--work {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .style-wrap {
    font-size: 0.95rem;
    line-height: 2;
  }
  .style-wrap .dl-col {
    display: block;
    border-bottom: 0;
  }
  .style-wrap .dl-col dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0 0 0.5rem;
    border-top: 0;
  }
  .style-wrap .dl-col dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 1rem 0 0;
    margin-bottom: 1.5rem;
    border-top: 1px var(--color-line) solid;
  }
  .style-wrap blockquote {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
  .style-wrap .border-wrap,
  .style-wrap .bg-wrap {
    padding: 1.25rem 1.5rem;
  }
  .style-wrap--work {
    font-size: 0.9rem;
  }
  .style-wrap--work h2, .style-wrap--work h3, .style-wrap--work h4, .style-wrap--work h5, .style-wrap--work h6 {
    padding: 0;
  }
  .style-wrap--work .wp-block-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .style-wrap--work .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* font size */
.t-lg {
  font-size: 1rem;
}

.t-md {
  font-size: 0.9rem;
}

.t-sm {
  font-size: 0.8rem;
}

.h-lg {
  font-size: 1.4rem;
}

.h-md {
  font-size: 1.25rem;
}

.h-sm {
  font-size: 1rem;
}

.style-wrap h2, .style-wrap .h-lg {
  font-size: 1.4rem;
}
.style-wrap h3, .style-wrap .h-md {
  font-size: 1.25rem;
}
.style-wrap h4, .style-wrap h5, .style-wrap h6, .style-wrap .h-sm {
  font-size: 1.05rem;
}
.style-wrap blockquote h2, .style-wrap blockquote .h-lg,
.style-wrap .border-wrap h2,
.style-wrap .border-wrap .h-lg,
.style-wrap .bg-wrap h2,
.style-wrap .bg-wrap .h-lg {
  font-size: 1.05rem;
}
.style-wrap blockquote h3, .style-wrap blockquote .h-md,
.style-wrap .border-wrap h3,
.style-wrap .border-wrap .h-md,
.style-wrap .bg-wrap h3,
.style-wrap .bg-wrap .h-md {
  font-size: 1.05rem;
}

@media (max-width: 575px) {
  .t-lg {
    font-size: 1rem;
  }
  .t-md {
    font-size: 0.9rem;
  }
  .t-sm {
    font-size: 0.8rem;
  }
  .h-lg {
    font-size: 1.35rem;
  }
  .h-md {
    font-size: 1.2rem;
  }
  .h-sm {
    font-size: 0.95rem;
  }
  .style-wrap h2, .style-wrap .h-lg {
    font-size: 1.35rem;
  }
  .style-wrap h3, .style-wrap .h-md {
    font-size: 1.2rem;
  }
  .style-wrap h4, .style-wrap h5, .style-wrap h6, .style-wrap .h-sm {
    font-size: 0.95rem;
  }
  .style-wrap blockquote h2, .style-wrap blockquote .h-lg,
  .style-wrap .border-wrap h2,
  .style-wrap .border-wrap .h-lg,
  .style-wrap .bg-wrap h2,
  .style-wrap .bg-wrap .h-lg {
    font-size: 1.05rem;
  }
  .style-wrap blockquote h3, .style-wrap blockquote .h-md,
  .style-wrap .border-wrap h3,
  .style-wrap .border-wrap .h-md,
  .style-wrap .bg-wrap h3,
  .style-wrap .bg-wrap .h-md {
    font-size: 1rem;
  }
}
/* global header */
.global-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.global-header.is-down:not(.is-hometop) .header-brand {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.is-active .header-brand {
  -webkit-transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}

.header-brand {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  font-weight: normal;
  pointer-events: auto;
  z-index: 2;
}
.header-brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (hover: hover) {
  .header-brand a:hover {
    opacity: 0.8;
  }
}
.header-brand__logo {
  position: relative;
  vertical-align: middle;
  margin-right: 0.75rem;
  fill: var(--color-text);
  width: 22px;
  height: 22px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-brand__text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.header-brand__key {
  margin-right: 0.3rem;
}

@media (max-width: 767px) {
  .global-header__container {
    height: 90px;
  }
  .header-brand__text {
    display: block;
    font-size: 0.65rem;
  }
  .header-brand__key {
    display: block;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .header-brand__url {
    display: block;
    font-size: 0.5rem;
  }
}
.crumbs {
  margin-bottom: 2.5rem;
}
.crumbs ul {
  display: block;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: -0.4em;
}
.crumbs li {
  position: relative;
  display: inline-block;
  padding: 0 0.8rem;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-text);
}
.crumbs li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.15rem;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px var(--color-text) solid;
  border-right: 1px var(--color-text) solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.crumbs li:first-child {
  padding-left: 0;
}
.crumbs a {
  color: var(--color-text);
}
.crumbs .is-home {
  font-weight: 700;
}
.crumbs .is-current:after {
  display: none;
}

@media (hover: hover) {
  .crumbs a:hover {
    background-color: var(--color-main);
  }
}
.global-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.toggle-btn__arr {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 28px;
  height: 28px;
  border-right: 4px var(--color-text) solid;
  border-bottom: 4px var(--color-text) solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  margin-bottom: -12px;
}

@media (max-width: 991px) {
  .toggle-btn__arr {
    width: 24px;
    height: 24px;
    border-width: 3px;
    margin-bottom: -10px;
  }
}
@media (max-width: 575px) {
  .toggle-btn__arr {
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin-bottom: -9px;
  }
}
.toggle-menu {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.toggle-menu__scroll {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  max-height: 100vh;
  width: 100%;
  padding: 0;
}

.global-menu {
  padding: 7.8rem 2rem 2rem;
  background-color: var(--color-bg);
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 320px;
}

body.is-active .global-menu {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.global-header.is-active .toggle-btn {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.global-header.is-active .toggle-menu {
  pointer-events: auto;
  opacity: 1;
}
.global-header.is-active .global-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-list {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
}
.menu-list:not(:last-child) {
  margin-bottom: 1.6rem;
}
.menu-list li {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: pagenum;
}
.menu-list .is-current {
  pointer-events: none;
  opacity: 0.5;
}
.menu-list a {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-list a:after {
  content: "";
  position: absolute;
  top: -8px;
  right: -18px;
  bottom: -8px;
  left: -18px;
  border: 10px var(--color-main) solid;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.menu-list .text-en {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 500;
  z-index: 2;
}
.menu-list .text-en span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0.7rem;
}
.menu-list .text-en:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-line);
}
.menu-list .text-ja {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 0.7rem;
  font-size: 0.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  z-index: 2;
}

@media (hover: hover) {
  .menu-list a:hover:after {
    opacity: 1;
  }
}
.menu-list--sub {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.menu-list--sub li {
  margin-bottom: 0.5rem;
}
.menu-list--sub .text-en {
  font-size: 1rem;
}

.global-menu__contact {
  font-size: 0.95rem;
}
.global-menu__contact a {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 575px) {
  .toggle-menu {
    right: -9.5238%;
    left: -9.5238%;
  }
  .toggle-menu__container {
    width: 100%;
  }
  .global-menu {
    padding: 95px 10% 2rem;
    width: 100%;
  }
  .global-menu__ttl {
    width: 100%;
    text-align: left;
  }
  .menu-list {
    width: 100%;
  }
  .menu-list .text-en {
    font-size: 1.4rem;
  }
  .menu-list .text-ja {
    font-size: 0.7rem;
  }
  .menu-list--sub .text-en {
    font-size: 1.2rem;
  }
}
/* global main */
.global-main {
  position: relative;
  overflow: hidden;
}

/* global footer */
.contact-wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--color-main);
}

.contact-wrap__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact-wrap__ttl a {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  border: 4px var(--color-text) solid;
}

.contact-wrap__text {
  font-size: 0.9rem;
  line-height: 2;
}
.contact-wrap__text a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .contact-wrap {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contact-wrap__ttl {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
  .contact-wrap__ttl a {
    border-width: 3px;
  }
  .contact-wrap__text {
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }
}
.global-footer {
  background-color: var(--color-bg-gray);
}
.global-footer a {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (hover: hover) {
  .global-footer a:hover {
    background-color: var(--color-main);
  }
}
.global-footer__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.global-footer__list {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.9;
}
.global-footer__list li {
  margin-bottom: 0.6rem;
}
.global-footer__list li ul {
  margin-top: 0.7rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
.global-footer__list li:last-child {
  margin-bottom: 0;
}
.global-footer__list .blog-ttl {
  margin-right: 0.2rem;
}
.global-footer__list time {
  display: inline-block;
  font-size: 0.6rem;
}
.global-footer__list:not(:last-child) {
  margin-bottom: 1.5rem;
}

.global-footer__ttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
}
.global-footer__ttl a:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 9px;
  height: 9px;
  margin-bottom: 0.4rem;
  margin-left: 0.6rem;
  border-right: 2px var(--color-text) solid;
  border-bottom: 2px var(--color-text) solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.form-search {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
  letter-spacing: -0.4em;
}
.form-search.is-active .input-search {
  width: calc(100% - 35px);
}

.icon-search {
  position: absolute;
  top: 1.2rem;
  left: 1.4rem;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: var(--color-text);
}

.input-search {
  position: relative;
  display: block;
  font-size: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.015em;
  background-color: transparent;
  width: 100%;
  padding: 1rem 1rem 1rem 3.5rem;
  border: 3px var(--color-text) solid;
  border-radius: 2rem;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.global-footer__copyright {
  font-size: 0;
  letter-spacing: -0.4em;
  margin-top: 3rem;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.global-footer__copyright a {
  text-decoration: underline;
}
.global-footer__copyright .link-external:after {
  display: none;
}

.copyright {
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  border-right: 1px var(--color-line) solid;
}

.pageup {
  position: fixed;
  right: 3rem;
  bottom: 2.2rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 100;
}
.pageup:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border-top: 2.5px var(--color-text) solid;
  border-right: 2.5px var(--color-text) solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.pageup.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .global-footer__unit:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .global-footer__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .global-footer__copyright {
    padding-bottom: 2rem;
    font-size: 0.6rem;
  }
  .copyright {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
  .pageup {
    right: 2rem;
    bottom: 2.2rem;
  }
}
/* articles */
.articles__unit a {
  display: block;
  height: 100%;
}
.articles__unit .label-list {
  margin-bottom: 0.2rem;
}
.articles__unit .label-list li {
  font-size: 0.65rem;
}
.articles__unit.imgload:after {
  display: none;
}
.articles__unit.imgload .articles__thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 4px var(--color-line) solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.articles__unit.imgload.is-loaded .articles__thumb:after {
  opacity: 0;
}
.articles__unit.imgload.is-loaded .imgload__img {
  opacity: 1;
}

@media (hover: hover) {
  .articles__unit a:hover .articles__thumb {
    opacity: 0.9;
  }
}
.articles__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-color: var(--color-bg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: opacity 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.5s;
  transition: transform 0.2s, opacity 0.5s, -webkit-transform 0.2s;
}
.articles__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles__alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d6d0;
  overflow: hidden;
}
.articles__alt:before {
  content: "HASEGAWAHIROSHI.JP";
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 3rem;
  margin-top: -1.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-bg);
  width: auto;
  height: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-50%) rotate(-25deg);
          transform: translateX(-50%) rotate(-25deg);
  opacity: 0.7;
}

.articles__alt--1 {
  background-color: #C4BAAB;
}

.articles__alt--2 {
  background-color: #54A0A0;
}

.articles__alt--3 {
  background-color: #F8DD49;
}

.articles__alt--4 {
  background-color: #EAA7A2;
}

.articles__alt--5 {
  background-color: #EB8A67;
}

.articles__alt--6 {
  background-color: #EBDED0;
}

.articles__alt--7 {
  background-color: #807184;
}

.articles__alt--8 {
  background-color: #ED9454;
}

@media (max-width: 1199px) {
  .articles__alt:before {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .articles__alt:before {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .articles__alt:before {
    font-size: 0.9rem;
  }
}
.articles__text {
  padding-top: 1rem;
}

.articles__ttl {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
}

.articles__url {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.articles__excerpt {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.9;
  color: var(--color-text);
}

.articles__date {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.articles-footer {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.articles--archive .articles__unit {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
.articles--archive .articles__unit.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.articles--archive .articles__unit:not(:last-child) {
  margin-bottom: 4rem;
}
.articles--archive .articles__text {
  padding-top: 0;
}
.articles--archive .articles__thumb {
  padding-bottom: 52%;
  margin-bottom: 1.5rem;
}
.articles--archive .articles__ttl {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}
.articles--archive a {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (hover: hover) {
  .articles--archive a:hover {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .articles--archive .articles__ttl {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.articles--works a {
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.articles--works .articles__thumb {
  padding-bottom: 75%;
}
.articles--works .articles__unit {
  opacity: 0.2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.articles--works .articles__unit.is-active {
  opacity: 1;
}

@media (hover: hover) {
  .articles--works a:hover {
    opacity: 0.9;
  }
}
.works-filter {
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
.works-filter li {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.works-filter li:not(:last-child) {
  margin-right: 1rem;
}
.works-filter a {
  padding-left: 0.05em;
  padding-bottom: 0.4rem;
  border-bottom: 2px transparent solid;
}
.works-filter a.is-active {
  pointer-events: none;
  border-bottom: 2px var(--color-text) solid;
}

body.is-active .works-filter a {
  -webkit-transition: opacity 0.2s, border-bottom 0.5s;
  transition: opacity 0.2s, border-bottom 0.5s;
}

@media (hover: hover) {
  .works-filter a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 575px) {
  .works-filter {
    display: none;
  }
}
.articles--notes {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.articles--notes a {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.articles--notes .articles__unit-container {
  position: relative;
  z-index: 2;
}
.articles--notes .articles__thumb {
  padding-bottom: 100%;
}
.articles--notes .articles__thumb img {
  border-radius: 50%;
}
.articles--notes .articles__ttl {
  font-weight: 700;
}
.articles--notes .articles__unit {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
.articles--notes .articles__unit.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (hover: hover) {
  .articles--notes a:hover {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .articles--notes {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .articles--notes a {
    padding: 0.8rem 5px;
  }
  .articles--notes a:after {
    border-width: 20px;
  }
}
.paging {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.paging__prev,
.paging__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.paging__prev a,
.paging__next a {
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
}
.paging__prev a:before,
.paging__next a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 3px var(--color-text) solid;
  border-left: 3px var(--color-text) solid;
  -webkit-transform: translateX(0) rotate(-45deg);
          transform: translateX(0) rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, border-color 0.2s;
  transition: transform 0.2s, border-color 0.2s, -webkit-transform 0.2s;
}

.paging__next {
  text-align: right;
}
.paging__next a {
  padding-left: 0;
  padding-right: 2rem;
}
.paging__next a:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 3px var(--color-text) solid;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (hover: hover) {
  .paging__prev a:hover,
  .paging__next a:hover {
    color: var(--color-text);
  }
  .paging__prev a:hover:before,
  .paging__next a:hover:before {
    border-color: var(--color-text);
    -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
  }
  .paging__next a:hover:before {
    -webkit-transform: translateX(5px) rotate(45deg);
            transform: translateX(5px) rotate(45deg);
  }
}
.paging__pos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .paging {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .paging__prev,
  .paging__next {
    font-size: 1.5rem;
  }
  .paging__prev a,
  .paging__next a {
    padding-left: 1.7rem;
  }
  .paging__prev a:before, .paging__prev a:after,
  .paging__next a:before,
  .paging__next a:after {
    width: 18px;
    height: 18px;
  }
  .paging__next a {
    padding-right: 1.5rem;
    padding-left: 0;
  }
  .paging__pos {
    display: none;
  }
}
/* page */
.page-header {
  border-bottom: 4px var(--color-text) solid;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  border: 4px var(--color-text) solid;
  border-bottom: 0;
  padding: 0.7rem 1.5rem 0.6rem 1.7rem;
}

.page-header__ttl {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-pict {
  position: relative;
  margin-bottom: 2rem;
}
.page-pict img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
.page-pict.is-loaded img {
  opacity: 1;
}

.page-ttl {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3.5rem;
}

.page-ttl--work {
  margin-top: 2.5rem;
}

.page-ttl__main {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.page-ttl__sub {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-ttl__share {
  margin-top: 2rem;
}

.page-meta {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px var(--color-line) solid;
  font-weight: 500;
}
.page-meta p {
  line-height: 1.2;
}
.page-meta time {
  font-size: 1rem;
}
.page-meta a {
  margin-right: 0.5rem;
  text-decoration: none !important;
}

.page-contents {
  border-top: 2px var(--color-text) solid;
  border-bottom: 2px var(--color-text) solid;
  padding: 2rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.page-contents b {
  letter-spacing: 0.2em;
}
.page-contents ol {
  margin-bottom: 0.5rem;
}
.page-contents ol ol {
  list-style: none;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.page-contents ol ol li {
  font-size: 90%;
}
.page-contents li {
  line-height: 1.7;
}
.page-contents a {
  text-decoration: none !important;
}

.anchorlist {
  border-top: 2px var(--color-text) solid;
  border-bottom: 2px var(--color-text) solid;
  padding: 1.7rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 95%;
}

.anchorlist__ttl {
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.anchorlist__list {
  margin-bottom: 0.4rem !important;
}
.anchorlist__list ol {
  list-style: none;
  margin-top: 0.4rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
.anchorlist__list ol li {
  font-size: 95%;
}
.anchorlist__list li {
  line-height: 1.7;
}
.anchorlist__list a {
  text-decoration: none !important;
}

.page-body {
  margin-bottom: 1.25rem;
}

.page-footer {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.page-footer .menu-list .text-en {
  font-size: 1.3rem;
}
.page-footer .menu-list .text-ja {
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  .page-header {
    border-width: 3px;
    margin-bottom: 2rem;
  }
  .page-header__label {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    border-width: 3px;
    padding: 0.5rem 0.8rem 0.4rem 1rem;
  }
  .page-pict {
    margin-right: -9.5238%;
    margin-left: -9.5238%;
  }
  .page-header__ttl {
    display: none;
  }
  .page-ttl {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .page-ttl--work {
    margin-top: 1rem;
  }
  .page-ttl__main {
    font-size: 1.5rem;
  }
  .page-ttl__sub {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .page-footer {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .page-ttl__main {
    font-size: 1.3rem;
  }
  .page-footer .menu-list .text-en {
    font-size: 1.4rem;
  }
  .page-footer .menu-list .text-ja {
    font-size: 0.7rem;
  }
}
/* home */
.hero {
  position: relative;
}

.hero__container {
  position: relative;
  z-index: 2;
}

.hero__typo {
  position: relative;
}

.typo-websitedesign {
  position: absolute;
  bottom: 100%;
  left: -2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 1400px;
  height: 210px;
  background-image: linear-gradient(120deg, var(--color-text) 50%, transparent 50%);
  background-size: 220% 100%;
  background-position-x: 100%;
  -webkit-transition: background-position-x 5s;
  transition: background-position-x 5s;
  z-index: 3;
  -webkit-mask-image: url(../images/common/text_websitedesign.svg);
          mask-image: url(../images/common/text_websitedesign.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

body.is-active .typo-websitedesign {
  background-position-x: 0;
}

.hero__block-1 {
  position: relative;
  border-left: 4px var(--color-text) solid;
  padding-left: 4rem;
  padding-bottom: 3.6rem;
  margin-left: -4rem;
  z-index: 2;
}

.hero__service {
  width: 50%;
  margin-bottom: 5rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 2.2;
  overflow-wrap: break-word;
}

.catchcopy {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.catchcopy__typo-1 {
  display: inline-block;
  margin-bottom: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-main)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--color-main) 50%, transparent 50%);
  background-size: 202% 100%;
  background-position-x: 100%;
  -webkit-transition: background-position-x 0.7s 1s;
  transition: background-position-x 0.7s 1s;
}

.catchcopy__typo-2 {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-text)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--color-text) 50%, transparent 50%);
  background-size: 202% 100%;
  background-position-x: 100%;
  -webkit-transition: background-position-x 0.7s 1.5s;
  transition: background-position-x 0.7s 1.5s;
}
.catchcopy__typo-2 span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-bg)), color-stop(50%, var(--color-text)));
  background-image: linear-gradient(to right, var(--color-bg) 50%, var(--color-text) 50%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: inherit;
  color: transparent;
  background-position-x: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}

.catchcopy__typo-3 {
  display: block;
  margin-top: 2rem;
  margin-left: 0.2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.catchcopy__typo-4 {
  display: block;
  margin-top: 0.5rem;
  margin-left: 0.2rem;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.hero__share {
  margin-top: 1.5rem;
}

body.is-active .catchcopy__typo-1 {
  background-position-x: 0;
}
body.is-active .catchcopy__typo-2 {
  background-position-x: 0;
}
body.is-active .catchcopy__typo-2 span {
  background-position-x: 0;
}

.hero__block-2 {
  position: relative;
  border: 4px var(--color-text) solid;
  margin-bottom: 7rem;
  margin-left: -9rem;
  padding: 4rem 5rem;
  z-index: 2;
}

.hero__text {
  font-size: 0.95rem;
  line-height: 2.1;
}
.hero__text p:not(:last-child) {
  margin-bottom: 0.3rem;
}

.hero__text-container {
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  font-size: 1.02rem;
  font-weight: 400;
}
.hero__text-container strong {
  font-weight: 500;
}
.hero__text-container a {
  text-decoration: underline;
  text-underline-offset: 20%;
}

.hero__text-name {
  margin-top: 1.4rem;
  line-height: 1.6;
}
.hero__text-name small {
  font-weight: 400;
}

.hero__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
}
.hero__ttl .text-en {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.hero__ttl .text-ja {
  font-size: 1rem;
}

.hero__text-btn {
  display: none;
  position: relative;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}
.hero__text-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-bottom: 2px var(--color-text) solid;
  border-left: 2px var(--color-text) solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media (max-width: 1200px) {
  .hero__service {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .typo-websitedesign {
    left: -2rem;
    width: 1200px;
    height: 180px;
  }
  .hero__service {
    margin-bottom: 7rem;
    font-size: 0.8rem;
    line-height: 2;
  }
  .catchcopy {
    font-size: 3rem;
    line-height: 1.2;
  }
  .hero__block-1 {
    border-width: 3px;
  }
  .hero__block-2 {
    border-width: 3px;
    margin-bottom: 7rem;
    margin-left: -4rem;
    padding: 4rem;
  }
  .hero__text-container {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  .hero__ttl {
    display: block;
    margin-bottom: 3rem;
  }
  .hero__ttl .text-en {
    display: block;
    margin-bottom: 1rem;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .hero__text {
    position: relative;
    line-height: 1.8rem;
  }
  .hero__text.is-active:after {
    opacity: 0;
  }
  .hero__text.is-active .hero__text-container {
    display: block;
    -webkit-line-clamp: none;
    max-height: 60rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-text)), to(var(--color-text)));
    background-image: linear-gradient(to bottom, var(--color-text) 0%, var(--color-text) 100%);
  }
  .hero__text.is-active .hero__text-btn:after {
    margin-top: -22px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .hero__text-container {
    max-height: 18rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 0.7s;
    transition: max-height 0.7s;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, var(--color-text)), to(transparent));
    background-image: linear-gradient(to bottom, var(--color-text) 70%, transparent 100%);
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 100% auto;
    color: transparent;
  }
  .hero__text-btn {
    display: block;
  }
}
@media (max-width: 575px) {
  .typo-websitedesign {
    left: -1.7rem;
    width: 760px;
    height: 105px;
  }
  .hero__block-1 {
    border-width: 2.5px;
    border-bottom: 2.5px var(--color-text) solid;
    padding-left: 2rem;
    margin-left: -2rem;
    padding-bottom: 2rem;
  }
  .hero__service {
    width: 90%;
    margin-bottom: 5rem;
    font-size: 0.6rem;
    letter-spacing: 0.01em;
  }
  .hero__service .bg-span-black {
    background-color: transparent;
  }
  .catchcopy {
    font-size: 2.1rem;
    line-height: 1;
  }
  .catchcopy__typo-1 {
    margin-bottom: 0.75rem;
  }
  .catchcopy__typo-3 {
    margin-top: 2rem;
    font-size: 0.8rem;
  }
  .catchcopy__typo-4 {
    margin-top: 0.4rem;
    font-size: 0.72rem;
  }
  .hero__block-2 {
    border: 0;
    padding: 3rem 0 0 2rem;
    margin-bottom: 7rem;
    margin-left: -2rem;
  }
  .hero__text {
    font-size: 0.75rem;
    line-height: 1.9rem;
  }
  .hero__text-container {
    max-height: 12.6rem;
    font-size: 0.9rem;
  }
  .hero__ttl {
    display: block;
    margin-bottom: 2rem;
  }
  .hero__ttl .text-en {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .hero__ttl .text-ja {
    font-size: 0.8rem;
  }
}
.hero__bg-1 {
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: 280px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 600px;
  height: auto;
  z-index: 0;
  fill: var(--color-main);
  fill: none;
  stroke: var(--color-main);
  stroke-width: 15px;
}

.hero__bg-2 {
  position: absolute;
  top: 750px;
  left: 50%;
  margin-left: 180px;
  width: 800px;
  height: auto;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  fill: var(--color-main);
  z-index: 0;
}

@media (max-width: 991px) {
  .hero__bg-1 {
    margin-right: 170px;
    width: 500px;
  }
  .hero__bg-2 {
    top: 700px;
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .hero__bg-1 {
    width: 400px;
    top: 220px;
    margin-right: 40px;
  }
  .hero__bg-2 {
    width: 500px;
    top: 550px;
    left: 50%;
    margin-left: -40px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.home-works {
  margin-bottom: 7rem;
}

.home-works__heading {
  height: 3rem;
  position: relative;
  z-index: 2;
}

.home-works__ttl {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotate(90deg) translateX(-30px);
          transform: rotate(90deg) translateX(-30px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.home-works__ttl a {
  position: relative;
  display: block;
  border: 4px var(--color-text) solid;
  padding: 1rem 2rem;
  width: 400px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.home-works__ttl .text-en {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.home-works__ttl .text-ja {
  font-size: 0.8rem;
}

@media (hover: hover) {
  .home-works__ttl a:hover {
    background-color: var(--color-bg);
  }
}
.home-works__swiper {
  width: calc(100% - 80px);
  margin-bottom: 2rem;
  margin-left: 0;
}
.home-works__swiper .swiper-slide {
  overflow: hidden;
}
.home-works__swiper .swiper-slide img {
  height: 360px;
  max-width: none;
  width: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .home-works__swiper .swiper-slide a:hover img {
    opacity: 0.9;
  }
}
.home-works__footer {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .home-works__ttl a {
    border-width: 3px;
  }
  .home-works__ttl .text-en {
    font-size: 2.2rem;
  }
  .home-works__swiper {
    width: calc(100% - 65px);
  }
}
@media (max-width: 575px) {
  .home-works__heading {
    height: 30px;
  }
  .home-works__ttl a {
    padding: 1rem 1.5rem;
    width: 320px;
    background-color: transparent;
  }
  .home-works__footer {
    padding-right: 0;
  }
  .home-works__swiper {
    margin-bottom: 2rem;
  }
  .home-works__swiper .swiper-slide img {
    height: 320px;
  }
}
.home-service {
  margin-bottom: 7rem;
}

.home-service__heading {
  position: relative;
  z-index: 2;
}

.home-service__ttl a {
  display: block;
  max-width: 600px;
  padding: 1rem 2rem;
  margin-bottom: -1.5rem;
  border: 4px var(--color-text) solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.home-service__ttl .text-en {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.home-service__ttl .text-ja {
  font-size: 0.8rem;
}

@media (hover: hover) {
  .home-service__ttl a:hover {
    background-color: var(--color-bg);
  }
}
.service-main__unit {
  margin: auto auto 2rem;
}

.service-main__pict {
  position: relative;
  padding: 6rem 2rem;
  margin-left: 1.5rem;
  text-align: center;
}
.service-main__pict img {
  position: relative;
  width: 160px;
  max-width: 100%;
  height: auto;
  z-index: 3;
}
.service-main__pict:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-main);
  z-index: 1;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.service-main__pict:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 50%;
  background-color: var(--color-bg);
  z-index: 2;
}

.service-main__text {
  position: relative;
  margin-top: -1.5rem;
  font-size: 0.95rem;
  line-height: 1.8;
  z-index: 2;
}
.service-main__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.service-main__text a {
  text-decoration: underline;
}

.service-main__unit--1 .service-main__pict:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.service-main__unit--2 .service-main__pict:before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.service-main__unit--3 .service-main__pict:before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-view .service-main__pict:before {
  height: 100%;
}
.is-view .service-main__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.service-main__ttl {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.9;
}

.service-main__ttl-bg {
  background-color: var(--color-text);
  color: var(--color-bg);
  padding: 0.2rem 0;
}

#home .service-main__more {
  display: none;
}

.service-main__more {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px var(--color-line) solid;
}

@media (max-width: 991px) {
  .home-service {
    margin-top: 0;
  }
  .service-main__pict {
    margin-left: auto;
  }
  .service-main__unit:nth-child(1) .service-main__pict:before,
  .service-main__unit:nth-child(2) .service-main__pict:before,
  .service-main__unit:nth-child(3) .service-main__pict:before {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .service-main__unit:nth-child(1) .service-main__text,
  .service-main__unit:nth-child(2) .service-main__text,
  .service-main__unit:nth-child(3) .service-main__text {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .service-main__text {
    margin-top: 4rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
  }
  #home .service-main__pict {
    margin-left: 1.5rem;
  }
  #home .service-main__text {
    margin-top: 6rem;
  }
  .home-service__ttl a {
    border-width: 3px;
  }
  .home-service__ttl .text-en {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .home-service__heading {
    margin-right: 1.5rem;
  }
  .home-service__ttl a {
    background-color: transparent;
    padding: 1rem 1.5rem;
    margin-bottom: -1rem;
    display: block;
  }
  .home-service__ttl .text-en {
    display: block;
  }
  .home-service {
    margin-top: -3rem;
    margin-bottom: 5rem;
  }
  .service-main__pict {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-left: 1.5rem;
  }
  .service-main__pict img {
    width: 140px;
  }
  .service-main__pict:after {
    width: 110px;
    height: 110px;
    margin-top: -45px;
    margin-left: -45px;
  }
  .service-main__text {
    margin-top: -1.5rem;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 0.8rem;
    line-height: 1.9;
  }
  #home .service-main__text {
    margin-top: -1.5rem;
  }
  .service-main__ttl {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.home-blog {
  min-height: 380px;
  margin-top: -1rem;
  margin-bottom: 7rem;
}

.home-blog__heading {
  height: 1rem;
  position: relative;
  z-index: 2;
}

.home-blog__ttl {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: rotate(90deg) translateX(-45px);
          transform: rotate(90deg) translateX(-45px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.home-blog__ttl a {
  position: relative;
  display: block;
  border: 4px var(--color-text) solid;
  padding: 1rem 2rem;
  width: 400px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.home-blog__ttl .text-en {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.home-blog__ttl .text-ja {
  font-size: 0.8rem;
}

@media (hover: hover) {
  .home-blog__ttl a:hover {
    background-color: var(--color-bg);
  }
}
.home-blog__swiper {
  width: calc(100% - 80px);
  margin-right: 0;
  margin-bottom: 1rem;
}
.home-blog__swiper .swiper-slide {
  overflow: hidden;
}
.home-blog__swiper .swiper-slide img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.home-blog__swiper .articles__thumb {
  height: 380px;
  padding-bottom: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-blog__ttl a {
    max-width: 991px;
    border-width: 3px;
  }
  .home-blog__ttl .text-en {
    font-size: 2.2rem;
  }
  .home-blog__swiper {
    width: calc(100% - 65px);
  }
}
@media (max-width: 575px) {
  .home-blog {
    margin-top: auto;
    margin-bottom: 5rem;
  }
  .home-blog__ttl a {
    border-width: 3px;
    padding: 1rem 1.5rem;
    width: 320px;
    background-color: transparent;
  }
  .home-blog__ttl .text-en {
    font-size: 2.2rem;
  }
  .home-blog__swiper .articles__thumb {
    height: 300px;
    padding-bottom: 0;
  }
}
.home-about {
  position: relative;
  margin-bottom: 7rem;
}

.home-about__wrap {
  position: relative;
  border: 4px var(--color-text) solid;
  padding: 3rem;
  z-index: 2;
}

.home-about__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  z-index: 2;
}
.home-about__ttl .text-en {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home-about__ttl .text-ja {
  font-size: 1rem;
}

.home-about__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.9rem;
  line-height: 2.1;
  z-index: 2;
}
.home-about__info p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.home-about__link {
  position: relative;
  height: 180px;
}
.home-about__link h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.home-about__link ul {
  font-size: 0;
  letter-spacing: -0.4em;
}
.home-about__link ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
.home-about__link li {
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.home-about__link a {
  border-bottom: 1px var(--color-text) solid;
  padding-bottom: 0.1rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.home-about__link a:after {
  display: none;
}

@media (hover: hover) {
  .home-about__link a:hover {
    background-color: var(--color-text);
    color: var(--color-bg);
  }
}
.home-about__link-container {
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 0.9rem;
  line-height: 2;
  width: 180px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 2;
}

.home-about__bg {
  position: absolute;
  top: -120px;
  left: 40%;
  width: 600px;
  height: auto;
  z-index: 0;
  stroke: var(--color-main);
  stroke-width: 18px;
  fill: none;
}

@media (max-width: 991px) {
  .home-about__wrap {
    border-width: 3px;
    margin-bottom: 3rem;
  }
  .home-about__link-container {
    position: relative;
    padding-top: 3rem;
  }
  .home-about__bg {
    top: 200px;
    left: auto;
    right: 30%;
    width: 600px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    stroke: var(--color-main);
    stroke-width: 15px;
    fill: none;
  }
}
@media (max-width: 575px) {
  .home-about {
    margin-bottom: 5rem;
  }
  .home-about__wrap {
    padding: 2rem 2rem;
  }
  .home-about__ttl {
    display: block;
    margin-bottom: 3rem;
  }
  .home-about__ttl .text-en {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 0.2rem;
  }
  .home-about__ttl .text-ja {
    font-size: 0.8rem;
  }
  .home-about__info {
    display: block;
    font-size: 0.8rem;
    line-height: 2;
  }
  .home-about__info-text {
    margin-bottom: 1rem;
  }
  .home-about__bg {
    top: -120px;
    right: 20%;
    stroke-width: 12px;
  }
  .home-about__link {
    position: relative;
    height: auto;
  }
  .home-about__link li {
    display: inline-block;
    margin-right: 0.8rem;
  }
  .home-about__link-container {
    position: static;
    top: auto;
    left: auto;
    font-size: 0.8rem;
    line-height: 1.9;
    width: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0 4px;
  }
}
/* service */
.service-copy {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-size: 1.7rem;
  line-height: 2;
}
.service-copy p {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.service-copy p:before, .service-copy p:after {
  content: "";
  position: absolute;
  display: block;
  display: none;
  top: -20px;
  left: 0;
  width: 120px;
  height: 70px;
  border: 20px var(--color-main) solid;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
}
.service-copy p:after {
  top: auto;
  right: 0;
  left: auto;
  bottom: -20px;
  border: 20px var(--color-main) solid;
  border-left: 0;
  border-top: 0;
}
.service-copy .text-bg {
  background-color: var(--color-text);
  color: var(--color-bg);
  margin-right: 0.1em;
  margin-left: 0.1em;
  padding: 0.2rem;
}
.service-copy .text-bg-2 {
  background-color: var(--color-main);
  color: var(--color-text);
  margin-right: 0.1em;
  margin-left: 0.1em;
  padding: 0.2rem;
}

@media (max-width: 575px) {
  .service-copy {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
  .service-copy p {
    padding: 1rem 0;
  }
}
.service-main,
.service-detail,
.service-unable {
  margin-bottom: 5rem;
}

.service-detail__pict {
  margin-bottom: 0.5rem;
}
.service-detail__pict img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.service-detail__text {
  font-size: 0.9rem;
  line-height: 1.8;
}
.service-detail__text a {
  text-decoration: underline;
}

.service-detail__ttl {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  text-align: center;
}

.service-detail__ttl-sub {
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .service-detail__ttl,
  .service-detail__ttl-sub {
    text-align: left;
  }
  .service-detail__unit--line {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px var(--color-line) solid;
  }
}
@media (max-width: 575px) {
  .service-detail__ttl,
  .service-detail__ttl-sub {
    text-align: center;
  }
}
.service-unable__pict {
  position: relative;
  text-align: center;
}
.service-unable__pict img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.service-unable__ng {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -140px;
  width: 100px;
  height: 100px;
}
.service-unable__ng:before, .service-unable__ng:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -40px;
  background-color: var(--color-main);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center cetner;
          transform-origin: center cetner;
}
.service-unable__ng:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-unable__text {
  font-size: 0.9rem;
  line-height: 1.9;
}

.service-unable__ttl {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}

.service-unable__ttl-sub {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  text-align: center;
}

.service-solution {
  position: relative;
  padding-top: 50px;
}
.service-solution a {
  text-decoration: underline;
}
.service-solution:before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  margin-left: -15px;
  border-top: 12px var(--color-text) solid;
  border-right: 14px transparent solid;
  border-left: 14px transparent solid;
  z-index: 2;
}
.service-solution:after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  border-radius: 50%;
  background-color: var(--color-main);
  z-index: 1;
}
.service-solution > * {
  position: relative;
  z-index: 2;
}

.service-solution__ttl {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.8rem;
}

@media (max-width: 991px) {
  .service-unable__unit--line {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px var(--color-line) solid;
  }
}
/* work */
.swiper-work {
  width: 100%;
  padding-bottom: 3rem;
  --swiper-pagination-color: #111;
  --swiper-pagination-bullet-inactive-color: #7e7c77;
  --swiper-pagination-bullet-width: 5px;
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.work-window {
  position: relative;
  width: 100%;
  background-color: var(--color-bg-gray);
  text-align: center;
  padding: 2rem;
}
.work-window img {
  width: 100%;
  max-width: 800px;
  height: auto;
  vertical-align: bottom;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 991px) {
  .swiper-work {
    padding-bottom: 3rem;
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }
  .work-window {
    padding: 0;
  }
}
/* howto */
.tel {
  pointer-events: none;
  text-decoration: none !important;
}
.tel * {
  text-decoration: none !important;
}

.howto__bg {
  position: absolute;
  bottom: 50px;
  left: 60%;
  -webkit-transform: scale(-1, 1) rotate(-170deg);
          transform: scale(-1, 1) rotate(-170deg);
  width: 500px;
  height: auto;
  z-index: 0;
  fill: var(--color-main);
}

@media (max-width: 575px) {
  .howto__bg {
    left: 40%;
  }
}
/* about */
.about-bg-1 {
  position: absolute;
  top: 40px;
  left: 60%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 480px;
  height: auto;
  z-index: 0;
  fill: var(--color-main);
  stroke: var(--color-main);
  stroke-width: 20px;
}

@media (max-width: 767px) {
  .about-bg-1 {
    top: 40px;
    left: 45%;
  }
}
/* contact */
.link-ml {
  position: relative;
  display: inline-block;
  padding: 3rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8 !important;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  margin-bottom: 0 !important;
  overflow-wrap: break-word;
  z-index: 2;
}
.link-ml:before, .link-ml:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 120px;
  height: 70px;
  border: 20px var(--color-main) solid;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
}
.link-ml:after {
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
  border: 20px var(--color-main) solid;
  border-left: 0;
  border-top: 0;
}
.link-ml a {
  position: relative;
  display: inline-block;
  z-index: 2;
  -webkit-transition: margin-bottom 0.2s, padding-bottom 0.2s;
  transition: margin-bottom 0.2s, padding-bottom 0.2s;
  text-decoration: none !important;
  padding-bottom: 0.2rem;
  margin-bottom: 0;
  border-bottom: 4px var(--color-text) solid;
}

@media (hover: hover) {
  .link-ml a:hover {
    background-color: transparent !important;
    padding-bottom: 0;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 575px) {
  .link-ml {
    padding: 2.5rem 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .link-ml a {
    padding-bottom: 0;
    margin-bottom: 0.2rem;
    border-bottom-width: 3px;
  }
  .link-ml:before, .link-ml:after {
    width: 80px;
    height: 80px;
  }
}
.cal {
  position: relative;
  margin: 2rem auto;
}

.cal__calendar {
  margin-bottom: 1rem;
}

.cal__loading {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: 40px;
  margin-left: -16px;
  border-radius: 50%;
  border: 4px var(--color-line) solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}

.fc {
  --fc-button-text-color: var(--color-text);
  --fc-button-bg-color: transparent;
  --fc-button-border-color: transparent;
  --fc-today-bg-color: var(--color-main);
  --fc-button-hover-border-color: var(--color-main);
  --fc-button-hover-bg-color: var(--color-main);
  --fc-button-active-border-color: var(--color-main);
  --fc-button-active-bg-color: var(--color-main);
  --fc-event-text-color: var(--color-text);
  --fc-event-border-color: #e0ddd6;
  --fc-event-bg-color: #e0ddd6;
  --fc-border-color: var(--color-line);
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1rem;
}

.fc .fc-toolbar-title {
  font-size: 1.2rem;
}

.fc .fc-button {
  border-radius: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.fc .fc-button:hover {
  border-color: transparent;
}

.fc .fc-col-header-cell,
.fc .fc-daygrid-day {
  padding: 5px 7px;
}

.fc .fc-col-header-cell {
  color: var(--color-bg);
  background-color: #333;
  border-color: #666;
  font-weight: 500;
}
.fc .fc-col-header-cell a {
  color: var(--color-bg);
}

.fc-daygrid-block-event .fc-event-title {
  padding: 1px 5px;
}

.fc .fc-today-button {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fc .fc-today-button:disabled {
  color: var(--color-text-gray);
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1rem;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .fc {
    font-size: 0.75rem;
  }
  .fc .fc-toolbar-title {
    font-size: 1.2rem;
  }
  .fc .fc-col-header-cell,
  .fc .fc-daygrid-day {
    padding: 3px;
  }
}