@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

sub {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font: inherit;
  font-size: smaller;
  color: inherit;
  line-height: inherit;
  background: initial;
  border: 0;
}

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

*:focus {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* setting/_base.scss
-------------------------------------------------- */
/* setting/_extend.scss
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
}

@-webkit-keyframes expo-slider {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-66.7224%);
            transform: translate(-66.7224%);
  }
}

@keyframes expo-slider {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-66.7224%);
            transform: translate(-66.7224%);
  }
}
/* setting/_base.scss
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", serif;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #070707;
}
body.is-hidden {
  overflow: hidden;
}

main {
  padding-top: 130px;
}

img,
svg {
  vertical-align: bottom;
}

main figure {
  margin: 0;
}

svg {
  height: auto;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a, div, button {
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input[type^=text],
textarea {
  border: solid #CDE8FD;
  width: 100%;
}
input[type^=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  font-weight: 700;
}
input[type^=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 700;
}
input[type^=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: 700;
}
input[type^=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: 700;
}
input[type^=text]::placeholder,
textarea::placeholder {
  color: #aaaaaa;
  font-weight: 700;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

button, label {
  cursor: pointer;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (min-width: 981px) {
  [data-device=sp] {
    display: none !important;
  }
  [data-device=tabsp] {
    display: none !important;
  }
  html,
  body {
    scroll-padding-top: min(115px, 8.2142857143vw);
    -webkit-scroll-padding-top: min(115px, 8.2142857143vw);
  }
  a[href^=tel] {
    pointer-events: none;
  }
  main {
    padding-top: 115px;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 1.0714285714vw);
    border-width: min(2px, 0.1428571429vw);
    font-size: clamp(10px, 1.2857142857vw, 1.125rem);
    border-radius: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  [data-device=tabsp] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  [data-device=pctab] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  html,
  body {
    scroll-padding-top: min(115px, 30.6666666667vw);
    -webkit-scroll-padding-top: min(115px, 30.6666666667vw);
  }
  main {
    padding-top: min(90px, 24vw);
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 4vw);
    border-width: min(2px, 0.5333333333vw);
    font-size: min(18px, 4.8vw);
    border-radius: min(15px, 4vw);
  }
}
/* setting/_base.scss
-------------------------------------------------- */
.g-header {
  width: 100%;
  height: 115px;
  position: fixed;
  z-index: 105;
}
.g-header__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-header__logo {
  width: 160px;
  margin-left: 20px;
}
.g-header__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-header__h-menu {
  width: 60px;
  height: 50px;
  position: relative;
  margin-right: 20px;
  z-index: 110;
}
.g-header__h-menu div {
  height: 1px;
  border-top: 1px solid black;
  color: black;
  position: absolute;
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}
.g-header__topline {
  width: 60px;
  top: 5px;
  left: 0px;
}
.g-header__topline.active {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-header__middleline {
  width: 50px;
  top: 25px;
  left: 10px;
}
.g-header__middleline.active {
  opacity: 0;
}
.g-header__bottomline {
  width: 40px;
  bottom: 5px;
  left: 20px;
}
.g-header__bottomline.active {
  width: 60px;
  bottom: 25px;
  left: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .g-header {
    height: min(90px, 24vw);
  }
  .g-header__logo {
    width: min(120px, 32vw);
  }
  .g-header__h-menu {
    width: 50px;
    height: 50px;
  }
  .g-header__topline {
    width: 50px;
  }
  .g-header__middleline {
    width: 40px;
  }
  .g-header__bottomline {
    width: 30px;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.g-ttl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  margin-top: 110px;
  margin-bottom: 110px;
}
.g-ttl__ttl {
  width: 100%;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-ttl__subttl {
  width: 100%;
  display: inline-block;
  border-top: 1px solid black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  padding-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .g-ttl__ttl {
    font-size: min(35px, 9.3333333333vw);
    line-height: min(35px, 9.3333333333vw);
  }
}

/* setting/_base.scss
-------------------------------------------------- */
/* global/_footer.scss
-------------------------------------------------- */
.g-footer {
  width: 100%;
  padding: 50px 0px 0px;
}
.g-footer__menu {
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-footer__list {
  font-size: 18px;
}
.g-footer__list a {
  display: block;
}
.g-footer__list a:hover {
  opacity: 0.7;
}
.g-footer__copyright {
  text-align: center;
  padding: 200px 0px 10px;
}
@media screen and (max-width: 767px) {
  .g-footer__menu {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
/* global/_modal.scss
-------------------------------------------------- */
.g-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.g-modal__outer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.g-modal__bg {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
}
.g-modal__content {
  width: 100%;
}
.g-modal__scrollbar {
  scrollbar-color: #aaaaaa #EDEDED;
}
.g-modal__scrollbar::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
.g-modal__scrollbar::-webkit-scrollbar-track {
  background: #EDEDED;
}
@media screen and (min-width: 981px) {
  .g-modal__scrollbar {
    overflow: hidden;
    overflow-y: auto;
    padding-right: min(30px, 2.1428571429vw);
  }
  .g-modal__scrollbar::-webkit-scrollbar {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    -webkit-clip-path: inset(0 round min(15px, 1.0714285714vw));
            clip-path: inset(0 round min(15px, 1.0714285714vw));
  }
  .g-modal__scrollbar::-webkit-scrollbar-thumb, .g-modal__scrollbar::-webkit-scrollbar-track {
    border-radius: min(5px, 0.3571428571vw);
  }
}
@media screen and (max-width: 767px) {
  .g-modal__scrollbar {
    overflow: hidden;
    overflow-y: auto;
  }
  .g-modal__scrollbar::-webkit-scrollbar {
    width: min(10px, 2.6666666667vw);
    height: min(10px, 2.6666666667vw);
    -webkit-clip-path: inset(0 round min(15px, 4vw));
            clip-path: inset(0 round min(15px, 4vw));
  }
  .g-modal__scrollbar::-webkit-scrollbar-thumb, .g-modal__scrollbar::-webkit-scrollbar-track {
    border-radius: min(5px, 1.3333333333vw);
  }
}
.g-modal__close {
  position: absolute;
}
.g-modal__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #070707;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g-modal__close span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.g-modal__close span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 981px) {
  .g-modal__outer {
    -webkit-transform: translate(-50%, calc(-50% + min(35px, 2.5vw)));
            transform: translate(-50%, calc(-50% + min(35px, 2.5vw)));
  }
  .-small .g-modal__bg {
    background: rgba(7, 7, 7, 0.7);
  }
  .g-modal__content {
    padding: min(80px, 5.7142857143vw) min(100px, 7.1428571429vw) min(80px, 5.7142857143vw) min(100px, 7.1428571429vw);
    max-width: 1400px;
    width: 100vw;
    border-radius: min(15px, 1.0714285714vw);
  }
  .-small .g-modal__content {
    max-width: 994px;
    padding: min(68px, 4.8571428571vw);
    padding-right: min(30px, 2.1428571429vw);
    max-height: calc(100vh - min(160px, 11.4285714286vw));
    background: #FFF;
  }
  .g-modal__scrollbar {
    max-height: calc(100vh - min(100px, 7.1428571429vw));
  }
  .-small .g-modal__scrollbar {
    max-height: calc(100vh - min(240px, 17.1428571429vw));
  }
  .g-modal__close {
    top: min(0px, 0vw);
    right: min(100px, 7.1428571429vw);
    width: min(70px, 5vw);
    height: min(70px, 5vw);
    border: min(1px, 0.0714285714vw) solid #070707;
    cursor: pointer;
    z-index: 1;
  }
  .g-modal__close span {
    width: min(35px, 2.5vw);
    height: min(1px, 0.0714285714vw);
  }
  .-small .g-modal__close {
    top: max(-90px, -6.4285714286vw);
    right: min(0px, 0vw);
    border: min(1px, 0.0714285714vw) solid #FFF;
  }
  .-small .g-modal__close span {
    background-color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .g-modal__outer {
    -webkit-transform: translate(-50%, calc(-50% + min(25px, 6.6666666667vw)));
            transform: translate(-50%, calc(-50% + min(25px, 6.6666666667vw)));
  }
  .g-modal__bg {
    background: rgba(7, 7, 7, 0.7);
  }
  .g-modal__content {
    width: calc(100vw - min(40px, 10.6666666667vw));
    padding: min(15px, 4vw);
    border-radius: min(15px, 4vw);
    max-height: calc(100vh - min(100px, 26.6666666667vw));
    background: #FFF;
  }
  .g-modal__scrollbar {
    max-height: calc(100vh - min(120px, 32vw));
  }
  .g-modal__scrollbar::-webkit-scrollbar {
    display: none;
  }
  .g-modal__scrollbar::-webkit-scrollbar-thumb, .g-modal__scrollbar::-webkit-scrollbar-track {
    display: none;
  }
  .g-modal__close {
    top: max(-50px, -13.3333333333vw);
    right: min(0px, 0vw);
    width: min(36px, 9.6vw);
    height: min(36px, 9.6vw);
    border: min(1px, 0.2666666667vw) solid #FFF;
  }
  .g-modal__close span {
    width: min(18px, 4.8vw);
    height: min(1px, 0.2666666667vw);
    background-color: #FFF;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
/* global/_search-toc.scss
-------------------------------------------------- */
.g-search-toc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-search-toc__li a, .g-search-toc__li button, .g-search-toc__item a, .g-search-toc__item button {
  font-weight: 700;
  border: solid #aaaaaa;
  display: block;
  width: 100%;
  text-align: center;
}
.g-search-toc__li:hover a, .g-search-toc__li:hover button,
.g-search-toc__li .is-active, .g-search-toc__item:hover a, .g-search-toc__item:hover button,
.g-search-toc__item .is-active {
  color: #FFF;
  background-color: #44B8EE;
  border: solid #44B8EE;
}
@media screen and (min-width: 981px) {
  .g-search-toc__list {
    gap: 0 min(15px, 1.0714285714vw);
    margin: min(25px, 1.7857142857vw) 0;
  }
  .g-search-toc__li a, .g-search-toc__li button, .g-search-toc__item a, .g-search-toc__item button {
    border-width: min(2px, 0.1428571429vw);
    display: table-cell;
    vertical-align: middle;
  }
  .g-search-toc__li a, .g-search-toc__li button {
    border-radius: min(15px, 1.0714285714vw);
    line-height: 1.2222222222em;
    font-size: min(18px, 1.2857142857vw);
    width: min(100px, 7.1428571429vw);
    height: min(70px, 5vw);
  }
  .g-search-toc__item a, .g-search-toc__item button {
    border-radius: min(10px, 0.7142857143vw);
    font-size: min(16px, 1.1428571429vw);
    width: min(71px, 5.0714285714vw);
    height: min(54px, 3.8571428571vw);
  }
}
@media screen and (max-width: 767px) {
  .g-search-toc {
    position: relative;
  }
  .g-search-toc::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: min(118px, 31.4666666667vw);
    height: min(11px, 2.9333333333vw);
    background-image: url("../img/common/scroll_sp.svg");
    margin: auto;
    background-size: contain;
  }
  .g-search-toc__list {
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
    overflow-x: auto;
    margin-right: max(-15px, -4vw);
    padding-right: min(15px, 4vw);
    gap: min(5px, 1.3333333333vw);
    margin-top: min(20px, 5.3333333333vw);
    padding-bottom: min(25px, 6.6666666667vw);
    scroll-snap-align: start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .g-search-toc__list::-webkit-scrollbar {
    display: none;
  }
  .g-search-toc__li, .g-search-toc__item {
    scroll-snap-align: start;
  }
  .g-search-toc__li a, .g-search-toc__li button, .g-search-toc__item a, .g-search-toc__item button {
    border-width: min(2px, 0.5333333333vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: min(15px, 4vw);
    line-height: 1.25em;
    font-size: min(12px, 3.2vw);
    width: min(70px, 18.6666666667vw);
    height: min(50px, 13.3333333333vw);
  }
  .g-search-toc__li:active a, .g-search-toc__li:active button, .g-search-toc__item:active a, .g-search-toc__item:active button {
    color: #FFF;
    background-color: #44B8EE;
    border: solid #44B8EE;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.m-slider {
  width: 100%;
  height: 600px;
}
.m-slider__wrap {
  width: 100%;
  height: 600px;
}
.m-slider__list {
  width: 100%;
  height: 600px;
}
.m-slider__list img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .m-slider {
    height: 350px;
  }
  .m-slider__wrap {
    height: 350px;
  }
  .m-slider__list {
    height: 350px;
  }
  .m-slider__list img {
    height: 350px;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.m-sns {
  width: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
}
.m-sns__x {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
.m-sns__x img {
  width: 100%;
  height: 100%;
}
.m-sns__insta {
  display: block;
  width: 40px;
  height: 40px;
}
.m-sns__insta img {
  width: 100%;
  height: 100%;
}

/* setting/_base.scss
-------------------------------------------------- */
.m-menu {
  width: 50%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: white;
  right: -100%;
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
  visibility: hidden;
}
.m-menu.active {
  right: 0%;
  visibility: visible;
}
.m-menu__logo {
  width: 160px;
  margin: 50px auto;
  text-align: center;
}
.m-menu__logo img {
  width: 100%;
  display: block;
}
.m-menu__menu {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-menu__list {
  border-bottom: 1px solid black;
}
.m-menu__list a {
  display: block;
  font-size: 20px;
}
.m-menu__list a:hover {
  opacity: 0.7;
}
/* setting/_base.scss
-------------------------------------------------- */
.m-about {
  width: 100%;
  margin-bottom: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}
.m-about__wrap {
  width: 100%;
}
.m-about__catch-copy {
  font-size: 25px;
  letter-spacing: 10px;
  line-height: 60px;
  text-align: center;
  margin-top: 80px;
}
.m-about__catch-copy span {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: block;
}
.m-about__catch-copy span:first-child.active {
  -webkit-animation: catch_anime 1.4s forwards 1s;
          animation: catch_anime 1.4s forwards 1s;
}
.m-about__catch-copy span:nth-child(2).active {
  -webkit-animation: catch_anime 1.4s forwards 1.5s;
          animation: catch_anime 1.4s forwards 1.5s;
}
.m-about__catch-copy span:nth-child(3).active {
  -webkit-animation: catch_anime 1.4s forwards 2s;
          animation: catch_anime 1.4s forwards 2s;
}
.m-about__catch-copy span:nth-child(4).active {
  -webkit-animation: catch_anime 1.4s forwards 2.5s;
          animation: catch_anime 1.4s forwards 2.5s;
}
.m-about__catch-copy span:nth-child(5).active {
  -webkit-animation: catch_anime 1.4s forwards 3s;
          animation: catch_anime 1.4s forwards 3s;
}
.m-about__catch-copy span:nth-child(6).active {
  -webkit-animation: catch_anime 1.4s forwards 3.5s;
          animation: catch_anime 1.4s forwards 3.5s;
}
.m-about__catch-copy span:nth-child(7).active {
  -webkit-animation: catch_anime 1.4s forwards 4s;
          animation: catch_anime 1.4s forwards 4s;
}
@-webkit-keyframes catch_anime {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes catch_anime {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .m-about__catch-copy {
    font-size: min(15px, 4vw);
    line-height: min(40px, 10.6666666667vw);
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.m-news {
  width: 100%;
  padding: 0px 0 100px;
}
.m-news__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.m-news__box {
  width: 100%;
  border-bottom: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 50px;
}
.m-news__data {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.m-news__ttl {
  font-size: 25px;
  font-weight: bold;
}
.m-news__nextbtn {
  display: block;
  text-align: center;
  width: 200px;
  margin: 50px auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid black;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.m-news__nextbtn:hover {
  color: white;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .m-news__box {
    padding: min(20px, 5.3333333333vw) 0 min(10px, 2.6666666667vw);
  }
  .m-news__data {
    font-size: min(15px, 4vw);
  }
  .m-news__ttl {
    font-size: min(20px, 5.3333333333vw);
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.m-work {
  width: 100%;
  margin-bottom: 150px;
}
.m-work__topwrap {
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.m-work__topslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide-topflow 20s infinite linear 1s both;
          animation: slide-topflow 20s infinite linear 1s both;
}
.m-work__toplist {
  width: 25vw;
}
.m-work__toplist img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-work__bottomwrap {
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.m-work__bottomslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide-bottomflow 20s infinite linear 1s both;
          animation: slide-bottomflow 20s infinite linear 1s both;
}
.m-work__bottomlist {
  width: 25vw;
}
.m-work__bottomlist img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-work__nextbtn {
  display: block;
  text-align: center;
  width: 200px;
  margin: 50px auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid black;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.m-work__nextbtn:hover {
  color: white;
  background-color: black;
}

@-webkit-keyframes slide-topflow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-topflow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-bottomflow {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide-bottomflow {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* setting/_base.scss
-------------------------------------------------- */
.m-infomation {
  width: 600px;
  margin: 50px auto;
}

/* setting/_base.scss
-------------------------------------------------- */
.m-tab {
  margin: 150px 0;
}
.m-tab__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-tab__filter-list li {
  width: 25%;
  text-align: center;
  background: #eee;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tab__filter-list li.is-active {
  background: #333;
  color: #fff;
}
.m-tab__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-tab__filter-item li {
  border: 2px solid #fff;
  width: 25%;
  padding: 40px 20px;
  background: #eee;
  text-align: center;
}
.m-tab__filter-item li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-tab__text {
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}
.m-tab__text span {
  display: block;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .m-tab {
    margin-top: min(50px, 13.3333333333vw);
  }
  .m-tab__filter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-tab__filter-list li {
    width: 100%;
  }
  .m-tab__filter-item li {
    width: 50%;
    padding: min(20px, 5.3333333333vw);
  }
}

/* setting/_base.scss
-------------------------------------------------- */
.m-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 300px;
}
.m-page__article {
  width: 100%;
  max-width: 850px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-page__ttl {
  font-size: 30px;
  margin-bottom: 50px;
}
.m-page__imgbox {
  width: 100%;
  margin: 0 auto 50px;
}
.m-page__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-page__txt {
  font-size: 18px;
  line-height: 40px;
}
.m-page__aside {
  width: 250px;
}
.m-page__sidebox {
  width: 100%;
  margin-bottom: 20px;
}
.m-page__sidebox h2 {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
.m-page__sidettl {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
.m-page__cate li a {
  display: block;
}
.m-page__cate li a:hover {
  opacity: 0.7;
}
.m-page__archive li a {
  display: block;
}
.m-page__archive li a:hover {
  opacity: 0.7;
}
.m-page .thumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .m-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-page__article {
    width: 100%;
    max-width: none;
    margin-bottom: min(100px, 26.6666666667vw);
  }
  .m-page__aside {
    width: 100%;
    max-width: none;
  }
}

.wp-block-heading {
  margin-top: 15px;
}

.widget_block ul li a {
  color: skyblue;
  text-decoration: underline;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.widget_block ul li a:hover {
  color: blueviolet;
  text-decoration: none;
}

#today {
  color: skyblue;
  text-decoration: underline;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#today:hover {
  color: blueviolet;
  text-decoration: none;
}

/* setting/_base.scss
-------------------------------------------------- */
.m-single {
  margin-top: -40px;
  margin-bottom: 100px;
}
.m-single a:hover {
  opacity: 0.7;
}
.m-single__nav {
  width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  border-top: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-single__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-single__prev a {
  display: block;
}
.m-single__prev a:hover {
  opacity: 0.7;
}
.m-single__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-single__next a {
  display: block;
}
.m-single__next a:hover {
  opacity: 0.7;
}

/* setting/_base.scss
-------------------------------------------------- */
.screen-reader-text {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.page-numbers {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers.current {
  color: white;
  background-color: black;
}

.next.page-numbers {
  display: none;
}

.prev.page-numbers {
  display: none;
}

ul.page-numbers {
  border: none;
}

/* setting/_base.scss
-------------------------------------------------- */
.search-form {
  width: 250px;
  margin-bottom: 40px;
}

.search-field {
  border: 1px solid black;
}

.search-submit {
  border: 1px solid black;
}

@media screen and (max-width: 767px) {
  .search-form {
    width: 100%;
  }
}
/* setting/_base.scss
-------------------------------------------------- */
#rss {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#rss table {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
#rss tr {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
#rss td {
  padding-right: 10px;
}
#rss td a {
  color: darkcyan;
}
#rss td a:hover {
  color: darkslateblue;
}
/*# sourceMappingURL=style.css.map */