@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px -8px #707070;
          box-shadow: 0px 10px 10px -8px #707070;
  z-index: 999;
}
.is_login_user.customize-support .siteHeader {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .is_login_user.customize-support .siteHeader {
    top: 46px;
  }
}
.siteHeader__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: 120px;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .siteHeader__inner {
    padding: 0 20px;
    height: 7.4rem;
  }
}
.siteHeader__logoLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__logoLink:hover {
    opacity: 0.6;
  }
}
.siteHeader__logoImg {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .siteHeader__logoImg {
    width: 7.8rem;
    height: auto;
  }
}
.siteHeader__rightBox {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .siteHeader__rightBox {
    margin-top: 2rem;
  }
}
.siteHeader__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.siteHeader__navSubList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 24.7px;
}
.siteHeader__navText {
  font-size: 1.3rem;
  line-height: 1.23;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.siteHeader__navLinkB {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__navLinkB:hover {
    opacity: 0.6;
  }
}
.siteHeader__navLinkS {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__navLinkS:hover {
    opacity: 0.6;
  }
}
.siteHeader__navSubText {
  font-size: 1.3rem;
  line-height: 1.23;
  color: #000000;
  border: solid 1px #707070;
  border-radius: 20px;
  padding: 6px 11px;
  margin-left: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.siteHeader__navAccessBox {
  display: block;
  text-align: center;
  margin-right: 40px;
}
.siteHeader__navAccessFig {
  margin-bottom: 10px;
}
.siteHeader__navAccessLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__navAccessLink:hover {
    opacity: 0.6;
  }
}
.siteHeader__navAccessImg {
  width: 25.3px;
  height: auto;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .siteHeader__navAccessImg {
    width: 1.8rem;
  }
}
.siteHeader__navAccessText {
  font-size: 1.2rem;
  color: #707070;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .siteHeader__navAccessText {
    font-size: 1rem;
  }
}
.siteHeader__navHamLine {
  display: block;
  width: 37px;
  height: 3px;
  background: #707070;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.siteHeader__navItemWrapper {
  height: 100%;
  height: 45.4px;
  width: 38px;
}
.siteHeader__navHam {
  display: block;
  text-align: center;
  position: relative;
  z-index: 10001;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__navHam:hover {
    opacity: 0.6;
  }
}
.siteHeader__navHamLine01 {
  position: absolute;
  top: 0;
}
.siteHeader__navHamLine01.is-active {
  top: 25%;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFFFFF;
}
.siteHeader__navHamLine02 {
  position: absolute;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .siteHeader__navHamLine02 {
    top: 10px;
  }
}
.siteHeader__navHamLine02.is-active {
  top: 25%;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #FFFFFF;
}
.siteHeader__navHamLine03 {
  position: absolute;
  top: 22px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .siteHeader__navHamLine03 {
    top: 20px;
  }
}
.siteHeader__navHamLine03.is-active {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.siteHeader__navHamText {
  font-size: 1.2rem;
  color: #707070;
  position: absolute;
  bottom: 0;
  margin: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.siteHeader__navHamText.is-active {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .siteHeader__navHamText {
    font-size: 1rem;
  }
}

.siteHeaderMenu__navContent {
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  z-index: 10000;
  width: 100%;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.siteHeaderMenu__navContent.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.siteHeaderMenu__navInner {
  background: #383434;
}
.siteHeaderMenu__navListInner {
  max-width: 418px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navListInner {
    max-width: 31rem;
    width: 100%;
  }
}
.siteHeaderMenu__navUl {
  padding-top: 167px;
  margin-bottom: 98px;
}
.siteHeaderMenu__navList {
  border-bottom: 0.5px solid #707070;
  text-align: center;
  font-size: 2rem;
  line-height: 5;
  letter-spacing: 0.5em;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navList {
    line-height: 4;
    font-size: 1.4rem;
  }
}
.siteHeaderMenu__navList:last-child {
  border-bottom: none;
}
.siteHeaderMenu__navLiItem {
  text-decoration: none;
  color: #FFFFFF;
}
.siteHeaderMenu__navLi {
  text-align: center;
  display: block;
  list-style: none;
}
.siteHeaderMenu__navLiItem {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeaderMenu__navLiItem:hover {
    opacity: 0.6;
  }
}
.siteHeaderMenu__navSubBox {
  text-align: center;
}
.siteHeaderMenu__navTitle {
  font-size: 2rem;
  letter-spacing: 0.5em;
  line-height: 3;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navTitle {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.siteHeaderMenu__navTitleBox {
  max-width: 284px;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navTitleBox {
    margin-bottom: 3rem;
    max-width: 20rem;
    width: 100%;
    padding: 1rem 3rem;
  }
}
.siteHeaderMenu__navFlexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 39px;
  padding-bottom: 164px;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navFlexBox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    margin: auto;
    padding: 0 2rem 3.4rem;
  }
}
.siteHeaderMenu__navFlexItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navFlexItem {
    margin-bottom: 2.2rem;
    display: inline-block;
    padding: 0 45px;
  }
}
.siteHeaderMenu__navFlexItem:first-child {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navFlexItem:first-child {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
  }
}
.siteHeaderMenu__navFlexItem:last-child {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navFlexItem:last-child {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
  }
}
.siteHeaderMenu__navFlexItem:nth-of-type(2) {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.siteHeaderMenu__navLink {
  font-size: 2rem;
  letter-spacing: 0.5em;
  line-height: 1.45;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 45px;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeaderMenu__navLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navLink {
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    line-height: 1;
    padding: 0;
  }
}
.siteHeaderMenu__navFlexSubText {
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .siteHeaderMenu__navFlexSubText {
    font-size: 1rem;
    letter-spacing: 0.25em;
    letter-spacing: 1;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter__logoBox {
  background: #e8e8e8;
  text-align: center;
  padding-top: 66px;
  margin-top: 77px;
}
.siteFooter__img {
  width: 467px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .siteFooter__img {
    width: 32rem;
    height: auto;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  background: #F6F6F6;
}
p {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

h3 {
  margin-bottom: 0;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
/* .u-pcDb {
  display: block;
} */

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  overflow-x: hidden;
  padding-top: 120px;
}
.seeMoreBtn {
  position: relative;
  color: #d8122a;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0 67px;
  background: #fff;
  border: 3px solid #D8122A;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .seeMoreBtn {
    font-size: 1.6rem;
    height: 6rem;
    border-radius: 3rem;
    border: 0.3rem solid #D8122A;
  }
}
.seeMoreBtn:hover {
  background: #D8122A;
  color: #fff;
}
.seeMoreBtn:hover::after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: url("../images/common/btnArrowHover.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  width: 40px;
  height: 40px;
}

.seeMoreBtn::after {
  position: absolute;
  content: "";
  background: url("../images/common/btnArrow.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .seeMoreBtn::after {
    width: 4rem;
    height: 4rem;
  }
}

.softPage__btn {
  color: #E3BA33;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
  border: 3px solid #E3BA33;
  border-radius: 30px;
  background-color: #FFFFFF;
  padding: 18px 67px;
}

.toTopWrapper {
  position: fixed;
  right: 1.5%;
  bottom: 38px;
  opacity: 0;
  z-index: 100;
  background: #fff;
  border-radius: 21px;
  padding: 20px 8px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .toTopWrapper {
    right: 2.5%;
  }
}

.toTopLink {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.toTopLink:hover {
  opacity: 0.7;
}

.toTopFig {
  width: 6px;
  height: 30px;
}

.toTopTxt {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
  color: #D8122A;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .toTopTxt {
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  margin: 16px auto 85px;
  padding: 0 20px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 1.4rem auto 5rem;
    padding: 0 1.5rem;
  }
}
.breadcrumbs__list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.breadcrumbs__item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item {
    font-size: 1.2rem;
  }
}
.breadcrumbs__item:not(:first-child) {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item:not(:first-child) {
    margin-left: 2.4rem;
  }
}
.breadcrumbs__item:not(:first-child)::before {
  content: "";
  background-image: url("../images/common/icon_arrow-gray.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item:not(:first-child)::before {
    width: 1.6rem;
    height: 1.6rem;
    left: -2rem;
  }
}
.breadcrumbs__itemLink {
  color: #A2A2A2;
}

.secTtl {
  margin-bottom: 60px;
  padding-left: 55px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.56;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secTtl {
    margin-bottom: 4rem;
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.trainingPage .secTtl, .teamPage .secTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .trainingPage .secTtl, .teamPage .secTtl {
    margin-bottom: 3rem;
  }
}
.secTtl::before {
  content: "";
  background-image: url("../images/softTennis/title_pseudoIcon.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 43px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .secTtl::before {
    width: 2.384rem;
    height: 2.551rem;
  }
}

.emailBtn {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 12px;
  border-radius: 10px;
  width: 290px;
  height: 88px;
  background-color: #1645E0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.emailBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .emailBtn {
    gap: 1.2rem;
    border-radius: 1rem;
    width: 100%;
    height: 8.8rem;
    font-size: 1.6rem;
  }
}
.softPage .emailBtn {
  background-color: #E3BA33;
}
@media screen and (max-width: 768px) {
  .emailBtn svg {
    width: 3rem;
    height: 3rem;
  }
}

/*====================================================================
topPageFvSec
====================================================================*/
.kvSec__swiper {
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kvSec__swiper {
    padding: 0;
  }
}
.kvSec__swiper.swiper-container {
  z-index: 0 !important;
}
.kvSec__swiperWrapper {
  text-align: center;
  z-index: 0;
}
.kvSec__slide {
  height: auto;
}
.kvSec__slidImg {
  width: 900px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kvSec__slidImg {
    width: 100%;
    margin: auto;
  }
}

.newsSec__inner {
  max-width: 640px;
  margin: 100px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .newsSec__inner {
    max-width: none;
    padding: 0 1.5rem;
  }
}
.newsSec__list {
  border-bottom: 0.5px solid #707070;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .newsSec__list {
    padding-top: 14px;
    display: block;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__list.last {
    border-bottom: none;
  }
}
.newsSec__list:first-child {
  padding-top: 0;
}
.newsSec__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .newsSec__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__link {
    display: block;
    text-align: left;
  }
}
.newsSec__link .item {
  color: #000000;
  list-style: none;
  padding: 3.5px 22.6px;
}
@media screen and (max-width: 768px) {
  .newsSec__spBox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 1.1rem;
    text-align: center;
  }
}
.newsSec__spBox02 {
  margin-bottom: 1.1rem;
}
.newsSec__date {
  font-size: 1.2rem;
  line-height: 1.16;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.newsSec__category {
  font-size: 1.2rem;
  line-height: 1.16;
  margin-left: 29px;
  margin-right: 16px;
  border: solid 1px;
  border-radius: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsSec__category {
    margin-left: 0.8rem;
    padding: 0.5rem 2.2rem;
  }
}
.newsSec__content {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.newsSec__btn {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsSec__btn {
    margin-top: 3.1rem;
  }
}
.newsSec__btnLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .newsSec__btnLink:hover {
    opacity: 0.6;
  }
}
.newsSec__btnItem {
  color: #000000;
  display: block;
  margin-top: 45px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.newsSec__alow {
  width: 200.75px;
  height: 13.46px;
  margin-top: -20px;
  color: #707070;
}

.knowSec__inner {
  background: #E8E8E8;
  margin-top: 46px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .knowSec__inner {
    max-width: none;
    margin-top: 2.1rem;
    padding-top: 2.8rem;
    padding-bottom: 2.7rem;
  }
}
.knowSec__link {
  text-decoration: none;
}
.knowSec__link {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .knowSec__link:hover {
    opacity: 0.6;
  }
}
.knowSec__list {
  display: block;
  aspect-ratio: 1920/227;
  background: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .knowSec__list {
    aspect-ratio: 375/104;
  }
}
.knowSec__list.item01 {
  background-image: url("../images/toppage/knowSec_01.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 768px) {
  .knowSec__list.item01 {
    background-image: url("../images/spToppage/knowSec_banner0.png");
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.knowSec__list.item02 {
  background-image: url("../images/toppage/knowSec_02.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 768px) {
  .knowSec__list.item02 {
    background-image: url("../images/spToppage/knowSec_banner01.png");
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.knowSec__list.item03 {
  background-image: url("../images/toppage/knowSec_03.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 768px) {
  .knowSec__list.item03 {
    background-image: url("../images/spToppage/knowSec_banner02.png");
  }
}
.knowSec__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .knowSec__block {
    width: 100%;
  }
}
.knowSec__pItem {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .knowSec__pItem {
    font-size: 1.6rem;
  }
}
.knowSec__link {
  color: #FFFFFF;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.knowSec__alow {
  width: 49.2%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .knowSec__alow {
    width: 21.3%;
  }
}

.instaSec__inner {
  margin: 44.1px auto 0;
  max-width: 934px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .instaSec__inner {
    padding: 0 4rem;
  }
}
.instaSec__logoBox {
  display: block;
  margin: 0 auto;
  margin-bottom: 55.1px;
  text-align: center;
}
.instaSec__logoImage {
  width: 31px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .instaSec__logoImage {
    width: 3.1rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .instaSec__photoBox {
    width: 31rem;
    margin: auto;
  }
}
.instaSec__photoLink {
  text-align: center;
}
.instaSec__photoImage {
  height: auto;
  width: 612px;
}
@media screen and (max-width: 768px) {
  .instaSec__photoImage {
    width: 30rem;
    height: auto;
  }
}
.instaSec__photoLink {
  width: 100%;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .instaSec__photoLink:hover {
    opacity: 0.6;
  }
}
.instaSec__alowBox {
  display: block;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instaSec__alowBox {
    margin-bottom: 6.6rem;
  }
}
.instaSec__alowLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .instaSec__alowLink:hover {
    opacity: 0.6;
  }
}
.instaSec__alowImage {
  height: 16px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .instaSec__alowImage {
    width: 9.3rem;
    height: auto;
  }
}

.snsSec__inner {
  margin: 129px auto 0;
  max-width: 882px;
  width: 100%;
}
.snsSec__link {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .snsSec__link:hover {
    opacity: 0.6;
  }
}
.snsSec__titleBox {
  text-align: center;
}
.snsSec__titleSns {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.snsSec__logoBox {
  margin-top: 12px;
  text-align: center;
}
.snsSec__logo {
  height: 16.5px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .snsSec__logo {
    width: 1.68rem;
    height: auto;
    margin-top: 1.2rem;
  }
}
.snsSec__iconBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 35px;
  margin-top: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .snsSec__iconBox {
    gap: 3.6rem;
    margin-top: 2.5rem;
  }
}
.snsSec__iconFa {
  height: 40.5px;
}
.snsSec__iconYu {
  height: 31.3px;
}
.snsSec__windowBox {
  margin-top: 63px;
}
.snsSec__windowPhoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  max-width: 942px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .snsSec__windowPhoto {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .snsSec__windowPhoto {
    margin-bottom: 8.4rem;
    gap: 1rem;
  }
}
.snsSec__windowPhoto .windowItem {
  width: 100%;
  height: auto;
}
.snsSec__snsfig {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .snsSec__snsfig {
    margin: 0;
    width: 41%;
    height: auto;
  }
}

.pageJump {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 1.8%;
  height: auto;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  bottom: 20%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .pageJump {
    right: 15%;
  }
}
.pageJump__box {
  text-align: right;
  padding: 0 20px;
}
.pageJump__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pageJump__img {
    width: 3.6rem;
    height: auto;
  }
}
.pageJump.active {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.pageJump.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}

/*====================================================================
aboutzen
====================================================================*/
.aboutzenSec__imgBox {
  text-align: center;
}
.aboutzenSec__itemImg {
  width: 930px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aboutzenSec__itemImg {
    width: 100%;
    height: auto;
  }
}
.aboutzenSec__topBox {
  display: block;
}
.aboutzenSec__titleBox {
  text-align: center;
  margin-top: 66px;
  font-size: 2.4rem;
  line-height: 1.21;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .aboutzenSec__titleBox {
    font-size: 1.8rem;
    margin-top: 2.9rem;
  }
}
.aboutzenSec__logoBox {
  text-align: center;
  margin-top: 17px;
}
.aboutzenSec__logoImg {
  width: 14px;
  height: auto;
}
.aboutzenSec__expBox {
  margin-top: 133px;
  text-align: center;
}
.aboutzenSec__expItem {
  font-size: 1.4rem;
  line-height: 2.57;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.aboutCategorySec__inner {
  margin-top: 50px;
}
.aboutCategorySec__categoryBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .aboutCategorySec__categoryBox {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.aboutCategorySec__flex {
  padding: 0 6px;
}
.aboutCategorySec__img01 {
  width: 300px;
  height: auto;
}
.aboutCategorySec__img02 {
  width: 300px;
  height: auto;
}
.aboutCategorySec__img03 {
  width: 300px;
  height: auto;
}

/*====================================================================
NEWS
====================================================================*/
.newsSec__inner02 {
  max-width: 880px;
  padding: 0 20px;
  margin: 111px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .newsSec__inner02 {
    max-width: none;
    padding: 0 1.5rem;
  }
}
.newsSec__topBox {
  text-align: center;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .newsSec__topBox {
    margin-bottom: 3.3rem;
  }
}
.newsSec__titleNews {
  font-size: 2.4rem;
  line-height: 1.21;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.newsSec__logoBox {
  margin-top: 17px;
}
.newsSec__logoImg {
  width: 16px;
  height: auto;
}
.newsSec__list02 {
  border-bottom: 0.5px solid #707070;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .newsSec__list02 {
    padding-top: 2.1rem;
    display: block;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .newsSec__list02.last {
    border-bottom: none;
  }
}
.newsSec__list02:first-child {
  padding-top: 0;
}
.newsSec__naviBox {
  margin-top: 142px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsSec__naviBox {
    margin-top: 5.2rem;
  }
}
.newsSec__backLink:hover {
  opacity: 0.6;
}
.newsSec__moveLink:hover {
  opacity: 0.6;
}
.newsSec__jumpLink {
  margin: 0 11.5px;
  color: #707070;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .newsSec__jumpLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__jumpLink {
    margin: 0 1rem;
  }
}
.newsSec__back {
  width: 42px;
  height: auto;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .newsSec__back {
    width: 4rem;
    height: auto;
  }
}
.newsSec__move {
  width: 42px;
  height: auto;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .newsSec__move {
    width: 4rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .newsContentSec__inner {
    padding: 0 2.7rem;
  }
}
.newsContentSec__topBox {
  text-align: center;
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .newsContentSec__topBox {
    margin-top: 5rem;
  }
}
.newsContentSec__title {
  font-size: 2.4rem;
  line-height: 1.21;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsContentSec__title {
    font-size: 1.8rem;
  }
}
.newsContentSec__logoBox {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .newsContentSec__logoBox {
    margin-top: 1.8rem;
  }
}
.newsContentSec__logoImg {
  width: 16px;
  height: auto;
}
.newsContentSec__middleBox {
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .newsContentSec__middleBox {
    margin: auto;
    text-align: left;
    margin-top: 4rem;
  }
}
.newsContentSec__date {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsContentSec__date {
    line-height: 1.18;
  }
}
.newsContentSec__mainTitleBox {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .newsContentSec__mainTitleBox {
    margin-top: 0.8rem;
  }
}
.newsContentSec__mainTitle {
  font-size: 2.8rem;
  line-height: 1.21;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsContentSec__mainTitle {
    font-size: 2.4rem;
  }
}
.newsContentSec__contentBox {
  margin: 52px auto 0;
  max-width: 1065px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-size: 1.4rem;
  line-height: 2.5;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsContentSec__contentBox {
    margin-top: 3rem;
    max-width: none;
    padding: 0;
    line-height: 2.57;
  }
}
.newsContentSec__contentText {
  font-size: 1.4rem;
  line-height: 2.5;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .newsContentSec__contentText {
    line-height: 2.57;
  }
}
.newsContentSec__contentImgBox {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 230px;
}
.newsContentSec__contentImg {
  width: 533px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsContentSec__contentImg {
    width: 32rem;
  }
}

.contact {
  margin-top: 180px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
# sourceMappingURL=style.css.map