@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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: inherit;
  /* 2 */
}

/**
 * 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%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*
 * リセットCSS
 */

html {
  height: 100%;
}

body {
  position: relative;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(.875rem, .845rem + .13vw, 1rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: .04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
}

body.is-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}

/*
 * .c-** : 各ページ共通で使用するstyle
 * .top-** : TOPページで使用するstyle
 * .subpage-** : 下層ページで使用するstyle(例：.profile-** プロフィールページ)
 */

.c-loading {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecebe6;
}

.c-bg {
  background-image: url("../img/common/bg.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.c-btn {
  display: inline-block;
  height: 48px;
  border: 1px solid #d1cfc3;
  border-radius: 24px;
  background-color: transparent;
  line-height: 1.15;
}

.c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.c-btn__content {
  position: relative;
}

.c-btn__content::before {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 12px;
  height: 10px;
  margin: auto;
  background-image: url("../img/common/arr_gry.png");
  background-size: contain;
  content: "";
}

.c-btn--wh {
  border-color: #fff;
}

.c-btn--wh .c-btn__content {
  color: #fff;
}

.c-btn--wh .c-btn__content::before {
  background-image: url("../img/common/arr_wht.png");
}

.c-btn--anchor .c-btn__content::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-mt10 {
  margin-top: 10px;
}

.c-mt15 {
  margin-top: 15px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-align-center {
  text-align: center;
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-text-lg {
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
}

.c-color-green {
  color: #1bb5a5;
}

.c-color-red {
  color: #f00;
}

.c-color-blue {
  color: #00f;
}

.c-color-black {
  color: #000;
}

.c-link {
  color: inherit;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: inherit;
}

.c-list > li {
  position: relative;
  margin-top: .5rem;
  padding-left: 1.25rem;
  color: inherit;
  line-height: 1.5;
}

.c-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #1bb5a5;
  font-size: .6rem;
  content: "●";
  -webkit-transform: translate(20%, 24%);
  transform: translate(20%, 24%);
}

.c-list--brown > li::before {
  color: #d1cfc3;
}

.c-list-note > li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.1rem;
  color: inherit;
  line-height: 1.5;
}

.c-list-note > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.c-list-note--sm > li {
  color: #6e6e6e;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
}

.c-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-anchor-list li {
  margin-right: 7.5px;
  margin-left: 7.5px;
}

.c-faq-accordion {
  border-top: 1px solid #d1cfc3;
}

.c-faq-accordion:last-of-type {
  border-bottom: 1px solid #d1cfc3;
}

.c-faq-accordion dt {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  font-weight: 500;
}

.c-faq-accordion dt::before {
  position: absolute;
  top: 40px;
  left: 0;
  color: #1bb5a5;
  font-family: "Bellefair", serif;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
  line-height: 1.5;
  content: "Q";
}

.c-faq-accordion dt::after {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d1cfc3;
  border-radius: 20px;
  content: "";
}

.c-faq-accordion dt.is-open .c-faq-accordion__dt-inner::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0);
}

.c-faq-accordion dd {
  display: none;
  position: relative;
  padding-bottom: 40px;
  padding-left: 40px;
}

.c-faq-accordion__dt-inner {
  display: block;
  position: relative;
  padding-right: 40px;
}

.c-faq-accordion__dt-inner::before,
.c-faq-accordion__dt-inner::after {
  display: block;
  position: absolute;
  right: 14px;
  width: 14px;
  height: 1px;
  background: #333;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-faq-accordion__dt-inner::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.c-information-list {
  border-bottom: 1px solid #d1cfc3;
}

.c-information-list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d1cfc3;
}

.c-information-list__link {
  display: block;
  position: relative;
  padding-right: 40px;
}

.c-information-list__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid #a7a596;
  border-radius: 15px;
  background-image: url("../img/common/arr_gry.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8.38px auto;
  content: "";
}

.c-information-list__data {
  display: inline-block;
  padding-right: 6.5%;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
}

.c-information-list__title {
  display: inline-block;
}

.c-heading {
  line-height: 1.5;
}

.c-heading-en {
  display: block;
  color: #9a9a9a;
  font-family: "Bellefair", serif;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
}

.c-heading-en .is-small {
  font-size: 70%;
}

.c-heading-ja {
  display: block;
  /*font-size: clamp(2.25rem, 2.157rem + .38vw, 2.5rem);*/
  font-size: clamp(1.4rem, 1rem + 1.25vw, 2.5rem);
}

.c-heading--wh .c-heading-en,
.c-heading--wh .c-heading-ja {
  color: #fff;
}

.c-heading--green .c-heading-en {
  color: #1bb5a5;
}

.c-heading--bk .c-heading-en {
  color: #333;
}

.c-cv {
  background-repeat: no-repeat;
  background-size: cover;
}

.c-cv__text {
  color: #fff;
}

.c-kv-image {
  overflow: hidden;
}

.c-kv-breadcrumbs {
  margin-top: 10px;
  font-size: clamp(.688rem, .641rem + .19vw, .813rem);
  text-align: right;
  line-height: 1.15;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-kv-breadcrumbs > li {
  display: inline-block;
  margin-top: 5px;
}

.c-kv-breadcrumbs > li:not(:last-child)::after {
  display: inline-block;
  content: "/";
}

.c-kv--single {
  border-bottom: 1px solid #d1cfc3;
}

.c-kv--single .c-kv-title {
  padding-top: 6%;
  padding-bottom: 5%;
}

.c-kv--single .c-kv-breadcrumbs {
  padding-bottom: 15px;
}

.c-single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-single-head__label-wrap {
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
}

.c-single-head__label {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 1px 5px;
  border: #a7a596;
  border: 1px solid #d1cfc3;
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
  line-height: 1.5;
}

.c-single-head__data {
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
}

.c-single__heading {
  margin-top: 25px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1cfc3;
  font-size: clamp(1.5rem, 1.407rem + .38vw, 1.75rem);
  line-height: 1.5;
}

.c-single-works__before,
.c-single-works__after {
  position: relative;
}

.c-single-works__before > img,
.c-single-works__after > img {
  overflow: hidden;
  border-radius: 5px;
}

.c-single-works__before::before,
.c-single-works__after::before {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Bellefair", serif;
  font-size: clamp(1.2rem, 0.806rem + 0.828vw, 1.5rem);
  line-height: 1;
}

.c-single-works__before::before {
  color: #9a9a9a;
  content: "Before";
}

.c-single-works__before::after {
  display: block;
  position: absolute;
  background-image: url("../img/subpage/works_arr_ico.png");
  background-repeat: no-repeat;
  content: "";
}

.c-single-works__after::before {
  color: #1bb5a5;
  content: "After";
}

.c-single-image {
  overflow: hidden;
  border-radius: 5px;
}

.c-single-image--middle {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.c-single-image img {
  margin-bottom: 40px;
  width: inherit;
  border-radius: 5px;
}

.c-single-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d1cfc3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-single-btn .c-btn__content {
  padding-right: 1.2rem;
  text-align: center;
}

.c-single-btn .c-btn__content::before {
  content: none;
}

.c-single-btn-item {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.c-single-btn-item--prev::before,
.c-single-btn-item--next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 10px;
  margin: auto;
  background-image: url("../img/common/arr_gry.png");
  background-size: contain;
  content: "";
}

.c-single-btn-item--prev {
  padding-left: 1.5rem;
}

.c-single-btn-item--prev::before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-single-btn-item--next {
  padding-right: 1.5rem;
}

.c-single-btn-item--next::before {
  right: 0;
}

.c-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.c-header-logo__item {
  display: block;
}

.c-header-box.is-animate {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.c-header-box.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header-list {
  line-height: 1.5;
}

.c-header-list > li {
  font-size: clamp(.938rem, .914rem + .1vw, 1rem);
}

.c-header-list > li.c-header-list-last {
  margin-top: 8%;
  margin-right: -1rem;
  margin-left: -1rem;
}

.c-header-list-item__accordion-body > li {
  font-size: .875rem;
}

.c-header-list-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-list-contact__inner {
  position: relative;
  padding-left: 3.5rem;
}

.c-header-list-contact__inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 20px;
  height: 14px;
  margin: auto;
  background-image: url("../img/common/mail_blk_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.c-header-list-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-header-list-last__item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.c-footer {
  background-color: #d1cfc3;
}

.c-footer__logo {
  display: block;
  width: 175px;
}

.c-footer-list__col {
  margin-right: 5%;
  line-height: 1.5;
}

.c-footer-list__col > li > ul {
  margin-top: 10px;
  padding-left: 1.1rem;
  border-left: 1px solid #434343;
  font-size: .875rem;
}

.c-footer-list__col > li > ul > li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer-sns > li {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}

.c-footer-sns > li.c-footer-sns__abema {
  -ms-flex-preferred-size: 37px;
  flex-basis: 37px;
}

.c-footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border: 1px solid #a7a596;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-footer-contact__inner {
  position: relative;
  padding-left: 3.5rem;
}

.c-footer-contact__inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 20px;
  height: 14px;
  margin: auto;
  background-image: url("../img/common/mail_blk_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.c-footer-other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-size: .875rem;
  line-height: 1.15;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer-other-link__item {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
}

.c-footer-other-link__item:last-child {
  border-left: 1px solid #333;
}

.c-footer-copyright {
  margin-top: 50px;
  font-family: "Bellefair", serif;
  font-size: clamp(.625rem, .579rem + .19vw, .75rem);
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #848580;
  text-align: center;
}

.c-pagination .page-numbers.current {
  background-color: #848580;
  color: #fff;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 0;
  border: none;
  background-image: url("../img/common/arr_gry_large.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-pagination .page-numbers.prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.top-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.top-kv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.4rem, .325rem + 2vw, 2.125rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-kv-image {
  overflow: hidden;
  border-bottom-left-radius: 5px;
}

.top-sub-kv {
  position: relative;
  z-index: 1;
}

.top-sub-kv-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-sub-kv-image__left,
.top-sub-kv-image__right {
  overflow: hidden;
}

.top-sub-kv-image__left {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top-sub-kv-image__right {
  border-radius: 5px;
}

.top-sub-kv__text dt {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  /*font-size: clamp(1.5rem, 1.407rem + .38vw, 1.75rem);*/
  font-weight: 500;
}

.top-sub-kv__text dd {
  font-size: clamp(.875rem, .782rem + .38vw, 1.125rem);
}

.top-sub-kv__text dd .c-btn {
  font-size: clamp(.875rem, .829rem + .19vw, 1rem);
}

.top-service-col__tmb {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.top-service-card {
  position: relative;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.top-service-card > dt {
  font-weight: 500;
}

.top-service-card__number {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #1bb5a5;
  font-family: "Bellefair", serif;
  font-size: clamp(1rem, .907rem + .38vw, 1.25rem);
}

.top-service-card__number::before {
  font-size: 75%;
  content: "Service.";
}

.top-service-card__title {
  font-size: clamp(1.25rem, 1.157rem + .38vw, 1.5rem);
}

.top-service-card__text {
  margin-top: 20px;
  letter-spacing: .01em;
}

.top-service-card__btn {
  text-align: right;
}

.top-works-voice {
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.top-works-voice-col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-works-voice-col-item--works {
  background-image: url("../img/top/tp_link_work_img.jpg");
}

.top-works-voice-col-item--voice {
  background-image: url("../img/top/tp_link_voice_img.jpg");
}

.top-works-voice__heading .c-heading-en {
  font-size: clamp(.875rem, .782rem + .38vw, 1.125rem);
}

.top-works-voice__heading .c-heading-ja {
  font-size: clamp(1.625rem, 1.532rem + .38vw, 1.875rem);
  letter-spacing: .15rem;
}

.top-seminars-content__right {
  overflow: hidden;
  border-radius: 5px;
}

.top-blog {
  background-image: url("../img/common/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.top-blog-col__item {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  color: #fff;
}

.top-blog-col__head {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.top-blog-col__body {
  margin-top: 15px;
}

.top-blog-col__body dt {
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}

.top-blog-col__body dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-blog-col__data {
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
}

.top-blog-col__label {
  padding: .25rem;
  border: 1px solid #fff;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
  line-height: 1;
}

.profile-read__heading {
  font-size: clamp(1.5rem, 1.348rem + 0.647vw, 2.125rem);
}

.profile-slider {
  visibility: hidden;
  opacity: 0;
}

.profile-slider-item > img {
  border-radius: 5px;
}

.profile-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.profile-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-slider .slick-slide {
  height: auto !important;
}

.profile-ideal {
  background-image: url("../img/common/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.profile-ideal__heading {
  color: #fff;
  font-size: clamp(2rem, 1.814rem + .76vw, 2.5rem);
}

.profile-ideal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-ideal-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-ideal-list__number {
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
  width: 3.5rem;
  margin: auto;
  color: #67ebdd;
  font-family: "Bellefair", serif;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  text-align: center;
  line-height: 1;
}

.profile-ideal-list__number::before,
.profile-ideal-list__number::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #67ebdd;
  content: "";
}

.profile-ideal-list__number::before {
  right: 0;
}

.profile-ideal-list__number::after {
  left: 0;
}

.profile-ideal-list__text {
  color: #fff;
  font-size: clamp(.938rem, .868rem + .29vw, 1.125rem);
  text-align: center;
  line-height: 1.75;
}

.profile-greeting-image__inner {
  overflow: hidden;
}

.profile-greeting-text__decoration {
  padding-top: 2.65%;
  padding-bottom: 3%;
  padding-left: 4%;
  color: #1bb5a5;
  font-family: "Bellefair", serif;
  font-size: clamp(1.625rem, 1.4rem + 1.13vw, 2.75rem);
}

.profile-greeting-text__content {
  padding-right: 10.5%;
  padding-left: 10.5%;
}

.profile-detail-heading {
  position: relative;
  z-index: 1;
}

.profile-detail-heading::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #d1cfc3;
  content: "";
}

.profile-detail-heading__content {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 2rem;
  background-image: url("../img/common/bg.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
  font-family: "Bellefair", serif;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
}

.profile-detail-col {
  margin-top: 30px;
}

.profile-detail-col__panel {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.profile-detail-col__panel dt {
  color: #1bb5a5;
  font-weight: 500;
}

.profile-detail-col__panel dd {
  margin-top: 10px;
}

.profile-detail-col__panel dd .c-list {
  font-size: clamp(.813rem, .766rem + .19vw, .938rem);
}

.service-section .c-heading-en {
  font-size: clamp(1rem, .907rem + .38vw, 1.25rem);
}

.service-section .c-heading-ja {
  margin-top: 1rem;
}

.service-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.service-section-box__image {
  overflow: hidden;
  border-radius: 5px;
}

.service-section-dl > dt {
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
  font-weight: 500;
}

.service-section-dl > dd {
  line-height: 1.75;
}

.service-section-dl-col__right {
  text-align: right;
}

.service-section__recommend > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  border-radius: 20px;
  background-color: #d1cfc3;
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-section__recommend > dd {
  margin-top: 1.1rem;
  padding-left: 1.1rem;
}

.service-panel {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.service-panel__list dt {
  color: #1bb5a5;
  font-size: clamp(1.375rem, 1.282rem + .38vw, 1.625rem);
  font-weight: 500;
  line-height: 1.15;
}

.service-panel__list dd {
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-top: 1px solid #d1cfc3;
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
}

.service-panel__list dd:first-of-type {
  margin-top: 1.75rem;
}

.service-panel__list dd:last-of-type {
  border-bottom: 1px solid #d1cfc3;
}

.service-panel-list {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.service-panel-list:not(:first-of-type) {
  margin-top: 10px;
}

.service-panel-list:first-of-type {
  margin-top: 50px;
}

.service-panel-list > dt {
  color: #1bb5a5;
  font-size: clamp(1.375rem, 1.282rem + .38vw, 1.625rem);
  font-weight: 500;
  line-height: 1.5;
}

.service-panel-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: .8rem;
  padding-left: .8rem;
  background-color: #1bb5a5;
  color: #fff;
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-panel-list__label + span {
  display: block;
}

.service-panel-list--border {
  border: 2px solid #fff;
  background-image: none;
}

.service-panel-list__inner > dt {
  font-size: clamp(1rem, .907rem + .38vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
}

.service-panel-list__inner > dt .is-small {
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
}

.service-panel-list__inner > dd {
  letter-spacing: .02em;
}

.service-panel__tbl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d1cfc3;
  border-bottom: 1px solid #d1cfc3;
}

.service-panel__tbl-list dt {
  border-right: 1px solid #d1cfc3;
  font-weight: 500;
}

.service-panel__tbl-list dt,
.service-panel__tbl-list dd {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.service-organizing-storage__right {
  line-height: 1.5;
}

.service-organizing-storage__list dt {
  padding-bottom: 1rem;
  font-size: clamp(1rem, .907rem + .38vw, 1.25rem);
  font-weight: 500;
}

.service-organizing-storage__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d1cfc3;
  line-height: 1.15;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-organizing-storage__list dd:last-of-type {
  padding-bottom: 0;
  font-size: 87.5%;
}

.service-counseling {
  margin-top: 30px;
}

.service-flow {
  background-image: url("../img/common/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.service-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-flow-list li::before {
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("../img/common/arr_wht_large.png");
  background-repeat: no-repeat;
  background-position: center;
}

.service-flow-list li:not(:last-child)::before {
  content: "";
}

.service-flow-list__label {
  position: absolute;
  top: 3%;
  left: 8%;
  color: #1bb5a5;
  font-family: "Bellefair", serif;
  font-size: clamp(1.625rem, 1.532rem + .38vw, 1.875rem);
}

.service-flow-list__label::before {
  font-size: 66.666%;
  content: "Step.";
}

.service-flow-list__text {
  display: block;
  color: #fff;
  letter-spacing: 0;
}

.course-read-col__image {
  overflow: hidden;
}

.course-read-col__text {
  line-height: 1.75;
}

.course-points-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-points-item--before dt {
  background-color: #d1cfc3;
}

.course-points-item--after dt {
  background-color: #1bb5a5;
  color: #fff;
}

.course-section-wh-col__panel {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.course-section-wh-col__panel > dt {
  color: #1bb5a5;
  font-size: clamp(1.375rem, 1.282rem + .38vw, 1.625rem);
  font-weight: 500;
  line-height: 1;
}

.course-section-wh-col__panel > dd {
  margin-top: 30px;
  border-top: 1px solid #d1cfc3;
}

.course-section-wh-col__inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1cfc3;
}

.course-section-wh-col__inner-list > dt {
  min-width: 130px;
  font-weight: 500;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.course-section-wh-col__inner-list > dd {
  border-left: 1px solid #d1cfc3;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
}

.course-section-grey {
  background-image: url("../img/common/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.course-heading-wh {
  color: #fff;
  font-size: clamp(1.625rem, 1.532rem + .38vw, 1.875rem);
  letter-spacing: .2rem;
}

.course-events li {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  color: #fff;
  line-height: 1.75;
}

.course-events__label {
  padding-bottom: 15px;
  color: #67ebdd;
  font-family: "Bellefair", serif;
  font-size: clamp(1.125rem, 1.079rem + .19vw, 1.25rem);
  line-height: 1;
}

.course-events__label + .course-events__text-lg,
.course-events__label + .course-events__text {
  margin-top: 10px;
}

.course-events__text-lg,
.course-events__text,
.course-events__text-sm {
  display: block;
  padding-left: 20px;
}

.course-events__text-lg {
  font-size: clamp(1.375rem, 1.329rem + .19vw, 1.5rem);
}

.course-events__text {
  font-size: clamp(1.125rem, 1.079rem + .19vw, 1.25rem);
}

.course-events__text-sm {
  font-size: inherit;
}

.course-events__link {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 40px;
}

.course-events__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 15px;
  background-image: url("../img/common/arr_wht.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8.38px auto;
  content: "";
}

.course-note {
  color: #fff;
  font-size: clamp(.813rem, .766rem + .19vw, .938rem);
  letter-spacing: 0;
}

.course-panel {
  position: relative;
  margin-top: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  color: #fff;
}

.course-panel > dt {
  font-weight: 500;
}

.course-panel__number {
  position: absolute;
  color: #67ebdd;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
  line-height: 1;
  letter-spacing: 0;
}

.course-panel__number::before {
  color: inherit;
  font-size: 76.923%;
  content: "Step.";
}

.course-panel__title {
  font-size: clamp(1.25rem, 1.157rem + .38vw, 1.5rem);
  line-height: 1.15;
}

.course-panel-single {
  position: relative;
  margin-top: 10px;
  border-radius: 5px;
  background-color: rgba(103, 235, 221, .35);
}

.course-panel-single > dt {
  position: absolute;
  color: #67ebdd;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.course-panel-single > dt::before {
  color: inherit;
  font-size: 76.923%;
  content: "Step.";
}

.course-panel-single > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: clamp(1.625rem, 1.532rem + .38vw, 1.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seminar-read__head {
  overflow: hidden;
  border-radius: 5px;
}

.seminar-read-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d1cfc3;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seminar-read-list dd {
  margin-top: 15px;
}

.seminar-panel {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}
.seminar-panel__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seminar-panel__image {
  overflow: hidden;
  border-radius: 5px;
}

.seminar-panel-label {
  padding: 2px 5px;
  border: 1px solid #d1cfc3;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
}

.seminar-panel-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1bb5a5;
  /*font-size: clamp(1.625rem, 1.532rem + .38vw, 1.875rem);*/
  font-size: clamp(1.25rem, 1.098rem + 0.647vw, 1.875rem);
  line-height: 1.5;
}

.seminar-panel-list {
  margin-top: 20px;
  border-top: 1px solid #d1cfc3;
}

.seminar-panel-list > dt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 8px;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.seminar-panel-list > dt::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #1bb5a5;
  font-size: 85%;
  line-height: 2;
  content: "●";
}

.seminar-panel-list__price {
  font-size: clamp(1rem, .907rem + .38vw, 1.25rem);
}

.seminar-panel-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d1cfc3;
}

.seminar-panel-list__inner:last-child {
  border-bottom: 1px solid #d1cfc3;
}

.seminar-panel-list__inner > dt {
  min-width: 65px;
  padding-left: 2%;
  font-weight: 500;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}

.seminar-panel-list__inner > dd {
  padding-left: 20px;
  border-left: 1px solid #d1cfc3;
  -ms-flex-preferred-size: 84%;
  flex-basis: 84%;
}

.works-btn-list .c-btn__content {
  padding-right: 1.2rem;
}

.works-btn-list .c-btn__content::before {
  content: none;
}

.works-article {
  padding-top: 10px;
  border-top: 1px solid #d1cfc3;
}

.works-article__heading {
  font-size: clamp(1.125rem, 1.079rem + .19vw, 1.25rem);
  font-weight: 700;
}

.works-article__image-before,
.works-article__image-after {
  position: relative;
}

.works-article__image-before > img,
.works-article__image-after > img {
  overflow: hidden;
  border-radius: 5px;
}

.works-article__image-before::before,
.works-article__image-after::before {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Bellefair", serif;
  font-size: clamp(1.2rem, 0.806rem + 0.828vw, 1.5rem);
  line-height: 1;
}

.works-article__image-before::before {
  color: #9a9a9a;
  content: "Before";
}

.works-article__image-before::after {
  display: block;
  position: absolute;
  background-image: url("../img/subpage/works_arr_ico.png");
  background-repeat: no-repeat;
  content: "";
}

.works-article__image-after::before {
  color: #1bb5a5;
  content: "After";
}

.works-article__tags {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #1bb5a5;
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
  line-height: 1.15;
}

.works-article__tags-wrap {
  margin-right: -5px;
  margin-left: -5px;
  text-align: right;
}

.voice-list {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.voice-list > dt {
  font-weight: 500;
  line-height: 1.5;
}

.voice-list__sm-heading {
  color: #1bb5a5;
}

.voice-list__heading {
  display: block;
  margin-top: 5px;
  font-size: clamp(1.125rem, 1.032rem + .38vw, 1.375rem);
}

.faq-heading {
  font-size: clamp(1.25rem, 1.157rem + .38vw, 1.5rem);
  line-height: 1.5;
}

.contact-step li {
  line-height: 1;
}

.contact-step li.is-current {
  border-color: #71716b;
}

.contact-list-intro {
	margin-bottom: 50px;
}

.contact-list dt {
  color: #71716b;
}

.contact-list--must .contact-list__dt-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list--must .contact-list__dt-ttl::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50px;
  height: 30px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #71716b;
  color: #fff;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
  content: "必須";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-list__dt-ttl {
  position: relative;
  font-weight: 500;
  line-height: 1.15;
}

.contact-list__note {
  display: block;
  margin-top: 5px;
  color: #ababab;
  font-weight: 500;
}

.contact-forms {
  border-radius: 5px;
  background-image: url("../img/common/bg_white.jpg");
  background-repeat: repeat;
  background-size: 250px auto;
}

.contact-forms-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  line-height: 1;
}

.contact-forms-checkbox .wpcf7-list-item > label {
  display: inline-block;
  margin-right: 10px;
}

.contact-forms-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

.contact-forms-checkbox input[type=checkbox] {
  display: none;
}

.contact-forms-checkbox .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-forms-checkbox .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #333;
  background-color: #fff;
  content: "";
}

.contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #71716b;
}

.contact-forms-checkbox--confirmation {
  text-align: center;
}

.contact-forms-input input[type=text],
.contact-forms-input input[type=email],
.contact-forms-input input[type=tel],
.contact-forms-input input[type=number],
.contact-forms-input input[type=url] {
  width: 100%;
  padding: 16px 20px;
  border-radius: 5px;
  background-color: #f0efec;
  line-height: 1;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]::-webkit-input-placeholder,
.contact-forms-input input[type=email]::-webkit-input-placeholder,
.contact-forms-input input[type=tel]::-webkit-input-placeholder,
.contact-forms-input input[type=number]::-webkit-input-placeholder,
.contact-forms-input input[type=url]::-webkit-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]::-moz-placeholder,
.contact-forms-input input[type=email]::-moz-placeholder,
.contact-forms-input input[type=tel]::-moz-placeholder,
.contact-forms-input input[type=number]::-moz-placeholder,
.contact-forms-input input[type=url]::-moz-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]:-ms-input-placeholder,
.contact-forms-input input[type=email]:-ms-input-placeholder,
.contact-forms-input input[type=tel]:-ms-input-placeholder,
.contact-forms-input input[type=number]:-ms-input-placeholder,
.contact-forms-input input[type=url]:-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]::-ms-input-placeholder,
.contact-forms-input input[type=email]::-ms-input-placeholder,
.contact-forms-input input[type=tel]::-ms-input-placeholder,
.contact-forms-input input[type=number]::-ms-input-placeholder,
.contact-forms-input input[type=url]::-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]::placeholder,
.contact-forms-input input[type=email]::placeholder,
.contact-forms-input input[type=tel]::placeholder,
.contact-forms-input input[type=number]::placeholder,
.contact-forms-input input[type=url]::placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.contact-forms-input input[type=text]:focus,
.contact-forms-input input[type=email]:focus,
.contact-forms-input input[type=tel]:focus,
.contact-forms-input input[type=number]:focus,
.contact-forms-input input[type=url]:focus {
  outline: #71716b 1px solid;
}

.contact-forms-input input[type=number] {
  -moz-appearance: textfield;
}

.contact-forms-input input[type=number]::-webkit-outer-spin-button,
.contact-forms-input input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.contact-forms-input--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-forms-input--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
}

.contact-forms-input--address::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  line-height: 1;
  content: "〒";
}

.contact-forms-input--address > .wpcf7-form-control-wrap {
  display: block;
}

.contact-forms-input--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-forms-input--tel > .wpcf7-form-control-wrap {
  display: block;
}

.contact-forms-input--textarea .wpcf7-form-control-wrap {
  display: block;
  margin-top: 20px;
}

.contact-forms-input--textarea textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: 5px;
  background-color: #f0efec;
  line-height: 1;
  line-height: 1.75;
  letter-spacing: .05em;
}

.contact-forms-input--textarea textarea:focus {
  outline: #71716b 1px solid;
}

.contact-forms-select {
  position: relative;
}

.contact-forms-select .wpcf7-form-control {
  width: 100%;
  padding: 16px 20px;
  border-radius: 5px;
  background-color: #f0efec;
  line-height: 1;
  line-height: 1.5;
  letter-spacing: .05em;
}

.contact-forms-select .wpcf7-form-control:focus {
  outline: #71716b 1px solid;
}

.contact-forms-select::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15.56px;
  height: 13px;
  margin: auto;
  background-image: url("../img/common/arr_gry_large.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-forms-radio .wpcf7-radio {
  display: inline-block;
}

.contact-forms-radio .wpcf7-list-item {
  display: block;
  margin-top: 20px;
  margin-left: 0;
  line-height: 1;
}

.contact-forms-radio input[type=radio] {
  display: none;
}

.contact-forms-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding-left: 25px;
}

.contact-forms-radio .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border: 1px solid #71716b;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.contact-forms-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background-color: #71716b;
  content: "";
}

.contact-forms-radio--col .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-forms__privacy {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d1cfc3;
  border-radius: 5px;
  background-color: #fff;
}

.contact-forms__privacy dt {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
}

.contact-forms__privacy dt::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #333;
  content: "";
}

.contact-forms__privacy dd {
  margin-top: 20px;
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
}

.contact-forms__submit {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.contact-forms__submit input[type=submit] {
  display: block;
  width: 100%;
  background-color: #71716b;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.contact-forms__submit input[type=submit]:disabled {
  opacity: .2;
}

.contact-forms__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact-forms__previous {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.contact-forms__previous input[type=button] {
  display: block;
  width: 100%;
  background-color: rgba(10, 10, 10, .3);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.contact-forms .wpcf7-not-valid-tip {
  margin-top: .5em;
}

.contact-note {
  text-align: center;
}

.contact-complete__btn {
	margin: 30px auto 0;
	text-align: center;
}

.blog-col__head {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.blog-col__body {
  margin-top: 15px;
}

.blog-col__body dt {
  font-size: clamp(1rem, .954rem + .19vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}

.blog-col__body dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-col__data {
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
}

.blog-col__label {
  padding: .25rem;
  border: 1px solid #71716b;
  font-size: clamp(.75rem, .704rem + .19vw, .875rem);
  line-height: 1;
}

.news-col__head .c-btn {
  height: 30px;
  border-radius: 15px;
}

.news-col__head .c-btn__content {
  font-size: clamp(.813rem, .789rem + .1vw, .875rem);
}

.news-col__head .c-btn__content::before {
  width: 8.47px;
  height: 7.06px;
}
.news-body p ,.news-body img {
	margin-bottom: 40px;
}
.news-body img {
	border-radius: 5px;
}
.news-body a {
	text-decoration: underline;
	color: #00d084;
}
.news-body h2 {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 3px 0 3px 14px;
	position: relative;
	line-height: 1.4;
}
.news-body h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #999;
}
.news-body h3 {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0 0 0 14px;
	position: relative;
	line-height: 1.4;
}
.news-body h3:before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 15px;
	width: 7px;
	height: 7px;
	background: #999;
	border-radius: 9px;
}
.news-body h4 {
	font-size: 20px;
	margin: 0 0 20px;
	color: var(--c-primary);
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
  body {
    line-height: 2;
  }

  .c-btn {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .c-btn:hover,
  .c-btn.is-current {
    background-color: #666;
    color: #eeedea;
  }

  .c-btn:hover .c-btn__content::before {
    background-image: url("../img/common/arr_wht.png");
  }

  .c-btn__content {
    padding-right: 4rem;
    padding-left: 1.2rem;
  }

  .c-btn--wh {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .c-btn--wh:hover {
    background-color: #fff;
  }

  .c-btn--wh:hover .c-btn__content {
    color: #666;
  }

  .c-btn--wh:hover .c-btn__content::before {
    background-image: url("../img/common/arr_gry.png");
  }

  .c-main {
    margin-left: 280px;
  }

  .c-hide-pc {
    display: none;
  }

  .c-link {
    cursor: pointer;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .c-anchor-list {
    margin-top: 20px;
  }

  .c-anchor-list li {
    margin-top: 20px;
  }

  .c-faq-accordion dt {
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-faq-accordion dt:hover {
    opacity: .7;
  }

  .c-faq-accordion dt::after {
    top: 35px;
  }

  .c-faq-accordion__dt-inner::before,
  .c-faq-accordion__dt-inner::after {
    top: calc(14px + .1em);
  }

  .c-information-list__link {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-information-list__link:hover {
    color: #1bb5a5;
  }

  .c-heading-ja {
    letter-spacing: .3rem;
  }

  .c-cv {
    padding: 148px 6.125%;
    background-image: url("../img/common/tp_contact_img.jpg");
  }

  .c-cv-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;
  }

  .c-cv-inner__left {
    -ms-flex-preferred-size: 78.462%;
    flex-basis: 78.462%;
  }

  .c-cv-inner__right {
    min-width: 250px;
    -ms-flex-preferred-size: 21.528%;
    flex-basis: 21.528%;
  }

  .c-cv-inner__right .c-btn,
  .c-cv-inner__right .c-btn__content {
    width: 100%;
  }

  .c-cv__text {
    margin-top: 70px;
  }

  .c-kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-kv-title {
    padding-left: 9.113%;
    -webkit-box-flex: 47.045%;
    -ms-flex: 47.045%;
    flex: 47.045%;
  }

  .c-kv-image {
    border-bottom-left-radius: 5px;
    -webkit-box-flex: 52.955%;
    -ms-flex: 52.955%;
    flex: 52.955%;
  }

  .c-kv-breadcrumbs {
    padding-right: 20px;
  }

  .c-kv-breadcrumbs > li > a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-kv-breadcrumbs > li > a:hover {
    color: #1bb5a5;
  }

  .c-single {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 20px 150px 20px;
  }

  .c-single__inner {
    margin-top: 60px;
  }

  .c-single-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-single-works__before,
  .c-single-works__after {
    padding-bottom: 2rem;
  }

  .c-single-works__before {
    margin-right: 2.1%;
    -ms-flex-preferred-size: calc(31.914% - .5px);
    flex-basis: calc(31.914% - .5px);
  }

  .c-single-works__before::after {
    top: 0;
    right: -13.5%;
    width: 13.5%;
    height: 100%;
    background-position: top 45% center;
    background-size: 50% auto;
  }

  .c-single-works__after {
    margin-left: 2.1%;
    -ms-flex-preferred-size: calc(63.829% - .5px);
    flex-basis: calc(63.829% - .5px);
  }

  .c-single-image {
    margin-top: 90px;
  }

  .c-single-image + .c-single-image {
    margin-top: 40px;
  }

  .c-single-btn {
    margin-top: 110px;
    padding-top: 60px;
    padding-right: 10%;
    padding-left: 10%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .c-single-btn .c-btn__content {
    width: 160px;
  }

  .c-single-btn-item {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-single-btn-item:hover {
    color: #1bb5a5;
  }

  .c-header {
    z-index: 1;
    width: 280px;
    border-right: 1px solid #d1cfc3;
  }

  .c-header__content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    padding: 10% 35px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .c-header__content.is-show {
    opacity: 1;
  }

  .c-header-logo {
    width: 175px;
  }
  .c-header-logo__txt {
	margin-bottom: 10px;
    font-size: 1.2rem;
	text-align: right;
  }
  .c-header-menu {
    display: none;
  }

  .c-header-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .c-header-list > li {
    margin-top: 10%;
  }

  .c-header-list > li:first-child {
    margin-top: 18%;
  }

  .c-header-list-item {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-header-list-item:hover {
    color: #1bb5a5;
  }

  .c-header-list-item__accordion-head {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item__accordion-head:hover {
    opacity: .7;
  }

  .c-header-list-item__accordion-head::before,
  .c-header-list-item__accordion-head::after {
    display: block;
    position: absolute;
    top: calc(11px + .1em);
    right: 0;
    width: 11px;
    height: 1px;
    background: #434343;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-header-list-item__accordion-head::after {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .c-header-list-item__accordion-head.is-open::after {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
  }

  .c-header-list-item__accordion-body {
    display: none;
  }

  .c-header-list-item__accordion-body.is-open {
    display: block;
  }

  .c-header-list-item__accordion-body > li {
    margin-top: 10px;
  }

  .c-header-list-contact {
    border: 1px solid #d1cfc3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-header-list-contact:hover {
    background-color: #666;
    color: #fff;
  }

  .c-header-list-contact:hover .c-header-list-contact__inner::before {
    background-image: url("../img/common/mail_wht_ico.png");
  }

  .c-header-list-last__item {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-header-list-last__item:hover {
    color: #1bb5a5;
  }

  .c-header-list-last__item:last-child {
    border-left: 1px solid #d1cfc3;
  }

  .c-footer__content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-right: 5.208%;
    padding-bottom: 25px;
    padding-left: 5.208%;
  }

  .c-footer-box {
    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;
  }

  .c-footer-box__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }

  .c-footer-box__right {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }

  .c-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13.416%;
    -ms-flex-preferred-size: calc(86.584% - 175px);
    flex-basis: calc(86.584% - 175px);
  }

  /*.c-footer-list__col:first-child {
    margin-right: 5%;
  }*/

  .c-footer-list__col > li:not(:first-child) {
    margin-top: 20px;
  }

  .c-footer-list-item {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-footer-list-item:hover {
    color: #1bb5a5;
  }

  .c-footer-sns {
    margin-top: 60px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .c-footer-sns__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-footer-sns__link:hover {
    opacity: .7;
  }

  .c-footer-contact {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 190px;
    margin: 0 auto;
  }

  .c-footer-contact:hover {
    background-color: #666;
    color: #fff;
  }

  .c-footer-contact:hover .c-footer-contact__inner::before {
    background-image: url("../img/common/mail_wht_ico.png");
  }

  .c-footer-other-link__item {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .c-footer-other-link__item:hover {
    color: #1bb5a5;
  }

  .c-footer-copyright {
    text-align: right;
  }

  .c-pagination {
    margin-top: 160px;
  }

  .c-pagination .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: calc(50px - .2em);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .c-pagination .page-numbers:hover {
    background-color: #848580;
    color: #fff;
  }

  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    width: 50px;
    height: 50px;
    background-size: 16px auto;
  }

  .c-pagination .page-numbers.prev:hover,
  .c-pagination .page-numbers.next:hover {
    background-color: transparent;
    opacity: .7;
  }

  .top-kv-title {
    padding-top: 5%;
    padding-bottom: 4%;
    letter-spacing: .5rem;
    -ms-flex-preferred-size: 47.685%;
    flex-basis: 47.685%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-kv-image {
    -ms-flex-preferred-size: 52.315%;
    flex-basis: 52.315%;
  }

  .top-sub-kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-sub-kv-image {
    -ms-flex-preferred-size: 50.503%;
    flex-basis: 50.503%;
  }

  .top-sub-kv-image__left {
    margin-right: 8.836%;
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
    -ms-flex-preferred-size: 63.975%;
    flex-basis: 63.975%;
  }

  .top-sub-kv-image__right {
    -webkit-transform: translateY(227%);
    transform: translateY(227%);
    -ms-flex-preferred-size: 30.687%;
    flex-basis: 30.687%;
  }

  .top-sub-kv__text {
    margin-left: 9.2%;
    -ms-flex-preferred-size: 35.597%;
    flex-basis: 35.597%;
  }

  .top-sub-kv__text dt {
    margin-top: 20%;
    letter-spacing: .5rem;
  }

  .top-sub-kv__text dd {
    margin-top: 12%;
  }

  .top-service {
    padding-top: 200px;
    padding-right: 6.097%;
    padding-left: 6.097%;
  }

  .top-service-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-service-col > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }

  .top-service-col__tmb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .top-service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 55px 40px 40px;
  }

  .top-service-card__btn {
    margin-top: 25px;
  }

  .top-works-voice {
    margin-top: 200px;
  }

  .top-works-voice-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-works-voice-col-item {
    padding: 230px 4.28% 40px;
  }

  .top-seminars {
    padding-top: 200px;
    padding-right: 6.097%;
    padding-left: 6.097%;
  }

  .top-seminars-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-seminars-content__left {
    padding-right: 2rem;
    -ms-flex-preferred-size: 57.925%;
    flex-basis: 57.925%;
  }

  .top-seminars-content__right {
    -ms-flex-preferred-size: 42.075%;
    flex-basis: 42.075%;
  }

  .top-seminars__sp-image {
    display: none;
  }

  .top-blog {
    padding: 100px 6.097%;
  }

  .top-blog__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-blog-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .top-blog-col__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }

  .top-blog-col__item:hover {
    opacity: .7;
  }

  .top-blog-col__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .top-blog-col__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-faq {
    padding: 150px 6.097%;
  }

  .top-faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-faq-content__left {
    min-width: 200px;
    padding-right: 1rem;
    -ms-flex-preferred-size: 30.715%;
    flex-basis: 30.715%;
  }

  .top-faq-content__right {
    -ms-flex-preferred-size: 69.285%;
    flex-basis: 69.285%;
  }

  .profile-read {
    margin-top: 200px;
  }

  .profile-read__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9.113%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile-read__heading {
    letter-spacing: .5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .profile-read-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -.5rem;
    -ms-flex-preferred-size: 81.3%;
    flex-basis: 81.3%;
  }

  .profile-read-col__left,
  .profile-read-col__right {
    padding-right: 8.2%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .profile-slider {
    max-height: 760px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .profile-slider-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-slider .slick-slide {
    width: 440px;
  }

  .profile-slider .slick-slide[data-slick-index="-4"],
  .profile-slider .slick-slide[data-slick-index="2"],
  .profile-slider .slick-slide[data-slick-index="8"],
  .profile-slider .slick-slide[data-slick-index="14"],
  .profile-slider .slick-slide[data-slick-index="20"] {
    width: 280px;
  }

  .profile-slider .slick-slide[data-slick-index="-3"],
  .profile-slider .slick-slide[data-slick-index="3"],
  .profile-slider .slick-slide[data-slick-index="9"],
  .profile-slider .slick-slide[data-slick-index="15"],
  .profile-slider .slick-slide[data-slick-index="21"] {
    width: 540px;
  }

  .profile-ideal {
    padding: 150px 6.097%;
  }

  .profile-ideal__heading {
    letter-spacing: .1em;
  }

  .profile-ideal-list > li {
    min-width: 200px;
    max-height: 280px;
    height: 14.6vw;
    -ms-flex-preferred-size: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
  }

  .profile-greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	margin-top: 150px;
  }

  .profile-greeting-image {
    -ms-flex-preferred-size: 36.945%;
    flex-basis: 36.945%;
  }

  .profile-greeting-image__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    border-bottom-right-radius: 5px;
  }

  .profile-greeting-text {
    -ms-flex-preferred-size: 63.055%;
    flex-basis: 63.055%;
  }

  .profile-detail {
    margin-top: 140px;
    padding-right: 6.097%;
    padding-bottom: 240px;
    padding-left: 6.097%;
  }

  .profile-detail-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .profile-detail-col__main {
    padding-right: 3%;
    -ms-flex-preferred-size: 74.017%;
    flex-basis: 74.017%;
  }

  .profile-detail-col__panel {
    padding-top: 3.5%;
    padding-right: 2%;
    padding-bottom: 3.5%;
    padding-left: 3.5%;
    -ms-flex-preferred-size: 25.983%;
    flex-basis: 25.983%;
  }

  .service {
    margin-top: 200px;
    padding-right: 6.097%;
    padding-left: 6.097%;
  }

  .service-section {
    margin-top: 180px;
  }

  .service-section-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-section-box__text {
    -ms-flex-preferred-size: 49.44%;
    flex-basis: 49.44%;
  }

  .service-section-box__image {
    margin-left: 8.426%;
    -ms-flex-preferred-size: 42.134%;
    flex-basis: 42.134%;
  }

  .service-section-dl > dt {
    margin-top: 60px;
  }

  .service-section-dl-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-section-dl-col__left {
    min-width: 250px;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }

  .service-section-dl-col__right {
    min-width: 190px;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .service-panel {
    padding: 65px 100px;
  }

  .service-panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 3.5%;
  }

  .service-panel-list > dt {
    padding-right: 1.5%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .service-panel-list > dd {
    padding-left: 3.5%;
    border-left: 1px solid #d1cfc3;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .service-panel-list__label {
    height: 30px;
    border-radius: 15px;
  }

  .service-panel-list__label + span {
    margin-top: 10px;
  }

  .service-panel-list__inner > dd {
    margin-top: 1.1rem;
    margin-right: -.8rem;
  }

  .service-organizing-storage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-organizing-storage__left {
    margin-right: 2.633%;
    -ms-flex-preferred-size: 27.914%;
    flex-basis: 27.914%;
  }

  .service-organizing-storage__right {
    margin-left: 2.633%;
    -ms-flex-preferred-size: 62.359%;
    flex-basis: 62.359%;
  }

  .service-counseling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-counseling__left {
    min-width: 400px;
    -ms-flex-preferred-size: 49.157%;
    flex-basis: 49.157%;
  }

  .service-counseling__right {
    min-width: 300px;
    margin-top: 10px;
    -ms-flex-preferred-size: 42.539%;
    flex-basis: 42.539%;
  }

  .service-counseling__right .c-list-note {
    margin-right: -1rem;
  }

  .service-flow {
    margin-top: 220px;
    padding: 100px 6.097%;
  }

  .service-flow-list {
    margin-top: 50px;
    margin-right: -2.808%;
    margin-left: -2.808%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .service-flow-list li {
    margin-right: 2.808%;
    margin-left: 2.808%;
    -ms-flex-preferred-size: 30.616%;
    flex-basis: 30.616%;
  }

  .service-flow-list li:not(:last-child)::before {
    right: -28.616%;
    width: 28.616%;
    background-size: 28% auto;
  }

  .service-flow-list__text {
    padding: 80px 8% 10% 10%;
  }

  .course-read {
    margin-top: 200px;
  }

  .course-read__heading {
    padding-left: 6.097%;
  }

  .course-read-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .course-read-col__image {
    margin-top: 5%;
    margin-right: 13.353%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -ms-flex-preferred-size: 24.39%;
    flex-basis: 24.39%;
  }

  .course-read-col__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 62.257%;
    flex-basis: 62.257%;
  }

  .course-read-col__text-left,
  .course-read-col__text-right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .course-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d1cfc3;
  }

  .course-points-item {
    position: relative;
  }

  .course-points-item dt {
    position: absolute;
    top: -1.75rem;
    left: 0;
    width: 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .course-points-item dd {
    margin-left: 40px;
    padding-top: 30px;
    padding-right: 2%;
    padding-left: 5.7%;
  }

  .course-points-item--before {
    -ms-flex-preferred-size: 49.157%;
    flex-basis: 49.157%;
  }

  .course-points-item--after {
    -ms-flex-preferred-size: 50.843%;
    flex-basis: 50.843%;
  }

  .course-section-wh {
    margin-top: 100px;
    padding-right: 6.097%;
    padding-left: 6.097%;
  }

  .course-section-wh-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-right: -20px;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-section-wh-col__panel {
    min-width: 400px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 60px 4.8%;
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }

  .course-section-wh-col__inner-list > dt.is-indent {
    text-align: center;
  }

  .course-section-wh-col__inner-list > dd {
    padding-left: 30px;
  }

  .course-section-grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 100px 6.097%;
  }

  .course-section-grey__head {
    min-width: 200px;
    padding-right: 20px;
    -ms-flex-preferred-size: 25.562%;
    flex-basis: 25.562%;
  }

  .course-section-grey__body {
    -ms-flex-preferred-size: 74.438%;
    flex-basis: 74.438%;
  }

  .course-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    margin-right: -2.358%;
    margin-left: -2.358%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-events li {
    min-width: 200px;
    margin-top: 40px;
    margin-right: 2.358%;
    margin-left: 2.358%;
    -ms-flex-preferred-size: 28.6173333333%;
    flex-basis: 28.6173333333%;
  }

  .course-events__link {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }

  .course-events__link:hover {
    color: #1bb5a5;
  }

  .course-note {
    margin-top: 10px;
    text-align: right;
  }

  .course-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
  }

  .course-panel > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
  }

  .course-panel > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
  }

  .course-panel__number {
    top: 13px;
    left: 20px;
  }

  .course-panel__title {
    padding-left: 1.5rem;
  }

  .course-panel-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course-panel-single > dt {
    top: 15px;
    left: 20px;
  }

  .course-panel--first {
    margin-top: 0;
  }

  .seminar {
    margin-top: 200px;
    padding-right: 6.097%;
    padding-bottom: 200px;
    padding-left: 6.097%;
  }

  .seminar-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1255px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .seminar-read__head {
    min-width: 200px;
    -ms-flex-preferred-size: 33.6%;
    flex-basis: 33.6%;
  }

  .seminar-read__body {
    max-width: 690px;
    margin-top: 30px;
    padding-left: 15px;
    letter-spacing: .01rem;
    -ms-flex-preferred-size: 66.4%;
    flex-basis: 66.4%;
  }

  .seminar-read-list dt {
    height: 40px;
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .seminar-read-list dd {
    padding-left: 15px;
  }

  .seminar-panel {
    padding: 30px 2% 30px 5%;
  }
  .seminar-panel__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seminar-panel--first {
    margin-top: 200px;
  }

  .seminar-panel + .seminar-panel {
    margin-top: 60px;
  }

  .seminar-panel__main {
    padding-right: 3.8%;
    -ms-flex-preferred-size: 59.5%;
    flex-basis: 59.5%;
  }

  .seminar-panel__image {
    -ms-flex-preferred-size: 40.5%;
    flex-basis: 40.5%;
  }

  .works {
    margin-top: 200px;
    padding-right: 6.097%;
    padding-bottom: 200px;
    padding-left: 6.097%;
  }

  .works-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 110px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works-article--first {
    margin-top: 60px;
  }

  .works-article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.777%;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 65.277%;
    flex-basis: 65.277%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works-article__body {
    margin-left: 2.777%;
    -ms-flex-preferred-size: 28.915%;
    flex-basis: 28.915%;
  }

  .works-article__heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .works-article__image-before,
  .works-article__image-after {
    margin-top: 25px;
    padding-bottom: 2rem;
  }

  .works-article__image-before {
    margin-right: 2.1%;
    -ms-flex-preferred-size: calc(31.914% - .5px);
    flex-basis: calc(31.914% - .5px);
  }

  .works-article__image-before::after {
    top: 0;
    right: -13.5%;
    width: 13.5%;
    height: 100%;
    background-position: top 45% center;
    background-size: 50% auto;
  }

  .works-article__image-after {
    margin-left: 2.1%;
    -ms-flex-preferred-size: calc(63.829% - .5px);
    flex-basis: calc(63.829% - .5px);
  }

  .works-article__text {
    margin-top: 20px;
  }

  .works-article__btn {
    margin-top: 70px;
  }

  .voice {
    margin-top: 130px;
    padding-right: 6.097%;
    padding-bottom: 250px;
    padding-left: 6.097%;
  }

  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 3.5%;
  }

  .voice-list + .voice-list {
    margin-top: 50px;
  }

  .voice-list > dt {
    padding-right: 5%;
    border-right: 1px solid #d1cfc3;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }

  .voice-list > dd {
    padding-left: 4%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
  }

  .faq {
    margin-top: 190px;
    padding-right: 6.097%;
    padding-bottom: 250px;
    padding-left: 6.097%;
  }

  .faq-heading {
    padding-bottom: 25px;
  }

  .faq-section {
    margin-top: 100px;
  }

  .faq-section .c-faq-accordion dt {
    margin-left: 30px;
  }

  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 200px;
    padding-right: 6.097%;
    padding-bottom: 250px;
    padding-left: 6.097%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-step {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
  }

  .contact-step li {
    height: 70px;
    padding-left: 20px;
    border-left: 1px solid #d1cfc3;
  }

  .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-list dt {
    min-width: 100px;
    padding-top: 15px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .contact-list dd {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .contact-list--must .contact-list__dt-ttl {
    padding-right: 10px;
  }

	.contact-list__dd-txt {
		padding-top: 15px;
	}

  .contact-list__note {
    font-size: .75rem;
  }

  .contact-forms {
    padding: 100px 7%;
    -ms-flex-preferred-size: 83.334%;
    flex-basis: 83.334%;
  }

  .contact-forms-checkbox {
    margin-top: 13px;
  }

  .contact-forms-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .contact-forms-checkbox .wpcf7-list-item-label:hover {
    opacity: .7;
  }

  .contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 3px;
    -webkit-transform: rotate(135deg) translateY(1px) translateX(-2.1px);
    transform: rotate(135deg) translateY(1px) translateX(-2.1px);
  }

  .contact-forms-checkbox--confirmation .wpcf7-list-item > label {
    margin-top: 20px;
  }

  .contact-forms-input--name > .wpcf7-form-control-wrap {
    min-width: 150px;
    width: 26%;
  }

  .contact-forms-input--name > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-left: 10px;
  }

  .contact-forms-input--address > .wpcf7-form-control-wrap {
    min-width: 145px;
    width: 24%;
  }

  .contact-forms-input--address .contact-list__note {
    margin-top: 20px;
    margin-left: 20px;
  }

  .contact-forms-input--tel > .wpcf7-form-control-wrap {
    min-width: 270px;
    width: 49%;
  }

  .contact-forms-input--tel .contact-list__note {
    margin-top: 20px;
    margin-left: 20px;
  }

  .contact-forms-input--textarea textarea {
    height: 200px;
  }

  .contact-forms-select {
    max-width: 224px;
  }

  .contact-forms-radio .wpcf7-list-item-label {
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .contact-forms-radio .wpcf7-list-item-label:hover {
    opacity: .7;
  }

  .contact-forms-radio--col .wpcf7-list-item {
    margin-right: 5%;
  }

  .contact-forms-radio--col .wpcf7-list-item-label {
    min-width: 80px;
  }

  .contact-forms__privacy {
    max-width: 1000px;
    height: 250px;
    margin-top: 50px;
    padding: 25px 30px;
  }

  .contact-forms__submit {
    max-width: 350px;
    margin-top: 55px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .contact-forms__submit.-confrim {
    margin-top: 25px;
  }

  .contact-forms__submit:hover {
    opacity: .7;
  }

  .contact-forms__submit input[type=submit] {
    height: 80px;
    border-radius: 40px;
  }

  .contact-forms__previous {
    max-width: 350px;
    margin-top: 55px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .contact-forms__previous:hover {
    opacity: .7;
  }

  .contact-forms__previous input[type=button] {
    height: 80px;
    border-radius: 40px;
  }

  .contact-forms-confirm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-forms-confirm + .contact-forms-confirm {
    padding-top: 0;
  }

  .contact-note {
    margin-top: 80px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .contact-note.-complete {
    margin-top: 0;
  }

  .blog {
    margin-top: 100px;
    padding-right: 6.097%;
    padding-bottom: 250px;
    padding-left: 6.097%;
  }

  .blog-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
    margin-right: -2%;
    margin-left: -2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-col__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -ms-flex-preferred-size: 29.3333333333%;
    flex-basis: 29.3333333333%;
  }

  .blog-col__item:hover {
    opacity: .7;
  }

  .blog-col__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .blog-col__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-col__body dd {
    margin-top: 30px;
  }

  .news {
    margin-top: 150px;
    padding-right: 6.097%;
    padding-bottom: 250px;
    padding-left: 6.097%;
  }

  .news-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-col__head {
    min-width: 130px;
    padding-right: 10px;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .news-col__head .c-btn + .c-btn {
    margin-top: 10px;
  }

  .news-col__head .c-btn__content {
    padding-right: 1.9rem;
  }

  .news-col__body {
    -ms-flex-preferred-size: 84.269%;
    flex-basis: 84.269%;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }

  .c-btn__content {
    padding-right: 3.2rem;
    padding-left: 1rem;
  }

  .c-hide-sp {
    display: none;
  }

  .c-sp10 {
    margin-top: 10px;
  }

  .c-mt-sp20 {
    margin-top: 20px;
  }

  .c-mt-sp30 {
    margin-top: 30px;
  }

  .c-mt-sp40 {
    margin-top: 40px;
  }

  .c-mt-sp50 {
    margin-top: 50px;
  }

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .c-anchor-list {
    margin-top: 10px;
    margin-right: -7.5px;
  }

  .c-anchor-list li {
    margin-top: 10px;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }

  .c-anchor-list li .c-btn {
    width: 100%;
  }

  .c-anchor-list li .c-btn__content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-faq-accordion dt::after {
    top: 32px;
  }

  .c-faq-accordion__dt-inner::before,
  .c-faq-accordion__dt-inner::after {
    top: calc(11px + .1em);
  }

  .c-heading-ja {
    letter-spacing: .2rem;
  }

  .c-cv {
    padding: 20% 20px;
    background-image: url("../img/common/tp_contact_img_smp.jpg");
  }

  .c-cv-inner__right {
    margin-top: 50px;
  }

  .c-cv__text {
    margin-top: 10px;
  }

  .c-kv {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-kv-image {
    margin-top: 20px;
    border-radius: 5px;
  }

  .c-single {
    padding: 80px 20px;
  }

  .c-single__inner {
    margin-top: 40px;
  }

  .c-single-works__before,
  .c-single-works__after {
    padding-bottom: 1.5rem;
  }

  .c-single-works__before {
    width: 55%;
  }

  .c-single-works__before::after {
    right: 0;
    bottom: -14px;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .c-single-works__after {
    margin-top: 30px;
  }

  .c-single-image {
    margin-top: 60px;
  }

  .c-single-image + .c-single-image {
    margin-top: 30px;
  }

  .c-single-btn {
    margin-top: 60px;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-single-btn .c-btn__content {
    min-width: 120px;
  }

  .c-header {
    width: 100%;
  }

  .c-header-logo {
    position: absolute;
    z-index: 2000;
    top: 20px;
    left: 20px;
    width: 15.256%;
  }
  .c-header-logo__txt {
    font-size: 0.8rem;
	text-align: right;
  }
  .c-header-menu {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }

  .c-header-menu-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
  }

  .c-header-menu-btn__line {
    display: inline-block;
    position: absolute;
    left: 12.5px;
    width: 15px;
    height: 1px;
    background: #333;
  }

  .c-header-menu-btn__line:nth-of-type(1) {
    top: 17px;
  }

  .c-header-menu-btn__line:nth-of-type(2) {
    top: 23px;
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(1) {
    top: 11px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(2) {
    top: 27px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .c-header-box {
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background: #d1cfc3;
    opacity: 0;
  }

  .c-header-box__content {
    width: 100%;
    padding: 28% 50px 50px 50px;
  }

  .c-header-list {
    width: 100%;
  }

  .c-header-list > li:not(:first-child) {
    margin-top: 15px;
  }

  .c-header-list-item__accordion-body {
    display: block;
  }

  .c-header-list-item__accordion-body > li {
    margin-top: 5px;
    padding-left: .9rem;
  }

  .c-header-list-contact {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #333;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-header-list-contact__inner {
    padding-right: 2rem;
  }

  .c-header-list-last__item {
    line-height: 1.15;
  }

  .c-header-list-last__item:last-child {
    border-left: 1px solid #333;
  }

  .c-footer__content {
    padding: 50px;
  }

  .c-footer-box__right {
    margin-top: 30px;
  }

  .c-footer__logo {
    margin-right: auto;
    margin-left: auto;
	width: 120px;
  }

  .c-footer-list {
    padding-top: 20px;
  }

  .c-footer-list__col > li {
    margin-top: 15px;
  }

  .c-footer-sns {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-footer-sns > li {
    margin-right: 5px;
    margin-left: 5px;
  }

  .c-footer-contact {
    padding-right: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-footer-copyright {
    text-align: center;
  }

  .c-pagination {
    margin-top: 60px;
  }

  .c-pagination .page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: calc(36px - .2em);
  }

  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-size: 12px auto;
  }
	
  .top-kv {
	flex-direction: column-reverse;
  }
	
  .top-kv-title {
	padding: 30px 0 0;
    line-height: 1.5;
    letter-spacing: .25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    writing-mode: horizontal-tb;
}

  .top-kv-image {
    -ms-flex-preferred-size: 69.23%;
    flex-basis: 69.23%;
  }

  .top-sub-kv-image {
    margin-top: 10%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-sub-kv-image__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .top-sub-kv-image__right {
    margin-right: 10%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .top-sub-kv__text {
    margin-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .top-sub-kv__text dd {
    margin-top: 30px;
  }

  .top-service {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-service-col {
    padding-top: 10px;
  }

  .top-service-col > li {
    margin-top: 20px;
  }

  .top-service-card {
    padding: 40px 25px 25px;
  }

  .top-service-card__btn {
    margin-top: 10px;
  }

  .top-works-voice {
    margin-top: 80px;
  }

  .top-works-voice-col-item {
    padding: 100px 20px 40px;
  }

  .top-seminars {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-seminars-content__right {
    display: none;
  }

  .top-seminars__sp-image {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
  }

  .top-blog {
    padding: 80px 20px;
  }

  .top-blog-col {
    padding-top: 10px;
  }

  .top-blog-col__item {
    display: block;
    margin-top: 20px;
  }

  .top-faq {
    padding: 80px 20px;
  }

  .top-faq-content__right {
    margin-top: 30px;
  }

  .profile-read {
    margin-top: 80px;
  }

  .profile-read__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-read__heading {
    line-height: 1.5;
  }

  .profile-read-col__left,
  .profile-read-col__right {
    margin-top: 30px;
  }

  .profile-slider {
    max-height: 390px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profile-slider-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .profile-slider .slick-slide {
    width: 150px;
  }

  .profile-slider .slick-slide[data-slick-index="-4"],
  .profile-slider .slick-slide[data-slick-index="2"],
  .profile-slider .slick-slide[data-slick-index="8"],
  .profile-slider .slick-slide[data-slick-index="14"],
  .profile-slider .slick-slide[data-slick-index="20"] {
    width: 130px;
  }

  .profile-slider .slick-slide[data-slick-index="-3"],
  .profile-slider .slick-slide[data-slick-index="3"],
  .profile-slider .slick-slide[data-slick-index="9"],
  .profile-slider .slick-slide[data-slick-index="15"],
  .profile-slider .slick-slide[data-slick-index="21"] {
    width: 200px;
  }

  .profile-ideal {
    padding: 80px 20px;
  }

  .profile-ideal__heading {
    line-height: 1.5;
  }

  .profile-ideal-list > li {
    height: 36vw;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .profile-greeting {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
	display: flex;
	flex-direction: column-reverse;
  }

  .profile-greeting-image__inner {
    border-radius: 5px;
  }

  .profile-greeting-text {
    margin: 0 0 50px;
  }
	
  .profile-greeting-text__content {
	padding-right: 5%;
    padding-left: 5%;
  }

  .profile-detail {
    margin-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .profile-detail-col__panel {
    margin-top: 25px;
    padding: 15px 25px 25px;
  }

  .service {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-section {
    margin-top: 80px;
  }

  .service-section-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-section-box__text {
    margin-top: 30px;
  }

  .service-section-dl > dt {
    margin-top: 30px;
  }

  .service-section-dl-col {
    margin-top: 30px;
  }

  .service-panel {
    padding: 25px;
  }

  .service-panel-list {
    padding: 25px;
  }

  .service-panel-list > dd {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d1cfc3;
  }

  .service-panel-list__label {
    height: 24px;
    border-radius: 12px;
  }

  .service-panel-list__label + span {
    margin-top: 5px;
  }

  .service-panel-list__inner > dd {
    margin-top: .7rem;
  }

  .service-organizing-storage {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-organizing-storage__left {
    margin-top: 30px;
  }

  .service-organizing-storage__right {
    margin-top: 20px;
  }

  .service-counseling__right {
    margin-top: 30px;
  }

  .service-flow {
    margin-top: 80px;
    padding: 80px 40px 80px 20px;
  }

  .service-flow-list {
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-flow-list li {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }

  .service-flow-list li:not(:last-child)::before {
    right: -30px;
    width: 30px;
    background-size: 10px auto;
  }

  .service-flow-list__text {
    padding: 60px 12% 12% 12%;
  }

  .course-read {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .course-read-col__image {
    margin-top: 30px;
    border-radius: 5px;
  }

  .course-read-col__text-left,
  .course-read-col__text-right {
    margin-top: 20px;
  }

  .course-points {
    margin-left: 20px;
    border-left: 1px solid #d1cfc3;
  }

  .course-points-item {
    margin-left: -20px;
  }

  .course-points-item dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 15px;
  }

  .course-points-item dd {
    margin-top: 15px;
    padding-left: 40px;
  }

  .course-points-item--after {
    margin-top: 20px;
  }

  .course-section-wh {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .course-section-wh-col {
    margin-top: 40px;
  }

  .course-section-wh-col__panel {
    padding: 20px;
  }

  .course-section-wh-col__panel:last-child {
    margin-top: 30px;
  }

  .course-section-wh-col__inner-list > dd {
    padding-left: 15px;
  }

  .course-section-grey {
    margin-top: 80px;
    padding: 80px 20px;
  }

  .course-events li {
    margin-top: 20px;
  }

  .course-note {
    margin-top: 10px;
  }

  .course-panel {
    padding: 20px 20px 20px 90px;
  }

  .course-panel > dd {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .course-panel__number {
    top: 22px;
    left: 15px;
  }

  .course-panel-single > dt {
    top: 12px;
    left: 16px;
  }

  .course-panel-single > dd {
    padding-left: 10%;
  }

  .course-panel--first {
    margin-top: 40px;
  }

  .seminar {
    padding: 80px 20px;
  }

  .seminar-read__head {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .seminar-read__body {
    margin-top: 30px;
  }

  .seminar-read-list dt {
    height: 30px;
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 15px;
  }

  .seminar-panel {
    padding: 20px;
  }
  .seminar-panel__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .seminar-panel--first {
    margin-top: 80px;
  }

  .seminar-panel + .seminar-panel {
    margin-top: 30px;
  }

  .seminar-panel__main {
    margin-top: 20px;
  }

  .works {
    padding: 80px 20px;
  }

  .works-article {
    margin-top: 40px;
    padding-top: 30px;
  }

  .works-article__body {
    margin-top: 30px;
  }

  .works-article__image-before,
  .works-article__image-after {
    margin-top: 30px;
    padding-bottom: 1.5rem;
  }

  .works-article__image-before {
    width: 55%;
  }

  .works-article__image-before::after {
    right: 0;
    bottom: -14px;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .works-article__text {
    margin-top: 10px;
  }

  .works-article__btn {
    margin-top: 20px;
  }

  .voice {
    padding: 80px 20px;
  }

  .voice-list {
    padding: 20px;
  }

  .voice-list + .voice-list {
    margin-top: 50px;
  }

  .voice-list > dt {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1cfc3;
  }

  .voice-list > dd {
    padding-top: 15px;
  }

  .faq {
    padding: 80px 20px;
  }

  .faq-heading {
    padding-bottom: 15px;
  }

  .faq-section {
    margin-top: 50px;
  }

  .contact {
    margin-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .contact-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-step li {
    padding-top: 15px;
    border-top: 1px solid #d1cfc3;
    text-align: center;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .contact-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-list dd {
    margin-top: 20px;
  }

  .contact-list dd.contact-forms-radio {
    margin-top: 5px;
  }

  .contact-list__note {
    padding-left: 88px;
    font-size: 3.2vw;
  }

  .contact-forms {
    margin-top: 30px;
    padding: 20px 20px 35px;
  }

  .contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 2px;
    -webkit-transform: rotate(135deg) translateY(.1px) translateX(-2.5px);
    transform: rotate(135deg) translateY(.1px) translateX(-2.5px);
  }

  .contact-forms-checkbox--confirmation .wpcf7-list-item > label {
    width: 100%;
    margin-top: 30px;
  }

  .contact-forms-input--name {
    margin-right: -6px;
    margin-left: -6px;
  }

  .contact-forms-input--name > .wpcf7-form-control-wrap {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
  }

  .contact-forms-input--address > .wpcf7-form-control-wrap {
    width: 46.393%;
  }

  .contact-forms-input--address .contact-list__note {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 0;
  }

  .contact-forms-input--tel > .wpcf7-form-control-wrap {
    width: 56.721%;
  }

  .contact-forms-input--tel .contact-list__note {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 0;
  }

  .contact-forms-input--textarea textarea {
    height: 300px;
  }

  .contact-forms__privacy {
    height: 300px;
    margin-top: 40px;
    padding: 25px;
  }

  .contact-forms__submit {
    margin-top: 40px;
  }

  .contact-forms__submit input[type=submit] {
    height: 60px;
    border-radius: 30px;
  }

  .contact-forms__submit.-confrim {
    margin-top: 15px;
  }

  .contact-forms__previous {
    margin-top: 40px;
  }

  .contact-forms__previous input[type=button] {
    height: 60px;
    border-radius: 30px;
  }

  .contact-forms-confirm {
    padding-left: 88px;
  }

  .contact-forms-confirm--textarea {
    padding-left: 0;
  }

  .contact-note {
    margin-top: 50px;
  }

  .contact-note.-complete {
    margin-top: 0;
  }

  .blog {
    margin-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .blog-col {
    margin-top: -10px;
  }

  .blog-col__item {
    display: block;
    margin-top: 40px;
  }

  .blog-col__body dd {
    margin-top: 15px;
  }

  .news {
    margin-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .news-col {
    margin-top: 30px;
  }

  .news-col__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-col__head .c-btn {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .news-col__head .c-btn__content {
    width: 100%;
  }

  .news-col__body {
    margin-top: 30px;
  }
  
	.news-body p ,.news-body img {
		margin-bottom: 20px;
	}
	.news-body a {
		text-decoration: under-line;
	}
	.news-body h2 {
		font-size: 20px;
		margin: 0 0 20px;
		padding: 3px 0 3px 14px;
		position: relative;
		line-height: 1.4;
	}
	.news-body h2:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 4px;
		height: 100%;
		background: #999;
	}
	.news-body h3 {
		font-size: 18px;
		margin: 0 0 20px;
		padding: 0 0 0 14px;
		position: relative;
		line-height: 1.4;
	}
	.news-body h3:before {
		content: '';
		position: absolute;
		top: 100%;
		border-style: solid;
		border-color: transparent;
		left: 0;
		top: 10px;
		width: 7px;
		height: 7px;
		background: #999;
		border-radius: 9px;
	}
	.news-body h4 {
		font-size: 16px;
		margin: 0 0 20px;
		color: var(--c-primary);
		line-height: 1.4;
	}
}

@media (scripting: none) {
  .c-loading {
    display: none;
  }
}

.sp_br {
	display: none;
}
@media screen and (max-width: 500px) {
	.sp_br {
		display: block;
	}
}

/*editor*/
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*キャプション崩れ*/
.wp-caption {
	max-width: 100% !important;
}
