@charset "UTF-8";
/*========== normalize ==========*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*========== style2511 ==========*/
/* ========== base ========== */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #0086cd;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html:not(.no-smooth-scrolling) {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

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

a {
  color: #0086cd;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
@media (pointer: fine) {
  a.underline:hover {
    filter: brightness(1.25);
  }
}

.sr-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.page__container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 642px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 828px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1002px;
  }
}
@media screen and (min-width: 1440px) {
  .cmn__contwidth {
    width: 1200px;
  }
}

.cmn__outer-contwidth {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn__outer-contwidth {
    width: 544px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__outer-contwidth {
    width: 727.6px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__outer-contwidth {
    width: 938.4px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__outer-contwidth {
    width: 1135.6px;
  }
}
@media screen and (min-width: 1440px) {
  .cmn__outer-contwidth {
    width: 1360px;
  }
}

a.cmn__textlink {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2352941176em;
  transition: text-decoration-color 0.15s ease-out;
}
@media (pointer: fine) {
  a.cmn__textlink:hover {
    filter: brightness(1.2);
    text-decoration-color: #0086cd;
  }
}

a.cmn__textlink-thick {
  color: #00408A;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2352941176em;
  transition: text-decoration-color 0.15s ease-out;
}
@media (pointer: fine) {
  a.cmn__textlink-thick:hover {
    color: #0086cd;
    text-decoration-color: #0086cd;
  }
}

a.cmn__linkbtn-a {
  background: #fff url(../img/common/cmn-linkbtn-a-arrow.svg) right 0.85625em center/3.2125em auto no-repeat;
  border: 1px solid #0086cd;
  border-radius: 1.875em;
  box-shadow: 0 4px 0 rgba(28, 151, 213, 0.2);
  color: #0086cd;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.0625em 4.6875em 1.0625em 1.8125em;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: background-color, box-shadow, color, transform;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  a.cmn__linkbtn-a {
    background-size: 1.6357142857em auto;
    background-position: center right 1.0285714286em;
    font-size: 0.875em;
    line-height: 1.4285714286;
    padding: 0.6428571429em 3.3785714286em 0.6428571429em 1.5em;
  }
}
@media (pointer: fine) {
  a.cmn__linkbtn-a:hover {
    background-color: rgba(0, 134, 205, 0.75);
    color: #fff;
  }
}
a.cmn__linkbtn-a:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 rgba(28, 151, 213, 0.2);
}
a.cmn__linkbtn-a.h80 {
  border-radius: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  a.cmn__linkbtn-a.h80 {
    background-size: 40px auto;
    padding-left: 37px;
    padding-right: 76px;
  }
}

input.input-submit {
  background-color: #fff;
  border: 1px solid #0086cd;
  border-radius: 1.5em;
  box-shadow: 0 4px 0 rgba(28, 151, 213, 0.2);
  color: #0086cd;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.85em 1.45em;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: background-color, box-shadow, color, transform;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  input.input-submit:hover {
    background-color: rgba(0, 134, 205, 0.75);
    color: #fff;
  }
}
input.input-submit:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 rgba(28, 151, 213, 0.2);
}

/* ========== slidingクラス設定 ========== */
.sliding_up {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-delay: 0s;
  transition-duration: 0.75s, 0.5s;
  transition-timing-function: linear, cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sliding_up.sliding_done {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .sliding_up.sliding_done {
    transition-delay: calc(var(--pcdelay, 0s) + 0.2s);
  }
}

.sliding_right {
  opacity: 0;
  transform: translateX(-25vw);
  transition-property: opacity, transform;
  transition-delay: 0s;
  transition-duration: 0.2s, 0.7s;
  transition-timing-function: ease-in, cubic-bezier(0.19, 1, 0.22, 1);
}
.sliding_right.sliding_done {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .sliding_right.sliding_done {
    transition-delay: calc(var(--pcdelay, 0s) + 0.2s);
  }
}

/* ========== global nav ========== */
.page__globalnav {
  color: #0086cd;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.page__globalnav .page__globalnav-toggle-wrapper {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__globalnav .page__globalnav-toggle-wrapper {
    height: 100px;
  }
}
.page__globalnav .page__globalnav-toggle-content {
  position: relative;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__globalnav .page__globalnav-toggle-content {
    padding: 0 40px;
  }
}
.page__globalnav button.page__globalnav-toggle {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: #fff url(../img/common/gloval-nav-toggle-open.svg) 0 0/contain no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 60px;
  padding: 0;
  pointer-events: all;
  position: relative;
  margin: 10px 0 0 auto;
  width: 60px;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-property: box-shadow, filter, transform;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .page__globalnav button.page__globalnav-toggle {
    margin-top: 40px;
  }
}
@media (pointer: fine) {
  .page__globalnav button.page__globalnav-toggle:hover {
    filter: brightness(1.2);
    box-shadow: 0px 0px 10px rgba(0, 134, 205, 0.25);
    transform: scale(1.1);
  }
}
.page__globalnav button.page__globalnav-toggle:active {
  transform: scale(0.98);
}
.page__globalnav .page__globalnav-links {
  background-color: #fff;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-top: 20px;
  position: relative;
  transform: translateY(-100%);
  transition-property: opacity, transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .page__globalnav .page__globalnav-links {
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .page__globalnav .page__globalnav-links .cmn__outer-contwidth {
    display: grid;
    grid-template-columns: 290px 1fr;
  }
}
.page__globalnav .page__globalnav-links .links__ext .site-title > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/common/logo-cliphopper-steelblue.svg) 0 50%/contain no-repeat;
  display: block;
  height: 40px;
  width: 196px;
  transition: filter 0.1s ease-out;
}
@media (pointer: fine) {
  .page__globalnav .page__globalnav-links .links__ext .site-title > a:hover {
    filter: brightness(1.2);
  }
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 24px 0 0;
  padding-left: 0;
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 24px;
  width: 24px;
  transition: transform 0.1s 0s ease-out;
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a.email {
  background-image: url(../img/common/icon-mail.svg);
  width: 20px;
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a.facebook {
  background-image: url(../img/common/icon-facebook.svg);
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a.linkedin {
  background-image: url(../img/common/icon-linkedin.svg);
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a.instagram {
  background-image: url(../img/common/icon-instagram.svg);
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a.note {
  background-image: url(../img/common/icon-note.svg);
}
@media (pointer: fine) {
  .page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a:hover {
    filter: brightness(1.2);
    transform: scale(1.15);
  }
}
.page__globalnav .page__globalnav-links .links__ext ul.links__ext-list > li > a:active {
  transform: scale(0.98);
}
.page__globalnav .page__globalnav-links .links__int {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .page__globalnav .page__globalnav-links .links__int {
    margin-top: 0;
  }
}
.page__globalnav .page__globalnav-links .links__int ul.links__int-list {
  font-size: 20px;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.page__globalnav .page__globalnav-links .links__int ul.links__int-list > li > ul {
  font-size: 18px;
  line-height: 2.2222222222;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.page__globalnav .page__globalnav-links .links__int ul.links__int-list > li > ul > li {
  align-items: flex-start;
  display: flex;
  gap: 3px;
}
.page__globalnav .page__globalnav-links .links__int ul.links__int-list > li > ul > li::before {
  content: "－";
  flex: 0 0 auto;
}
.page__globalnav .page__globalnav-links .links__int ul.links__int-list > li > ul > li > a {
  width: max-content;
}
.page__globalnav.active button.page__globalnav-toggle {
  background-color: #0086cd;
  background-image: url(../img/common/global-nav-toggle-close.svg);
}
.page__globalnav.active .page__globalnav-links {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

/* ========== header ========== */
body.page-top header {
  height: 60px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body.page-top header {
    height: 89px;
    padding-top: 49px;
  }
}
body.page-top header .header__content {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  body.page-top header .header__content {
    padding: 0 40px;
  }
}
body.page-top header .site-title > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/common/logo-cliphopper-steelblue.svg) 0 50%/contain no-repeat;
  display: block;
  height: 40px;
  width: 195.8px;
}
@media screen and (min-width: 768px) {
  body.page-top header .site-title > a {
    width: 299.6px;
  }
}
@media (pointer: fine) {
  body.page-top header .site-title > a:hover {
    filter: brightness(1.2);
  }
}

body.page-leaf header {
  color: #fff;
  height: 241px;
  position: relative;
}
body.page-leaf header .header__background {
  background-color: #0086cd;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  height: 100%;
  translate: -50% 0%;
  position: absolute;
  left: 50%;
  top: 0;
  width: 7282px;
}
body.page-leaf header .header__content {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-leaf header .header__content {
    padding: 0 40px;
  }
}
body.page-leaf header .page__sitename {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  body.page-leaf header .page__sitename {
    padding-top: 35px;
  }
}
body.page-leaf header .page__sitename > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/common/logo-cliphopper-white.svg) 0 50%/contain no-repeat;
  display: block;
  height: 40px;
  width: 160.5px;
}
@media screen and (min-width: 992px) {
  body.page-leaf header .page__sitename > a {
    width: 207px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-leaf header .page__sitename > a {
    width: 250.5px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-leaf header .page__sitename > a {
    width: 300px;
  }
}
@media (pointer: fine) {
  body.page-leaf header .page__sitename > a:hover {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.75));
  }
}
body.page-leaf header .page__title.ja {
  text-align: center;
  font-size: 36px;
  line-height: 1.1111111111;
  margin-top: 0.9444444444em;
  font-weight: 500;
}
body.page-leaf header .page__title.en {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  margin-top: 7px;
  text-align: center;
}

/* ========== footer ========== */
footer {
  background-color: #fff;
  border-top: 4px solid #0086cd;
  color: #0086cd;
  margin-top: 144px;
  padding-bottom: 50px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  footer .cmn__contwidth {
    display: grid;
    grid-template-areas: "nav info" "cori cori";
    grid-template-columns: 1fr 270px;
  }
}
@media screen and (min-width: 992px) {
  footer .cmn__contwidth {
    grid-template-columns: 1fr 300px;
  }
}
footer nav.footer__nav {
  grid-area: nav;
}
@media screen and (min-width: 768px) {
  footer nav.footer__nav {
    display: flex;
    padding-right: 35px;
  }
}
@media screen and (min-width: 992px) {
  footer nav.footer__nav {
    padding-right: 0;
  }
}
footer nav.footer__nav > ul {
    /* added */
    /* font-size: 30px; */
  font-size: 24px;
  list-style: none;
  margin: 0 0 1.0666666667em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer nav.footer__nav > ul {
    flex: 0 0 50%;
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  footer nav.footer__nav > ul {
    flex: 0 0 250px;
    font-size: 18px;
  }
}
footer nav.footer__nav > ul > li {
  margin-bottom: 1.0666666667em;
}
footer nav.footer__nav > ul > li > ul {
  font-size: 0.8666666667em;
  list-style: none;
  margin: 0.9230769231em 0 0;
  padding-left: 0;
}
footer nav.footer__nav > ul > li > ul > li {
  display: flex;
  gap: 0 0.2307692308em;
  margin-bottom: 0.9230769231em;
}
footer nav.footer__nav > ul > li > ul > li::before {
  content: "－";
  flex: 0 0 auto;
}
footer .footer__info {
  grid-area: info;
  margin-top: 121px;
}
@media screen and (min-width: 768px) {
  footer .footer__info {
    margin-top: 0;
  }
}
footer .footer__info > .company-name {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer__info > .company-name span.en {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/common/logo-cliphopper-steelblue.svg) 0 0/contain no-repeat;
  height: 18px;
  width: 300px;
}
@media screen and (min-width: 768px) {
  footer .footer__info > .company-name span.en {
    width: 270px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer__info > .company-name span.en {
    width: 300px;
  }
}
footer .footer__info > .company-name span.ja {
  font-size: 14px;
  line-height: 1.7142857143;
}
footer .footer__info ul.info-list {
  list-style: none;
  margin: 37px 0 0;
  padding: 0;
}
footer .footer__info ul.info-list > li {
  font-size: 14px;
  line-height: 1.4285714286;
}
footer .footer__info ul.info-list li.addr,
footer .footer__info ul.info-list li.mail {
  align-content: start;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 20px 1fr;
}
footer .footer__info ul.info-list li.addr > .label,
footer .footer__info ul.info-list li.mail > .label {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer__info ul.info-list li.addr > .label {
  background-image: url(../img/common/icon-address.svg);
}
footer .footer__info ul.info-list li.addr address {
  font-style: normal;
}
footer .footer__info ul.info-list li.mail {
  margin-top: 20px;
}
footer .footer__info ul.info-list li.mail > .label {
  background-image: url(../img/common/icon-mail.svg);
}
footer .footer__info ul.info-list li.mail a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
footer .footer__info ul.info-list li.mail a:hover {
  filter: brightness(1.2);
}
footer .footer__info ul.info-list li.externals {
  margin-top: 25px;
}
footer .footer__info ul.info-list li.externals > ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer__info ul.info-list li.externals > ul > li {
  height: 24px;
  width: 24px;
}
footer .footer__info ul.info-list li.externals > ul > li > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  transition: transform 0.1s 0s ease-out;
}
footer .footer__info ul.info-list li.externals > ul > li > a.facebook {
  background-image: url(../img/common/icon-facebook.svg);
}
footer .footer__info ul.info-list li.externals > ul > li > a.linkedin {
  background-image: url(../img/common/icon-linkedin.svg);
}
footer .footer__info ul.info-list li.externals > ul > li > a.instagram {
  background-image: url(../img/common/icon-instagram.svg);
}
footer .footer__info ul.info-list li.externals > ul > li > a.note {
  background-image: url(../img/common/icon-note.svg);
}
@media (pointer: fine) {
  footer .footer__info ul.info-list li.externals > ul > li > a:hover {
    filter: brightness(1.2);
    transform: scale(1.15);
  }
}
footer .footer__info ul.info-list li.externals > ul > li > a:active {
  transform: scale(0.98);
}
footer .footer__copyright {
  grid-area: cori;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 15.7142857143em;
}

body.page-leaf footer {
  margin-top: 120px;
}

/* ========== index.html "トップページ"
(0) 共有設定 ========== */
body.page-top .top__header-with-sub > h2 {
  font-size: 36px;
  line-height: 1.4444444444;
  position: relative;
  z-index: 2;
}
body.page-top .top__header-with-sub > .sub {
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 63px;
  font-weight: 400;
  line-height: 0.7;
  margin-top: -0.0952380952em;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.page-top .top__header-with-sub > .sub {
    font-size: 90px;
    margin-top: -0.3em;
  }
}
body.page-top h2.with-sub {
  font-size: 36px;
  line-height: 1.4444444444;
  margin-top: 1.25em;
  position: relative;
}
body.page-top h2.with-sub::before {
  color: #fff;
  content: var(--sub);
  display: block;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1;
  margin-top: -0.1904761905em;
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.page-top h2.with-sub::before {
    font-size: 90px;
    margin-top: -0.4555555556em;
  }
}
body.page-top a.cmn__linkbtn-b {
  align-items: center;
  background-image: url(../img/common/cmn-linkbtn-b-arrow.svg), linear-gradient(to right, transparent 0 50%, #EAEDEF 50% 100%);
  background-position: 100% 50%, 0 0;
  background-repeat: no-repeat;
  background-size: contain, 200% 100%;
  border-radius: 21px;
  color: #0086cd;
  display: flex;
  font-size: 18px;
  height: 42px;
  padding: 0 52px 0 21px;
  text-decoration: none;
  transform: scale(1);
  transition-delay: 0s;
  transition-duration: 0.25s, 0.1s;
  transition-property: background-position, transform;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  body.page-top a.cmn__linkbtn-b:hover {
    background-position: 100% 50%, 100% 0%;
  }
}
body.page-top a.cmn__linkbtn-b:active {
  transform: scale(0.97);
}

/* ========== index.html "トップページ"
(1) "見えない知を、見えるかたちに。" philo ========== */
body.page-top .philo__sect {
  background-color: #eef0f2;
  margin-top: -60px;
  padding-top: 165px;
}
@media screen and (min-width: 576px) {
  body.page-top .philo__sect {
    background: #eef0f2 url(../img/top/philo-bg@2x.webp) 47.5% 54px/151.8055555556vw auto no-repeat;
    padding-top: 11.4583333333vw;
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 768px) {
  body.page-top .philo__sect {
    margin-top: -89px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .philo__sect {
    background-size: 2186px auto;
    padding-top: 165px;
  }
}
body.page-top .philo__sect .philo__slider {
  aspect-ratio: 800/450;
  border-radius: calc((100vw - 20px) * 0.25) 0 0 calc((100vw - 20px) * 0.25);
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: calc(100vw - 20px);
}
@media screen and (min-width: 576px) {
  body.page-top .philo__sect .philo__slider {
    border-radius: 13.8888888889vw 0 0 13.8888888889vw;
    width: 55.5555555556vw;
  }
}
body.page-top .philo__sect .philo__slider > img {
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 1s 0s linear;
}
body.page-top .philo__sect .philo__slider > img.reveal {
  opacity: 1;
}
body.page-top .philo__sect .philo__head {
  margin-top: 45px;
}
@media screen and (min-width: 576px) {
  body.page-top .philo__sect .philo__head {
    margin-top: 31px;
  }
}
body.page-top .philo__sect .philo__body {
  background-color: #fff;
  margin-top: 71px;
}
@media screen and (min-width: 576px) {
  body.page-top .philo__sect .philo__body {
    border-radius: 0 280px 280px 0;
    margin-top: 31px;
    width: min(683px + (100vw - 480px) * 0.5 + 171px, 100vw - (100vw - 480px) * 0.5);
  }
}
@media screen and (min-width: 768px) {
  body.page-top .philo__sect .philo__body {
    width: min(683px + (100vw - 642px) * 0.5 + 171px, 100vw - (100vw - 642px) * 0.5);
  }
}
@media screen and (min-width: 992px) {
  body.page-top .philo__sect .philo__body {
    width: min(683px + (100vw - 828px) * 0.5 + 171px, 100vw - (100vw - 828px) * 0.5);
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .philo__sect .philo__body {
    width: min(683px + (100vw - 1002px) * 0.5 + 171px, 100vw - (100vw - 1002px) * 0.5);
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .philo__sect .philo__body {
    width: min(683px + (100vw - 1200px) * 0.5 + 171px, 100vw - (100vw - 1200px) * 0.5);
  }
}
body.page-top .philo__sect .philo__body .body-content {
  margin: 0 auto;
  padding: 100px 0 28px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  body.page-top .philo__sect .philo__body .body-content {
    padding-bottom: 100px;
    padding-left: calc((100vw - 480px) * 0.5);
    padding-right: 171px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.page-top .philo__sect .philo__body .body-content {
    padding-left: calc((100vw - 642px) * 0.5);
  }
}
@media screen and (min-width: 992px) {
  body.page-top .philo__sect .philo__body .body-content {
    padding-left: calc((100vw - 828px) * 0.5);
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .philo__sect .philo__body .body-content {
    padding-left: calc((100vw - 1002px) * 0.5);
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .philo__sect .philo__body .body-content {
    padding-left: calc((100vw - 1200px) * 0.5);
  }
}
body.page-top .philo__sect .philo__body .body-content p {
  font-size: 19px;
  line-height: 1.8947368421;
}
body.page-top .philo__sect .philo__body .body-content p + p {
  margin-top: 1.8947368421em;
}

/* ========== index.html "トップページ"
(2) "本質を伝える3つの強み" stren ========== */
body.page-top .stren__sect {
  background-color: #eef0f2;
  padding-top: 166px;
}
@media screen and (min-width: 576px) {
  body.page-top .stren__sect {
    padding-top: 61px;
  }
}
body.page-top .stren__sect .stren__subsect {
  margin-top: 90px;
}
body.page-top .stren__sect .stren__subsect .subsect-label {
  align-items: baseline;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  display: flex;
  gap: 0 15px;
  line-height: 1;
  padding: 18px 0 18px 20px;
  width: min(400px, 100vw - 20px);
}
@media screen and (min-width: 576px) {
  body.page-top .stren__sect .stren__subsect .subsect-label {
    padding-left: calc(50vw - 240px);
    width: min(50vw - 240px + 380px, 100vw - (50vw - 240px));
  }
}
@media screen and (min-width: 768px) {
  body.page-top .stren__sect .stren__subsect .subsect-label {
    padding-left: calc(50vw - 321px);
    width: min(50vw - 321px + 380px, 100vw - (50vw - 321px));
  }
}
@media screen and (min-width: 992px) {
  body.page-top .stren__sect .stren__subsect .subsect-label {
    padding-left: calc(50vw - 414px);
    width: min(50vw - 414px + 380px, 100vw - (50vw - 414px));
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .stren__sect .stren__subsect .subsect-label {
    padding-left: calc(50vw - 501px);
    width: min(50vw - 501px + 380px, 100vw - (50vw - 501px));
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .stren__sect .stren__subsect .subsect-label {
    padding-left: calc(50vw - 600px);
    width: min(50vw - 600px + 380px, 100vw - (50vw - 600px));
  }
}
body.page-top .stren__sect .stren__subsect .subsect-label span.lead {
  font-size: 14px;
  letter-spacing: 0.1em;
}
body.page-top .stren__sect .stren__subsect .subsect-label span.body {
  font-size: 24px;
  font-weight: 700;
}
body.page-top .stren__sect .stren__subsect .subsect-main {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  body.page-top .stren__sect .stren__subsect .subsect-main {
    align-items: end;
    display: grid;
    gap: 0 53.5px;
    grid-template-columns: 0.64fr 0.36fr;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .stren__sect .stren__subsect .subsect-main {
    gap: 0 69px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .stren__sect .stren__subsect .subsect-main {
    gap: 0 83.5px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .stren__sect .stren__subsect .subsect-main {
    gap: 0 100px;
  }
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4642857143;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body p {
  font-size: 1rem;
  line-height: 2;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body h3 + p {
  margin-top: 1.8125em;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase {
  border: 1px solid #b7b7b7;
  margin: 27px -10px 0;
  padding: 26px 10px 31px;
}
@media screen and (min-width: 768px) {
  body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase {
    margin: 24px 0 0 0;
    padding: 26px 49px 29px 29px;
  }
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase h4 {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase h4 span.lead {
  font-size: 14px;
  line-height: 1.4285714286;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase h4 span.body {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase p {
  font-size: 14px;
  line-height: 1.4285714286;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase h4 + p {
  margin-top: 1.4285714286em;
}
body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase .showcase-link {
  margin: 21px auto 0;
  width: min(100% - 30px, 360px);
}
@media screen and (min-width: 768px) {
  body.page-top .stren__sect .stren__subsect .subsect-main .main-body .showcase .showcase-link {
    margin-top: 13px;
    margin-right: -20px;
    width: 160px;
  }
}
body.page-top .stren__sect .stren__subsect .subsect-main figure {
  margin-top: 34px;
}
body.page-top .stren__sect .stren__subsect .subsect-main figure > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-top .stren__sect .relational-link {
  margin: 53px auto 0;
  width: min(100% - 30px, 360px);
}
@media screen and (min-width: 768px) {
  body.page-top .stren__sect .relational-link {
    width: 280px;
    margin-right: 0;
  }
}

/* ========== index.html "トップページ"
(3) "制作の詳細" produ ========== */
body.page-top .produ__sect {
  background-color: #eef0f2;
  padding-top: 160px;
}
body.page-top .produ__sect .top__header-with-sub + p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.6875em;
}
body.page-top .produ__sect ul.produ__list {
  display: grid;
  gap: 50px;
  list-style: none;
  margin-bottom: 0;
  margin-top: 50px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-top .produ__sect ul.produ__list {
    gap: 60px;
    margin-top: 60px;
    grid-template-columns: repeat(2, 0.5fr);
  }
}
body.page-top .produ__sect ul.produ__list > li {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 38px 20px 28px;
}
@media screen and (min-width: 576px) {
  body.page-top .produ__sect ul.produ__list > li {
    padding: 38px 25px 28px;
  }
}
@media screen and (min-width: 768px) {
  body.page-top .produ__sect ul.produ__list > li {
    display: flex;
    flex-direction: column;
    padding: 48px 30px 36px;
  }
}
body.page-top .produ__sect ul.produ__list > li h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
body.page-top .produ__sect ul.produ__list > li h3 + p {
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 1.25em;
}
body.page-top .produ__sect ul.produ__list > li div.list-item-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 57px;
}

/* ========== index.html "トップページ"
(4) "ごあいさつ" compa ========== */
body.page-top .compa__sect {
  background-color: #eef0f2;
  padding-bottom: 160px;
  padding-top: 160px;
}
@media screen and (min-width: 768px) {
  body.page-top .compa__sect {
    background: #eef0f2 url(../img/top/compa-bg@2x.webp) 100% 60%/720px auto no-repeat;
  }
}
body.page-top .compa__sect .compa__main {
  margin-top: 44px;
}
@media screen and (min-width: 1200px) {
  body.page-top .compa__sect .compa__main {
    align-items: end;
    display: grid;
    gap: 100.2px;
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .compa__sect .compa__main {
    gap: 120px;
  }
}
body.page-top .compa__sect .compa__main .main-boxed {
  background-color: #fffbf7;
  padding: 71px 20px 83px;
}
@media screen and (min-width: 768px) {
  body.page-top .compa__sect .compa__main .main-boxed {
    padding: 101px 50px 49px;
  }
}
body.page-top .compa__sect .compa__main .main-boxed > p {
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}
body.page-top .compa__sect .compa__main .main-boxed > p + p {
  margin-top: 1.75em;
}
body.page-top .compa__sect .compa__main .main-boxed > p span.shift {
  display: inline-block;
  padding-left: 3em;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot {
  margin-top: 71px;
}
@media screen and (min-width: 768px) {
  body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .figures {
  display: flex;
  gap: 10px;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .figures > .holder {
  border-radius: 50%;
  height: 120px;
  overflow: hidden;
  width: 120px;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .figures > .holder.logo {
  align-items: center;
  background-color: #0086cd;
  display: flex;
  justify-content: center;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .figures > .holder.logo > img {
  display: block;
  height: auto;
  width: 110px;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .figures > .holder.portrait > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .imprint {
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 2;
  margin-left: auto;
  margin-top: 39px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  body.page-top .compa__sect .compa__main .main-boxed .compa__main-foot .imprint {
    margin: 0;
  }
}
body.page-top .compa__sect .compa__main .main-link {
  margin: 44px auto 0;
  width: min(100% - 30px, 360px);
}
@media screen and (min-width: 768px) {
  body.page-top .compa__sect .compa__main .main-link {
    margin-right: 0;
    width: 280px;
  }
}

/* ========== index.html "トップページ"
(5) "News" recen news
(6) "Topics" recen topics ========== */
body.page-top .recen__sect {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect .cmn__contwidth {
    display: grid;
    grid-template-columns: 1fr 428px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .recen__sect .cmn__contwidth {
    grid-template-columns: 1fr 552px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .recen__sect .cmn__contwidth {
    grid-template-columns: 1fr 668px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .recen__sect .cmn__contwidth {
    grid-template-columns: 1fr 800px;
  }
}
body.page-top .recen__sect h2 {
  color: #c5c5c5;
  font-family: "Caveat", cursive;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.2666666667;
}
body.page-top .recen__sect.news {
  padding-top: 89px;
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect.news {
    padding-top: 80px;
  }
}
body.page-top .recen__sect.news ul.news-postlist {
  border-top: 1px solid #0086cd;
  list-style: none;
  margin: 26px 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect.news ul.news-postlist {
    margin-top: 0;
  }
}
body.page-top .recen__sect.news ul.news-postlist > li {
  border-bottom: 1px solid #0086cd;
  padding: 18px 0;
}
body.page-top .recen__sect.news ul.news-postlist > li .news-post-date {
  font-size: 20px;
  line-height: 1.6;
}
body.page-top .recen__sect.news ul.news-postlist > li .news-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  margin-top: 1.0555555556em;
}
body.page-top .recen__sect.news ul.news-postlist > li .news-post-body {
  font-size: 1rem;
  margin-bottom: 0.25em;
  margin-top: 1.1875em;
  line-height: 1.5;
}
body.page-top .recen__sect.topics {
  margin-top: 97px;
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect.topics {
    margin-top: 91px;
  }
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist {
  list-style: none;
  margin: 27px 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect.topics .topics-body ul.topics-postlist {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .recen__sect.topics .topics-body ul.topics-postlist {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li {
  border-bottom: 1px solid #0086cd;
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li:nth-of-type(1) {
  border-top: 1px solid #0086cd;
}
@media screen and (min-width: 992px) {
  body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li:nth-of-type(2) {
    border-top: 1px solid #0086cd;
  }
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a {
  background: url(../img/common/topics-arrow.svg) right bottom 29px/19px auto no-repeat;
  color: #0086cd;
  display: grid;
  gap: 32px;
  grid-template-columns: 120px 1fr;
  padding: 29px 0;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a {
    gap: 32px;
  }
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a {
  transition-property: filter, transform;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a:hover {
  filter: brightness(1.3);
  transform: scale(1.02);
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a:active {
  transform: scale(0.98);
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a figure {
  height: 120px;
  overflow: hidden;
  width: 120px;
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a figure > img {
  display: block;
  object-fit: cover;
}
body.page-top .recen__sect.topics .topics-body ul.topics-postlist > li > a .topics-post-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
body.page-top .recen__sect.topics .topics-body .topics-link {
  margin: 50px auto 0;
  width: min(100%, 300px);
}
@media screen and (min-width: 768px) {
  body.page-top .recen__sect.topics .topics-body .topics-link {
    margin-right: 0;
  }
}
body.page-top .recen__sect.topics .topics-body .topics-link > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  aspect-ratio: 30/11;
  background: url(../img/common/clip-and-hop-banner@2x.webp) 0 0/contain no-repeat;
  border: 2px solid #0086cd;
  display: block;
  height: auto;
  transition-property: filter, transform;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
body.page-top .recen__sect.topics .topics-body .topics-link > a:hover {
  filter: brightness(1.3);
  transform: scale(1.02);
}
body.page-top .recen__sect.topics .topics-body .topics-link > a:active {
  transform: scale(0.98);
}
body.page-top .recen__sect.topics .topics-body .topics-link .topics-link-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}

/* ========== page-leaf common ========== */
body.page-leaf section {
  padding-top: 7.5em;
}
body.page-leaf section h2.with-divline {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.625em;
  text-align: center;
}
body.page-leaf section h2.with-divline::after {
  background-color: #0086cd;
  content: "";
  display: block;
  height: 2px;
  margin: 1.125em auto 0;
  width: 50px;
}
body.page-leaf section p.sect-intro {
  font-size: 1.25rem;
  line-height: 1.8;
}
body.page-leaf .with-section-pt {
  padding-top: 7.5em;
}
body.page-leaf section.conta__sect .relational-link {
  margin: 39px auto 0;
  width: min(100% - 30px, 360px);
}
@media screen and (min-width: 768px) {
  body.page-leaf section.conta__sect .relational-link {
    margin-right: 0;
    width: 280px;
  }
}

/* ========== detail.html "制作の詳細" ========== */
body.page-detail main {
  margin-top: 51px;
}
body.page-detail .page__preface {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}

/* ========== detail.html "制作の詳細"
(1) リニューアル診断 #diagnosis ========== */
body.page-detail section.diagn__sect ul.diagn__checklist {
  background-color: #F3F5FA;
  display: grid;
  font-size: 1.125rem;
  gap: 28px 28px;
  line-height: 1.3333333333;
  list-style: none;
  margin-bottom: 0;
  margin-top: 27px;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.diagn__sect ul.diagn__checklist {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px;
  }
}
body.page-detail section.diagn__sect ul.diagn__checklist > li > label {
  align-items: baseline;
  cursor: pointer;
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.diagn__sect ul.diagn__checklist > li > label {
    gap: 18px;
  }
}
@media (pointer: fine) {
  body.page-detail section.diagn__sect ul.diagn__checklist > li > label {
    transition: filter 0.1s ease-out;
  }
  body.page-detail section.diagn__sect ul.diagn__checklist > li > label:hover {
    filter: brightness(1.2);
  }
}
body.page-detail section.diagn__sect ul.diagn__checklist > li > label:active {
  transform: translateY(1px);
}
body.page-detail section.diagn__sect ul.diagn__checklist > li > label:before {
  background-color: #fff;
  border: 2px solid #0086cd;
  color: #fff;
  content: "✔︎";
  flex: 0 0 auto;
  font-family: "Caveat", cursive;
  height: 24px;
  line-height: 21px;
  overflow: hidden;
  text-align: center;
  transition: background-color 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 24px;
}
body.page-detail section.diagn__sect ul.diagn__checklist > li > input {
  display: none;
}
body.page-detail section.diagn__sect ul.diagn__checklist > li > input:checked + label::before {
  background-color: #0086cd;
}
body.page-detail section.diagn__sect p.sect-expl {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5em;
}

/* ========== detail.html "制作の詳細"
(2) 制作の流れ #flows ========== */
body.page-detail section.flows__sect dl.flows__chart {
  display: grid;
  gap: 10px 3.4722222222vw;
  grid-template-columns: 37.3958333333vw 1fr;
  letter-spacing: -0.02em;
  margin-top: 44px;
}
@media screen and (min-width: 576px) {
  body.page-detail section.flows__sect dl.flows__chart {
    gap: 10px 20px;
    grid-template-columns: 143.6px 1fr;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) {
  body.page-detail section.flows__sect dl.flows__chart {
    gap: 10px 26.75px;
    grid-template-columns: 192.065px 1fr;
  }
}
@media screen and (min-width: 992px) {
  body.page-detail section.flows__sect dl.flows__chart {
    gap: 10px 34.5px;
    grid-template-columns: 247.71px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  body.page-detail section.flows__sect dl.flows__chart {
    gap: 10px 41.75px;
    grid-template-columns: 299.765px 1fr;
  }
}
@media screen and (min-width: 1440px) {
  body.page-detail section.flows__sect dl.flows__chart {
    gap: 10px 50px;
    grid-template-columns: 359px 1fr;
  }
}
body.page-detail section.flows__sect dl.flows__chart > dt {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1em), 50% 100%, 0% calc(100% - 1em));
  font-size: 1.0625em;
  text-align: center;
  line-height: 1.4;
  padding: 0.6em 0.25em 1.5em;
}
@media screen and (min-width: 576px) {
  body.page-detail section.flows__sect dl.flows__chart > dt {
    font-size: 1.25em;
  }
}
body.page-detail section.flows__sect dl.flows__chart > dt.lv1 {
  background-color: #DCF3FF;
}
body.page-detail section.flows__sect dl.flows__chart > dt.lv2 {
  background-color: #B1E4FF;
}
body.page-detail section.flows__sect dl.flows__chart > dt.lv3 {
  background-color: #EAEDEF;
}
body.page-detail section.flows__sect dl.flows__chart > dd {
  font-size: 0.9375em;
  margin-left: 0;
  padding-top: 0.6em;
  text-align: justify;
}
@media screen and (min-width: 576px) {
  body.page-detail section.flows__sect dl.flows__chart > dd {
    font-size: 1rem;
  }
}

/* ========== detail.html "制作の詳細"
(3) 保守について #maintenance ========== */
body.page-detail section.maint__sect ul.maint__notes-list {
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin: 24px 0 0;
  padding-left: 0;
}
body.page-detail section.maint__sect ul.maint__notes-list > li {
  align-items: baseline;
  display: flex;
  gap: 14px;
  margin-top: 12px;
}
body.page-detail section.maint__sect ul.maint__notes-list > li::before {
  background-color: #0086cd;
  border-radius: 4px;
  content: "";
  flex: 0 0 auto;
  height: 1em;
  width: 1em;
}
body.page-detail section.maint__sect ul.maint__plans-list {
  list-style: none;
  margin-top: 24px;
  padding-left: 0;
}
body.page-detail section.maint__sect ul.maint__plans-list > li {
  border: 2px solid #B1E4FF;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li {
    padding: 22px 30px;
  }
}
body.page-detail section.maint__sect ul.maint__plans-list > li .li-body {
  margin-top: 0.4375em;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li .li-body {
    padding-left: 20px;
  }
}
body.page-detail section.maint__sect ul.maint__plans-list > li + li {
  margin-top: 30px;
}
body.page-detail section.maint__sect ul.maint__plans-list > li h3 {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
body.page-detail section.maint__sect ul.maint__plans-list > li p {
  font-size: 1rem;
  line-height: 2;
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist .datalist-caption {
  margin: 8px 0 0;
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist .datalist-content {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media screen and (min-width: 768px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist .datalist-content {
    column-gap: 2em;
  }
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist ul {
  list-style: none;
  max-width: 400px;
  padding-left: 0;
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  justify-content: space-between;
  margin: 8px 0;
}
@media screen and (min-width: 576px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist ul li {
    column-gap: 3em;
  }
}
@media screen and (min-width: 768px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist ul li {
    column-gap: 5em;
  }
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist ul li span.item-price {
  margin-left: auto;
}
body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist .datalist-suffix {
  margin-left: auto;
  padding-bottom: 8px;
}
@media screen and (min-width: 576px) {
  body.page-detail section.maint__sect ul.maint__plans-list > li div.spotfix-datalist .datalist-suffix {
    margin-left: 0;
  }
}

/* ========== detail.html "制作の詳細"
(4) 対応分野 #fields ========== */
body.page-detail section.field__sect ul.field__list {
  margin-bottom: 0;
  margin-top: 35px;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-detail section.field__sect ul.field__list {
    display: grid;
    gap: 72px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.page-detail section.field__sect ul.field__list > li {
  border-left: 4px solid #b7b7b7;
  padding-bottom: 20px;
  padding-left: 36px;
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.field__sect ul.field__list > li.early {
    order: 1;
  }
  body.page-detail section.field__sect ul.field__list > li.creat {
    order: 3;
  }
  body.page-detail section.field__sect ul.field__list > li.techn {
    order: 2;
  }
  body.page-detail section.field__sect ul.field__list > li.suppo {
    order: 4;
  }
}
body.page-detail section.field__sect ul.field__list > li + li {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.field__sect ul.field__list > li + li {
    margin-top: 0;
  }
}
body.page-detail section.field__sect ul.field__list > li .field-name.en {
  color: #b7b7b7;
  font-family: "Caveat", cursive;
  font-size: 40px;
  line-height: 1.25;
}
body.page-detail section.field__sect ul.field__list > li h3 {
  color: #999;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
body.page-detail section.field__sect ul.field__list > li > ul {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 1.4;
  list-style: disc;
  margin-bottom: 0;
  margin-top: 1.4em;
  padding-left: 1.5em;
}
body.page-detail section.field__sect ul.field__list > li > ul > li + li {
  margin-top: 8px;
}

/* ========== detail.html "制作の詳細"
(5) お客様の声 #voices ========== */
body.page-detail section.voice__sect ul.voice__list {
  color: #3C3C3C;
  list-style: none;
  margin-top: 47px;
  padding-left: 0;
}
body.page-detail section.voice__sect ul.voice__list > li {
  align-items: center;
  background-color: #FFFBF7;
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 28px;
  line-height: 1.4375;
  margin-top: 27px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  body.page-detail section.voice__sect ul.voice__list > li {
    flex-direction: row;
    gap: 37.45px;
  }
}
@media screen and (min-width: 992px) {
  body.page-detail section.voice__sect ul.voice__list > li {
    gap: 48.3px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-detail section.voice__sect ul.voice__list > li {
    gap: 58.45px;
    padding: 30.06px 66.8px 35.905px 41.75px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-detail section.voice__sect ul.voice__list > li {
    gap: 70px;
    padding: 36px 80px 43px 50px;
  }
}
body.page-detail section.voice__sect ul.voice__list > li > img {
  flex: 0 0 auto;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  body.page-detail section.voice__sect ul.voice__list > li > img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  body.page-detail section.voice__sect ul.voice__list > li > img {
    width: 207px;
  }
}
@media screen and (min-width: 992px) {
  body.page-detail section.voice__sect ul.voice__list > li > img {
    width: 300px;
  }
}

/* ========== works.html "制作実績"
(1) "Pick Up" picku ========== */
body.page-works section.picku__sect .picku__post-wrapper {
  margin-top: 36px;
}
body.page-works section.picku__sect article.picku__post {
  background-color: #F3F5FA;
  display: grid;
  gap: 30px;
  grid-template-areas: "head" "aside" "body";
  margin-top: 36px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  body.page-works section.picku__sect article.picku__post {
    gap: 29px 53.5px;
    grid-template-areas: "head head" "body aside";
    grid-template-columns: 0.7fr 0.3fr;
    padding: 31px 40px 36px 20px;
  }
}
@media screen and (min-width: 992px) {
  body.page-works section.picku__sect article.picku__post {
    gap: 29px 69px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-works section.picku__sect article.picku__post {
    gap: 29px 83.5px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-works section.picku__sect article.picku__post {
    gap: 29px 100px;
  }
}
body.page-works section.picku__sect article.picku__post h3 {
  display: flex;
  font-size: 1.25rem;
  gap: 0.5em;
  grid-area: head;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body.page-works section.picku__sect article.picku__post h3 {
    gap: 0.9em;
  }
}
body.page-works section.picku__sect article.picku__post h3::before {
  background-color: #0086cd;
  border-radius: 4px;
  content: "";
  flex: 0 0 auto;
  height: 1em;
  margin-top: 0.4em;
  width: 1em;
}
body.page-works section.picku__sect article.picku__post .post-aside {
  grid-area: aside;
}
@media screen and (min-width: 576px) {
  body.page-works section.picku__sect article.picku__post .post-aside {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.page-works section.picku__sect article.picku__post .post-aside {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-works section.picku__sect article.picku__post .post-aside figure > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-works section.picku__sect article.picku__post .post-aside .post-link {
  margin: 20px 0 0 auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  body.page-works section.picku__sect article.picku__post .post-aside .post-link {
    margin-top: 10px;
    width: 160px;
  }
}
body.page-works section.picku__sect article.picku__post .post-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-area: body;
}
@media screen and (min-width: 576px) {
  body.page-works section.picku__sect article.picku__post .post-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.page-works section.picku__sect article.picku__post .post-body {
    padding-left: 38px;
    padding-right: 0;
  }
}
body.page-works section.picku__sect article.picku__post .post-body p.summary {
  font-size: 1.125em;
  line-height: 1.7777777778;
}
body.page-works section.picku__sect article.picku__post .post-body dl.outline dt {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7777777778;
}
body.page-works section.picku__sect article.picku__post .post-body dl.outline dd {
  font-size: 1em;
  line-height: 2;
  margin: 1px 0 0;
}
body.page-works section.picku__sect article.picku__post .post-body dl.outline dd > ul {
  padding-left: 1.35em;
}

/* ========== works.html "制作実績"
(2) "Web制作" works web
(3) "UI-UXデザイン" works uiux
(4) "ロゴデザイン" works logo
(5) "フライヤー/パンフレット制作" works flyer ========== */
body.page-works section.works__sect .sect-body {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 42px;
  justify-content: center;
  margin-top: 36px;
}
body.page-works section.works__sect .works__item figure > img {
  border: 1px solid #eee;
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-works section.works__sect .works__item figure > img {
    height: 280px;
    width: auto;
  }
}
body.page-works section.works__sect .works__item ul.item-meta {
  margin: 1.3em 0 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
  font-size: 10px;
}
body.page-works section.works__sect .works__item ul.item-meta > li {
  margin-top: 0.8em;
}
body.page-works section.works__sect .works__kakomi {
  background-color: #fff;
  border: 1px solid #0086cd;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.9;
  padding: 1.875em 1.25em;
  width: 100%;
}

/* added */
body.page-works section.works__sect .works__kakomi a{
    text-decoration:underline;
    font-weight:bolder;
}


body.page-works section.works__sect .works__kakomi .logo_img {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
  justify-content: center;
  padding: 30px;
}
body.page-works section.works__sect .works__kakomi .logo_img img {
  max-height: 80px;
  max-width: min(100%, 280px);
  width: auto;
}
body.page-works section.works__sect .works__kakomi .logo_img img.half {
  height: auto;
  width: 200px;
}
body.page-works section.works__sect a img {
  display: block;
  transition-property: filter, transform;
  transition-duration: 0.5s, 0.125s;
  transition-timing-function: ease-in, ease-out;
}
@media (pointer: fine) {
  body.page-works section.works__sect a img:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
  }
}
body.page-works section.works__sect a img:active {
  transform: scale(0.98);
}

/* ========== company.html "会社概要" ========== */
body.page-company section.origi__sect .sect-body {
  display: grid;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  body.page-company section.origi__sect .sect-body {
    align-items: center;
    gap: 53.5px;
    grid-template-columns: 0.455fr 0.545fr;
  }
}
@media screen and (min-width: 992px) {
  body.page-company section.origi__sect .sect-body {
    gap: 69px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-company section.origi__sect .sect-body {
    gap: 83.5px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-company section.origi__sect .sect-body {
    gap: 100px;
  }
}
body.page-company section.origi__sect .sect-body > figure {
  border: 2px solid #0086cd;
  width: 100%;
}
body.page-company section.origi__sect .sect-body > figure > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-company section.origi__sect .sect-body > p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
body.page-company section.compa__sect .sect-body {
  margin-top: 48px;
}
body.page-company section.compa__sect .sect-body dl {
  border-bottom: 2px solid #0086cd;
  border-top: 2px solid #0086cd;
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 576px) {
  body.page-company section.compa__sect .sect-body dl {
    display: grid;
    grid-template-columns: 10em 1fr;
  }
}
@media screen and (min-width: 768px) {
  body.page-company section.compa__sect .sect-body dl {
    grid-template-columns: 32.5% 1fr;
  }
}
body.page-company section.compa__sect .sect-body dl dt {
  border-top: 1px solid #0086cd;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  body.page-company section.compa__sect .sect-body dl dt {
    padding: 1em 0;
  }
}
body.page-company section.compa__sect .sect-body dl dt:first-of-type {
  border-top: none;
}
body.page-company section.compa__sect .sect-body dl dd {
  margin-left: 0;
  padding-bottom: 1em;
}
@media screen and (min-width: 576px) {
  body.page-company section.compa__sect .sect-body dl dd {
    border-top: 1px solid #0086cd;
    padding: 1em 0;
  }
  body.page-company section.compa__sect .sect-body dl dd:first-of-type {
    border-top: none;
  }
}
body.page-company section.staff__sect .sect-body {
  margin-top: 48px;
}
body.page-company section.staff__sect article.staff__post {
  display: grid;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.page-company section.staff__sect article.staff__post {
    gap: 0 58.85px;
    grid-template-columns: 128.4px 1fr;
  }
}
@media screen and (min-width: 992px) {
  body.page-company section.staff__sect article.staff__post {
    gap: 0 75.9px;
    grid-template-columns: 165.6px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  body.page-company section.staff__sect article.staff__post {
    gap: 0 91.85px;
    grid-template-columns: 200.4px 1fr;
  }
}
@media screen and (min-width: 1440px) {
  body.page-company section.staff__sect article.staff__post {
    gap: 0 110px;
    grid-template-columns: 240px 1fr;
  }
}
body.page-company section.staff__sect article.staff__post figure.post-fig {
  width: 200.4px;
}
@media screen and (min-width: 768px) {
  body.page-company section.staff__sect article.staff__post figure.post-fig {
    width: auto;
  }
}
body.page-company section.staff__sect article.staff__post figure.post-fig > img {
  border-radius: 2px;
  display: block;
  height: auto;
  width: 100%;
}
body.page-company section.staff__sect article.staff__post h3 {
  font-size: 1.4285714286em;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  body.page-company section.staff__sect article.staff__post h3 {
    margin-top: 0;
  }
}
body.page-company section.staff__sect article.staff__post p.post-body {
  margin-top: 1em;
  font-size: 14px;
}
body.page-company section.staff__sect article.staff__post ul.post-data {
  margin-top: 1em;
  padding-left: 0;
  list-style: none;
}
body.page-company section.staff__sect article.staff__post ul.post-data > li {
  margin-top: 1em;
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li {
  flex: 0 0 auto;
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 28px;
  width: 28px;
  transition: transform 0.1s ease-out;
}
@media (pointer: fine) {
  body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li > a:hover {
    transform: scale(1.1);
  }
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li > a:active {
  transform: scale(0.98);
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li.faceb > a {
  background-image: url(../img/common/logo-faceb.svg);
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li.insta > a {
  background-image: url(../img/common/logo-insta.svg);
}
body.page-company section.staff__sect article.staff__post ul.post-data > li ul.links > li.note > a {
  background-image: url(../img/common/logo-note.svg);
}
body.page-company section.staff__sect article.staff__post ul.post-data > li.openbadge > a > img {
  transition: transform 0.1s ease-out;
}
@media (pointer: fine) {
  body.page-company section.staff__sect article.staff__post ul.post-data > li.openbadge > a > img:hover {
    transform: scale(1.1);
  }
}
body.page-company section.staff__sect article.staff__post ul.post-data > li.openbadge > a > img:active {
  transform: scale(0.98);
}

/* ========== contact.html "お問い合わせ" ========== */
body.page-contact {
  background-color: #fffbf7;
}
body.page-contact form.conta__form {
  color: #606060;
  font-size: 1rem;
}
body.page-contact form.conta__form .form-row {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  padding: 1.25em 0;
}
@media screen and (min-width: 576px) {
  body.page-contact form.conta__form .form-row {
    align-items: flex-start;
    flex-direction: row;
  }
  body.page-contact form.conta__form .form-row:nth-of-type(n+2) {
    margin-top: 0.625em;
  }
}
body.page-contact form.conta__form .form-row > .row-label {
  margin-bottom: 0.375em;
}
@media screen and (min-width: 576px) {
  body.page-contact form.conta__form .form-row > .row-label {
    flex: 0 0 11.6666666667em;
    margin-bottom: 0;
    padding-top: 1em;
  }
}
@media screen and (min-width: 992px) {
  body.page-contact form.conta__form .form-row > .row-label {
    flex-basis: 17.2222222222em;
  }
}
body.page-contact form.conta__form .form-row > .row-label.required::after {
  background-color: #dc1617;
  border-radius: 0.3em;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-left: 0.75em;
  padding: 0 0.3em;
  vertical-align: baseline;
  top: 4px;
}
body.page-contact form.conta__form .form-row input[type=text],
body.page-contact form.conta__form .form-row input[type=email],
body.page-contact form.conta__form .form-row textarea {
  border: none;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(96, 96, 96, 0.25);
  font-size: 1.125em;
  line-height: 1.5;
  padding: 1em;
  width: 100%;
}
body.page-contact form.conta__form .form-row ul.checkboxes {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body.page-contact form.conta__form .form-row ul.checkboxes + ul.checkboxes {
  border-top: 1px solid rgba(96, 96, 96, 0.5);
  margin-top: 0.5em;
  padding-top: 0.5em;
}
body.page-contact form.conta__form .form-row ul.checkboxes li {
  padding: 0.15em 0;
}
@media (pointer: coarse) {
  body.page-contact form.conta__form .form-row ul.checkboxes li {
    padding: 0.5em 0;
  }
}
body.page-contact form.conta__form .form-row.single-checkbox > .row-label {
  flex-basis: auto;
}
body.page-contact form.conta__form .form-row.single-checkbox > .row-label::after {
  margin-left: 0;
}
body.page-contact form.conta__form .form-row.confirm {
  margin-top: 2em;
}
body.page-contact form.conta__form .form-row.confirm input.input-submit {
  margin: 0 auto;
  width: 200px;
}
body.page-contact form.conta__form p.form-policy-note {
  margin: 2em 0;
}

/* ========== policy.html "個人情報保護方針" ========== */
body.page-policy {
  background-color: #fffbf7;
  color: #606060;
}
body.page-policy .polic__sect p.sect-intro {
  margin-bottom: 3.75em;
}
body.page-policy .polic__sect > dl {
  margin: 0 0 30px;
}
body.page-policy .polic__sect > dl > dt {
  align-items: flex-start;
  display: flex;
  font-size: 1.25em;
  gap: 0.75em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
body.page-policy .polic__sect > dl > dt > span.num {
  background-color: #0086cd;
  color: #fff;
  flex: 0 0 1.5em;
  font-weight: 700;
  text-align: center;
}
body.page-policy .polic__sect > dl > dd {
  font-size: 0.875em;
  line-height: 1.6428571429;
  margin: 15px 0 0 45px;
}
body.page-policy .polic__sect > dl > dd > ol {
  padding-left: 1.25em;
}
body.page-policy .polic__sect > dl > dd li {
  margin-top: 0.25em;
}
/*# sourceMappingURL=style.css.map */
