@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, body {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald, .float__btn {
  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';
html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  height: 100%;
  color: #242424;
  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-weight: 500;
  /* medium */
  letter-spacing: 0.04em;
  position: relative; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none !important; }

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

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1, .m-pagination-container .wp-pagenavi {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

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

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

.oswald, .float__btn {
  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-subpage__kv-1 {
  background: -webkit-gradient(linear, right top, left top, from(#ebf0ff), to(#bbc4dd));
  background: linear-gradient(to left, #ebf0ff 0%, #bbc4dd 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.m-subpage__kv-1__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.m-subpage__kv-1__fig {
  overflow: hidden; }

.m-subpage__kv-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-subpage__kv-2__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: solid 5px #505876;
  padding-left: 20px; }

.m-subpage__kv-2__fig {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.m-subpage__kv-2__head-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  font-size: 1.8rem;
  display: block; }

.m-subpage__kv-2__head-1__ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  display: block; }

.m-breadcrumb {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .m-breadcrumb.white .m-breadcrumb__item {
    color: #fff; }
    .m-breadcrumb.white .m-breadcrumb__item:after {
      border-top: solid 1px #fff;
      border-right: solid 1px #fff; }

.m-breadcrumb__item {
  color: #242424;
  letter-spacing: 0.04em;
  white-space: nowrap; }
  .m-breadcrumb__item.has-bracket {
    margin-right: 1em; }
    .m-breadcrumb__item.has-bracket:after {
      content: "";
      border-top: solid 1px #242424;
      border-right: solid 1px #242424;
      display: inline-block;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: relative; }

.m-breadcrumb__link {
  position: relative;
  margin-right: 1em; }
  .m-breadcrumb__link:after {
    content: "";
    border-top: solid 1px #242424;
    border-right: solid 1px #242424;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative; }

.m-head-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-head-1__ja,
.m-head-1__en {
  font-family: 'Noto Serif JP', serif; }

.m-head-1__ja {
  font-weight: 400;
  /* regular */
  letter-spacing: 0.08em;
  margin-right: 10px; }

.m-head-1__en {
  font-weight: 700;
  /* bold */
  color: #b9881e;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  margin-right: 20px; }

.m-head-1__lead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.m-head-1__ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.m-head-2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px; }
  .m-head-2:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #878b9d; }

.m-head-3 {
  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; }
  .m-head-3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #505876;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1; }
  .m-head-3:not(:first-of-type) {
    margin-top: 70px; }

.m-head-3__txt {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  text-align: center;
  color: #505876;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center; }

.m-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em; }
  .m-lead-1 .emphasize {
    letter-spacing: 0.04em; }

.m-lead-2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em; }
  .m-lead-2 .emphasize {
    letter-spacing: 0.04em; }

.m-lead-3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.08em;
  position: relative; }
  .m-lead-3:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 0;
    bottom: 0; }
  .m-lead-3 .small {
    font-size: 1.5rem; }

.m-label-1 {
  font-family: 'Noto Serif JP', serif;
  color: #b9881e;
  display: block;
  margin-bottom: 20px; }

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

ボディ

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

ボタン

---------------------------------------------------------- */
.m-btn-1 {
  width: 200px;
  max-width: 100%;
  height: 40px;
  background-color: #b9881e;
  background-image: url(../images/common/icon_right-2.svg);
  background-size: 5px 8px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .m-btn-1.m-btn-1__black {
    border: solid 1px #242424;
    color: #242424;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/common/icon_right-3.svg);
    background-size: 5px 8px;
    background-position: center right 10px;
    background-repeat: no-repeat; }
  .m-btn-1.m-btn-1__mxa {
    margin-left: auto;
    margin-right: auto; }

.m-btn-2 {
  max-width: 100%;
  background: #b9881e;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  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;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  -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; }
  .m-btn-2.black {
    background: #5a5a5a; }
  .m-btn-2.red {
    background: #ac5145; }

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

レイアウト

---------------------------------------------------------- */
.m-seminar__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.m-seminar__list-item {
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .m-seminar__list-item.is-invisible {
    margin-bottom: 0 !important; }

.m-seminar__fig {
  width: 100%; }

.m-seminar__date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.08em;
  color: #acacac;
  position: relative;
  display: inline-block;
  margin-right: auto; }

.m-seminar__cat {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: #505876;
  padding: 9px 10px 7px;
  position: relative;
  display: inline-block; }
  .m-seminar__cat.news {
    background: #4a516e; }
  .m-seminar__cat.report {
    background: #acacac; }
  .m-seminar__cat.seminar {
    background: #54639f; }

.m-seminar__ttl {
  letter-spacing: 0.04em;
  line-height: 3.5rem;
  font-weight: 500;
  /* medium */
  margin-bottom: 10px;
  width: 100%;
  color: #242424; }

.m-seminar__body {
  margin-bottom: 33px;
  width: 100%;
  color: #242424; }

.m-btn-1.m-seminar__btn {
  margin: 0 auto; }

.m-report__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.m-report__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .m-report__list-item:nth-of-type(odd) {
    background: #fff; }
  .m-report__list-item:nth-of-type(even) {
    background: #efefef; }

.m-report__list-date {
  font-family: 'Roboto', sans-serif;
  color: #acacac;
  font-weight: 700;
  /* bold */
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.08em;
  white-space: nowrap; }

.m-report__list-ttl {
  max-width: 430px; }

.m-table-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  letter-spacing: 0.04em; }
  .m-table-1 dt,
  .m-table-1 dd {
    border-bottom: solid 1px #dddddd;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .m-table-1 dt {
    font-weight: 700;
    /* bold */ }
  .m-table-1 .m-btn-1 {
    margin-left: auto; }

.m-card-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.m-card-1 {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  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-sizing: border-box;
          box-sizing: border-box; }

.m-card-1__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-align: center; }

.m-card-1__icon {
  width: 100%;
  height: 60px;
  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;
  margin-bottom: 30px; }

.otherservice {
  background: #c4c8d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.otherservice-head {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  text-align: center; }

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

スライダー

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

.m-slider-1 .slick-track,
.m-slider-1 .slick-list {
  height: 100%; }

.m-slider-1__slide {
  position: relative; }
  .m-slider-1__slide img {
    width: auto;
    height: 100%; }

.m-slider-1__dots {
  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;
  margin-top: 40px; }
  .m-slider-1__dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px; }
  .m-slider-1__dots button {
    text-indent: -9999px;
    height: 5px;
    background: #ac5145;
    padding: 0;
    background: #dddddd;
    -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; }
  .m-slider-1__dots .slick-active button {
    height: 5px;
    background: #b9881e; }

.btn-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10; }

.btn-to-top__style {
  position: relative;
  display: inline-block;
  width: 82px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  background-color: #000;
  text-align: center; }
  .btn-to-top__style span {
    padding-top: 26px;
    font-size: 1.4rem; }

.btn-to-top__style::before {
  content: "";
  position: absolute;
  top: 12px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent; }

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

ページネーション

---------------------------------------------------------- */
.m-pagination-container {
  padding-bottom: 120px;
  margin-top: 45px;
  margin-top: calc( 45 / 375 * 100vw); }
  .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; }
  .m-pagination-container a,
  .m-pagination-container .current {
    margin: 0 5px;
    width: 25px;
    height: 30px;
    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; }
  .m-pagination-container a {
    color: #242424; }
  .m-pagination-container .current {
    background: #c4c8d9; }
  .m-pagination-container .previouspostslink,
  .m-pagination-container .nextpostslink {
    display: block;
    width: 7px;
    height: 12px;
    position: relative; }
    .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; }
  .m-pagination-container .previouspostslink {
    margin-right: 2em; }
    .m-pagination-container .previouspostslink:after {
      right: 0;
      bottom: 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: 2em; }
    .m-pagination-container .nextpostslink:after {
      left: 0;
      top: 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, body {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald, .float__btn {
  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__item {
  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;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-contact__item.contact {
    background: #505876; }
  .c-contact__item.recruit {
    background: #878b9d; }

.c-contact__item-inner {
  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; }

.c-contact__head {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  display: block;
  position: relative;
  padding-bottom: 10px; }
  .c-contact__head:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.c-contact__btn {
  background: #ac5145;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 100%;
  height: 70px;
  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;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: background 1s ease;
  transition: background 1s ease; }
  .c-contact__btn .icon_mail {
    width: 21px;
    height: 16px;
    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; }

.c-contact__phone {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  /* bold */
  margin-bottom: 9px; }
  .c-contact__phone .icon_freedial {
    width: 30px;
    height: 20px;
    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; }

.c-contact__hour {
  font-size: 1.4rem; }

.c-contact__desc {
  letter-spacing: 0.08em;
  font-weight: 700;
  /* bold */
  text-align: center; }

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

header {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

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

#header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
  transition: transform 0.4s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
  transition: transform 0.4s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s, -webkit-transform 0.4s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s; }

.header__nav-inner {
  width: 100%;
  height: 100%; }

.header__nav-item {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #242424;
  -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.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;
  font-weight: 700;
  /* bold */
  white-space: nowrap;
  position: relative; }
  .header__nav-item.style-1 {
    background: #505876;
    color: #fff;
    border-bottom: none;
    height: 54px; }
  .header__nav-item.style-2 {
    background: #EFEFEF;
    height: 58px; }
  .header__nav-item.icon_right:after {
    content: '';
    width: 5px;
    height: 10px;
    background-image: url(../images/common/icon_right-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .header__nav-item.icon_bottom:after {
    content: '';
    width: 10px;
    height: 5px;
    background-image: url(../images/common/icon_bottom-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
    transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s; }
  .header__nav-item.icon_bottom.is-open:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  .header__nav-item.icon_plus:before {
    content: '';
    width: 1px;
    height: 13px;
    background: #A0A0A0;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
    transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s; }
  .header__nav-item.icon_plus:after {
    content: '';
    width: 13px;
    height: 1px;
    background: #A0A0A0;
    position: absolute;
    right: 34px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
    transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s; }
  .header__nav-item.icon_plus.is-open:before {
    height: 0; }

.header__nav-cta {
  background: #ac5145;
  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;
  -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;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.08em; }

.header__nav-parent__txt {
  background: #505876;
  height: 54px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.footer__inner {
  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-sizing: border-box;
          box-sizing: border-box; }

#footer__logo {
  display: block; }
  #footer__logo img {
    width: 100%; }

#footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.footer__nav-item {
  display: block;
  color: #242424;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  white-space: nowrap; }
  .footer__nav-item.style-1 {
    font-weight: 700;
    /* bold */ }
  .footer__nav-item.style-2 {
    font-weight: 500;
    /* medium */
    letter-spacing: 0.04em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    position: relative; }
    .footer__nav-item.style-2:before {
      content: "";
      width: 4px;
      height: 1px;
      background: #242424;
      position: absolute;
      left: 0;
      top: 50%; }
  .footer__nav-item.style-3 {
    font-weight: 500;
    /* medium */
    letter-spacing: 0.04em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.copyright {
  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;
  background: #2e2e2e;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%; }

@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: 10002;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.page-subpage #loading {
  display: none; }

.page-subpage #loading-curtain {
  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 #loading-curtain {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  background: #fff;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s; }

.page-home header {
  opacity: 0; }

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

.page-home.scene-2 #loading-curtain {
  left: unset;
  right: 0;
  width: 0%; }

.page-home.scene-2 #loader {
  opacity: 0; }

.page-home.scene-2 header {
  opacity: 1; }

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

.page-subpage.scene-2 #loading-curtain {
  left: unset;
  right: 0;
  width: 0%; }

.page-subpage.scene-2 #loader {
  opacity: 0; }

.accordion__parent {
  position: relative;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  cursor: pointer; }

.accordion__children-item {
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
  transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0.1s;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  overflow: hidden; }
  .accordion__children-item.is-invisible {
    pointer-events: none;
    opacity: 0;
    height: 0 !important; }

.anim {
  -webkit-transition: opacity 2.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
  transition: opacity 2.5s 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 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.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: 1366px; }
    .t-lead-1 {
      font-size: 4rem; }
  .m-sm {
    display: none !important; }
    .m-container {
      width: 966px; }
    .m-container .inner {
      width: 800px;
      margin: 0 auto; }
    .m-subpage__kv-1 {
      height: 575px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 70px; }
    .m-subpage__kv-1 .m-head-1 {
      margin-bottom: 20px; }
    .m-subpage__kv-1__inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%;
      margin: 0 auto;
      padding-left: calc(50% - 483px);
      padding-top: 70px; }
    .m-subpage__kv-1__fig {
      width: 50%;
      height: 575px; }
    .m-subpage__kv-2 {
      padding-top: 70px;
      height: 320px;
      margin-bottom: 70px; }
    .m-subpage__kv-2__inner {
      width: 966px;
      margin: 0 auto; }
    .m-subpage__kv-2__fig {
      top: 70px;
      height: calc(100% - 70px); }
    .m-subpage__kv-2__head-1__ttl {
      font-size: 3.4rem; }
    .m-breadcrumb {
      top: 70px;
      left: calc(50% - 483px);
      margin-top: 40px;
      width: 966px; }
    .m-breadcrumb__item {
      font-size: 1.3rem; }
        .m-breadcrumb__item.has-bracket:after {
          width: 8px;
          height: 8px; }
      .m-breadcrumb__link:after {
        width: 8px;
        height: 8px; }
    .m-head-1__ja {
      font-size: 2.5rem; }
    .m-head-1__lead {
      font-size: 2rem;
      margin-bottom: 15px; }
    .m-head-1__ttl {
      font-size: 4rem; }
    .m-head-2 {
      padding-bottom: 23px; }
    .m-head-3 {
      margin-bottom: 40px; }
    .m-head-3__txt {
      font-size: 3rem;
      padding: 0 20px; }
    .m-head-3__txt .small {
      font-size: 2rem; }
    .m-lead-1 {
      font-size: 3.7rem;
      line-height: 1.737;
      margin-bottom: 19px; }
      .m-lead-1 .emphasize {
        font-size: 5rem;
        line-height: 1.4; }
    .m-lead-2 {
      font-size: 3rem;
      line-height: 1.737;
      margin-bottom: 27px; }
      .m-lead-2 .emphasize {
        font-size: 4rem;
        line-height: 1.4; }
    .m-lead-3 {
      font-size: 2.4rem;
      padding-bottom: 25px;
      margin-bottom: 20px; }
    .m-label-1 {
      font-size: 2.5rem; }
    .m-btn-1:hover {
      background-color: #ac5145; }
    .m-btn-2 {
      font-size: 1.8rem;
      width: 474px;
      height: 70px; }
      .m-btn-2:hover {
        background-color: #ac5145; }
      .m-btn-2.red:hover {
        background: #b9881e; }
    .m-seminar__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 800px;
      margin: 0 auto; }
    .m-seminar__list-item {
      width: 364px;
      margin-bottom: 70px; }
      .m-seminar__list-item:nth-of-type(even) {
        margin-left: auto; }
    .m-seminar__fig {
      margin-bottom: 45px; }
    .m-seminar__date {
      top: -19px; }
    .m-seminar__cat {
      top: -19px; }
    .m-seminar__ttl {
      font-size: 2.5rem;
      height: 2.75em; }
    .m-report__list {
      width: 800px;
      margin: 0 auto 60px; }
    .m-report__list-item {
      padding: 20px 0 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .m-report__list-date {
      margin-right: 20px; }
  .m-report__list-btn {
    margin-left: auto; }
      .m-table-1 dt {
        width: 192px; }
    .m-table-1 dd {
      width: 608px; }
    .m-card-1__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .m-card-1 {
      width: 247px;
      padding: 30px 10px 40px; }
    .m-card-1__name {
      font-size: 2.4rem; }
    .otherservice {
      padding: 70px; }
    .otherservice .m-card-1__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .otherservice .m-card-1 {
      margin: 0 20px; }
    .otherservice-head {
      font-size: 3rem;
      margin-bottom: 40px; }
  .otherservice-btn {
    margin: 70px auto 120px; }
  .m-slider-1 {
    height: 356px; }
  .m-slider-1 .slick-list {
    padding-left: calc(50vw - 785px); }
    .m-slider-1__slide {
      width: 513px;
      height: 356px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px; }
      .m-slider-1__slide:after {
        width: calc(100% - 50px);
        left: 10px; }
      .m-slider-1__slide.animated:after {
        right: 40px; }
      .m-slider-1__dots button {
        width: 30px; }
      .m-slider-1__dots .slick-active button {
        width: 30px; }
    .m-pagination-container {
      margin-top: 0px;
      margin-top: calc( 0 / 1480 * 100vw); }
  .setOrder {
    color: #000; }
  #c-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-contact__item {
      width: 50%;
      height: 400px;
      padding: 60px 25px; }
    .c-contact__head {
      font-size: 3rem;
      margin-bottom: 40px; }
    .c-contact__btn {
      width: 474px; }
      .c-contact__btn:hover {
        background: #b9881e; }
      .c-contact__btn .icon_mail {
        margin-right: 9px; }
    .c-contact__desc {
      font-size: 2rem;
      line-height: 1.65; }
    #wrapper {
      padding-top: 70px; }
  .l-section {
    padding-top: 100px;
    padding-bottom: 150px; }
    header {
      height: 70px;
      padding: 0 0 0 66px; }
    #header__logo {
      width: 172px;
      height: 34px; }
    #header__nav {
      margin-left: auto;
      height: 100%; }
    .header__nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__nav-item {
      margin: 0 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
      .header__nav-item:after {
        content: '';
        width: 0%;
        height: 1px;
        background: #242424;
        position: absolute;
        bottom: 22px;
        right: 0;
        -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; }
      .header__nav-item:hover:after {
        width: 100%;
        left: 0; }
    .header__nav-cta {
      width: 200px;
      height: 100%;
      margin-left: 25px;
      font-size: 1.4rem; }
      .header__nav-cta:hover {
        background: #b9881e; }
    .footer__inner {
      padding: 40px 0 60px; }
    #footer__logo {
      width: 210px;
      margin-bottom: 40px; }
    #footer__nav {
      width: 966px;
      margin-left: auto;
      margin-right: auto; }
      .footer__nav-item.style-1 {
        margin-bottom: 12px; }
      .footer__nav-item.style-2 {
        font-size: 1.4rem;
        margin-bottom: 2px; }
      .footer__nav-item.style-3 {
        font-size: 1.4rem;
        margin-bottom: 12px; }
    .copyright {
      height: 50px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; }
  .m-smmd {
    display: none; }
    .m-pagination-container {
      margin-top: 0px;
      margin-top: calc( 0 / 1480 * 100vw); }
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
  .m-md {
    display: none !important; }
    .m-container {
      padding-left: 35px;
      padding-right: 35px; }
    .m-subpage__kv-1 {
      height: 350px;
      margin-bottom: calc(65 / 375 * 100vw + 40px); }
    .m-subpage__kv-1__inner {
      padding: 75px 35px 35px;
      width: 100%;
      position: relative;
      z-index: 2; }
    .m-subpage__kv-1__fig {
      width: 70vw;
      height: 59vw;
      position: absolute;
      right: 0;
      bottom: calc(-65 / 375 * 100vw); }
    .m-subpage__kv-2 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 50px 35px 0;
      height: 250px;
      margin-bottom: 40px; }
    .m-subpage__kv-2__fig {
      top: 50px;
      height: calc(100% - 50px); }
    .m-subpage__kv-2__head-1__ttl {
      font-size: 2.8rem; }
    .m-breadcrumb {
      top: 50px;
      left: 0;
      margin-top: 15px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 25px; }
    .m-breadcrumb__item {
      font-size: 1rem; }
        .m-breadcrumb__item.has-bracket:after {
          width: 4px;
          height: 4px;
          top: -1px;
          margin-left: 2px; }
      .m-breadcrumb__link:after {
        width: 4px;
        height: 4px;
        top: -1px;
        margin-left: 2px; }
    .m-head-1.m-head-1__sm-vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .m-head-1.m-head-1__sm-vertical .m-head-1__en {
      margin-bottom: 5px; }
    .m-head-1__ja {
      font-size: 2rem; }
    .m-head-1__lead {
      font-size: 1.5rem;
      margin-top: 15px;
      margin-bottom: 7px; }
    .m-head-1__ttl {
      font-size: 3.5rem; }
    .m-head-2 {
      padding-bottom: 23px; }
    .m-head-3 {
      margin-bottom: 25px; }
    .m-head-3__txt {
      font-size: 2rem;
      padding: 0 15px; }
    .m-head-3__txt .small {
      font-size: 1.6rem; }
    .m-lead-1 {
      font-size: 2.2rem;
      line-height: 1.591;
      margin-bottom: 34px; }
      .m-lead-1 .emphasize {
        font-size: 4rem;
        line-height: 1.667; }
    .m-lead-2 {
      font-size: 2rem;
      line-height: 1.591;
      margin-bottom: 34px; }
      .m-lead-2 .emphasize {
        font-size: 3.5rem;
        line-height: 1.25; }
    .m-lead-3 {
      font-size: 2rem;
      padding-bottom: 20px;
      margin-bottom: 15px; }
    .m-label-1 {
      font-size: 2rem; }
    .m-btn-2 {
      font-size: 1.5rem;
      width: 300px;
      height: 50px; }
    .m-seminar__list {
      padding: 0 35px; }
    .m-seminar__list-item {
      width: 100%; }
      .m-seminar__list-item:not(:last-of-type) {
        margin-bottom: 40px; }
    .m-seminar__fig {
      margin-bottom: 32px; }
    .m-seminar__date {
      top: -10px;
      margin-bottom: 5px; }
    .m-seminar__cat {
      top: -10px;
      margin-bottom: 5px; }
    .m-seminar__ttl {
      font-size: 2.4rem;
      height: 4em; }
    .m-report__list {
      padding: 0 35px;
      margin-bottom: 40px; }
    .m-report__list-item {
      padding: 20px 25px; }
    .m-report__list-date {
      margin-bottom: 10px; }
    .m-report__list-ttl {
      margin-bottom: 20px; }
  .m-report__list-btn {
    margin: 0 auto; }
      .m-table-1 dt {
        width: 100px; }
    .m-table-1 dd {
      width: calc(100% - 100px); }
      .m-table-1 .m-btn-1 {
        margin-top: 15px; }
    .m-card-1__list {
      -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; }
    .m-card-1 {
      width: 247px;
      padding: 25px; }
      .m-card-1:not(:last-of-type) {
        margin-bottom: 30px; }
    .m-card-1__name {
      font-size: 2.4rem; }
    .otherservice {
      padding: 35px; }
    .otherservice-head {
      font-size: 2rem;
      margin-bottom: 25px; }
  .otherservice-btn {
    margin: 50px auto 100px; }
  .m-slider-1 {
    height: 158px; }
  .m-slider-1 .slick-track {
    position: relative;
    left: calc(50vw - 190px); }
    .m-slider-1__slide {
      width: 226px;
      height: 158px;
      padding: 0 10px; }
      .m-slider-1__slide img {
        margin-left: auto;
        margin-right: auto; }
      .m-slider-1__dots button {
        width: 20px; }
      .m-slider-1__dots .slick-active button {
        width: 20px; }
  .setOrder {
    color: #000; }
    .c-contact__item {
      height: 350px;
      padding: 70px 35px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .c-contact__head {
      font-size: 2.4rem;
      margin-bottom: 20px; }
    .c-contact__btn {
      width: 305px; }
      .c-contact__btn .icon_mail {
        margin-right: 13px; }
    .c-contact__desc {
      font-size: 1.8rem;
      line-height: 1.667; }
    #wrapper {
      padding-top: 50px; }
  .l-section {
    padding-top: 70px;
    padding-bottom: 80px; }
    header {
      height: 50px;
      padding-left: 35px; }
  .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: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 15px;
    margin-left: auto; }
    .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: 5px; }
    .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: 5px; }
  .burger__btn-line {
    width: 100%;
    height: 2px;
    background: #A0A0A0;
    position: relative;
    top: 0;
    left: 0;
    -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; }
    .burger__btn-line:not(:last-of-type) {
      margin-bottom: 8px; }
    #header__logo {
      width: 130px;
      height: 26px; }
    #header__nav {
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      height: calc(100% - 50px);
      background: #FFF;
      border-top: solid 1px #D2D2C8;
      pointer-events: none;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      overflow: scroll;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #header__nav.is-open {
        pointer-events: auto;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); }
    .header__nav-inner {
      padding-bottom: 60px; }
    .header__nav-item {
      height: 48px;
      padding: 0 35px;
      border-bottom: solid 1px #DDDDDD; }
      .header__nav-item.is-invisible {
        border-bottom: solid 0px #dddddd; }
    .header__nav-cta {
      width: 305px;
      height: 60px;
      font-size: 1.6rem;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    footer {
      padding: 50px 0px 0px; }
    .footer__inner {
      margin-bottom: 40px; }
    #footer__logo {
      margin-bottom: 27px;
      width: 258px;
      margin-left: auto;
      margin-right: auto; }
  .footer__nav-gr {
    margin-bottom: 26px;
    width: 128px; }
    .footer__nav-gr:nth-of-type(2n + 1) {
      width: 140px; }
    .footer__nav-gr.gr-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer__nav-gr.gr-2 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .footer__nav-gr.gr-3 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .footer__nav-gr.gr-4 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer__nav-gr.gr-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      position: absolute;
      right: 0;
      bottom: -3px; }
      .footer__nav-item.style-1 {
        margin-bottom: 6px; }
      .footer__nav-item.style-1 + .style-1 {
        margin-top: 12px; }
      .footer__nav-item.style-2 {
        font-size: 1.2rem;
        margin-bottom: 8px; }
      .footer__nav-item.style-3 {
        font-size: 1.2rem;
        margin-bottom: 10px; }
    .copyright {
      height: 64px; }
  .float__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ac5145;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.2em;
    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: 10; } }

@media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; }
      .m-lead-1 .emphasize {
        font-size: 2.6rem; } }

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

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .m-slider-1 .slick-track {
    position: relative;
    left: -100px; } }

@media screen and (min-width: 1200px) {
    .m-pagination-container {
      margin-top: 0px; } }

@media screen and (min-width: 769px) and (max-width: 1080px) {
    header {
      padding: 16px 0 0 10px; }
    .header__nav-item {
      margin: 0 8px;
      font-size: 1.1rem; }
    .header__nav-cta {
      width: 150px;
      font-size: 1.2rem;
      margin-left: 15px; } }
