/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
[tabindex="-1"]:focus-visible {
  outline: none !important;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  white-space: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}
a {
  color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.reading {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}
.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}
.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}
.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}
@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}
.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}
.span_br {
  display: inline-block;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}
.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}
.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}
.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}
.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}
.width {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.outer {
  overflow: hidden;
}
.txt__center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  border: 2px solid #11308b;
  border-radius: 0.2em;
  background-color: #11308b;
  background-image: url(/img/syaken/top/ico_arrow_white.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right 0.5em center;
}
@media all and (max-width: 896px) {
  .common-btn > a {
    font-size: 1.6rem;
    background-size: 2.2rem;
  }
}
.common-btn > a span {
  font-size: 60%;
  display: block;
}
.common-btn > a:hover {
  opacity: 0.8;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: #fff;
}
.common-ttl {
  text-align: center;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 1em;
}
.common-ttl span {
  font-size: clamp(3.5rem, 6vw, 9rem);
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 0.5;
}
.moveTop {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.moveNone {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.moveRight {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.moveLeft {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.flexWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
@media all and (max-width: 896px) {
  .flexWrap {
    gap: 1em;
  }
}
.flexWrap.-col2 > * {
  width: calc(50% - 0.5em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col2 > * {
    width: 100%;
  }
}
.flexWrap.-col3 > * {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col3 > * {
    width: calc(50% - 0.5em);
  }
}
.flexWrap.-col4 > * {
  width: calc(25% - 0.75em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col4 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col5 > * {
  width: calc(20% - 0.8em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col5 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col6 > * {
  width: calc(16.6666666667% - 0.8333333333em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col6 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col7 > * {
  width: calc(14.2857142857% - 0.8571428571em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col7 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col8 > * {
  width: calc(12.5% - 0.875em);
}
@media all and (max-width: 896px) {
  .flexWrap.-col8 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.hoverZoom {
  overflow: hidden;
  display: block;
}
.hoverZoom .thumb {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.hoverZoom:hover .thumb {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media all and (max-width: 896px) {
  .scrollBox {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .scrollBox > * {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    padding: 0 1em;
    max-width: 100%;
    vertical-align: top;
  }
  .scrollBox > * > * {
    width: 200vw;
    max-width: initial;
  }
  .scrollBox ::-webkit-scrollbar {
    height: 4px;
  }
  .scrollBox ::-webkit-scrollbar-track {
    background: #eee;
  }
  .scrollBox ::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .scrollBox ::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
.iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}
@media all and (max-width: 896px) {
  .iframeWrap {
    padding-top: 60%;
  }
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordionBox details,
.qaBox details,
.accordionBox summary,
.qaBox summary {
  list-style: none;
  display: block;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.accordionBox details,
.qaBox details {
  margin: 0 0 1em 0;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(17, 48, 139, 0.2);
  box-shadow: 0 0 5px rgba(17, 48, 139, 0.2);
}
.accordionBox details > div,
.qaBox details > div {
  padding: 0.5em 2em;
}
@media all and (max-width: 896px) {
  .accordionBox details > div,
  .qaBox details > div {
    padding: 0.25em 1em;
  }
}
.accordionBox details > div p,
.qaBox details > div p {
  line-height: 1.75;
  margin-bottom: 1em;
}
.accordionBox details > div p:last-child,
.qaBox details > div p:last-child {
  margin-bottom: 0;
}
.accordionBox details summary,
.qaBox details summary {
  cursor: pointer;
  color: #11308b;
  font-size: clamp(1.1em, 1.5vw, 2.6em);
  padding: 1em 2em 1em 1em;
  line-height: 1.5;
}
.accordionBox details summary::-webkit-details-marker,
.qaBox details summary::-webkit-details-marker,
.accordionBox details summary::marker,
.qaBox details summary::marker {
  display: none;
}
.accordionBox details::before,
.qaBox details::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 1em;
  line-height: 1;
  width: 2em;
  height: 2em;
  display: inline-block;
  background-color: #11308b;
  border-radius: 100%;
  pointer-events: none;
}
.accordionBox details::after,
.qaBox details::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/syaken/common/ico_open.svg);
  pointer-events: none;
}
.accordionBox details[open]::after,
.qaBox details[open]::after {
  background-image: url(/img/syaken/common/ico_close.svg);
}
.qaBox details {
  margin-bottom: 1em;
  background-color: #fff;
}
.qaBox details summary {
  position: relative;
  padding-left: 3em;
  text-align: left;
  font-weight: bold;
}
.qaBox details::before {
  content: none;
}
.qaBox details::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/syaken/top/qa_open.svg);
  pointer-events: none;
}
.qaBox details[open]::after {
  background-image: url(/img/syaken/top/qa_close.svg);
}
.qaBox .qaA {
  position: relative;
  padding: 0 1em 1em 3em;
}
.qaBox summary::before {
  content: "";
  position: absolute;
  left: 0.75em;
  top: 0.75em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/img/syaken/top/qa_q.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  .qaBox summary::before {
    font-size: 2rem;
    width: 1.25em;
    height: 1.25em;
  }
}
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  height: 90px;
  padding: 5px 10px;
}
@media all and (max-width: 896px) {
  header {
    height: 50px;
  }
}
header > div {
  height: 100%;
}
header .area_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .sec_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .sec_logo h1 img {
  max-width: 200px;
}
@media all and (max-width: 896px) {
  header .sec_logo h1 img {
    max-width: 150px;
  }
}
header .sec_logo p {
  font-size: max(0.9vw, 1.3rem);
}
@media all and (max-width: 1367px) {
  header .sec_logo p {
    display: none;
  }
}
header .sec_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0;
}
@media all and (max-width: 896px) {
  header .sec_link {
    display: none;
  }
}
header .sec_link li a {
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  display: block;
}
header .sec_link li.tel a {
  display: block;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #f30808;
  border: 2px solid;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
header .sec_link li.tel a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0.5rem 0 0;
  background: url(/img/syaken/common/icon_tel_r.svg) no-repeat center
    center/auto 100%;
}
header .sec_link li.contact a {
  background: #11308c;
}
header .sec_link li.syaken a {
  background: #fecf0f;
  color: #111;
}
header .sec_link_sp {
  display: none;
  padding: 5px 0;
  gap: 0.5em;
}
@media all and (max-width: 896px) {
  header .sec_link_sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header .sec_link_sp li {
  border-radius: 50%;
}
header .sec_link_sp li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .sec_link_sp li.tel {
  border: 2px solid #f30808;
}
header .sec_link_sp li.tel a {
  padding: 10px;
}
header .sec_link_sp li.mail {
  border: 2px solid #11308b;
}
header .sec_link_sp li.mail a {
  padding: 7px;
}
header .sec_link_sp li.syaken a {
  height: auto;
  font-weight: bold;
  font-style: italic;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-size: 2rem;
  padding: 10px 20px;
  background: #fecf0f;
  color: #111;
}
.footer {
  text-align: center;
  padding: 5em 0;
}
.footer .loopSlide {
  margin: 1.5em 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: url("/img/syaken/common/slider.webp") repeat-x center/auto 100%;
  -webkit-animation: bgScroll-desktop 20s linear infinite;
  animation: bgScroll-desktop 20s linear infinite;
}
@media all and (max-width: 896px) {
  .footer .loopSlide {
    height: 150px;
  }
}
@-webkit-keyframes bgScroll-desktop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -660px;
  }
}
@keyframes bgScroll-desktop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -660px;
  }
}
.footer .copy {
  line-height: 1.2;
  font-size: clamp(1.7em, 3vw, 2em);
  color: #11308b;
  margin-bottom: 0.2em;
}
.footer .copyright {
  font-size: 80%;
  color: #aaa;
  margin-top: 4em;
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
} /*# sourceMappingURL=layout.css.map */
