@charset "UTF-8";
/* Scss Document */
a, input, *::before, *::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.img _:-ms-lang(x),
.img _::-webkit-meter-bar,
.img img {
  min-width: auto !important; }

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, sub, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict; }

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

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word; }

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

.yugo {
  font-family: "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: "Oswald", "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
@use 'colors';
@use "mixin";
@use 'media';
@use 'font';
html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  height: 100%;
  color: #121212;
  counter-reset: number 0;
  font-size: 10px; }
  html a,
  html button,
  html .children,
  body a,
  body button,
  body .children {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

body {
  width: 100%;
  overflow: scroll;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  /* medium */
  letter-spacing: 0.08em; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

::-webkit-scrollbar {
  /* Chrome, Safari 対応 */ }

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  /* medium */
  letter-spacing: 0.12em; }
  .t-lead-1 .emphasize {
    line-height: 1.375; }

.t-lead-2 {
  line-height: 1.5;
  font-weight: 700;
  /* bold */ }

.t-body-1 {
  line-height: 1.875; }

.t-a-r {
  text-align: right; }

.yugo {
  font-family: "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: "Oswald", "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.m-content {
  overflow: hidden; }

.m-container {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ----------------------------------------------------------

見出し

---------------------------------------------------------- */
.m-head-1 {
  font-size: 24px;
  font-size: calc(24 / 375 * 100vw);
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  margin-bottom: calc(50 / 375 * 100vw);
  text-align: center; }
  .m-head-1:before {
    content: "";
    width: 45px;
    height: 4px;
    background: #fbd226;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }

.m-head-2 {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  /* bold */
  padding-bottom: 15px;
  border-bottom: solid 4px #fbd226;
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw); }

/* ----------------------------------------------------------

ボタン

---------------------------------------------------------- */
.m-btn-1 {
  color: #121212;
  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: 5px;
  height: 35px;
  height: calc(35 / 375 * 100vw);
  font-size: 12px;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  background-color: #fbd226;
  background-image: url(../images/icon-arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center right 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* ----------------------------------------------------------

レイアウト

---------------------------------------------------------- */
.m-items {
  padding-top: 100px;
  padding-top: calc(100 / 375 * 100vw);
  padding-bottom: 50px;
  padding-bottom: calc(50 / 375 * 100vw); }

.m-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }

.m-items__list-item {
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw); }

.m-items__list-item__blk {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #707070;
  height: 160px;
  height: calc(160 / 375 * 100vw);
  margin-bottom: 10px;
  margin-bottom: calc(10 / 375 * 100vw); }

.m-items__list-item__fig {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #707070; }

.m-items__list-item__name {
  font-size: 14px;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  text-align: center;
  height: 65px;
  height: calc(65 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #121212; }

.m-items__list-item__btn {
  margin: 0 auto; }

.m-result__list-item {
  width: 325px;
  width: calc(325 / 375 * 100vw);
  height: 200px;
  height: calc(200 / 375 * 100vw);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-bottom: calc(20 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #707070;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #121212;
  position: relative; }

.m-result__list-item__fig {
  width: 125px;
  width: calc(125 / 375 * 100vw);
  height: 125px;
  height: calc(125 / 375 * 100vw);
  overflow: hidden;
  position: relative; }
  .m-result__list-item__fig img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.m-result__list-item__blk {
  width: 152px;
  width: calc(152 / 375 * 100vw);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.m-result__list-item__ttl {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  margin-bottom: calc(0 / 375 * 100vw); }

.m-result__list-item__desc {
  font-size: 13px;
  font-size: calc(13 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 24px;
  height: 92px;
  height: calc(92 / 375 * 100vw);
  overflow: hidden; }

.m-result__list-item__date {
  font-size: 14px;
  font-size: calc(14 / 375 * 100vw);
  color: #cccccc;
  letter-spacing: 0.05em; }

/* ----------------------------------------------------------

下層ページ KV

---------------------------------------------------------- */
.m-subpage-head {
  width: 100%;
  height: 120px;
  height: calc(120 / 375 * 100vw);
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-subpage-head__ttl {
  font-size: 26px;
  font-size: calc(26 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  position: relative; }
  .m-subpage-head__ttl:after {
    content: "";
    width: 30px;
    width: calc(30 / 375 * 100vw);
    background: #fbd226;
    position: absolute;
    left: 0;
    bottom: 0; }

.m-subpage-head__cat {
  font-size: 13px;
  font-size: calc(13 / 375 * 100vw);
  padding-bottom: 12px;
  position: relative;
  font-weight: 700;
  /* bold */
  margin-bottom: 7px;
  margin-bottom: calc(7 / 375 * 100vw); }
  .m-subpage-head__cat:after {
    content: "";
    width: 25px;
    width: calc(25 / 375 * 100vw);
    background: #fbd226;
    position: absolute;
    left: 0;
    bottom: 0; }

.m-subpage-head__item {
  font-size: 22px;
  font-size: calc(22 / 375 * 100vw);
  font-weight: 700;
  /* bold */ }

/* ----------------------------------------------------------

パンクず

---------------------------------------------------------- */
.m-breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 0.1em; }

.m-breadcrumb__link {
  color: #121212;
  margin-right: 2em;
  position: relative; }
  .m-breadcrumb__link:after {
    content: "";
    width: 5px;
    height: 9px;
    width: 4px;
    width: calc(4 / 375 * 100vw);
    height: 7px;
    height: calc(7 / 375 * 100vw);
    position: absolute;
    right: -1em;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-image: url(../images/icon-arrow-black.svg);
    background-size: cover; }

/* ----------------------------------------------------------

ページネーション

---------------------------------------------------------- */
.m-pagination-container .wp-pagenavi {
  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;
  font-size: 16px;
  font-weight: 700;
  /* bold */ }

.m-pagination-container a,
.m-pagination-container .current {
  margin: 0 0.75em; }

.m-pagination-container a {
  color: #121212;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.m-pagination-container .current {
  color: #ccc; }

.m-pagination-container .previouspostslink,
.m-pagination-container .nextpostslink {
  display: block;
  position: relative;
  padding: 0 20px; }
  .m-pagination-container .previouspostslink:after,
  .m-pagination-container .nextpostslink:after {
    content: "";
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 7px; }

.m-pagination-container .previouspostslink {
  margin-right: 1em; }
  .m-pagination-container .previouspostslink:after {
    top: 11px;
    left: 0;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: solid 1px #2e221f;
    border-left: solid 1px #2e221f; }

.m-pagination-container .nextpostslink {
  margin-left: 1em; }
  .m-pagination-container .nextpostslink:after {
    right: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: solid 1px #2e221f;
    border-right: solid 1px #2e221f; }

.yugo {
  font-family: "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: "Oswald", "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

#c-contact {
  background: #fbd226;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  position: relative;
  margin-top: 28px; }
  #c-contact:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: solid 3px #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#c-contact__head {
  background: #da0707;
  width: 300px;
  width: calc(300 / 375 * 100vw);
  height: 56px;
  height: calc(56 / 375 * 100vw);
  max-width: calc(100% - 26px);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em; }
  #c-contact__head:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    border-radius: 28px;
    width: calc(100% - 6px);
    height: calc(100% - 6px); }

.c-contact__lead {
  text-align: center;
  width: 100%; }

.c-contact__lead-txt {
  background: #fff;
  line-height: 2;
  text-align: center;
  font-size: 18px;
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.1em;
  padding: 0 0.5em; }

.c-contact__content {
  margin-top: 15px; }

.c-contact__content-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.c-contact__content-head {
  display: block;
  font-size: 14px;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2px;
  margin-bottom: calc(2 / 375 * 100vw); }

.c-contact__content-tel {
  margin-bottom: 20px;
  margin-bottom: calc(20 / 375 * 100vw); }

.c-contact__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-contact__tel-icon {
  width: 22px;
  width: calc(22 / 375 * 100vw);
  height: 22px;
  height: calc(22 / 375 * 100vw);
  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;
  position: relative;
  top: 0.15em; }
  .c-contact__tel-icon img {
    width: 100%; }

.c-contact__tel-num {
  color: #a6d604;
  font-weight: 900;
  /* black */
  letter-spacing: 0;
  font-size: 27px;
  font-size: calc(27 / 375 * 100vw);
  margin-left: 5px;
  margin-left: calc(5 / 375 * 100vw);
  line-height: 1; }

.c-contact__tel-hour {
  font-size: 10px;
  font-size: calc(10 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-left: calc(20 / 375 * 100vw);
  text-align: center;
  margin-top: 2px;
  margin-top: calc(2 / 375 * 100vw); }

.c-contact__mail {
  background-color: #fbaa26;
  background-image: url(../images/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  color: #fff;
  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;
  position: relative;
  width: 230px;
  width: calc(230 / 375 * 100vw);
  height: 40px;
  height: calc(40 / 375 * 100vw);
  max-width: 100%;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  margin-top: 10px; }

#wrapper {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.l-float-content {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(18, 18, 18, 0.5);
  width: 100%;
  height: 75px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: none;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); }
  .l-float-content.visible {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.float-contact__tel-wrap {
  background: #a6d604;
  height: 45px;
  border-radius: 5px;
  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;
  width: calc(50% - 12px);
  margin-right: 4px; }

.float-contact__tel-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  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; }

.float-contact__tel-num {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* bold */
  white-space: nowrap; }

.float-contact__mail {
  background: #fbaa26;
  height: 45px;
  border-radius: 5px;
  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;
  width: calc(50% - 12px); }

.float-contact__tel-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* bold */ }

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 112px;
  height: calc(112 / 375 * 100vw);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11; }

.header-gr-1 {
  width: 100%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-left: calc(20 / 375 * 100vw);
  overflow: hidden;
  height: 30px; }

.header-txt {
  font-size: 10px;
  letter-spacing: 0.05em; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  100% {
    -webkit-transform: translate(-180%, 0);
            transform: translate(-180%, 0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  100% {
    -webkit-transform: translate(-180%, 0);
            transform: translate(-180%, 0); } }

.header-gr-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-left: calc(10 / 375 * 100vw);
  padding-right: 10px;
  padding-right: calc(10 / 375 * 100vw);
  width: 100%;
  box-sizing: border-box;
  border-bottom-color: #fbd226;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-width: calc(2 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#header__logo {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
  transition: all 0.2s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
  width: 261px;
  width: calc(261 / 375 * 100vw);
  margin-top: 0px;
  margin-top: calc(0 / 375 * 100vw); }

.header-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.header-contact__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-contact__tel-icon {
  width: 32px;
  height: 32px;
  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;
  position: relative;
  top: 2px; }
  .header-contact__tel-icon img {
    width: 100%; }

.header-contact__tel-num {
  color: #a6d604;
  font-size: 40px;
  font-weight: 900;
  /* black */
  letter-spacing: 0;
  line-height: 1;
  margin-left: 7px; }

.header-contact__tel-hour {
  font-size: 14px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 34px;
  margin-top: 3px; }

.header-contact__mail {
  background: #fbaa26;
  width: 250px;
  height: 70px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .header-contact__mail:hover {
    background: #ed9302; }

.header-contact__tel-icon {
  width: 30px;
  height: 24px; }

.header-contact__tel-txt {
  color: #fff;
  margin-left: 15px;
  font-size: 24px;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em; }

#header__nav {
  width: 100%;
  background: #121212; }

.header__nav-item {
  color: #fff;
  font-size: 18px;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  padding: 0 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative; }
  .header__nav-item:before {
    content: "";
    width: 0%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fbd226;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.header__sm-contact-mail {
  margin: 30px 0; }

.header__sm-contact-head {
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 375 * 100vw);
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.header__sm-contact-btn {
  background-color: #fbaa26;
  background-image: url(../images/icon-mail-1.svg);
  background-repeat: no-repeat;
  background-position: center left 12px;
  color: #fff;
  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;
  position: relative;
  width: 320px;
  width: calc(320 / 375 * 100vw);
  height: 60px;
  height: calc(60 / 375 * 100vw);
  max-width: 100%;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  padding-left: 15px;
  padding-left: calc(15 / 375 * 100vw);
  margin: 0px auto; }

.header__sm-contact-tel__btn {
  background-color: #a6d604;
  background-image: url(../images/icon-tel-2.svg);
  background-repeat: no-repeat;
  background-position: center left 12px;
  color: #fff;
  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;
  position: relative;
  width: 320px;
  width: calc(320 / 375 * 100vw);
  height: 60px;
  height: calc(60 / 375 * 100vw);
  max-width: 100%;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  padding-left: 15px;
  padding-left: calc(15 / 375 * 100vw);
  margin: 0px auto; }

.header__sm-contact-hour {
  color: #fff;
  font-size: 14px;
  font-size: calc(14 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 7px;
  margin-top: calc(7 / 375 * 100vw); }

#header.home .header__nav-item.home {
  background: #454545; }
  #header.home .header__nav-item.home:before {
    width: 100%;
    left: 0; }

#header.flow .header__nav-item.flow {
  background: #454545; }
  #header.flow .header__nav-item.flow:before {
    width: 100%;
    left: 0; }

#header.items .header__nav-item.items {
  background: #454545; }
  #header.items .header__nav-item.items:before {
    width: 100%;
    left: 0; }

#header.result .header__nav-item.result {
  background: #454545; }
  #header.result .header__nav-item.result:before {
    width: 100%;
    left: 0; }

#header.shop .header__nav-item.shop {
  background: #454545; }
  #header.shop .header__nav-item.shop:before {
    width: 100%;
    left: 0; }

footer {
  background: #121212;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 3px #fbd226; }

.footer-gr-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: calc(20 / 375 * 100vw); }

.totop {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  /* bold */
  color: #fff;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.totop-icon {
  display: inline-block;
  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;
  width: 12px;
  height: 12px;
  margin-right: 7px; }

#footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer__nav-item {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  /* bold */
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer-gr-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw); }

.footer-txt,
.footer-address,
.footer-tel,
.footer-hour {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  /* bold */
  color: #fff; }

.footer-txt {
  margin-bottom: 15px; }

.footer-address {
  margin-bottom: 10px; }

.footer-tel a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  /* bold */ }

.footer-logo {
  width: 335px;
  width: calc(335 / 375 * 100vw);
  max-width: 100%;
  margin-bottom: 10px; }

.footer-map {
  height: 250px;
  width: 337px;
  width: calc(337 / 375 * 100vw);
  max-width: 100%; }
  .footer-map iframe {
    width: 100%;
    height: 100%; }

.copyright {
  font-size: 10px;
  font-size: calc(10 / 375 * 100vw);
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  text-align: center; }

@use 'utility/media';
/* Scss Document */
/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

#loading {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.page-home #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-home #loading.is-loaded {
  opacity: 0;
  pointer-events: none; }

.page-home.scene-1 #loading-curtain {
  width: 100%; }

.page-home.scene-2 #loading {
  display: none;
  width: 0;
  opacity: 0; }

.page-subpage.scene-2 #loading {
  display: none;
  width: 0;
  opacity: 0; }

.anim {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
  opacity: 0; }

.animated {
  opacity: 1; }

.anim-fadeUp {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0); }
  .anim-fadeUp.animated {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.anim-fig {
  position: relative; }
  .anim-fig:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fccd00), to(#e5352b));
    background-image: linear-gradient(to bottom, #fccd00 0%, #e5352b 100%);
    z-index: 3; }
  .anim-fig.animated:after {
    width: 0;
    left: unset;
    right: 0; }

.anim-fadeUpParent .anim-fadeUpChild {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s; }

.anim-fadeUpParent.animated .anim-fadeUpChild {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

@media all and (-ms-high-contrast: none) {
  .img img {
    min-width: auto !important; }
  .img *::-ms-backdrop,
  .img img {
    min-width: auto !important; } }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    body {
      min-width: 1200px; }
    .t-lead-1 {
      font-size: 3rem;
      line-height: 1.4; }
      .t-lead-1 .emphasize {
        font-size: 4rem; }
    .t-lead-2 {
      font-size: 3rem; }
    .t-body-1 {
      font-size: 1.6rem; }
  .m-sm {
    display: none !important; }
    .m-container {
      width: 1066px; }
    .m-head-1 {
      font-size: 32px; }
    .m-head-1 {
      margin-bottom: 85px; }
    .m-head-2 {
      font-size: 32px; }
    .m-head-2 {
      margin-bottom: 50px; }
    .m-btn-1 {
      height: 38px; }
    .m-btn-1 {
      font-size: 14px; }
    .m-btn-1 {
      width: 138px; }
    .m-btn-1:hover {
      background-color: #fbaa26; }
    .m-items {
      padding-top: 170px; }
    .m-items {
      padding-bottom: 100px; }
    .m-items__list {
      width: 940px; }
    .m-items__list-item {
      margin-bottom: 50px; }
    .m-items__list-item {
      width: 300px; }
      .m-items__list-item:not(:nth-of-type(3n)) {
        margin-right: auto; }
    .m-items__list-item__blk {
      height: 240px; }
    .m-items__list-item__blk {
      margin-bottom: 25px; }
    .m-items__list-item__name {
      font-size: 18px; }
    .m-items__list-item__name {
      height: 60px; }
    .m-result__list-item {
      width: 940px; }
    .m-result__list-item {
      height: 330px; }
    .m-result__list-item {
      margin-bottom: 30px; }
    .m-result__list-item {
      padding: 30px; }
    .m-result__list-item__fig {
      width: 270px; }
    .m-result__list-item__fig {
      height: 270px; }
    .m-result__list-item__blk {
      width: 577px; }
    .m-result__list-item__ttl {
      font-size: 20px; }
    .m-result__list-item__ttl {
      margin-bottom: 25px; }
    .m-result__list-item__desc {
      font-size: 15px; }
    .m-result__list-item__desc {
      height: 147px; }
    .m-result__list-item__date {
      font-size: 15px; }
    .m-result__list-item__date {
      position: absolute;
      bottom: 30px;
      left: 330px; }
  .m-result__list-item__btn {
    margin: auto 0 0 auto; }
    .m-subpage-head {
      height: 250px; }
  .m-subpage-head__inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .m-subpage-head__ttl {
      font-size: 42px; }
      .m-subpage-head__ttl:after {
        width: 45px; }
      .m-subpage-head__ttl:after {
        height: 4px; }
    .m-subpage-head__cat {
      font-size: 24px; }
    .m-subpage-head__cat {
      margin-bottom: 13px; }
      .m-subpage-head__cat:after {
        width: 45px; }
      .m-subpage-head__cat:after {
        height: 4px; }
    .m-subpage-head__item {
      font-size: 42px; }
    .m-breadcrumb {
      font-size: 14px; }
    .m-breadcrumb {
      padding: 30px 0 100px;
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }
      .m-breadcrumb__link:after {
        width: 5px; }
      .m-breadcrumb__link:after {
        height: 9px; }
    .m-pagination-container a:hover {
      opacity: 0.6; }
  .setOrder {
    color: #000; }
    #c-contact {
      width: 940px;
      margin-bottom: 100px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 35px; }
    #c-contact__head {
      width: 325px; }
    #c-contact__head {
      height: 56px; }
    #c-contact__head {
      font-size: 20px; }
      #c-contact__head:before {
        border: solid 3px #fff; }
    .c-contact__lead-txt {
      font-size: 26px; }
    .c-contact__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .c-contact__content-fig {
    width: 443px; }
    .c-contact__content-box {
      width: 417px; }
    .c-contact__content-head {
      font-size: 16px; }
    .c-contact__content-head {
      margin-bottom: 3px; }
    .c-contact__content-tel {
      margin-bottom: 30px; }
    .c-contact__tel-icon {
      width: 32px; }
    .c-contact__tel-icon {
      height: 32px; }
    .c-contact__tel-num {
      font-size: 40px; }
    .c-contact__tel-num {
      margin-left: 7px; }
    .c-contact__tel-hour {
      font-size: 14px; }
    .c-contact__tel-hour {
      padding-left: 37px; }
    .c-contact__tel-hour {
      margin-top: 3px; }
    .c-contact__mail {
      width: 300px; }
    .c-contact__mail {
      height: 50px; }
    .c-contact__mail {
      font-size: 20px; }
    #wrapper {
      padding-top: 180px; }
  .l-section {
    padding-top: 100px;
    padding-bottom: 150px; }
    #header {
      height: 180px; }
    #header {
      min-width: 1200px; }
    .header-gr-1 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-right: 20px; }
    .header-gr-2 {
      border-bottom-width: 3px; }
    .header-gr-2 {
      height: 103px; }
    #header__logo {
      width: 432px; }
    #header__logo {
      margin-top: 5px; }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
    #header__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 50px; }
  .header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .header__nav-item {
      font-size: 18px; }
    .header__nav-item {
      height: 100%; }
      .header__nav-item:hover {
        background: #454545; }
        .header__nav-item:hover:before {
          width: 100%;
          left: 0; }
    .header__sm-contact-head {
      font-size: 0px; }
    .header__sm-contact-btn {
      width: 300px; }
    .header__sm-contact-btn {
      height: 50px; }
    .header__sm-contact-btn {
      font-size: 20px; }
    .header__sm-contact-btn {
      padding-left: 0px; }
    .header__sm-contact-tel__btn {
      width: 300px; }
    .header__sm-contact-tel__btn {
      height: 50px; }
    .header__sm-contact-tel__btn {
      font-size: 20px; }
    .header__sm-contact-tel__btn {
      padding-left: 0px; }
    .header__sm-contact-hour {
      font-size: 14px; }
    .header__sm-contact-hour {
      margin-top: 3px; }
    footer {
      padding: 30px 0 15px; }
  .footer-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .footer-gr-1 {
      margin-bottom: 50px; }
    .totop:hover {
      opacity: 0.6; }
    .footer__nav-item {
      margin-right: 2em; }
    .footer__nav-item:hover {
      opacity: 0.6; }
    .footer-gr-2 {
      margin-bottom: 50px; }
  .footer-info {
    width: 480px; }
    .footer-logo {
      width: 440px; }
    .footer-map {
      width: 470px; }
    .footer-map {
      margin-left: auto; }
    .copyright {
      font-size: 12px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; }
  .m-smmd {
    display: none; }
    .m-head-1 {
      font-size: 32px; }
    .m-head-1 {
      margin-bottom: 85px; }
    .m-head-2 {
      font-size: 32px; }
    .m-head-2 {
      margin-bottom: 50px; }
    .m-btn-1 {
      height: 38px; }
    .m-btn-1 {
      font-size: 14px; }
    .m-items {
      padding-top: 170px; }
    .m-items {
      padding-bottom: 100px; }
    .m-items__list-item {
      margin-bottom: 50px; }
    .m-items__list-item__blk {
      height: 240px; }
    .m-items__list-item__blk {
      margin-bottom: 25px; }
    .m-items__list-item__name {
      font-size: 18px; }
    .m-items__list-item__name {
      height: 60px; }
    .m-result__list-item {
      width: 940px; }
    .m-result__list-item {
      height: 330px; }
    .m-result__list-item {
      margin-bottom: 30px; }
    .m-result__list-item__fig {
      width: 270px; }
    .m-result__list-item__fig {
      height: 270px; }
    .m-result__list-item__blk {
      width: 577px; }
    .m-result__list-item__ttl {
      font-size: 20px; }
    .m-result__list-item__ttl {
      margin-bottom: 25px; }
    .m-result__list-item__desc {
      font-size: 15px; }
    .m-result__list-item__desc {
      height: 147px; }
    .m-result__list-item__date {
      font-size: 15px; }
    .m-subpage-head {
      height: 250px; }
    .m-subpage-head__ttl {
      font-size: 42px; }
      .m-subpage-head__ttl:after {
        width: 45px; }
    .m-subpage-head__cat {
      font-size: 24px; }
    .m-subpage-head__cat {
      margin-bottom: 13px; }
      .m-subpage-head__cat:after {
        width: 45px; }
    .m-subpage-head__item {
      font-size: 42px; }
    .m-breadcrumb {
      font-size: 14px; }
      .m-breadcrumb__link:after {
        width: 5px; }
      .m-breadcrumb__link:after {
        height: 9px; }
  .setOrder {
    color: #000; }
    #c-contact__head {
      width: 325px; }
    #c-contact__head {
      height: 56px; }
    #c-contact__head {
      font-size: 20px; }
    .c-contact__lead-txt {
      font-size: 26px; }
    .c-contact__content-head {
      font-size: 16px; }
    .c-contact__content-head {
      margin-bottom: 3px; }
    .c-contact__content-tel {
      margin-bottom: 30px; }
    .c-contact__tel-icon {
      width: 32px; }
    .c-contact__tel-icon {
      height: 32px; }
    .c-contact__tel-num {
      font-size: 40px; }
    .c-contact__tel-num {
      margin-left: 7px; }
    .c-contact__tel-hour {
      font-size: 14px; }
    .c-contact__tel-hour {
      padding-left: 37px; }
    .c-contact__tel-hour {
      margin-top: 3px; }
    .c-contact__mail {
      width: 300px; }
    .c-contact__mail {
      height: 50px; }
    .c-contact__mail {
      font-size: 20px; }
    #header {
      height: 180px; }
    .header-gr-1 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-right: 20px; }
    .header-gr-2 {
      border-bottom-width: 3px; }
    #header__logo {
      width: 432px; }
    #header__logo {
      margin-top: 5px; }
    .header__nav-item {
      font-size: 18px; }
    .header__sm-contact-head {
      font-size: 0px; }
    .header__sm-contact-btn {
      width: 300px; }
    .header__sm-contact-btn {
      height: 50px; }
    .header__sm-contact-btn {
      font-size: 20px; }
    .header__sm-contact-btn {
      padding-left: 0px; }
    .header__sm-contact-tel__btn {
      width: 300px; }
    .header__sm-contact-tel__btn {
      height: 50px; }
    .header__sm-contact-tel__btn {
      font-size: 20px; }
    .header__sm-contact-tel__btn {
      padding-left: 0px; }
    .header__sm-contact-hour {
      font-size: 14px; }
    .header__sm-contact-hour {
      margin-top: 3px; }
    .footer-gr-1 {
      margin-bottom: 50px; }
    .footer-gr-2 {
      margin-bottom: 50px; }
    .footer-logo {
      width: 440px; }
    .footer-map {
      width: 470px; }
    .copyright {
      font-size: 12px; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.4rem;
      line-height: 1.75; }
      .t-lead-1 .emphasize {
        font-size: 3.2rem; }
    .t-lead-2 {
      font-size: 2rem; }
    .t-body-1 {
      font-size: 1.4rem; }
  .m-md {
    display: none !important; }
    .m-container {
      padding-left: 25px;
      padding-right: 25px; }
    .m-btn-1 {
      width: 100%; }
    .m-items__list {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 25px;
      padding-right: 25px;
      max-width: 100%;
      width: 325px;
      width: 100%; }
    .m-items__list-item {
      width: calc(50% - 5px); }
      .m-items__list-item:nth-of-type(odd) {
        margin-right: auto; }
    .m-result__list-item {
      padding: 54px 17px 20px; }
    .m-result__list-item__ttl {
      position: absolute;
      left: 20px;
      top: 14px;
      width: calc(100% - 40px); }
    .m-result__list-item__date {
      margin: auto 0 0 auto; }
  .m-result__list-item__btn {
    display: none; }
    .m-subpage-head {
      padding-left: 25px;
      padding-right: 25px; }
      .m-subpage-head__ttl:after {
        height: 2px; }
      .m-subpage-head__cat:after {
        height: 3px; }
    .m-breadcrumb {
      padding: 20px 25px 30px; }
  .setOrder {
    color: #000; }
    #c-contact {
      width: calc(100% - 40px);
      margin-bottom: 50px;
      padding-left: 28px;
      padding-right: 28px;
      padding-bottom: 28px; }
      #c-contact__head:before {
        border: solid 2px #fff; }
  .c-contact__content-fig {
    width: 100%; }
    .c-contact__content-box {
      width: 100%;
      padding: 20px 0;
      margin-top: 20px; }
    #wrapper {
      padding-top: 107px; }
  .l-section {
    padding-top: 70px;
    padding-bottom: 80px; }
    #header {
      border-bottom: solid 5px #121212;
      height: 107px; }
      #header.is-open {
        position: fixed; }
    .header-txt {
      white-space: nowrap;
      display: inline-block;
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0);
      -webkit-animation: marquee 35s linear 0s infinite;
              animation: marquee 35s linear 0s infinite; }
    .header-gr-2 {
      height: 77px; }
  .header-contact {
    display: none; }
  .burger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 55px;
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 8px;
    margin-left: auto;
    border: solid 2px #121212;
    border-radius: 8px;
    position: relative; }
    .burger__btn:after {
      content: "メニュー";
      position: absolute;
      left: 50%;
      bottom: 2px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      font-size: 10px;
      letter-spacing: 0;
      width: 100%;
      text-align: center; }
    .burger__btn.is-open:after {
      content: "閉じる"; }
    .burger__btn.is-open .burger__btn-line:nth-of-type(1) {
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 6px;
      top: -1px; }
    .burger__btn.is-open .burger__btn-line:nth-of-type(2) {
      opacity: 0;
      top: -8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .burger__btn.is-open .burger__btn-line:nth-of-type(3) {
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 6px;
      top: 2px; }
  .burger__btn-line {
    width: 100%;
    height: 3px;
    background: #121212;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
    transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s; }
    .burger__btn-line:not(:last-of-type) {
      margin-bottom: 7px; }
    #header__nav {
      position: fixed;
      top: 107px;
      left: 0;
      z-index: 11;
      height: calc(100% - 107px);
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: scroll; }
      #header__nav.is-open {
        -webkit-transform: translate(0%, 0);
                transform: translate(0%, 0); }
  .header__nav-inner {
    padding-bottom: 30px; }
    .header__nav-item {
      height: 60px;
      border-bottom: solid 1px #666; }
      .header__nav-item:after {
        content: "";
        position: absolute;
        top: calc(50% - 4px);
        right: 25px;
        -webkit-transform: rotate(45deg) translate(0, -50%);
                transform: rotate(45deg) translate(0, -50%);
        -webkit-transform-origin: top left;
                transform-origin: top left;
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    footer {
      padding: 15px 20px 100px; }
    .footer-gr-1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .totop {
      margin-bottom: 25px; }
    #footer__nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: solid 1px #666;
      padding-bottom: 10px;
      margin-bottom: 5px; }
    .footer__nav-item {
      margin: 0 1em 2em; }
    .footer-gr-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .footer-info {
    margin-bottom: 30px; } }

@media screen and (max-width: 961px) {
  .m-lg {
    display: none; } }

@media screen and (min-width: 1200px) {
    .m-head-1 {
      font-size: 32px; }
    .m-head-1 {
      margin-bottom: 85px; }
    .m-head-2 {
      font-size: 32px; }
    .m-head-2 {
      margin-bottom: 50px; }
    .m-btn-1 {
      height: 38px; }
    .m-btn-1 {
      font-size: 14px; }
    .m-items {
      padding-top: 170px; }
    .m-items {
      padding-bottom: 100px; }
    .m-items__list-item {
      margin-bottom: 50px; }
    .m-items__list-item__blk {
      height: 240px; }
    .m-items__list-item__blk {
      margin-bottom: 25px; }
    .m-items__list-item__name {
      font-size: 18px; }
    .m-items__list-item__name {
      height: 60px; }
    .m-result__list-item {
      width: 940px; }
    .m-result__list-item {
      height: 330px; }
    .m-result__list-item {
      margin-bottom: 30px; }
    .m-result__list-item__fig {
      width: 270px; }
    .m-result__list-item__fig {
      height: 270px; }
    .m-result__list-item__blk {
      width: 577px; }
    .m-result__list-item__ttl {
      font-size: 20px; }
    .m-result__list-item__ttl {
      margin-bottom: 25px; }
    .m-result__list-item__desc {
      font-size: 15px; }
    .m-result__list-item__desc {
      height: 147px; }
    .m-result__list-item__date {
      font-size: 15px; }
    .m-subpage-head {
      height: 250px; }
    .m-subpage-head__ttl {
      font-size: 42px; }
      .m-subpage-head__ttl:after {
        width: 45px; }
    .m-subpage-head__cat {
      font-size: 24px; }
    .m-subpage-head__cat {
      margin-bottom: 13px; }
      .m-subpage-head__cat:after {
        width: 45px; }
    .m-subpage-head__item {
      font-size: 42px; }
    .m-breadcrumb {
      font-size: 14px; }
      .m-breadcrumb__link:after {
        width: 5px; }
      .m-breadcrumb__link:after {
        height: 9px; }
    #c-contact__head {
      width: 325px; }
    #c-contact__head {
      height: 56px; }
    #c-contact__head {
      font-size: 20px; }
    .c-contact__lead-txt {
      font-size: 26px; }
    .c-contact__content-head {
      font-size: 16px; }
    .c-contact__content-head {
      margin-bottom: 3px; }
    .c-contact__content-tel {
      margin-bottom: 30px; }
    .c-contact__tel-icon {
      width: 32px; }
    .c-contact__tel-icon {
      height: 32px; }
    .c-contact__tel-num {
      font-size: 40px; }
    .c-contact__tel-num {
      margin-left: 7px; }
    .c-contact__tel-hour {
      font-size: 14px; }
    .c-contact__tel-hour {
      padding-left: 37px; }
    .c-contact__tel-hour {
      margin-top: 3px; }
    .c-contact__mail {
      width: 300px; }
    .c-contact__mail {
      height: 50px; }
    .c-contact__mail {
      font-size: 20px; }
    #header {
      height: 180px; }
    .header-gr-1 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-left: 20px; }
    .header-gr-2 {
      padding-right: 20px; }
    .header-gr-2 {
      border-bottom-width: 3px; }
    #header__logo {
      width: 432px; }
    #header__logo {
      margin-top: 5px; }
    .header__nav-item {
      font-size: 18px; }
    .header__sm-contact-head {
      font-size: 0px; }
    .header__sm-contact-btn {
      width: 300px; }
    .header__sm-contact-btn {
      height: 50px; }
    .header__sm-contact-btn {
      font-size: 20px; }
    .header__sm-contact-btn {
      padding-left: 0px; }
    .header__sm-contact-tel__btn {
      width: 300px; }
    .header__sm-contact-tel__btn {
      height: 50px; }
    .header__sm-contact-tel__btn {
      font-size: 20px; }
    .header__sm-contact-tel__btn {
      padding-left: 0px; }
    .header__sm-contact-hour {
      font-size: 14px; }
    .header__sm-contact-hour {
      margin-top: 3px; }
    .footer-gr-1 {
      margin-bottom: 50px; }
    .footer-gr-2 {
      margin-bottom: 50px; }
    .footer-logo {
      width: 440px; }
    .footer-map {
      width: 470px; }
    .copyright {
      font-size: 12px; } }

@media screen and (max-width: 360px) {
    .float-contact__tel-wrap {
      width: calc(50% - 5px); }
    .float-contact__tel-icon {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .float-contact__tel-num {
      font-size: 15px; }
    .float-contact__mail {
      width: calc(50% - 5px); } }
