@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignT {
  vertical-align: top !important;
}

.alignM {
  vertical-align: middle !important;
}

.alignB {
  vertical-align: bottom !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font40 {
  font-size: 40px !important;
}

.sup {
  font-size: 50%;
  position: relative;
  top: -1em;
}

.white {
  color: #fff !important;
}

.red {
  color: #FF0505 !important;
}

.serif {
  font-family: serif;
}

.san-serif {
  font-family: san-serif;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
}

body, h1, h2, h3, h4, h5, h6, div, p, dt, dd, li, th, td, input, textarea, select, option, a {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

main {
  display: block;
}

ul, ol {
  list-style-type: none;
}

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

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

em {
  font-style: normal;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline;
  }
  #wrap {
    min-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }
  #wrap {
    min-width: 320px;
    margin: 0 auto;
  }
}
/*==================================================
header
==================================================*/
@media (min-width: 768px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .inner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 204px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #header .logo {
    padding-top: 20px;
  }
  #header .logo img {
    width: 170px;
  }
  #header .navi-pc {
    padding-top: 30px;
  }
  #header .navi-pc .global {
    display: flex;
    align-items: center;
  }
  #header .navi-pc .global li {
    margin: 0 0 0 30px;
  }
  #header .navi-pc .global a {
    font-size: 15px;
    line-height: 1;
  }
  .btn-open {
    display: none;
  }
  .navi-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  #header.bg {
    background: #F4F2EB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  #header .logo {
    padding: 0 0 0 10px;
  }
  #header .logo img {
    width: auto;
    height: 50px;
  }
  #header .btn-open {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #9A8D6C;
    cursor: pointer;
    opacity: 0.7;
  }
  .navi-pc {
    display: none;
  }
  .navi-sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F2EB;
    z-index: 2000;
  }
  .navi-sp .global {
    padding: 60px 0 0;
  }
  .navi-sp .global li {
    margin: 30px 0;
    text-align: center;
  }
  .navi-sp .global li:last-child img {
    width: 70px;
  }
  .navi-sp .global a {
    font-size: 22px;
    line-height: 1;
  }
  .navi-sp .btn-close {
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
  }
}
/*==================================================
foot-inq
==================================================*/
.foot-inq {
  margin: 150px 0;
}
.foot-inq a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 602px;
  height: 60px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  background: url(../img/common/ico_arw.svg) right 30px top 50% no-repeat #9A8D6C;
  border-radius: 5px;
}

#contact .foot-inq {
  margin: 0 0 150px;
}

@media (max-width: 767px) {
  .foot-inq {
    margin: 50px 20px;
  }
  .foot-inq a {
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #fff;
    background: url(../img/common/ico_arw.svg) right 10px top 50% no-repeat #9A8D6C;
  }
  #contact .foot-inq {
    margin: 0 20px 100px;
  }
}
/*==================================================
footer
==================================================*/
#footer {
  background: #F4F2EB;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px 65px;
}
#footer .unit1 {
  padding: 45px 0 0;
}
#footer .unit1 .logo {
  margin: 0 0 40px;
}
#footer .unit1 .logo img {
  width: 102px;
  height: auto;
}
#footer .unit1 .addr {
  margin: 0 0 50px;
  font-size: 16px;
}
#footer .unit1 .addr span {
  margin-right: 1em;
}
#footer .unit1 .addr br {
  display: none;
}
#footer .unit1 .time {
  margin: 0 0 50px;
  font-size: 16px;
}
#footer .unit1 .time span {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 5px 6px;
  font-weight: normal;
  color: #fff;
  background: #9A8D6C;
}
#footer .unit1 .time br {
  display: none;
}
#footer .unit1 .inq {
  margin: 0 0 23px;
}
#footer .unit1 .inq a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: url(../img/common/ico_arw.svg) right 30px top 50% no-repeat #9A8D6C;
  border-radius: 4px;
}
#footer .unit1 .note {
  width: 410px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}
#footer .unit2 {
  width: 648px;
  padding: 70px 0 0;
}
#footer .unit2 .global {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 50px;
}
#footer .unit2 .global li {
  padding: 0 0 0 25px;
}
#footer .unit2 .global a {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  #footer .unit1 {
    padding: 40px 0;
  }
  #footer .unit1 .logo {
    margin: 0 0 30px;
    text-align: center;
  }
  #footer .unit1 .logo img {
    width: 90px;
  }
  #footer .unit1 .addr {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: center;
  }
  #footer .unit1 .addr span {
    margin-right: 0;
  }
  #footer .unit1 .addr br {
    display: inline;
  }
  #footer .unit1 .time {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: center;
  }
  #footer .unit1 .time span {
    margin: 0 0 10px;
  }
  #footer .unit1 .time br {
    display: inline;
  }
  #footer .unit1 .inq {
    margin: 0 20px 10px;
  }
  #footer .unit1 .inq a {
    width: 100%;
    height: 60px;
    background: url(../img/common/ico_arw.svg) right 10px top 50% no-repeat #9A8D6C;
  }
  #footer .unit1 .note {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  #footer .unit2 {
    width: 100%;
    padding: 0;
  }
  #footer .unit2 .global {
    display: none;
  }
  #footer .unit2 .map iframe {
    width: 100%;
    height: 200px;
  }
}
/*==================================================
layout parts
==================================================*/
main {
  padding: 1px 0;
}
main section > .inner, main article > .inner {
  width: 1200px;
  margin: 0 auto;
}
main section > .inner.full, main article > .inner.full {
  width: 100%;
}
main section p, main article p {
  font-size: 18px;
  line-height: 1.8;
}
main section em, main article em {
  color: inherit;
}
main section .small, main article .small {
  font-size: 80%;
}

@media (max-width: 767px) {
  main section > .inner, main article > .inner {
    width: 100%;
  }
  main section p, main article p {
    font-size: 14px;
  }
}
#visual {
  width: 100%;
  height: 470px;
  padding: 230px 0 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
#visual .en {
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
#visual .jp {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}

#plan #visual {
  background-image: url(../img/plan/visual.jpg);
}

#flow #visual {
  background-image: url(../img/flow/visual.jpg);
}

#greeting #visual {
  background-image: url(../img/greeting/visual.jpg);
  background-position: top center;
}

#qa #visual {
  background-image: url(../img/qa/visual.jpg);
}

#contact #visual {
  background-image: url(../img/contact/visual.jpg);
}

#news #visual,
#blog #visual {
  background-image: url(../img/contact/visual.jpg);
}

#privacy #visual {
  background-image: url(../img/contact/visual.jpg);
}

@media (max-width: 767px) {
  #visual {
    height: 200px;
    padding: 100px 0 0;
  }
  #visual .en {
    margin: 0 0 10px;
    font-size: 12px;
  }
  #visual .jp {
    font-size: 20px;
  }
}
div.title {
  text-align: center;
}
div.title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 30px auto;
  background: #000;
}
div.title .en {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
div.title .jp {
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 767px) {
  div.title::after {
    margin: 20px auto;
  }
  div.title .en {
    font-size: 20px;
  }
  div.title .jp {
    font-size: 16px;
  }
}
.top-visual {
  width: 100%;
  height: 683px;
  background: url(../img/home/visual.jpg) center center no-repeat;
  background-size: cover;
}
.top-visual .inner {
  width: 1200px;
  height: 683px;
  margin: 0 auto;
  padding: 490px 0 0 60px;
}
.top-visual h1 {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 0.2em 1em;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: left;
  color: #000;
  background: #fff;
}

#home main {
  padding: 160px 0 0;
}
#home main .greet {
  height: 385px;
  background: url(../img/home/greet_bg.jpg) center bottom;
  background-size: cover;
}
#home main .greet .inner {
  position: relative;
  top: -90px;
  width: 977px;
  margin: 0 auto;
  padding: 40px 0 70px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(57, 20, 0, 0.33);
}
#home main .greet .txt {
  text-align: center;
  font-size: 16px;
}
#home main .topic .inner {
  padding: 140px 0 180px;
}
#home main .blog-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
#home main .blog-list li {
  width: 346px;
  margin: 0 10px 70px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#home main .blog-list li a {
  display: block;
}
#home main .blog-list li .pic img {
  width: 346px;
  height: 232px;
  object-fit: cover;
}
#home main .blog-list li .unit {
  padding: 20px 20px 40px;
}
#home main .blog-list li .date {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1;
}
#home main .blog-list li .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px;
  width: 92px;
  height: 21px;
  color: #fff;
  font-size: 14px;
  background: #9A8D6C;
}
#home main .blog-list li .txt {
  font-size: 18px;
  line-height: 1.5;
}
#home main .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 602px;
  height: 60px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  background: url(../img/common/ico_arw.svg) right 30px top 50% no-repeat #9A8D6C;
  border-radius: 5px;
}
#home main .feature {
  height: 627px;
  background: url(../img/home/feature_bg.jpg) center center;
  background-size: cover;
}
#home main .feature .inner {
  padding: 70px 0 0;
}
#home main .feature ul {
  display: flex;
  justify-content: center;
}
#home main .feature ul li {
  margin: 0 60px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-shadow: 2px 2px 10px rgba(57, 20, 0, 0.9);
}
#home main .feature ul li strong {
  font-size: 28px;
  font-weight: bold;
  color: #AC2B1D;
  text-shadow: none;
}
#home main .feature ul li img {
  display: block;
  margin: 0 auto;
}
#home main .data .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 170px 0;
  border-bottom: 1px solid #9A8D6C;
}
#home main .data .lead {
  margin: 0 0 70px;
  font-size: 16px;
  text-align: center;
}
#home main .data .tit {
  text-align: center;
  font-size: 32px;
  color: #553602;
}
#home main .data .tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 30px auto;
  background: #000;
}
#home main .data .txt {
  margin: 0 0 40px;
  text-align: center;
  font-size: 16px;
  color: #553602;
}
#home main .data .data1 {
  width: 977px;
  margin: 0 auto;
  padding: 70px 0 190px;
  background: url(../img/home/data_bg.png) bottom center no-repeat #FBFAF7;
  background-size: 100% auto;
}
#home main .data .data1 .member {
  width: 525px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 8px;
  background: #fff;
}
#home main .data .data1 .member dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
#home main .data .data1 .member dt {
  width: 128px;
  font-size: 26px;
  color: #553602;
  border-right: 1px solid #9A8D6C;
}
#home main .data .data1 .member dd {
  width: 170px;
  text-align: right;
  font-size: 20px;
  color: #553602;
}
#home main .data .data1 .member dd strong {
  font-size: 32px;
}
#home main .data .data1 .member dd .red {
  color: #AC2C1E !important;
}
#home main .data .data2 {
  width: 977px;
  margin: 0 auto;
  padding: 80px 0 55px;
  background: #F4F2EB;
}
#home main .data .data2 .pic {
  text-align: center;
}

@media (min-width: 768px) {
  .entrance .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
    margin: 0 auto;
    padding: 72px 0;
    border-bottom: 1px solid #9A8D6C;
  }
  .entrance .pic {
    width: 518px;
  }
  .entrance .box {
    width: 480px;
  }
  .entrance .title {
    margin: 0;
    text-align: left;
  }
  .entrance .title::after {
    margin-left: 0;
  }
  .entrance .txt {
    font-size: 18px;
  }
  .entrance .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 46px;
    margin: 75px 0 0;
    color: #fff;
    font-size: 14px;
    background: url(../img/common/ico_arw.svg) top 50% right 20px no-repeat #9A8D6C;
  }
}
@media (max-width: 767px) {
  .top-visual {
    height: auto;
    background: url(../img/home/visual.jpg) center center no-repeat;
    background-size: cover;
  }
  .top-visual .inner {
    width: 100%;
    height: 280px;
    padding: 160px 0 0 10px;
  }
  .top-visual h1 {
    padding: 0.2em 0.5em;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #home main {
    padding: 100px 0 50px;
  }
  #home main .greet {
    height: auto;
    padding: 0 20px 80px;
    background: url(../img/home/greet_bg.jpg) center bottom no-repeat;
    background-size: 200% auto;
  }
  #home main .greet .inner {
    position: relative;
    top: -50px;
    width: auto;
    margin: 0 auto;
    padding: 40px 15px 20px;
  }
  #home main .greet .txt {
    text-align: left;
    font-size: 14px;
  }
  #home main .topic .inner {
    padding: 50px 0 50px;
  }
  #home main .blog-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #home main .blog-list li {
    width: 280px;
    margin: 0 auto 30px;
  }
  #home main .blog-list li .pic img {
    width: 280px;
    height: 188px;
    object-fit: cover;
  }
  #home main .blog-list li .unit {
    padding: 20px;
  }
  #home main .blog-list li .date {
    font-size: 14px;
  }
  #home main .blog-list li .cate {
    margin: 0 0 15px;
    width: 78px;
    height: 21px;
    font-size: 11px;
  }
  #home main .blog-list li .txt {
    font-size: 14px;
  }
  #home main .more {
    margin: 0 20px;
  }
  #home main .more a {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: url(../img/common/ico_arw.svg) right 30px top 50% no-repeat #9A8D6C;
    border-radius: 5px;
  }
  #home main .feature {
    height: auto;
    background: url(../img/home/feature_bg.jpg) center center;
    background-size: cover;
  }
  #home main .feature .inner {
    padding: 50px 0;
  }
  #home main .feature ul {
    display: flex;
    flex-direction: column;
  }
  #home main .feature ul li {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #home main .feature ul li strong {
    font-size: 20px;
  }
  #home main .feature ul li img {
    width: 200px;
  }
  #home main .data .inner {
    width: auto;
    margin: 0 auto;
    padding: 50px 20px;
  }
  #home main .data .lead {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: left;
  }
  #home main .data .tit {
    font-size: 20px;
  }
  #home main .data .txt {
    margin: 0 0 30px;
    text-align: left;
    font-size: 12px;
  }
  #home main .data .data1 {
    width: 100%;
    padding: 70px 20px 20vw;
  }
  #home main .data .data1 .member {
    width: 240px;
  }
  #home main .data .data1 .member dl {
    margin: 20px 20px;
  }
  #home main .data .data1 .member dt {
    width: 100px;
    font-size: 18px;
  }
  #home main .data .data1 .member dd {
    width: 120px;
    font-size: 14px;
  }
  #home main .data .data1 .member dd strong {
    font-size: 20px;
  }
  #home main .data .data2 {
    width: auto;
    padding: 40px 20px 30px;
  }
  #home main .data .data2 .pic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .entrance .inner {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #9A8D6C;
  }
  .entrance .pic {
    width: auto;
  }
  .entrance .pic img {
    width: 100%;
  }
  .entrance .box {
    width: 100%;
    padding: 20px 20px 0;
  }
  .entrance .title {
    margin: 0;
  }
  .entrance .txt {
    font-size: 14px;
  }
  .entrance .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 46px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 14px;
    background: url(../img/common/ico_arw.svg) top 50% right 10px no-repeat #9A8D6C;
  }
}
#plan main {
  margin-bottom: 220px;
}
#plan main .inner {
  padding: 110px 0 0;
}
#plan main .anchor {
  width: 584px;
  margin: 0 auto 240px;
  border-top: 1px solid #9A8D6C;
  border-bottom: 1px solid #9A8D6C;
}
#plan main .anchor li:not(:last-child) {
  border-bottom: 1px dashed #9A8D6C;
}
#plan main .anchor a {
  display: block;
}
#plan main .anchor dl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#plan main .anchor dl dt {
  width: 235px;
  padding: 20px 0 20px 56px;
  color: #553602;
  font-size: 26px;
  font-weight: normal;
}
#plan main .anchor dl dd {
  color: #553602;
  font-size: 17px;
}
#plan main .anchor dl::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #553602;
  border-right: solid 1px #553602;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -7px;
}
#plan main .plan {
  width: 728px;
  margin: 0 auto 250px;
}
#plan main .plan .pic {
  margin: 0 0 50px;
}
#plan main .plan .intro {
  width: 650px;
  margin: 0 auto 50px;
  padding: 0 0 30px;
  font-size: 17px;
  line-height: 2;
  border-bottom: 1px solid #9A8D6C;
}
#plan main .plan .intro dt {
  margin: 0 0 30px;
  font-size: 18px;
}
#plan main .plan .intro dd {
  font-size: 16px;
}
#plan main .plan .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 728px;
  margin: 0 auto;
}
#plan main .plan .price li {
  width: 330px;
  padding: 20px 0;
}
#plan main .plan .price dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#plan main .plan .price dl::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 330px;
  height: 5px;
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
#plan main .plan .price dt {
  position: relative;
  padding: 0 10px 0 0;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  z-index: 1;
}
#plan main .plan .price dd {
  position: relative;
  padding: 0 0 0 10px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  z-index: 1;
}
#plan main .plan .price dd span {
  padding-right: 10px;
  font-size: 34px;
}
#plan main .plan .price dd .red {
  color: #B0372A !important;
}
#plan main .explan {
  width: 1080px;
  margin: 0 auto;
  padding: 70px 100px 70px 50px;
  background: #F0F0F0;
}
#plan main .explan table {
  width: 100%;
}
#plan main .explan table th {
  display: flex;
  align-items: center;
  width: 180px;
  padding: 18px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
#plan main .explan table th::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  margin: 0 10px;
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
#plan main .explan table td {
  padding: 18px 0;
  font-size: 18px;
}
#plan main .explan table .note {
  display: block;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #B0372A;
}

@media (max-width: 767px) {
  #plan main {
    margin-bottom: 50px;
  }
  #plan main .inner {
    padding: 50px 0 0;
  }
  #plan main .anchor {
    width: auto;
    margin: 0 20px 100px;
  }
  #plan main .anchor dl dt {
    width: 110px;
    padding: 20px 0 20px 10px;
    font-size: 14px;
  }
  #plan main .anchor dl dd {
    font-size: 14px;
  }
  #plan main .anchor dl::after {
    content: "";
    width: 12px;
    height: 12px;
    right: 5px;
    margin-top: -6px;
  }
  #plan main .plan {
    width: 100%;
    margin: 0 auto 50px;
  }
  #plan main .plan .pic {
    margin: 0 0 20px;
  }
  #plan main .plan .pic img {
    width: 100%;
  }
  #plan main .plan .intro {
    width: auto;
    margin: 0 20px 20px;
    padding: 0 0 30px;
    font-size: 17px;
  }
  #plan main .plan .intro dt {
    margin: 0 0 10px;
    font-size: 16px;
  }
  #plan main .plan .intro dd {
    font-size: 14px;
  }
  #plan main .plan .price {
    width: auto;
    margin: 0 20px;
  }
  #plan main .plan .price li {
    width: 100%;
    padding: 10px 0;
  }
  #plan main .plan .price dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #plan main .plan .price dl::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
  #plan main .plan .price dt {
    font-size: 14px;
  }
  #plan main .plan .price dd {
    font-size: 12px;
  }
  #plan main .plan .price dd span {
    padding-right: 5px;
    font-size: 20px;
  }
  #plan main .explan {
    width: auto;
    margin: 0 auto;
    padding: 40px 20px;
  }
  #plan main .explan table {
    width: 100%;
  }
  #plan main .explan table th {
    width: 110px;
    padding: 10px 0;
    font-size: 12px;
  }
  #plan main .explan table th::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    margin: 0 5px;
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
  #plan main .explan table td {
    padding: 10px 0;
    font-size: 12px;
  }
  #plan main .explan table .note {
    font-size: 10px;
  }
}
#flow main .inner {
  padding: 100px 0 0;
}
#flow main .lead {
  width: 780px;
  margin: 0 auto 130px;
  font-size: 15px;
  line-height: 2.2;
}
#flow main .step {
  position: relative;
  width: 762px;
  margin: 0 auto 50px;
  padding: 40px 45px 60px;
  border: 1px solid #8e8367;
}
#flow main .step dt {
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 22px;
  color: #553602;
  border-bottom: 1px solid #553602;
}
#flow main .step dd {
  font-size: 16px;
  line-height: 2;
}
#flow main .step:not(:last-of-type)::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: 54px;
  background: url(../img/flow/ico_arw.svg) center top no-repeat;
  background-size: 15px auto;
}

@media (max-width: 767px) {
  #flow main .inner {
    padding: 50px 20px 0;
  }
  #flow main .lead {
    width: auto;
    margin: 0 auto 50px;
    font-size: 12px;
  }
  #flow main .step {
    width: 100%;
    margin: 0 auto 50px;
    padding: 25px 20px 30px;
  }
  #flow main .step dt {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 14px;
  }
  #flow main .step dd {
    font-size: 12px;
    line-height: 2;
  }
  #flow main .step:not(:last-of-type)::after {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: url(../img/flow/ico_arw.svg) center top no-repeat;
    background-size: 12px auto;
  }
}
#greeting main .greeting .inner {
  width: 100%;
  padding: 130px 0 0;
}
#greeting main .message {
  width: 1200px;
  margin: 0 auto 120px;
  padding: 0 60px 650px;
  background: url(../img/greeting/photo.jpg) left 50% bottom 0 no-repeat;
}
#greeting main .message .tit {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  color: #553602;
}
#greeting main .message .txt {
  font-size: 16px;
  line-height: 2.2;
}
#greeting main .message .pic {
  display: none;
}
#greeting main .counselor {
  position: relative;
  padding: 0 0 55px;
  background: url(../img/greeting/bg.jpg) top 70px left 50% no-repeat;
  background-size: 100% auto;
}
#greeting main .counselor::after {
  position: absolute;
  top: -150px;
  left: 50%;
  content: "";
  width: 1px;
  height: 172px;
  background: #707070;
}
#greeting main .profile {
  display: flex;
  justify-content: space-between;
  width: 1065px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(57, 20, 0, 0.33);
  margin: 0 auto 30px;
  padding: 60px 110px 110px 46px;
}
#greeting main .profile .unit {
  width: 650px;
}
#greeting main .profile .name1 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1;
}
#greeting main .profile .name2 {
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
#greeting main .profile .name2 span {
  padding-left: 1em;
  font-size: 14px;
}
#greeting main .profile .txt {
  font-size: 15px;
  line-height: 2;
}
#greeting main .company .inner {
  padding: 160px 0 0;
}
#greeting main .company .title {
  margin-bottom: 120px;
}
#greeting main .company .title::after {
  display: none;
}
#greeting main .company table {
  width: 950px;
  margin: 0 auto;
}
#greeting main .company tr:not(:last-child) {
  border-bottom: 1px solid #9A8D6C;
}
#greeting main .company th {
  width: 170px;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
  font-size: 19px;
  font-weight: normal;
}
#greeting main .company td {
  padding: 30px 0;
  font-size: 17px;
}
#greeting main .company td iframe {
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  #greeting main .greeting .inner {
    padding: 50px 0 0;
  }
  #greeting main .message {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    background: none;
  }
  #greeting main .message .tit {
    margin: 0 20px 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  #greeting main .message .txt {
    margin: 0 20px 40px;
    font-size: 14px;
    line-height: 2;
  }
  #greeting main .message .pic {
    display: block;
  }
  #greeting main .message .pic img {
    width: 100%;
  }
  #greeting main .counselor {
    position: relative;
    padding: 0 20px 55px;
    background: url(../img/greeting/bg.jpg) top 70px left 50% no-repeat;
    background-size: 100% auto;
    background: none;
  }
  #greeting main .counselor::after {
    position: absolute;
    top: -45px;
    left: 50%;
    content: "";
    width: 1px;
    height: 60px;
    background: #707070;
  }
  #greeting main .profile {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    background: #fff;
    margin: 0 auto 30px;
    padding: 40px 20px 30px 20px;
  }
  #greeting main .profile .unit {
    width: auto;
  }
  #greeting main .profile .name1 {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: center;
  }
  #greeting main .profile .name2 {
    margin: 0 0 35px;
    font-size: 22px;
    text-align: center;
  }
  #greeting main .profile .name2 span {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
  }
  #greeting main .profile .txt {
    margin: 0;
    font-size: 12px;
    line-height: 2;
  }
  #greeting main .profile .pic {
    margin-bottom: 40px;
    text-align: center;
  }
  #greeting main .company .inner {
    padding: 20px 20px 0;
  }
  #greeting main .company .title {
    margin-bottom: 30px;
  }
  #greeting main .company table {
    width: 100%;
  }
  #greeting main .company th {
    width: 90px;
    padding: 20px 0;
    font-size: 13px;
  }
  #greeting main .company td {
    padding: 20px 0;
    font-size: 13px;
  }
  #greeting main .company td iframe {
    display: none;
  }
}
#qa main {
  margin-bottom: 280px;
}
#qa main .inner {
  padding: 100px 0 0;
}
#qa main .lead {
  margin: 0 0 130px;
  text-align: center;
  font-size: 16px;
}
#qa main .qa {
  width: 764px;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
}
#qa main .qa:nth-of-type(1) {
  border-top: 1px solid #707070;
}
#qa main dt {
  position: relative;
  padding: 30px 80px 30px 30px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
#qa main dt::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: monospace;
  font-size: 30px;
  line-height: 1;
}
#qa main dt.open::after {
  content: "-";
}
#qa main dd {
  display: none;
  padding: 12px 18px;
  border-top: 1px solid #707070;
}
#qa main dd p {
  padding: 18px 30px;
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #qa main {
    margin-bottom: 50px;
  }
  #qa main .inner {
    padding: 50px 20px 0;
  }
  #qa main .lead {
    margin: 0 0 50px;
    font-size: 14px;
  }
  #qa main .qa {
    width: 100%;
  }
  #qa main dt {
    padding: 20px 50px 20px 20px;
    font-size: 14px;
  }
  #qa main dt::after {
    top: 50%;
    right: 0px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  #qa main dd {
    padding: 10px 10px;
  }
  #qa main dd p {
    padding: 15px;
    font-size: 14px;
  }
}
/*==================================================
contact
==================================================*/
#contact main .inner {
  padding: 120px 0;
}
#contact main .txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#contact main .form {
  width: 740px;
  margin: 0 auto;
  font-size: 16px;
}
#contact main table {
  width: 100%;
  margin: 0 auto;
}
#contact main table th {
  display: block;
  margin: 0 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
#contact main table th em {
  color: #D30000;
  font-size: 20px;
  padding: 0 8px 0 0;
  vertical-align: middle;
}
#contact main table td {
  display: block;
  margin: 0 0 60px;
  font-size: 16px;
}
#contact main table input[type=text],
#contact main table input[type=tel],
#contact main table input[type=email],
#contact main table textarea {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 16px;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #939393;
  -webkit-appearance: none;
}
#contact main table input::placeholder {
  color: #868686;
}
#contact main table input[type=radio] {
  border-radius: 20px;
  border: 1px solid #333;
}
#contact main .privacy {
  margin: 0 auto 25px;
  text-align: center;
}
#contact main .privacy a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
#contact main .btn {
  margin: 30px 0 30px;
  text-align: center;
}
#contact main .btn input, #contact main .btn button {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 80px;
  color: #746C59;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #746C59;
  border-radius: 4px;
  cursor: pointer;
}
#contact main .to-home {
  margin: 85px 0 0;
  text-align: center;
}
#contact main .to-home a {
  font-size: 14px;
  text-decoration: underline;
}

.mw_wp_form .vertical-item {
  display: inline-block !important;
  margin-right: 20px;
}

.mw_wp_form.mw_wp_form_complete {
  width: 740px;
  margin: 100px auto 0;
  padding: 30px 20px;
  border: 1px solid #9A8D6C;
  background: #fff;
}
.mw_wp_form.mw_wp_form_complete p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  #contact main {
    margin-bottom: 50px;
  }
  #contact main .inner {
    padding: 50px 20px 0;
  }
  #contact main .txt {
    font-size: 12px;
    text-align: left;
  }
  #contact main .form {
    width: 100%;
    font-size: 14px;
  }
  #contact main table th {
    margin: 0 0 10px;
    font-size: 14px;
  }
  #contact main table th .small {
    display: block;
    font-size: 10px;
  }
  #contact main table th em {
    font-size: 16px;
    padding: 0 5px 0 0;
    vertical-align: middle;
  }
  #contact main table td {
    margin: 0 0 40px;
    font-size: 14px;
  }
  #contact main table input[type=text],
  #contact main table input[type=tel],
  #contact main table input[type=email],
  #contact main table textarea {
    padding: 10px 10px;
    font-size: 14px;
  }
  #contact main .privacy a {
    font-size: 12px;
  }
  #contact main .to-home {
    margin: 85px 0 0;
  }
  #contact main .to-home a {
    font-size: 12px;
  }
  #contact main .btn {
    margin: 30px 0 0;
  }
  #contact main .btn input, #contact main .btn button {
    display: block;
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .mw_wp_form .vertical-item {
    display: block !important;
    margin-right: 0;
  }
  .mw_wp_form.mw_wp_form_complete {
    width: 100%;
    padding: 30px 20px;
  }
  .mw_wp_form.mw_wp_form_complete p {
    font-size: 14px;
  }
}
#privacy main .inner {
  width: 1000px;
  padding: 100px 0 0;
}
#privacy main .inner > p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2.5;
}
#privacy main .inner > p strong {
  font-size: 24px;
  font-weight: bold;
  color: #9A8D6C;
}

@media (max-width: 767px) {
  #privacy main .inner {
    width: auto;
    padding: 50px 20px 0;
  }
  #privacy main .inner > p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2;
  }
  #privacy main .inner > p strong {
    font-size: 16px;
  }
}
.wp-block-image img {
  height: auto;
}

@media (min-width: 768px) {
  #blog-contents {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 100px;
    padding: 120px 0 0;
  }
  #blog-contents main {
    width: 68%;
    padding: 0;
    background: none;
    /*archive*/
  }
  #blog-contents main .post-body {
    margin: 0 20px 50px;
  }
  #blog-contents main .post-body .post-tit {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 34px;
    font-weight: normal;
    border-bottom: 4px solid #9A8D6C;
  }
  #blog-contents main .post-body .post-date {
    margin: 0 0 40px;
    text-align: right;
    font-size: 16px;
  }
  #blog-contents main .post-body h2 {
    margin: 60px 0 50px;
    padding: 5px 0 5px 12px;
    font-size: 22px;
    font-weight: normal;
    border-left: 10px solid #9A8D6C;
  }
  #blog-contents main .post-body .post-date + h2 {
    margin-top: 0;
  }
  #blog-contents main .post-body h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: normal;
  }
  #blog-contents main .post-body h4, #blog-contents main .post-body h5, #blog-contents main .post-body p {
    margin: 0 0 30px;
    font-size: 18px;
  }
  #blog-contents main .post-body p {
    line-height: 1.8;
  }
  #blog-contents main .post-body ul {
    margin: 50px 0 50px 30px;
    list-style: disc;
  }
  #blog-contents main .post-body li, #blog-contents main .post-body th, #blog-contents main .post-body td {
    font-size: 18px;
  }
  #blog-contents main .category-body {
    margin: 0 20px 50px;
  }
  #blog-contents main .category-tit {
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 34px;
    font-weight: normal;
    border-bottom: 4px solid #9A8D6C;
  }
  #blog-contents main .blog-list {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
  }
  #blog-contents main .blog-list li {
    width: 340px;
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #blog-contents main .blog-list li a {
    display: block;
  }
  #blog-contents main .blog-list li .pic img {
    width: 340px;
    height: 232px;
    object-fit: cover;
  }
  #blog-contents main .blog-list li .unit {
    padding: 20px 20px 40px;
  }
  #blog-contents main .blog-list li .date {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1;
  }
  #blog-contents main .blog-list li .cate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px;
    width: 92px;
    height: 21px;
    color: #fff;
    font-size: 14px;
    background: #9A8D6C;
  }
  #blog-contents main .blog-list li .txt {
    font-size: 18px;
    line-height: 1.5;
  }
  #blog-contents main .blog-list li:nth-of-type(odd) {
    margin-right: 20px;
  }
  #blog-contents #sidebar {
    width: 25%;
    margin: 0 0 50px;
    padding: 20px 0 0;
  }
  #blog-contents #sidebar h2, #blog-contents #sidebar h3 {
    margin-bottom: 6px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #9A8D6C;
  }
  #blog-contents #sidebar ul {
    margin: 0 0 30px;
  }
  #blog-contents #sidebar ul li {
    padding: 10px 0 10px 5px;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
  }
  #blog-contents #sidebar ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #blog-contents main {
    background: none;
    padding: 50px 0 0;
    /* archive */
  }
  #blog-contents main .post-body {
    margin: 0 20px;
  }
  #blog-contents main .post-body .post-tit {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #9A8D6C;
  }
  #blog-contents main .post-body .post-date {
    margin: 0 0 30px;
    text-align: right;
    font-size: 12px2;
  }
  #blog-contents main .post-body h2 {
    margin: 40px 0 30px;
    padding: 5px 0 5px 12px;
    border-left: 5px solid #9A8D6C;
    font-size: 16px;
    font-weight: normal;
  }
  #blog-contents main .post-body .post-date + h2 {
    margin-top: 0;
  }
  #blog-contents main .post-body h3 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: normal;
  }
  #blog-contents main .post-body h4, #blog-contents main .post-body h5, #blog-contents main .post-body p {
    margin: 0 0 30px;
    font-size: 14px;
  }
  #blog-contents main .post-body p {
    line-height: 1.8;
  }
  #blog-contents main .post-body ul {
    margin: 0 0 30px 25px;
    list-style: disc;
  }
  #blog-contents main .post-body li, #blog-contents main .post-body th, #blog-contents main .post-body td {
    font-size: 14px;
  }
  #blog-contents main .category-body {
    margin: 0 20px;
  }
  #blog-contents main .category-tit {
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #9A8D6C;
  }
  #blog-contents main .blog-list {
    margin: 0 auto;
  }
  #blog-contents main .blog-list li {
    width: 280px;
    margin: 0 auto 30px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #blog-contents main .blog-list li a {
    display: block;
  }
  #blog-contents main .blog-list li .pic img {
    width: 280px;
    height: 200px;
    object-fit: cover;
  }
  #blog-contents main .blog-list li .unit {
    padding: 20px;
  }
  #blog-contents main .blog-list li .date {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1;
  }
  #blog-contents main .blog-list li .cate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    width: 78px;
    height: 21px;
    color: #fff;
    font-size: 11px;
    background: #9A8D6C;
  }
  #blog-contents main .blog-list li .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  #blog-contents #sidebar {
    display: block;
    margin: 80px 15px 50px;
  }
  #blog-contents #sidebar h2, #blog-contents #sidebar h3 {
    margin-bottom: 6px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #9A8D6C;
    border-bottom: 2px solid #9A8D6C;
  }
  #blog-contents #sidebar ul {
    margin: 0 0 20px;
  }
  #blog-contents #sidebar ul li {
    padding: 10px 0 10px 5px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
  }
  #blog-contents #sidebar ul li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .pagination .screen-reader-text {
    display: none;
  }
  .pagination .nav-links {
    text-align: center;
  }
  .pagination .nav-links .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 1px solid #9A8D6C;
    border-radius: 50%;
    background: #9A8D6C;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
  }
  .pagination .nav-links .dots {
    display: inline-block;
    margin: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 28px;
  }
  .pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 1px solid #9A8D6C;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    line-height: 28px;
  }
  .pagination .nav-links a.prev.page-numbers,
  .pagination .nav-links a.next.page-numbers {
    width: auto;
    padding-right: 6px;
    padding-left: 6px;
    border: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .pagination .screen-reader-text {
    display: none;
  }
  .pagination .nav-links {
    text-align: center;
  }
  .pagination .nav-links .current {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: 1px solid #9A8D6C;
    border-radius: 50%;
    background: #9A8D6C;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
  }
  .pagination .nav-links .dots {
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
  }
  .pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: 1px solid #9A8D6C;
    border-radius: 50%;
    font-size: 12px;
    text-decoration: none;
    line-height: 22px;
  }
  .pagination .nav-links a.prev.page-numbers,
  .pagination .nav-links a.next.page-numbers {
    width: auto;
    padding-right: 4px;
    padding-left: 4px;
    border: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}