@charset "UTF-8";
/* ========================================================
 reset.css
======================================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
img,
embed,
iframe,
object,
audio,
video,
area,
button,
input,
label,
select,
summary,
textarea,
div,
a,
span {
  box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

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

th,
td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

/* ========================================================
 フォームの基本設定
======================================================== */
/* フォームのデフォルトスタイルをリセット
=========================================== */
select {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

textarea {
  border: none;
  border-radius: 0;
  resize: vertical;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input:not([type=radio]):not([type=checkbox]) {
  border: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=button],
select,
textarea {
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=button],
select,
textarea {
    font-size: 1.6rem;
  }
}

/* chromeの履歴の背景色
------------------------------ */
input:-webkit-autofill {
  box-shadow: 0 0 0 999px #fff inset;
}

/* iOSでのデフォルトスタイルをリセット
------------------------------ */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* placeholderの色を変更(カンマで複数区切りは出来ない)
------------------------------ */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

/* ========================================================
remodal-custom
======================================================== */
.remodal-wrapper {
  padding: 70px 0 140px;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 18px 0 70px;
  }
}

.remodal {
  padding: 0;
  max-width: 800px;
  width: 88.8888888889%;
  background: none;
  text-align: left;
  position: relative;
}

.remodal > .modal-block__in {
  position: relative;
  margin-top: 70px;
  padding: 64px 36px;
  background-color: #fff;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .remodal > .modal-block__in {
    margin-top: 70px;
    padding: 36px 14px;
  }
}

.remodal > .modal-block__in .close-btn button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  width: 50px;
  height: 50px;
}
.remodal > .modal-block__in .close-btn button:hover {
  color: #8c8c8c;
}

.remodal > .modal-block__in .close-btn .lines {
  display: block;
  height: 100%;
  position: relative;
}

.remodal > .modal-block__in .close-btn .line {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.remodal > .modal-block__in .close-btn .line.line01 {
  top: 23px;
  transform: rotate(45deg);
}
.remodal > .modal-block__in .close-btn .line.line02 {
  top: 23px;
  transform: rotate(-45deg);
}

/* ========================================================
modal共通
======================================================== */
.blocker {
  z-index: 1000;
  padding: 18px 15px;
}

/* ========================================================
汎用クラス
======================================================== */
/* switch
=========================================== */
.hdn-sp {
  display: block;
}

.hdn-tb {
  display: block;
}

.view-tb {
  display: none;
}

.hdn-pc {
  display: none;
}

@media screen and (max-width: 1023px) {
  .hdn-tb {
    display: none;
  }

  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hdn-sp {
    display: none;
  }

  .hdn-pc {
    display: block;
  }
}
/* clearfix
=========================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ========================================================
共通クラス
======================================================== */
.cmn-inner01 {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 88.8888888889%;
}

.cmn-inner02 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 88.8888888889%;
}

.is-fixed {
  top: 30px;
  left: 0;
  position: fixed;
}

/* section
=========================================== */
.cmn-sec01 {
  margin-top: 64px;
}
.cmn-sec-page-ttl {
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .cmn-sec-page-ttl {
    padding-top: 32px;
  }
}
.cmn-sec-page-ttl .page-ttl {
  font-size: 2.2rem;
}
.cmn-sec-page-ttl .page-sub-ttl {
  color: #8c8c8c;
  margin-top: 16px;
  font-size: 1.2rem;
}

/* title
=========================================== */
/* .cmn-page-ttl
------------------------------ */
.cmn-page-ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

/* text
=========================================== */
/* text
=========================================== */
/* ========================================================
.cmn-line-field01
======================================================== */
/* list
=========================================== */
/* .cmn-img-list01
------------------------------ */
/* .cmn-display-list01
------------------------------ */
/* .cmn-product-list
------------------------------ */
/* .cmn-list01
------------------------------ */
/* .cmn-list03
------------------------------ */
/* button
=========================================== */
/* form
=========================================== */
.cmn-form__wrap {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 24px;
}
.cmn-form__wrap.no-padding {
  padding: 0;
}

.cmn-form-ttl {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  padding: 12px 0;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
}

.cmn-form input[type=text],
.cmn-form input[type=email],
.cmn-form input[type=password],
.cmn-form input[type=tel],
.cmn-form select,
.cmn-form textarea {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  line-height: 1.3;
}

.cmn-form input[type=text],
.cmn-form input[type=email],
.cmn-form input[type=password],
.cmn-form input[type=tel],
.cmn-form textarea {
  padding: 4px;
}

.cmn-form select {
  padding: 2px 20px 2px 4px;
  background-image: url("../img/common/base/link_arrow01.svg");
  background-size: 8px 8px;
  background-position: right 4px center;
  background-repeat: no-repeat;
}

.cmn-form input[type=radio],
.cmn-form label {
  cursor: pointer;
}

/* others
=========================================== */
/* ========================================================
サイト全体
======================================================== */
html {
  font-size: 62.5%;
}

body,
textarea {
  position: relative;
  color: #222;
  font-weight: 500;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body,
textarea {
    font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: 0.01em;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button,
input,
select,
textarea {
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  button,
input,
select,
textarea {
    font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

/* ========================================================
glb-wrapper
======================================================== */
.glb-wrapper {
  position: relative;
}

/* ========================================================
glb-header
======================================================== */
.glb-header {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  z-index: 15;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .glb-header {
    height: 64px;
  }
}

.glb-header .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .glb-header .main-box {
    width: calc(100% - 128px);
  }
}

/* site-ttl
=========================================== */
.glb-header .site-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .glb-header .site-ttl {
    margin-left: 16px;
  }
}

.glb-header .site-ttl .logomark {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .glb-header .site-ttl .logomark {
    width: 32px;
  }
}

.glb-header .site-ttl .ttl-txt {
  margin-left: 10px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .glb-header .site-ttl .ttl-txt {
    font-size: 1.6rem;
    font-size: clamp(1rem, 4vw, 16 * 0.2rem);
  }
}

/* glb-hamburger
=========================================== */
.glb-hamburger {
  height: 100%;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .glb-hamburger {
    width: 64px;
  }
}

.glb-hamburger .lines .line {
  display: block;
  background-color: #000;
  width: 24px;
  height: 3px;
  border-radius: 3px;
}
.glb-hamburger .lines .line02 {
  margin: 4px 0;
}

/* .sub-box
=========================================== */
.glb-header .sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

/* .user-btn, .login-btn
=========================================== */
.glb-header .user-btn,
.glb-header .login-btn,
.glb-header .logout-btn {
  height: 100%;
}

.glb-header .user-btn a,
.glb-header .login-btn a,
.glb-header .logout-btn a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .glb-header .user-btn a,
.glb-header .login-btn a,
.glb-header .logout-btn a {
    width: 64px;
  }
}
.glb-header .user-btn a .btn-txt,
.glb-header .login-btn a .btn-txt,
.glb-header .logout-btn a .btn-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .glb-header .user-btn a .btn-txt,
.glb-header .login-btn a .btn-txt,
.glb-header .logout-btn a .btn-txt {
    font-size: 1rem;
  }
}

.glb-header .login-btn a .btn-txt,
.glb-header .logout-btn a .btn-txt {
  white-space: nowrap;
}

.glb-header .user-btn a {
  color: #fff;
  background-color: #000;
}

.glb-header .login-btn a {
  border-left: 1px solid #ddd;
}

/* .glb-slide-menu
=========================================== */
.glb-slide-menu {
  position: fixed;
  z-index: 300;
  top: 72px;
  left: 0;
  width: 300px;
  height: 100%;
  padding: 0;
  background-color: #111;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .glb-slide-menu {
    top: 64px;
  }
}

/* .open-nav
------------------------------ */
.glb-slide-menu .open-nav {
  position: relative;
  z-index: 5;
  width: 100%;
  height: calc(100% - 130px);
  padding: 0 24px 20px;
  overflow: auto;
}

.glb-slide-menu .nav-list__item + .nav-list__item {
  margin-top: 20px;
}

.glb-slide-menu .nav-list__item a {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
}

.glb-slide-menu .top-box {
  position: relative;
  width: 100%;
  height: 48px;
}

.glb-slide-menu .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 4px;
  right: 4px;
  z-index: 1;
  outline: none;
}

.glb-slide-menu .close-btn .line {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.glb-slide-menu .close-btn .line.line01 {
  top: 20px;
  transform: rotate(45deg);
}
.glb-slide-menu .close-btn .line.line02 {
  top: 20px;
  transform: rotate(-45deg);
}

/* .close-bg
------------------------------ */
.glb-slide-menu .close-bg {
  position: fixed;
  top: 72px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .glb-slide-menu .close-bg {
    top: 64px;
  }
}

/* .is-open
------------------------------ */
.is-open.glb-slide-menu {
  transform: translate3d(0, 0, 0);
}

/* ========================================================
.glb-wrapper
======================================================== */
/* ========================================================
.glb-container
======================================================== */
.glb-container {
  margin-top: 72px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .glb-container {
    margin-top: 64px;
  }
}

/* ========================================================
.glb-main-content
======================================================== */
.glb-main-content {
  padding-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .glb-main-content {
    padding-bottom: 40px;
  }
}

/* ========================================================
.cmn-breadcrumb
======================================================== */
/* ========================================================
glb-footer
======================================================== */
/* .page-top
=========================================== */
.glb-footer .page-top a {
  display: block;
  text-align: center;
  font-size: 2rem;
  border-top: 1px solid #ddd;
  padding: 18px 0;
}

/* .main-box
=========================================== */
.glb-footer .main-box {
  border-top: 1px solid #ddd;
  padding: 84px 0;
}

/* .site-ttl
------------------------------ */
.glb-footer .site-ttl {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
}

/* .sub-ttl
------------------------------ */
.glb-footer .sub-ttl {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: center;
}

/* .copyright
=========================================== */
.glb-footer .copyright {
  border-top: 1px solid #ddd;
  padding: 20px 0 24px;
  text-align: center;
}
.glb-footer .copyright__txt {
  font-size: 1.2rem;
}

/* ========================================================
.glb-sidebar
======================================================== */
.glb-sidebar {
  margin-top: 64px;
}

/*
=========================================== */
.glb-sidebar .sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .glb-sidebar .sidebar-list {
    display: block;
  }
}

.glb-sidebar .sidebar-list__item:nth-child(1) {
  width: calc(36% - 32px);
}
.glb-sidebar .sidebar-list__item:nth-child(2), .glb-sidebar .sidebar-list__item:nth-child(3) {
  width: calc(32% - 32px);
}
@media screen and (max-width: 1023px) {
  .glb-sidebar .sidebar-list__item:nth-child(1), .glb-sidebar .sidebar-list__item:nth-child(2), .glb-sidebar .sidebar-list__item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .glb-sidebar .sidebar-list__item + .sidebar-list__item {
    margin-top: 32px;
  }
}

.glb-sidebar .sidebar-list-title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

/* .calendar-wrapper
=========================================== */
.glb-sidebar .calendar-wrapper .month-container {
  cursor: auto;
}

.glb-sidebar .calendar-wrapper .buttons-container {
  background-color: #000;
  padding-bottom: 0;
  margin-bottom: 0;
}
.glb-sidebar .calendar-wrapper .buttons-container .label-container,
.glb-sidebar .calendar-wrapper .buttons-container .prev-button,
.glb-sidebar .calendar-wrapper .buttons-container .next-button {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}
.glb-sidebar .calendar-wrapper .buttons-container .prev-button,
.glb-sidebar .calendar-wrapper .buttons-container .next-button {
  color: #fff;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .glb-sidebar .calendar-wrapper .buttons-container .prev-button,
.glb-sidebar .calendar-wrapper .buttons-container .next-button {
    font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

.glb-sidebar .calendar-wrapper .week {
  margin: 0;
}

.glb-sidebar .calendar-wrapper .day {
  cursor: auto;
}
.glb-sidebar .calendar-wrapper .day.has-posts {
  cursor: pointer;
}

.glb-sidebar .weeks-wrapper.header {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.glb-sidebar .calendar-wrapper .weeks-wrapper:not(.header) {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.glb-sidebar .calendar-wrapper .day {
  width: 14.2857142857%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glb-sidebar .calendar-wrapper .weeks-wrapper.header .day {
  width: 14.2857142857%;
  height: 28px;
}
.glb-sidebar .calendar-wrapper .weeks-wrapper.header .day.header {
  font-weight: 400;
  font-size: 1rem;
}

.glb-sidebar .calendar-wrapper .weeks-wrapper:not(.header) .day {
  border-bottom: 1px #efefef solid;
  border-right: 1px #efefef solid;
}
.glb-sidebar .calendar-wrapper .weeks-wrapper:not(.header) .day:last-child {
  border-right: none;
}

.glb-sidebar .week.start-on-monday .day:nth-child(6),
.glb-sidebar .week.start-on-monday .day:last-child {
  color: inherit;
}

.glb-sidebar .calendar-wrapper .day span {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
}

.glb-sidebar .calendar-wrapper .day.selected span {
  background-color: inherit;
  color: inherit;
}

.glb-sidebar .day.today span:after {
  bottom: -6px;
}

.glb-sidebar .calendar-wrapper .day.has-posts {
  background-color: #000;
}
.glb-sidebar .calendar-wrapper .day.has-posts a,
.glb-sidebar .calendar-wrapper .day.has-posts span {
  color: #fff;
}

.glb-sidebar .calendar-wrapper .special-buttons {
  display: none;
}

/* .category-widget
=========================================== */
.glb-sidebar .category-widget .category-list__item {
  position: relative;
}

.glb-sidebar .category-widget .category-list__item a {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  padding: 12px 8px 12px 24px;
  font-size: 1.2rem;
}

.glb-sidebar .category-widget .category-list__item:after {
  position: absolute;
  top: calc(50% - 3px);
  left: 8px;
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  margin-right: 2px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  transform: rotate(45deg);
}

.glb-sidebar .category-widget .category-list__item:last-child a {
  border-bottom: 1px solid #ddd;
}

/* .banner-widget
=========================================== */
.glb-sidebar .banner-widget {
  margin-top: 32px;
}

.glb-sidebar .banner-widget .side-banner + .side-banner {
  margin-top: 12px;
}

.glb-sidebar .banner-widget .side-banner a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 0;
}

/* ========================================================
.pagination
======================================================== */
/* ========================================================
.cmn-sec-post-archive
======================================================== */
.cmn-sec-post-archive {
  padding: 64px 0;
  border-bottom: 1px solid #ddd;
}

.cmn-sec-post-archive .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cmn-sec-post-archive .post-list:before {
    content: "";
    display: block;
    width: calc(25% - 12px);
    order: 1;
  }
  .cmn-sec-post-archive .post-list:after {
    content: "";
    display: block;
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1023px) {
  .cmn-sec-post-archive .post-list:before {
    content: none;
  }
  .cmn-sec-post-archive .post-list:after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list {
    display: block;
  }
}

/* .post-list
=========================================== */
.cmn-sec-post-archive .post-list__item {
  width: calc(25% - 12px);
}
@media screen and (max-width: 1023px) {
  .cmn-sec-post-archive .post-list__item {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list__item {
    width: 100%;
  }
}
.cmn-sec-post-archive .post-list__item a {
  display: block;
}
.cmn-sec-post-archive .post-list__item:nth-child(n+5) {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .cmn-sec-post-archive .post-list__item:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list__item:nth-child(n+2) {
    margin-top: 32px;
  }
}

.cmn-sec-post-archive .post-list__item .post-list__img {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list__item .post-list__img {
    margin-top: 12px;
    width: 100%;
  }
  .cmn-sec-post-archive .post-list__item .post-list__img img {
    width: 100%;
  }
}

.cmn-sec-post-archive .post-list__item a:hover .post-list__img {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list__item .main-block {
    width: 100%;
  }
}

.cmn-sec-post-archive .post-list__item .txt-parts {
  padding: 12px 0;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-archive .post-list__item .txt-parts {
    padding: 0;
  }
}

.cmn-sec-post-archive .post-list__item .post-list__date {
  font-size: 1rem;
}

.cmn-sec-post-archive .post-list__item .post-list__ttl {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.cmn-sec-post-archive .post-list__item a:hover .more-btn__txt {
  background-color: #fff;
  color: #000;
}

.cmn-sec-post-archive .more-post-btn {
  margin-top: 64px;
  text-align: center;
}

.cmn-sec-post-archive .more-post-btn a {
  line-height: 1;
  box-shadow: 0 1px 4px #999;
  border-radius: 2px;
  font-size: 1rem;
  padding: 15px 0;
  font-weight: 400;
  text-shadow: 1px 1px 5px #999;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  min-width: 200px;
  overflow: hidden;
  text-align: center;
}
.cmn-sec-post-archive .more-post-btn a:hover {
  color: #fff;
  background: #000;
}
.cmn-sec-post-archive .more-post-btn a:hover:after {
  background-image: url("../img/common/base/link_arrow01_white.svg");
}
.cmn-sec-post-archive .more-post-btn a:after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  background-image: url("../img/common/base/link_arrow01.svg");
  width: 8px;
  height: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ========================================================
.cmn-sec-post-single
======================================================== */
.cmn-sec-post-single {
  padding: 64px 0;
  border-bottom: 1px solid #ddd;
}

.cmn-sec-post-single .main-img {
  width: 560px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .cmn-sec-post-single .main-img {
    width: 80%;
  }
}
.cmn-sec-post-single .main-img img {
  width: 100%;
}

.cmn-sec-post-single .term-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
  margin-left: -8px;
}
.cmn-sec-post-single .term-btn a {
  margin: 8px;
  display: block;
  background-color: #000;
  padding: 4px 8px;
  border: 1px solid #000;
  color: #fff;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1rem;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cmn-sec-post-single .term-btn a:hover {
  background-color: #fff;
  color: #000;
}

.cmn-sec-post-single .post-ttl {
  margin-top: 12px;
  line-height: 1.3;
  font-size: 2.2rem;
}

.cmn-sec-post-single .post-content {
  margin-top: 32px;
}

/* ========================================================
.cmn-sec-post-fixed
======================================================== */
/* ========================================================
フォーム関連
======================================================== */
.invalid-feedback {
  margin-top: 8px;
  line-height: 1.4;
  display: none;
  color: #db1818;
}

/* ========================================================
.post-content
======================================================== */
.post-content > *:first-child {
  margin-top: 0;
}

/* text-align
=========================================== */
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* justify-content
=========================================== */
.is-content-justification-left {
  justify-content: flex-start;
}

.is-content-justification-center {
  justify-content: center;
}

.is-content-justification-right {
  justify-content: flex-end;
}

/* フォントサイズ
=========================================== */
.has-xs-font-size {
  font-size: 1rem;
}

.has-s-font-size {
  font-size: 1.1rem;
}

.has-m-font-size {
  font-size: 1.2rem;
}

.has-l-font-size {
  font-size: 1.3rem;
}

.has-xl-font-size {
  font-size: 1.4rem;
}

.has-2-xl-font-size {
  font-size: 1.5rem;
}

.has-3-xl-font-size {
  font-size: 1.6rem;
}

.post-content figure.aligncenter {
  text-align: center;
}

.post-content > h2,
.post-content .default-group h2 {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.post-content > h3,
.post-content .default-group h3 {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.4;
}

.post-content > h4,
.post-content .default-group h4 {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.post-content > h2 + p,
.post-content > h3 + p,
.post-content > h4 + p {
  margin-top: 15px;
}

.post-content > p,
.post-content .default-group p {
  margin-top: 20px;
  line-height: 2.5;
}

.post-content > p a,
.post-content .default-group p a {
  color: #0093c5;
}

.post-content > ul,
.post-content > ol {
  margin: 20px 0 0;
  padding-left: 12px;
  line-height: 2.4;
}
.post-content > ul li,
.post-content > ol li {
  margin: 0;
  display: list-item;
}
.post-content > ul li + li,
.post-content > ol li + li {
  margin-top: 10px;
}

.post-content > ul > li {
  list-style-type: disc;
}

.post-content > ol > li {
  list-style-type: decimal;
}

.post-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-content .inline-block {
  display: inline-block;
}

.post-content .justify-content-center {
  justify-content: center;
}

.post-content .align-items-flex-start {
  align-items: flex-start;
}

.post-content .align-items-flex-end {
  align-items: flex-end;
}

.post-content .align-items-center {
  align-items: center;
}

.post-content .mt0 {
  margin-top: 0;
}

.post-content .mb0 {
  margin-bottom: 0;
}

.post-content .lh10 {
  line-height: 1;
}

.post-content .emphasis-point {
  padding-top: 0.3em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #000, #000 100%, transparent);
}

/* .wp-block-separator
=========================================== */
.post-content .wp-block-separator.is-style-default {
  margin: 0 20px;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f0f0f0), color-stop(#8c8b8b), to(#f0f0f0));
  background-image: linear-gradient(to left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* .wp-block-table
=========================================== */
/* .wp-block-buttons, .cmn-btn
=========================================== */
.wp-block-buttons,
.cmn-btn-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-buttons.mt0,
.cmn-btn-wrap.mt0 {
  margin-top: 0;
}

.wp-block-buttons .is-style-underline input,
.wp-block-buttons .is-style-underline button,
.wp-block-buttons .is-style-underline a,
.cmn-btn01.is-style-underline input,
.cmn-btn01.is-style-underline button,
.cmn-btn01.is-style-underline a {
  display: block;
  font-size: 1rem;
  margin: 0 20px;
  padding: 0 4px 4px;
  border-bottom: 1px solid #222;
}

.wp-block-buttons .is-style-outline input,
.wp-block-buttons .is-style-outline button,
.wp-block-buttons .is-style-outline a,
.wp-block-buttons .is-style-fill input,
.wp-block-buttons .is-style-fill button,
.wp-block-buttons .is-style-fill a,
.cmn-btn01.is-style-outline input,
.cmn-btn01.is-style-outline button,
.cmn-btn01.is-style-outline a,
.cmn-btn01.is-style-fill input,
.cmn-btn01.is-style-fill button,
.cmn-btn01.is-style-fill a {
  cursor: pointer;
  display: block;
  min-width: 240px;
  padding: 12px 16px;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transition-property: background-color, border-color, color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.wp-block-buttons .is-style-outline.small-btn input,
.wp-block-buttons .is-style-outline.small-btn button,
.wp-block-buttons .is-style-outline.small-btn a,
.wp-block-buttons .is-style-fill.small-btn input,
.wp-block-buttons .is-style-fill.small-btn button,
.wp-block-buttons .is-style-fill.small-btn a,
.cmn-btn01.is-style-outline.small-btn input,
.cmn-btn01.is-style-outline.small-btn button,
.cmn-btn01.is-style-outline.small-btn a,
.cmn-btn01.is-style-fill.small-btn input,
.cmn-btn01.is-style-fill.small-btn button,
.cmn-btn01.is-style-fill.small-btn a {
  min-width: 160px;
  padding: 8px 12px;
  font-size: 1rem;
}

.wp-block-buttons .is-style-outline input,
.wp-block-buttons .is-style-outline button,
.wp-block-buttons .is-style-outline a,
.cmn-btn01.is-style-outline input,
.cmn-btn01.is-style-outline button,
.cmn-btn01.is-style-outline a {
  text-shadow: 1px 1px 5px #999;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 4px #999;
}
.wp-block-buttons .is-style-outline input:hover,
.wp-block-buttons .is-style-outline button:hover,
.wp-block-buttons .is-style-outline a:hover,
.cmn-btn01.is-style-outline input:hover,
.cmn-btn01.is-style-outline button:hover,
.cmn-btn01.is-style-outline a:hover {
  color: #fff;
  background: #000;
}

.wp-block-buttons .is-style-fill input,
.wp-block-buttons .is-style-fill button,
.wp-block-buttons .is-style-fill a,
.cmn-btn01.is-style-fill input,
.cmn-btn01.is-style-fill button,
.cmn-btn01.is-style-fill a {
  text-shadow: 1px 1px 5px #999;
  color: #fff;
  background-color: #000;
  box-shadow: 0 1px 4px #999;
}
.wp-block-buttons .is-style-fill input:hover,
.wp-block-buttons .is-style-fill button:hover,
.wp-block-buttons .is-style-fill a:hover,
.cmn-btn01.is-style-fill input:hover,
.cmn-btn01.is-style-fill button:hover,
.cmn-btn01.is-style-fill a:hover {
  color: #000;
  background: #fff;
}

/* .wp-block-columns
=========================================== */
.post-content .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

/* .video-list
=========================================== */
.post-content .video-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-content .video-list:after {
  content: "";
  display: block;
  width: calc((100% - 16px) / 3);
  height: 0;
}
@media screen and (max-width: 767px) {
  .post-content .video-list:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .post-content .video-list {
    display: block;
  }
}

.post-content .video-list__item {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 767px) {
  .post-content .video-list__item {
    width: 80%;
    margin: 0 auto;
  }
}
.post-content .video-list__item:nth-child(n+4) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .post-content .video-list__item + .video-list__item {
    margin-top: 12px;
  }
}

.post-content .video-list__item a {
  display: block;
  position: relative;
}

.post-content .video-list__item .video-img img {
  border-radius: 4px;
  box-shadow: 1px 1px 3px #999;
}

.post-content .video-list__item .txt-parts {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 22%;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}

.post-content .video-list__item a:hover .txt-parts {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.post-content .video-list__item .txt-parts .video-ttl {
  width: 72%;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  font-size: 1.2rem;
}

.post-content .video-list__item .txt-parts .sub-txt {
  margin-top: 8px;
}

/* .accordion
=========================================== */
.post-content .accordion {
  border-bottom: 1px solid #000;
}

.post-content .accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}

.post-content .accordion-btn .title-txt {
  width: calc(100% - 24px);
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
}

.post-content .accordion-btn .title-txt .large-txt {
  font-size: 1.6rem;
}

.post-content .accordion-btn:after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  margin-right: 2px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
}

.post-content .accordion-btn.is-open:after {
  margin-top: 6px;
  transform: rotate(-45deg);
}

.post-content .accordion p {
  line-height: 2.5;
}
.post-content .accordion p + p {
  margin-top: 20px;
}

.post-content .accordion .wp-block-lazyblock-accordion-title + .wp-block-group {
  padding-bottom: 30px;
}

/* .member-profiles
=========================================== */
.member-profiles > .wp-block-group__inner-container > .wp-block-group:nth-child(n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .member-profiles > .wp-block-group__inner-container > .wp-block-group:nth-child(n+2) {
    margin-top: 32px;
  }
}

.member-profiles > .wp-block-group__inner-container:after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
  height: 0;
}
@media screen and (max-width: 767px) {
  .member-profiles > .wp-block-group__inner-container:after {
    content: none;
  }
}

.member-profiles > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > figure:nth-of-type(1) {
  position: relative;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #999;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.member-profiles > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > figure:nth-of-type(1):hover {
  transform: scale(1.1);
}

.member-profiles > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > figure:nth-of-type(1) figcaption {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.member-profiles > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > figure:nth-of-type(1) figcaption:hover {
  opacity: 1;
}

.member-profiles .wp-block-group .wp-block-columns {
  margin-top: 16px;
}

.member-profiles .wp-block-group .wp-block-column .wp-block-image {
  width: 20px;
  margin-right: 4px;
}

.member-profiles .wp-block-group .are-vertically-aligned-center p + p {
  margin-top: 6px;
}

.member-profiles .wp-block-group .wp-block-columns + p {
  margin-top: 10px;
  line-height: 1.6;
}

.member-profiles .sub-company {
  margin-top: 8px;
}

.member-profiles .sub-company .company-people {
  line-height: 1.5;
}

/* .wpcf7
=========================================== */
.post-content .wpcf7 {
  width: 100%;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #999;
}

.post-content .wpcf7 .intro-txt {
  line-height: 2;
}

.post-content .wpcf7 .input-ttl {
  font-size: 1.2rem;
}

.post-content .wpcf7 input[type=text],
.post-content .wpcf7 input[type=email],
.post-content .wpcf7 input[type=number],
.post-content .wpcf7 input[type=password],
.post-content .wpcf7 input[type=tel],
.post-content .wpcf7 textarea {
  box-sizing: border-box;
  margin-top: 8px;
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  line-height: 1.3;
}

.post-content .wpcf7 .input-item {
  margin-top: 20px;
}

/* ========================================================
テーブル共通
======================================================== */
.post-content table .txt-thistle {
  background-color: #fcf !important;
}

.post-content table .txt-lightblue {
  background-color: #ccecff !important;
}

/* ========================================================
アニメーション
======================================================== */
.movein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.8s ease-in-out, transform 0.6s ease-in-out;
}

.movein.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.fadein.is-show {
  opacity: 1;
}

/*# sourceMappingURL=common.min.css.map*/