@charset "UTF-8";
/*
Theme Name:Switch
Theme URI:https://tcd-theme.com/tcd063
Description:WordPress theme "Switch" is an LP type website. It has a structure that is good for physical store business promotion, and implements fee structure options, interviews, and FAQ pages. If you put a video on the top page, you can excite the viewer.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain: tcd-switch
Version:2.4
*/
/* ========================================================================== Foundation ========================================================================== */
/* Normalize ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
  -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ line-height: 1.15; /* 1 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}
/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block;
}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main {
  display: block; /* 1 */
}
/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */
}
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  -webkit-text-decoration-skip: objects; /* 2 */ background-color: transparent; /* 1 */
}
/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */
}
/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}
/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}
/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video {
  display: inline-block;
}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}
/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}
/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  margin: 0; /* 2 */ font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ outline: 0;
}
/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input {
  overflow: visible; /* 1 */
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {
  text-transform: none; /* 1 */
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/** Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */
}
/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */
}
/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */ padding: 0; /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */
}
/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */
}
/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block;
}
/* Add the correct display in all browsers. */
summary {
  display: list-item;
}
/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}
/** Add the correct display in IE. */
template {
  display: none;
}
/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
  display: none;
}
/* Base ----------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 1;
}
a {
  color: #000;
  text-decoration: none;
}
a, input {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
img {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, dl {
  margin-top: 0;
}
p {
  margin-bottom: 0;
}
ol, ul {
  padding-left: 0;
}
li {
  list-style-type: none;
}
dl, dt, dd, figure {
  margin: 0;
}
table {
  border-collapse: collapse;
}
.admin-bar {
  padding-top: 32px;
}
/* -------------------------------------------------------------------------------- web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策） -------------------------------------------------------------------------------- */
@font-face {
  src: url("assets/fonts/design_plus.eot?v=1.0");
  src: url("assets/fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("assets/fonts/design_plus.woff?v=1.0") format("woff"), url("assets/fonts/design_plus.ttf?v=1.0") format("truetype"), url("assets/fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-family: "design_plus";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'design_plus_new';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/design_plus_new.woff?v=1.0') format('woff');
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url('assets/fonts/tiktok_x_icon.eot?v=1.0');
  src: url('assets/fonts/tiktok_x_icon.eot?v=1.0#iefix') format('embedded-opentype'), url('assets/fonts/tiktok_x_icon.woff?v=1.0') format('woff'), url('assets/fonts/tiktok_x_icon.ttf?v=1.0') format('truetype'), url('assets/fonts/tiktok_x_icon.svg?v=1.0#tiktok_x_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  0% { /*top: -100%;*/ transform: translate3d(0, -100%, 0);
  }
  100% { /* top: 0; */ transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideDown {
  0% { /*top: -100%;*/ transform: translate3d(0, -100%, 0);
  }
  100% { /* top: 0; */ transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
}
/* ========================================================================== Layout ========================================================================== */
/* Inner ----------------------------------------------------------------- */
.l-inner {
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .l-inner {
    width: 88.88889%;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}
/* Contents ----------------------------------------------------------------- */
.l-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.l-contents--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .l-contents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-contents:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 699px) {
  .l-contents {
    margin-bottom: 0;
  }
}
/* Footer ----------------------------------------------------------------- */
.l-footer {
  position: relative;
}
/* Header ----------------------------------------------------------------- */
.l-header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.admin-bar .l-header {
  top: 32px;
}
.l-header--fixed.is-active {
  position: fixed;
  -webkit-animation: slideDown 0.6s;
  animation: slideDown 0.6s;
  top: 0 !important;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
.l-header__logo {
  margin-bottom: 0;
}
.l-header__logo a {
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  line-height: 1.5;
}
.l-header__logo--text a {
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .l-header {
    position: static;
    height: 60px;
    line-height: 60px;
  }
  .l-header__inner {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
  }
  .l-header__logo {
    height: 100%;
    margin-right: 0;
    padding-left: 5.55556%;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .l-header {
    top: 46px;
  }
  .admin-bar .l-header--fixed.is-active {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    padding-left: 0;
  }
}
/* Main ----------------------------------------------------------------- */
.l-main {
  position: relative;
  overflow: hidden;
}
/* Primary ----------------------------------------------------------------- */
.l-primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 4.24% - 300px);
}
.l-primary:only-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .l-primary {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-primary {
    margin-bottom: 40px;
  }
}
/* Secondary ----------------------------------------------------------------- */
.l-secondary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
}
@media screen and (max-width: 991px) {
  .l-secondary {
    width: 600px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-secondary {
    width: 100%;
    margin: 0 auto 30px;
  }
}
/* ========================================================================== Object ========================================================================== */
/* Component ----------------------------------------------------------------- */
.c-breadcrumb__item {
  display: inline;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  margin-right: 12px;
  margin-left: 12px;
  font-family: "design_plus";
  content: "\e910";
}
.c-breadcrumb__item--home a::before {
  position: relative;
  top: -1px;
  font-family: "design_plus";
  vertical-align: middle;
  content: "\e90c";
}
.c-breadcrumb__item--home span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: -1px;
  }
  .c-breadcrumb__item--home a::before {
    vertical-align: -1px;
  }
}
/** コメント */
.c-comment {
  margin-bottom: 50px;
  font-size: 12px;
}
.c-comment input, .c-comment textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.c-comment input, .c-comment textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-comment__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.c-comment__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.c-comment__tab-item.is-active + .c-comment__tab-item a {
  border-left-color: #333;
}
.c-comment__tab-item.is-active a, .c-comment__tab-item.is-active p {
  position: relative;
  border: 0;
  background: #333;
  color: #fff;
}
.c-comment__tab-item.is-active a:after, .c-comment__tab-item.is-active p:after {
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: "";
}
.c-comment__tab-item a, .c-comment__tab-item p {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 11px;
  line-height: 180%;
  text-decoration: none;
}
.c-comment__tab-item a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
/* コメントの基本部分 */
.c-comment__list {
  padding-left: 0;
}
.c-comment__list-item {
  margin-bottom: 15px;
  padding: 15px 20px 0;
  border: 1px solid #ccc;
  color: #777;
  list-style: none;
}
/* コメント本文 */
.c-comment__item-body p {
  margin-bottom: 15px;
  line-height: 2.4;
}
/* コメントの情報部分 */
.c-comment__item-header {
  position: relative;
  margin-bottom: 10px;
}
.c-comment__item-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}
.c-comment__item-author {
  display: block;
  margin-bottom: 10px;
  padding-top: 3px;
}
.c-comment__item-author a {
  text-decoration: underline;
}
.c-comment__item-date {
  display: block;
  color: #757676;
  font-size: 11px;
}
.c-comment__item-act {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 11px;
}
.c-comment__item-act > li {
  display: inline;
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px solid #aaa;
}
.c-comment__item-act > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
/* ページナビ */
.c-comment__pager {
  margin-bottom: 10px;
}
.c-comment__pager a, .c-comment__pager span {
  display: inline;
  margin-right: 10px;
  float: left;
}
.c-comment__pager span {
  text-decoration: underline;
}
/* メッセージ、警告文 */
.c-comment__item-note {
  display: block;
  margin-bottom: 1em;
  padding: 10px 15px;
  border: 1px solid #94ddd4;
  background: #d6f4f0;
  color: #33a8e5;
  font-size: 11px;
}
/* トラックバック */
.c-comment__trackback-url {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #fafafa;
  font-size: 11px;
}
.trackback_time {
  margin: 0 0 7px 0px;
  color: #757676;
  font-size: 11px;
}
.trackback_title {
  margin: 2px 0 8px 0;
  margin: 0 0 10px 0px;
  line-height: 160%;
}
/* コメントフォーム */
.c-comment__form-wrapper {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #ccc;
}
.c-comment__cancel {
  margin-bottom: 1em;
  color: #666;
  font-size: 11px;
}
.c-comment__cancel a {
  color: #666;
}
.c-comment__cancel a:before {
  display: inline-block;
  font-family: "design_plus";
  content: "\e910";
}
.c-comment__form-login {
  color: #666;
  font-size: 11px;
}
.c-comment__form-login a {
  color: #666;
}
.c-comment__input {
  margin-bottom: 12px;
  text-align: left;
}
.c-comment__input input {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  color: #777;
}
.c-comment__input textarea {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  overflow: auto;
  border: 1px solid #ccc;
  color: #777;
  font-size: 11px;
}
.c-comment__label-text {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 11px;
}
.c-comment__form-submit {
  -moz-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out;
  display: block;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  border: 0;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}
.c-comment__form-hidden {
  display: none;
}
/* パスワード保護 */
.c-comment__password-protected {
  margin: 0 38px 30px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #3db4b2;
  color: #fff;
  text-align: center;
}
.c-comment__password-protected p {
  font-size: 12px;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .c-comment__item-act {
    position: static;
    margin-top: 10px;
    padding-left: 0;
  }
  .c-comment__tab-item a, .c-comment__tab-item p {
    padding: 5px 10px;
  }
  .c-comment__tab-item.is-active a, .c-comment__tab-item.is-active p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@-webkit-keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-square-base {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  5%, 50% {
    bottom: 0;
    opacity: 1;
  }
  55%, 100% {
    bottom: -10px;
    opacity: 0;
  }
}
@keyframes loading-square-base {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  5%, 50% {
    bottom: 0;
    opacity: 1;
  }
  55%, 100% {
    bottom: -10px;
    opacity: 0;
  }
}
@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
  }
}
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
  }
}
@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
  }
}
@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
  }
}
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
  }
}
/*#site_wrap { display: none; }*/
#site_loader_overlay {
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background: #fff;
  opacity: 1;
}
/* type1 */
.c-load--type1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation: loading-circle 1.1s infinite linear;
  animation: loading-circle 1.1s infinite linear;
}
/* type2 */
.c-load--type2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 44px;
  margin: auto;
}
.c-load--type2::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-animation: loading-square-loader 5.4s linear forwards infinite;
  animation: loading-square-loader 5.4s linear forwards infinite;
  content: '';
}
.c-load--type2::after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-animation: loading-square-base 5.4s linear forwards infinite;
  animation: loading-square-base 5.4s linear forwards infinite;
  content: '';
  opacity: 0;
}
/* type3 */
.c-load--type3 {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  min-width: 160px;
  font-size: 16px;
  text-align: center;
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards;
  opacity: 0;
}
#site_loader_animation i {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 .25em;
  border-radius: 50%;
  background: #e0e0e0;
  vertical-align: middle;
  -webkit-animation: loading-dots-middle-dots .5s linear infinite;
  animation: loading-dots-middle-dots .5s linear infinite;
}
#site_loader_animation i:first-child {
  -webkit-transform: translate(-1em);
  transform: translate(-1em);
  -webkit-animation: loading-dots-first-dot .5s linear infinite;
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
}
#site_loader_animation i:last-child {
  -webkit-animation: loading-dots-last-dot .5s linear infinite;
  animation: loading-dots-last-dot .5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .c-load--type1 {
    width: 30px;
    height: 30px;
  }
  .c-load--type2::before {
    width: 8px;
    height: 8px;
  }
  .c-load--type2::after {
    width: 8px;
    height: 8px;
  }
  #site_loader_animation i {
    width: 0.25em;
    height: 0.25em;
    margin: 0 0.125em;
  }
}
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.c-logo a {
  text-align: center;
}
.c-logo img {
  vertical-align: middle;
}
.c-menu-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.c-menu-btn::before {
  content: '\f0c9';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .c-menu-btn {
    display: block;
  }
}
.c-meta-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 20px;
  background: #fafafa;
  font-size: 12px;
}
.c-meta-box__item {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 20px;
  float: left;
  border-right: 1px solid #ddd;
  list-style: none;
}
.c-meta-box__item:last-child {
  border-right: none;
}
.c-meta-box__item::before {
  position: absolute;
  left: 0;
  color: #aaa;
  font-family: "design_plus";
}
.c-meta-box__item--author::before {
  content: "\e90d";
}
.c-meta-box__item--category::before {
  content: "\e92f";
}
.c-meta-box__item--tag::before {
  content: "\e935";
}
.c-meta-box__item--comment::before {
  content: "\e916";
}
@media only screen and (max-width: 767px) {
  .c-meta-box {
    margin-bottom: 10px;
    padding: 0;
    background: none;
  }
  .c-meta-box__item {
    margin-bottom: 20px;
    float: none;
    border-right: 0;
  }
}
.c-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-collapse: collapse;
}
.c-nav01__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  border: 1px solid #ddd;
  font-size: 14px;
  list-style: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.c-nav01__item:only-child {
  margin-left: 0;
}
.c-nav01__item:only-child a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-nav01__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-nav01__item a:hover {
  background: #f6f6f6;
}
.c-nav01__item--prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  content: "\e90f";
}
.c-nav01__item--next {
  margin-left: -1px;
}
.c-nav01__item--next::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  content: "\e910";
}
@media only screen and (max-width: 991px) {
  .c-nav01__item--prev a::before {
    content: attr(data-prev);
  }
  .c-nav01__item--prev a span {
    display: none;
  }
  .c-nav01__item--next a::before {
    content: attr(data-next);
  }
  .c-nav01__item--next a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav01__item {
    width: 50%;
    height: 50px;
    font-size: 12px;
    text-align: center;
  }
  .c-nav01__item a {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0;
    line-height: 48px;
  }
  .c-nav01__item--prev::before {
    left: 16px;
    width: 18px;
    height: 18px;
  }
  .c-nav01__item--next::after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
.c-pw__desc {
  line-height: 2.5;
}
.c-pw__desc p {
  margin-bottom: 16px;
  line-height: 2.5;
}
.c-pw__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 20px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.c-pw__btn:hover {
  background: #333;
  color: #fff;
}
.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}
.c-pw__btn--submit {
  min-width: 100px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.c-pw .c-pw__btn:hover {
  text-decoration: none;
}
.c-pw__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 25px 36px;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.c-pw__box .c-pw__box-desc {
  margin-bottom: 20px;
  line-height: 1.2;
}
.c-pw__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pw__box-label {
  margin-right: 14px;
}
.c-pw__box-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 250px;
  height: 40px;
  margin-right: 14px;
  padding: 0 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .c-pw__box {
    margin: 0 auto 30px;
    padding: 20px;
    text-align: center;
  }
  .c-pw__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-pw__box-label {
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 12px;
  }
  .c-pw__box-input {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.c-share__btn {
  list-style: none;
}
.c-share__icn {
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "design_plus" !important;
  font-style: normal; /* use !important to prevent issues with browser extensions that change fonts */ font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; /* Better Font Rendering */
}
.c-share__icn--facebook::before {
  font-family: 'tiktok_x_icon';
  content: "\e902";
}
.c-share__icn--facebook2::before {
  content: "\e903";
}
.c-share__icn--feedly::before {
  content: "\e907";
}
.c-share__icn--google-plus::before {
  content: "\e900";
}
.c-share__icn--google-plus2::before {
  content: "\e901";
}
.c-share__icn--hatebu::before {
  content: "\e908";
}
.c-share__icn--line::before {
  content: "\e909";
}
.c-share__icn--pinterest::before {
  content: "\e905";
}
.c-share__icn--pocket::before {
  content: "\e90a";
}
.c-share__icn--rss::before {
  content: "\e90b";
}
.c-share__icn--rss2::before {
  content: "\e906";
}
.c-share__icn--twitter::before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}
.c-share--sm {
  min-width: 27px;
  line-height: 25px;
}
.c-share--sm .c-share__btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-share--sm a {
  padding: 1px 5px 0;
}
.c-share--sm .c-share__icn {
  position: relative;
  top: 3px;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.c-share--sm .c-share__title {
  margin: 0 3px 0 2px;
  line-height: 20px;
}
.c-share--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1%;
}
@media only screen and (max-width: 767px) {
  .c-share--lg {
    margin-right: -3%;
  }
}
.c-share--lg .c-share__btn {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .c-share--lg .c-share__btn {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
.c-share--lg .c-share__btn:nth-child(4n) {
  margin-right: 0;
}
.c-share--lg .c-share__btn a {
  padding: 10px 2px;
}
.c-share--lg .c-share__icn {
  position: relative;
  top: 3px;
  font-size: 140%;
}
.c-share--lg .c-share__title {
  margin: 0 3px 0 4px;
}
.c-share--color a {
  color: #fff;
}
.c-share--color a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
.c-share--color .c-share__btn--twitter a {
  background-color: #000;
}
.c-share--color .c-share__btn--twitter a:hover {
  background-color: #222;
}
.c-share--color .c-share__btn--facebook a {
  background-color: #35629a;
}
.c-share--color .c-share__btn--facebook a:hover {
  background-color: #1f3669;
}
.c-share--color .c-share__btn--google-plus a {
  background-color: #dd4b39;
}
.c-share--color .c-share__btn--google-plus a:hover {
  background-color: #b94031;
}
.c-share--color .c-share__btn--hatebu a {
  background-color: #3c7dd1;
}
.c-share--color .c-share__btn--hatebu a:hover {
  background-color: #0270ac;
}
.c-share--color .c-share__btn--pocket a {
  background-color: #ee4056;
}
.c-share--color .c-share__btn--pocket a:hover {
  background-color: #c53648;
}
.c-share--color .c-share__btn--rss a {
  background-color: #ffb53c;
}
.c-share--color .c-share__btn--rss a:hover {
  background-color: #e09900;
}
.c-share--color .c-share__btn--feedly a {
  background-color: #6cc655;
}
.c-share--color .c-share__btn--feedly a:hover {
  background-color: #5ca449;
}
.c-share--color .c-share__btn--pinterest a {
  background-color: #d4121c;
}
.c-share--color .c-share__btn--pinterest a:hover {
  background-color: #a42f35;
}
.c-share--mono a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
  color: #222;
}
.c-share--mono a:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.c-share--mono .c-share__btn--twitter a:hover {
  background-color: #000;
}
.c-share--mono .c-share__btn--facebook a:hover {
  background-color: #35629a;
}
.c-share--mono .c-share__btn--google-plus a:hover {
  background-color: #dd4b39;
}
.c-share--mono .c-share__btn--hatebu a:hover {
  background-color: #3c7dd1;
}
.c-share--mono .c-share__btn--pocket a:hover {
  background-color: #ee4056;
}
.c-share--mono .c-share__btn--rss a:hover {
  background-color: #ff8c00;
}
.c-share--mono .c-share__btn--feedly a:hover {
  background-color: #6cc655;
}
.c-share--mono .c-share__btn--pinterest a:hover {
  background-color: #d4121c;
}
.c-share__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}
.c-share__btn a {
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .c-share--sm .c-share__icn {
    left: 1px;
  }
  .c-share--sm .c-share__title {
    display: none;
  }
}
.c-share--official {
  display: inline-block;
}
.c-share--official .c-share__btn {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  line-height: 1;
}
.c-share--official .c-share__btn--pocket {
  width: 88px;
}
@media only screen and (max-width: 991px) {
  .c-share__btn {
    margin-bottom: 5px;
  }
}
/* Project ----------------------------------------------------------------- */
.p-archive-header {
  margin-bottom: 88.8px;
  text-align: center;
}
.p-archive-header:last-child {
  margin-bottom: 138.8px;
}
.p-archive-header__title {
  margin: 2.2px 0;
  font-size: 36px;
  line-height: 1.5;
}
.p-archive-header__desc {
  font-size: 16px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-archive-header {
    margin-bottom: 33px;
  }
  .p-archive-header__title {
    margin: 2px 0;
    font-size: 20px;
  }
  .p-archive-header__desc {
    font-size: 14px;
    line-height: 2;
  }
}
.p-article01 {
  position: relative;
  border: 1px solid #ddd;
  border-top: 0;
}
.p-article01__date {
  left: -1px;
}
.p-article01__img {
  margin: 0 -1px;
}
.p-article01__img img {
  margin: -1px 0;
}
.p-article01__content {
  padding: 16.6px 23px 18px;
  line-height: 1.8;
}
.p-article01__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}
.p-article01__title:only-child {
  margin-bottom: 0;
}
.p-article01__cat {
  color: #999;
  font-size: 12px;
}
.p-article01__cat a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-article01__content {
    padding: 10px 15px 12px;
  }
  .p-article01__title {
    font-size: 14px;
  }
  .p-article01__cat {
    font-size: 10px;
  }
}
.p-article02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-article02__img {
  display: block;
  width: 120px;
  margin-right: 20px;
  overflow: hidden;
}
.p-article02__img img {
  width: 100%;
  height: auto;
}
.p-article02__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
}
.p-article02__date {
  margin-top: 6px;
  color: #999;
  font-size: 12px;
  line-height: 1;
}
.p-article02__title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-article02__date {
    margin-top: 11px;
  }
}
.p-article03 {
  height: 60px;
  border: 1px solid #ddd;
  line-height: 60px;
}
.p-article03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 25px;
}
.p-article03 a:hover .p-article03__title {
  color: #999;
}
.p-article03__date {
  margin-right: 25px;
  color: #999;
  font-size: 12px;
}
.p-article03__title {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-article03 {
    height: auto;
    line-height: 1;
  }
  .p-article03 a {
    display: block;
    padding: 14px 22px 12.4px;
  }
  .p-article03__date {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .p-article03__title {
    margin-bottom: 0;
    line-height: 1.8;
    white-space: inherit;
  }
}
.p-article04 {
  border: 1px solid #ddd;
}
.p-article04__header {
  padding: 28px 4.81928% 24px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
.p-article04__date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
}
.p-article04__title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.p-article04__excerpt {
  padding: 20px 4.81928%;
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-article04__header {
    padding: 14px 20px 12.4px;
  }
  .p-article04__date {
    margin-bottom: 6.4px;
    font-size: 10px;
  }
  .p-article04__title {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-article04__excerpt {
    padding: 14.4px 20px;
    line-height: 1.8;
  }
}
.p-article05 {
  border: 1px solid #ddd;
}
.p-article05 a {
  height: 100%;
  padding: 12px;
  overflow: visible;
  background: #fff;
}
.p-article05 a:hover {
  background: #f5f5f5;
}
.p-article05__img {
  overflow: hidden;
}
.p-article05__content {
  padding: 19px 6.68449% 12px;
}
.p-article05__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-article05__date {
  display: block;
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-article05 a {
    padding: 10px;
  }
  .p-article05__content {
    padding: 13.8px 25px 8px;
  }
  .p-article05__title {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.p-article06 {
  background: #f5f5f5;
}
.p-article06--video {
  position: relative;
}
.p-article06--video::before {
  z-index: 1;
  position: absolute;
  top: 11px;
  right: 16px;
  color: #fff;
  font-family: "design_plus";
  font-size: 28px;
  content: "\e945";
}
.p-article06__header {
  position: relative;
}
.p-article06__cat {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100px;
  height: 35px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}
.p-article06__title {
  margin-bottom: 0;
  padding: 23.6px 8.10811%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-article06__cat {
    min-width: 90px;
    height: 32px;
    line-height: 32px;
  }
  .p-article06__title {
    padding: 18px 25px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-article07 {
  position: relative;
  width: 400px;
  height: 120px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-article07 a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-article07__title {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  background: #fff;
  font-size: 16px;
  clip-path: polygon(0% 100%, 60px 0%, 100% 0%, 100% 100%);
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .p-article07 {
    width: 100%;
    padding-bottom: 30%;
  }
  .p-article07__title {
    width: 200px;
    font-size: 14px;
  }
}
.p-article08__title {
  font-size: 20px;
  font-weight: 700;
}
.p-article08__img img {
  width: 100%;
  height: auto;
}
.p-article08__content {
  padding: 30px 30px 40px;
  background: #f5f5f5;
}
.p-article08__desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2.4;
}
.p-article08__desc:last-child {
  margin-bottom: 0;
}
.p-article08__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article08__title {
    font-size: 18px;
  }
  .p-article08__content {
    padding: 18px 25px 25px;
  }
  .p-article08__desc {
    margin-bottom: 18px;
    line-height: 2;
  }
}
.p-article09 {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.p-article09__date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
}
.p-article09__title {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-article09 {
    padding: 15px 20px 13px;
  }
  .p-article09__date {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .p-article09__title {
    overflow: visible;
    font-size: 14px;
    line-height: 1.8;
    text-overflow: clip;
    white-space: normal;
  }
}
.p-article10 {
  border: 1px solid #ddd;
  background: #fff;
}
.p-article10 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.p-article10__img {
  width: 207px;
  margin: -1px;
  overflow: hidden;
}
.p-article10__img img {
  width: 100%;
  height: auto;
}
.p-article10__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
  padding: 0 6.11354%;
  background: #fff;
}
.p-article10__title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-article10__date {
  display: block;
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-article10__img {
    display: none;
  }
  .p-article10__content {
    padding: 10px 20px 16px;
  }
  .p-article10__title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-article10__date {
    font-size: 10px;
  }
}
.p-block01 {
  margin-bottom: 100px;
}
.p-block01__title {
  margin-bottom: 35px;
  font-size: 40px;
  text-align: center;
}
.p-block01__title--sm {
  margin-bottom: 91px;
  color: #000 !important;
  font-size: 36px;
  line-height: 1.5;
}
.p-block01__upper {
  width: 100%;
  height: auto;
}
.p-block01__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0;
  background: #f5f5f5;
}
.p-block01__lower--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-block01__lower-item {
  width: 50%;
}
.p-block01__lower-item--img {
  padding: 0 4.23729%;
}
.p-block01__lower-item--img img {
  width: 100%;
  height: auto;
}
.p-block01__lower-item--content {
  margin-top: -5.5px;
  padding: 0 5.9322%;
}
.p-block01__lower-title {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.5;
}
.p-block01__lower-desc {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-block01 {
    margin-bottom: 35px;
  }
  .p-block01__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .p-block01__lower {
    display: block;
    padding: 0;
  }
  .p-block01__lower-item {
    width: 100%;
    padding: 25px;
  }
  .p-block01__lower-item--content {
    padding-top: 0;
  }
  .p-block01__lower-title {
    margin-bottom: 1px;
    font-size: 18px;
  }
  .p-block01__title--sm {
    margin-bottom: 33px;
  }
  .p-block01__lower-desc {
    line-height: 2;
  }
}
.p-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.p-block02:last-child {
  margin-bottom: 150px;
}
.p-block02--sm-margin, .p-block02--sm-margin:last-child {
  margin-bottom: 90px;
}
.p-block02--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-block02__item {
  width: 48.30508%;
}
.p-block02__item--content {
  margin-top: -5.5px;
}
.p-block02__item--img img {
  width: 100%;
  height: auto;
}
.p-block02__item-title {
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 1.5;
}
.p-block02__item-desc {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-block02 {
    display: block;
    margin-bottom: 40px;
  }
  .p-block02:last-child {
    margin-bottom: 40px;
  }
  .p-block02--sm-margin:last-child {
    margin-bottom: 0;
  }
  .p-block02--sm-margin .p-block02__item--content + .p-block02__item--content {
    margin-top: -7px;
  }
  .p-block02__item {
    width: 100%;
  }
  .p-block02__item--content {
    margin-top: 0;
    margin-bottom: 33px;
  }
  .p-block02__item-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .p-block02__item-desc {
    line-height: 2;
  }
}
.p-block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  border-top: 1px solid #ddd;
}
.p-block03--more-margin {
  margin-bottom: 150px;
}
.p-block03--no-border {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  border-top: 0;
}
.p-block03--no-border .p-block03__item {
  width: 48%;
  margin-bottom: 90px;
  padding: 0;
}
.p-block03--no-border .p-block03__item + .p-block03__item {
  padding-left: 0;
  border-left: 0;
}
.p-block03__item {
  width: 33.33%;
  padding: 40px 4.23729% 0 0;
}
.p-block03__item + .p-block03__item {
  padding-left: 4.23729%;
  border-left: 1px solid #ddd;
}
.p-block03__item-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.p-block03__item-desc {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-block03 {
    display: block;
    margin: 0 -20px 40px;
  }
  .p-block03--more-margin {
    margin-bottom: 0;
  }
  .p-block03--more-margin .p-block03__item:last-child {
    padding-bottom: 0;
  }
  .p-block03__item {
    width: 100%;
    padding: 40px 20px 33px;
  }
  .p-block03__item + .p-block03__item {
    padding: 40px 20px 33px;
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .p-block03__item-title {
    margin-bottom: 7px;
  }
  .p-block03__item-desc {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-block03--no-border {
    margin: 0;
  }
  .p-block03--no-border .p-block03__item {
    width: 100%;
    margin-bottom: 33px;
    padding: 0;
    border-top: 0;
  }
}
.p-block04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.p-block04--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-block04__item {
  width: 48.30508%;
}
.p-block04__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-block04__item--img img {
  width: 50%;
  height: auto;
}
.p-block04__item--content {
  margin-top: -15px;
}
.p-block04:first-of-type .p-block04__item--img {
  margin-top: 15px;
}
.p-block04:first-of-type .p-block04__item--content {
  margin-top: 0;
}
.p-block04__title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.5;
}
.p-block04__desc {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-block04 {
    display: block;
    margin-bottom: 33px;
  }
  .p-block04__item {
    width: 100%;
  }
  .p-block04__item--img {
    margin-bottom: 35px;
  }
  .p-block04__item--content {
    margin-top: 0;
  }
  .p-block04__title {
    margin-bottom: 3px;
    font-size: 22px;
  }
  .p-block04__desc {
    line-height: 2;
  }
}
.p-block05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.p-block05__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 25%;
  margin: -1px 0 0 -1px;
  padding: 50px 2.9661% 40px;
  border: 1px solid #ddd;
}
.p-block05__item-icon {
  margin-bottom: 40px;
  text-align: center;
}
.p-block05__item-icon::before {
  font-family: "design_plus";
  font-size: 50px;
}
p.p-block05__item-icon--bookmark::before {
  content: "\e939";
}
p.p-block05__item-icon--building::before {
  content: "\e93b";
}
p.p-block05__item-icon--vcard-o::before {
  content: "\e93c";
}
p.p-block05__item-icon--gift::before {
  content: "\e93d";
}
p.p-block05__item-icon--cubes::before {
  content: "\e93e";
}
p.p-block05__item-icon--music::before {
  content: "\e93f";
}
p.p-block05__item-icon--check-square-o::before {
  content: "\e940";
}
p.p-block05__item-icon--font::before {
  content: "\e941";
}
p.p-block05__item-icon--tv::before {
  content: "\e942";
}
p.p-block05__item-icon--plug::before {
  content: "\e943";
}
p.p-block05__item-icon--wifi::before {
  content: "\e944";
}
p.p-block05__item-icon--pencil::before {
  content: "\f040";
}
p.p-block05__item-icon--file-text::before {
  content: "\f15c";
}
p.p-block05__item-icon--signal::before {
  content: "\f012";
}
p.p-block05__item-icon--cogs::before {
  content: "\f085";
}
p.p-block05__item-icon--globe::before {
  content: "\f0ac";
}
p.p-block05__item-icon--lightbulb::before {
  content: "\f0eb";
}
p.p-block05__item-icon--cube::before {
  content: "\f1b2";
}
p.p-block05__item-icon--tasks::before {
  content: "\f0ae";
}
p.p-block05__item-icon--live_help::before {
  content: "\e0c6";
}
.p-block05__item-icon img {
  max-width: 100%;
}
.p-block05__item-desc {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 991px) {
  .p-block05__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-block05 {
    margin-bottom: 40px;
  }
  .p-block05__item {
    width: 50%;
    padding: 30px 20px 14px;
  }
  .p-block05__item-icon {
    margin-bottom: 24px;
  }
  .p-block05__item-icon::before {
    font-size: 40px;
  }
  .p-block05__item-desc {
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (max-width: 320px) {
  .p-block05__item {
    width: 100%;
  }
}
.p-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 1px;
}
.p-blog-list:last-child {
  margin-bottom: 110px;
}
.p-blog-list__item {
  width: 25%;
  margin-bottom: 40px;
  margin-left: -1px;
}
@media screen and (max-width: 991px) {
  .p-blog-list__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-list {
    margin-bottom: 0;
  }
  .p-blog-list:last-child {
    margin-bottom: 15px;
  }
  .p-blog-list__item {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 320px) {
  .p-blog-list__item {
    width: 100%;
  }
}
.p-breadcrumb {
  margin-top: 100px;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumb__item {
  color: #000;
  font-size: 12px;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  font-size: 10px;
}
.p-breadcrumb__item a {
  color: #000;
}
.p-breadcrumb__item a:hover {
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    height: 50px;
    margin: 0;
    line-height: 50px;
  }
}
.p-btn {
  display: inline-block;
  min-width: 200px;
  height: 55px;
  padding: 0 15px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .p-btn {
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-btn {
    min-width: 180px;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
  }
}
.p-cb {
  padding-top: 100px;
}
.p-cb__item {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-cb {
    padding-top: 0;
  }
  .p-cb__item, .p-cb__item:last-child {
    margin-bottom: 40px;
  }
}
.p-copyright {
  height: 60px;
  color: #fff;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
}
.p-copyright small {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: 50px;
    line-height: 50px;
  }
}
.p-cover {
  margin-bottom: 95px;
}
.p-cover img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cover {
    margin-bottom: 35px;
  }
}
.p-date {
  display: inline-block;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
}
.p-date__day {
  display: block;
  margin: 1px 0 1px;
  font-size: 34px;
}
@media screen and (max-width: 550px) {
  .p-date {
    font-size: 10px;
  }
  .p-date__day {
    margin-top: 0;
    font-size: 28px;
  }
}
.p-desc {
  margin-bottom: 83.8px;
  font-size: 16px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-desc {
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-desc.l-inner:first-of-type {
    margin-bottom: 68.8px;
  }
}
.p-dropdown {
  font-size: 14px;
}
.p-dropdown__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 55px;
  padding: 0 18px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 55px;
}
.p-dropdown__title::after {
  position: absolute;
  right: 17px;
  font-family: "design_plus";
  content: "\e90e";
}
.p-dropdown__title:hover {
  cursor: pointer;
}
.p-dropdown__title.is-active::after {
  content: "\e911";
}
.p-dropdown__list {
  display: none;
}
.p-dropdown__list li {
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 1.5;
}
.p-dropdown__list a {
  display: block;
  padding: 14px 18px;
}
.p-dropdown__list a:hover {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-dropdown__title {
    height: 50px;
    line-height: 50px;
  }
}
.p-entry {
  position: relative;
  margin-bottom: 50px;
  background: #f5f5f5;
}
.p-entry__inner {
  padding: 50px;
}
.p-entry__img {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.p-entry__img img {
  max-width: 100%;
  height: auto;
}
.p-entry__meta {
  display: inline-block;
  min-width: 100px;
  height: 35px;
  margin-bottom: 13.6px;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}
.p-entry__meta a {
  display: block;
  padding: 0 20px;
  color: inherit;
}
.p-entry__title {
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.4;
  word-wrap: break-word;
}

.p-entry__share {
  margin-bottom: 45px;
}
.p-entry__meta-box {
  margin-bottom: 50px;
  background: #fff;
}
.p-entry__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.p-entry__ad--upper, .p-entry__ad--inner {
  margin-bottom: 42px;
}
.p-entry__ad--lower {
  margin-bottom: 50px;
}
.p-entry__ad-item + .p-entry__ad-item {
  margin-left: 40px;
}
.p-entry__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px 150px 1px;
}
.p-entry__related-item {
  width: 33.33%;
  margin: 0 0 -1px -1px;
}
.p-entry__related-item--no-post {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .p-entry__ad {
    display: block;
  }
  .p-entry__ad-item + .p-entry__ad-item {
    margin-left: 0;
  }
  .p-entry__ad--upper .p-entry__ad-item + .p-entry__ad-item, .p-entry__ad--inner .p-entry__ad-item + .p-entry__ad-item {
    margin-top: 40px;
  }
  .p-entry__ad--lower .p-entry__ad-item + .p-entry__ad-item {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .p-entry__img img {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry {
    margin: 0 -20px 35px;
  }
  .p-entry__inner {
    padding: 20px;
  }
  .p-entry__img {
    margin-bottom: 20px;
  }
  .p-entry__meta {
    height: 32px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .p-entry__cat {
    min-width: 90px;
  }
  .p-entry__title {
    margin-bottom: 3px;
    line-height: 1.5;
  }
  .p-entry__share {
    margin-bottom: 30px;
  }
  .p-entry__ad {
    display: block;
    margin-bottom: 40px;
  }
  .p-entry__ad-item {
    margin-bottom: 20px;
  }
  .p-entry__ad-item + .p-entry__ad-item {
    margin-left: 0;
  }
  .p-entry__ad-item img {
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-entry__meta-box {
    margin-bottom: 10px;
    background: transparent;
  }
  .p-entry__related {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .p-entry__related-item {
    width: 50%;
  }
  .p-entry__related-item--no-post {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .p-entry__related-item {
    width: 100%;
  }
}
.p-event-list {
  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;
  margin-bottom: 17px;
}
.p-event-list:last-child {
  margin-bottom: 100px;
}
.p-event-list__item {
  width: 48%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .p-event-list__item {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .p-event-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-faq {
  margin-bottom: 91px;
}
.p-faq:last-child {
  margin-bottom: 150px;
}
.p-faq__cat {
  margin-bottom: 31px;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
.p-faq__list {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.p-faq__list dt {
  position: relative;
  padding: 10.5px 22px 10.5px 76px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 2.4;
  cursor: pointer;
}
.p-faq__list dt::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  line-height: 34px;
  text-align: center;
  content: "Q";
}
.p-faq__list dd {
  display: none;
  padding: 25px 2.9661%;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 2.4;
}
.p-faq__list p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 3px;
    margin-bottom: 35px;
  }
  .p-faq:last-child {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .p-faq__cat {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .p-faq__list dt {
    padding: 11px 12px 11px 50px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-faq__list dt::before {
    top: 7px;
    left: 12px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    line-height: 25px;
  }
  .p-faq__list dd {
    padding: 13px 20px;
    line-height: 2;
  }
}
.p-footer-link {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-footer-link::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-footer-link--video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-footer-link__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-footer-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.p-footer-link__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.p-footer-link__desc {
  margin-bottom: 39px;
  color: #fff;
  font-size: 14px;
  line-height: 2.6;
  text-align: center;
}
.p-footer-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.p-footer-link__list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-footer-link__list-item {
  margin: 0 15px;
}
#js-footer-link > div {
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-footer-link {
    height: auto;
    padding: 51px 0 55px;
  }
  .p-footer-link__title {
    font-size: 28px;
  }
  .p-footer-link__desc {
    margin-bottom: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .p-footer-link__list {
    display: block;
    width: 100%;
  }
  .p-footer-link__list-item {
    margin: 0 auto;
  }
  .p-footer-link__list-item + .p-footer-link__list-item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-link__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}
.p-footer-nav li + li::before {
  margin: 0 10px;
  content: "|";
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .p-footer-nav li {
    width: 50%;
    line-height: 2.4;
    text-align: left;
  }
  .p-footer-nav li + li::before {
    margin: 0;
    content: "";
  }
}
.p-global-nav {
  height: 100%;
  font-size: 14px;
  line-height: 90px;
}
.p-global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
.p-global-nav > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.p-global-nav > ul > li.menu-item-has-children:hover > .sub-menu {
  left: 0;
}
.p-global-nav > ul > li > a {
  position: relative;
  height: 100%;
  padding-right: 21px;
  padding-left: 21px;
}
.p-global-nav > ul > li > .sub-menu {
  top: 100%;
  left: 0;
}
.p-global-nav a {
  display: block;
}
.p-global-nav .menu-item-has-children {
  position: relative;
}
.p-global-nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  left: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-global-nav .sub-menu {
  display: block;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-global-nav .sub-menu li {
  height: auto;
}
.p-global-nav .sub-menu a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: auto;
  padding: 17px 18px;
}
.p-global-nav .sub-menu .menu-item-has-children > a {
  position: relative;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after {
  position: absolute;
  right: 16px;
  font-family: "design_plus";
  content: "\e910";
}
@media only screen and (min-width: 1200px) {
  .p-global-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-global-nav {
    display: none;
    z-index: 99;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .l-header--fixed .p-global-nav {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .p-global-nav > ul {
    display: block;
    height: auto;
  }
  .p-global-nav > ul > li > a {
    display: block;
    padding: 0 5.55556%;
    border: 0;
    background: transparent;
  }
  .p-global-nav > ul > li > a:hover {
    background: transparent !important;
  }
  .p-global-nav li {
    width: 100%;
  }
  .p-global-nav li.current-menu-item a {
    color: #fff;
  }
  .p-global-nav a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
  }
  .p-global-nav .sub-title {
    display: none;
  }
  .p-global-nav .menu-item-has-children > a > .p-global-nav__toggle.is-active::before {
    content: "-";
  }
  .p-global-nav .menu-item-has-children > a > .p-global-nav__toggle::before {
    display: block;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    border: 1px solid #555;
    border-radius: 100%;
    color: inherit;
    line-height: 24px;
    text-align: center;
    content: "+";
  }
  .p-global-nav .sub-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    visibility: visible;
    position: static;
    width: 100%;
    padding-left: 1em;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .p-global-nav .sub-menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-global-nav .sub-menu a {
    width: 100%;
    height: 50px;
    padding: 0 5.55556%;
    background: transparent !important;
    line-height: 50px;
  }
  .p-global-nav .sub-menu .menu-item-has-children > a::after {
    content: "";
  }
  .p-global-nav > ul > li:first-child > a {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-global-nav > ul > li > a {
    padding: 0 20px;
  }
  .p-global-nav .sub-menu a {
    padding: 0 20px;
  }
}
.p-header-content {
  position: relative;
}
.p-header-content::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.p-header-content__inner {
  z-index: 1;
  position: absolute;
  top: 26%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
	padding: 2em 20px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
}
.p-header-content__title {
  line-height: 1.3;
  opacity: 0;
}
.is-active .p-header-content__title, .slick-current .p-header-content__title {
  opacity: 1;
}
.p-header-content__title--vertical span {
  text-align: left;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-header-content__btn {
  margin-top: 22px;
}
.p-header-content__btn:active, .p-header-content__btn:focus {
  outline: none;
}
.p-header-slider {
  overflow: hidden;
}
.p-header-slider .slick-arrow {
  z-index: 1;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.p-header-slider .slick-arrow::before {
  font-family: "design_plus";
}
.p-header-slider .slick-prev {
  left: -20px;
}
.p-header-slider .slick-prev::before {
  content: "\e90f";
}
.p-header-slider .slick-next {
  right: -20px;
}
.p-header-slider .slick-next::before {
  content: "\e910";
}
.p-header-slider:hover .slick-prev {
  left: 30px;
}
.p-header-slider:hover .slick-next {
  right: 30px;
}
.p-header-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-header-slider__item-img {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.p-header-slider__item-img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.is-active .p-header-slider__item-img--type1 {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
.is-active .p-header-slider__item-img--type2 {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
.p-header-slider__item-img--type2, .slick-current .p-header-slider__item-img--type2 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.is-active .p-header-slider__item-img--type2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slick-current.is-active .p-header-slider__item-img--type2 {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
.p-header-slider__item-img--type1, .slick-current .p-header-slider__item-img--type1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.is-active .p-header-slider__item-img--type1 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slick-current.is-active .p-header-slider__item-img--type1 {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
.slick-cloned.is-active .p-header-slider__item-img--type2 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.slick-cloned.is-active .p-header-slider__item-img--type1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-header-slider {
    height: 360px;
  }
  .p-header-slider__item-img {
    height: 360px;
    padding-bottom: 0;
  }
}
.p-header-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-header-video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.p-header-video img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-header-video { /*height: 360px;*/ height: calc(100vh - 60px);
    padding-bottom: 0;
  }
}
.p-header-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-header-youtube__player {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-header-youtube img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-header-youtube {
    height: 360px;
    padding-bottom: 0;
  }
}
.p-headline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 55px;
  margin-bottom: 0;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 55px;
}
.p-headline h2 {
  font-size: 100%;
}
.p-headline__link {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 14px;
}
.p-headline__link:hover {
  color: #666;
}
.p-headline__link::after {
  display: inline-block;
  margin-left: 6px;
  font-family: "design_plus";
  content: "\e910";
}
@media screen and (max-width: 767px) {
  .p-headline {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 45px;
  }
  .p-headline__link {
    font-size: 12px;
  }
}
.p-headline02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.p-headline02__title {
  margin-bottom: 0;
  font-size: 40px;
}
.p-headline02__sub {
  margin-left: 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-headline02 {
    margin-bottom: 20px;
  }
  .p-headline02__title {
    font-size: 28px;
  }
  .p-headline02__sub {
    margin-left: 12px;
    font-size: 14px;
  }
}
/* Hover effect */
.p-hover-effect--type1 {
  display: block;
  overflow: hidden;
}
.p-hover-effect--type1 img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-hover-effect--type2 {
  display: block;
  overflow: hidden;
}
.p-hover-effect--type2:hover img {
  -webkit-transform: scale(1.3) translate3d(0, 0, 0) !important;
  transform: scale(1.3) translate3d(0, 0, 0) !important;
}
.p-hover-effect--type2 img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hover-effect--type3 {
  display: block;
  overflow: hidden;
}
.p-hover-effect--type3 img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media screen and (max-width: 767px) {
  .p-hover-effect--type1:hover img, .p-hover-effect--type2:hover img, .p-hover-effect--type3:hover img {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .p-hover-effect--type1 img, .p-hover-effect--type2 img, .p-hover-effect--type3 img {
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.p-index-content01 {
  position: relative;
  margin-bottom: 30px;
  padding: 51px 0 79px;
  text-align: center;
}
.p-index-content01__title {
  margin-bottom: 10px;
  line-height: 1.5;
	color: #533319;
}
.p-index-content01__desc {
  font-size: 14px;
  line-height: 2.6;
}
.p-index-content01__link {
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.p-index-content01__link::before {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-index-content01 {
    margin-bottom: 40px;
    padding: 32px 0 33px;
  }
  .p-index-content01__title {
    margin-bottom: 5px;
  }
  .p-index-content01__desc {
    line-height: 2;
  }
  .p-index-content01__link {
    display: none;
  }
}
.p-index-content02--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-index-content02__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-index-content02__img img {
  width: 25%;
  height: auto;
}
.p-index-content02__content {
  padding: 50px;
  background: #f5f5f5;
  text-align: center;
}
.p-index-content02__title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.5;
}
.p-index-content02__desc {
  font-size: 14px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .p-index-content02__img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-index-content02__img img {
    width: 50%;
  }
  .p-index-content02__content {
    padding: 36px 25px 33px;
  }
  .p-index-content02__title {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .p-index-content02__desc {
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .p-index-content02__content {
    padding: 30px 10px;
  }
}

.p-info {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.p-info__logo {
  display: inline-block;
  margin-bottom: 21.6px;
}
.p-info__logo a {
  color: inherit;
}
.p-info__logo.c-logo--retina {
  transform-origin: center;
}
.p-info__logo img {
  max-width: 100%;
}
.p-info__address {
  margin-bottom: 21.6px;
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 40px 0;
  }
  .p-info__logo {
    margin-bottom: 11.6px;
  }
  .p-info__address {
    margin-bottom: 11.6px;
  }
}



.p-menu-btn {
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
  line-height: 60px;
}
.p-menu-btn:focus {
  outline: 0;
}
.admin-bar .p-menu-btn {
  top: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar .p-menu-btn {
    top: 0;
  }
}








.p-pagetop {
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
  transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
  transition: background 0.2s, opacity 0.35s, transform 0.35s;
  transition: background 0.2s, opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.p-pagetop.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.p-pagetop::after {
  content: '\f106';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 50px;
    height: 50px;
  }
}


/* 太字 */
.u {
  text-decoration: underline;
}
/* 下線 */
.del {
  text-decoration: line-through;
}
/* 打ち消し線 */
/* font-color - フォントカラー */
.red {
  color: red;
}
/* 赤色 */
.blue {
  color: #2ca9e1;
}
/* 青色 */
.green {
  color: #82ae46;
}
/* 緑色 */
.orange {
  color: #ff7d00;
}
/* 橙色 */
.yellow {
  color: #fff000;
}
/* 黄色 */
.pink {
  color: #ff0084;
}
/* ピンク */
.gray {
  color: #999999;
}
/* グレー */
/* background-color - 背景色 */
/* 青色の文字背景 */
.bg-blue {
  padding: 2px;
  background-color: #4ab0f5;
}
/* 赤色の文字背景 */
.bg-red {
  padding: 2px;
  background-color: red;
}
/* 黄色の文字背景 */
.bg-yellow {
  padding: 2px;
  background-color: #ff0;
}
/* text-align - 配置 */
.align1 {
  text-align: center !important;
}
/* 中央寄せ */
.align2 {
  text-align: right !important;
}
/* 右寄せ */
.align3 {
  text-align: left !important;
}
/* 左寄せ */
/* float - 回り込み */
/* 右に回り込み */
.r-flo {
  margin: 10px;
  float: right;
}
/* 左に回り込み */
.l-flo {
  margin: 10px;
  float: left;
}
.f-clear {
  clear: both;
}



/* コピーボタン */
.single_copy_title_url {
  text-align: center;
}
.single_copy_title_url_btn {
  font-size: 14px;
  background: #fff;
  border: 3px solid #ccc;
  cursor: pointer;
  line-height: 54px;
  min-width: 300px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.single_copy_title_url_btn.copied {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}
#single_copy_title_url_bottom {
  margin-bottom: 50px;
  margin-top: 21px;
}
#single_share_bottom + #single_copy_title_url_bottom {
  margin-top: 55px;
}
.single_copy_title_url_btn:hover {
  color: #777;
}
@media screen and (max-width:750px) {
  #single_copy_title_url_bottom {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .single_copy_title_url_btn {
    border-width: 2px;
    font-size: 12px;
    line-height: 46px;
    min-width: 200px;
  }
}
/* ヘッダーメッセージ */
#header_message {
  position: relative;
  z-index: 2000;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
}
#header_message .label {
  display: block;
  color: inherit;
  line-height: 1.4;
  padding: 0 20px;
}
#header_message a.label:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header_message {
    min-height: 40px;
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------------
埋め込みコンテンツの余白調整
---------------------------------------------------------------------- */

.c-comment__form-submit:hover, .p-cb__item-btn a, .c-pw__btn, .p-readmore__btn, .p-pager span, .p-page-links a, .p-pagetop, .p-widget__title, .p-entry__meta, .p-headline, .p-article06__cat, .p-nav02__item-upper, .p-page-header__title, .p-plan__title, .p-btn {
  background: #7ed640
}
.c-pw__btn:hover, .p-cb__item-btn a:hover, .p-pagetop:focus, .p-pagetop:hover, .p-readmore__btn:hover, .p-page-links > span, .p-page-links a:hover, .p-pager a:hover, .p-entry__meta a:hover, .p-article06__cat:hover, .p-interview__cat:hover, .p-nav02__item-upper:hover, .p-btn:hover {
  background: #1e1e1e
}
.p-archive-header__title, .p-article01__title a:hover, .p-article01__cat a:hover, .p-article04__title a:hover, .p-faq__cat, .p-faq__list dt:hover, .p-triangle, .p-article06__title a:hover, .p-interview__faq dt, .p-nav02__item-lower:hover .p-nav02__item-title, .p-article07 a:hover, .p-article07__title, .p-block01__title, .p-block01__lower-title, .p-block02__item-title, .p-block03__item-title, .p-block04__title, .p-index-content02__title, .p-article09 a:hover .p-article09__title, .p-index-content06__title, .p-plan-table01__price, .p-plan__catch, .p-plan__notice-title, .p-spec__title, .p-widget a:hover, .cardlink .title a {
  color: #1e1e1e
}

body {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif
}
.c-logo, .p-page-header__title, .p-page-header__desc, .p-archive-header__title, .p-faq__cat, .p-interview__title, .p-footer-link__title, .p-block01__title, .p-block04__title, .p-index-content02__title, .p-headline02__title, .p-index-content01__title, .p-index-content06__title, .p-index-content07__title, .p-index-content09__title, .p-plan__title, .p-plan__catch, .p-header-content__title, .p-spec__title {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif
}
.p-hover-effect--type1:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
.l-header__logo a {
  color: #ffffff;
  font-size: 25px
}
.l-header {
  background: rgba(74, 191, 59, 1.000000)
}
.l-header--fixed.is-active {
  background: rgba(74, 191, 59, 1.000000)
}
.p-menu-btn {
  color: #ffffff
}
.p-global-nav > ul > li > a {
  color: #ffffff
}
.p-global-nav > ul > li > a:hover {
  color: #c67f2d
}
.p-global-nav .sub-menu a {
  background: #000000;
  color: #ffffff
}
.p-global-nav .sub-menu a:hover {
  background: #442606;
  color: #ffffff
}
.p-global-nav .menu-item-has-children > a > .p-global-nav__toggle::before {
  border-color: #ffffff
}
.p-info {
  background: #ffffff;
  color: #000000
}
.p-info__logo {
  font-size: 25px
}
.p-footer-nav {
  background: #f5f5f5;
  color: #000000
}
.p-footer-nav a {
  color: #000000
}
.p-footer-nav a:hover {
  color: #442602
}
.p-copyright {
  background: #000000
}
.p-page-header::before {
  background: rgba(0, 0, 0, 0.3)
}
.p-page-header__desc {
  color: #ffffff;
  font-size: 40px
}
.p-header-slider__item--1 .p-header-slider__item-img {
  background-image: url("../images/lp_mv.png");
  animation-duration: 8s
}
.p-header-slider__item--1 .p-header-slider__item-img::before {
  background: rgba(0, 0, 0, 0.200000)
}
.p-header-slider__item--1 .p-header-content__title {
  color: #ffffff;
  font-size: 40px
}
.p-index-content01 {
  background: #ffffff;
  color: #232323
}
.p-index-content01__title {
  font-size: 36px
}
.p-index-content01__link {
  background: #000000;
  color: #ffffff
}
.p-index-content01__link:focus, .p-index-content01__link:hover {
  background: #442506;
  color: #ffffff
}
.p-article08__content {
  background: #f5f5f5
}
.p-index-content02__content {
  background: #f5f5f5
}
.p-index-content02__title {
  color: #442606;
  font-size: 36px
}
@media screen and (max-width: 1199px) {
  .l-header {
    background: rgba(74, 191, 59, 1.000000)
  }
  .l-header--fixed.is-active {
    background: rgba(74, 191, 59, 1.000000)
  }
  .p-global-nav {
    background: rgba(10, 10, 10, 1)
  }
  .p-global-nav > ul > li > a, .p-global-nav > ul > li > a:hover, .p-global-nav a, .p-global-nav a:hover, .p-global-nav .sub-menu a, .p-global-nav .sub-menu a:hover {
    color: #ffffff !important
  }
  .p-global-nav .menu-item-has-children > a > .sub-menu-toggle::before {
    border-color: #ffffff
  }
}
@media screen and (max-width: 767px) {
  .p-page-header__desc {
    font-size: 18px
  }
  .p-header-slider__item--1 .p-header-content__title {
    font-size: 20px
  }
  .p-index-content01__title {
    font-size: 20px
  }
  .p-index-content02__title {
    font-size: 20px
  }
}
.c-load--type1 {
  border: 3px solid rgba(126, 214, 64, 0.2);
  border-top-color: #7ed640;
}
/*-----------------------
	20240801
-----------------------*/
h3{
	color: #533319;
}
.icon_blank{
	display: inline-block;
}
.icon_blank::after{
	display: inline-block;
	margin-left: 0.5em;
	content: "";
	background-image: url("../images/icon_blank.png");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 20px;
	height: 20px;
}
.h_tel{
	font-size: 27px;
}

noscript{
	height: 0;
}



