@charset "UTF-8";
/*共通*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

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

img,
iframe {
  border: none;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  margin: inherit;
}

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

hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul li a img {
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: bottom;
}

a:focus {
  overflow: hidden;
  outline: thin dotted;
}

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

ul.link,
ol.link {
  list-style: outside none none;
}

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

main {
  display: block;
}

/* Scss Document */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.container, .container--860, .container--750, .concept-strong-area {
  margin-right: auto;
  margin-left: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*======================
共通部分
======================*/
/*共通色*/
/*Webフォント*/
.top-first-slide__catch .en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/*アニメーション*/
@-webkit-keyframes header-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes header-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*共通タグ・共通クラス*/
html {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.8vw;
  }
}

body {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #333;
}

a {
  color: #333;
}

.container {
  max-width: 1090px;
  width: calc(100% - 5rem);
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 3.6rem);
  }
}

.container--860 {
  max-width: 860px;
  width: calc(100% - 5rem);
}

@media screen and (max-width: 768px) {
  .container--860 {
    width: calc(100% - 3.6rem);
  }
}

.container--750 {
  max-width: 750px;
  width: calc(100% - 5rem);
}

@media screen and (max-width: 768px) {
  .container--750 {
    width: calc(100% - 3.6rem);
  }
}

.wrap {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .wrap {
    padding-top: 63px;
  }
}

/*サブタイトル*/
.title-under {
  font-size: 2.571rem;
  font-weight: bold;
  line-height: 1.69;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 2.2em;
}

@media screen and (max-width: 768px) {
  .title-under {
    font-size: 1.714rem;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
  }
}

.title-under:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 10rem;
  background-color: #333;
}

/*リンクボタン*/
.btn-brown {
  font-size: 1.286rem;
  max-width: 17.343em;
  text-align: center;
  margin: 2em auto 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .btn-brown {
    max-width: 26.143em;
    width: 80%;
  }
}

.btn-brown a {
  display: block;
  border-radius: 4px;
  border: solid 2px #b69e84;
  background-color: #b69e84;
  color: #fff;
  padding: 0.15em;
  border-radius: 3em;
  font-weight: bold;
  position: relative;
}

.btn-brown a:hover {
  opacity: 0.8;
}

/*スマホのみ*/
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/*PCのみ*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/*固定ページ　共通部分--------------------*/
.page-first {
  background-color: #f7f5ef;
}

/*背景タイトルがある場合----*/
.page-first-inner {
  height: 36.143rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-first-inner {
    height: 13.143rem;
  }
}

.page-first-inner__title {
  font-size: 4.286rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .page-first-inner__title {
    font-size: 2.214rem;
  }
}

.page-first-textarea {
  padding: 4.5rem 0 5.5rem;
}

@media screen and (max-width: 768px) {
  .page-first-textarea {
    padding: 3.5rem 0 3.3rem;
  }
}

.page-first-textarea__text {
  font-size: 1.429rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page-first-textarea__text {
    text-align: left;
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.page-first-textarea__text + .page-first-textarea__text {
  margin-top: 1.5em;
}

.page-first-textarea__text a {
  color: #b69e84;
}

/*======================
header
======================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .header {
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0;
    display: block;
    text-align: left;
  }
}

.header__logo {
  max-width: 150px;
  width: 22.4%;
  padding: 1.2rem 0 1.2rem 4.2%;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media all and (-ms-high-contrast: none) {
  .header__logo {
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 125px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
  }
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 100%;
  vertical-align: middle;
}

.gnav {
  width: 100%;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .gnav {
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    height: 100vh;
    width: 21rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(-21rem);
    -ms-transform: translateX(-21rem);
    transform: translateX(-21rem);
    text-align: left;
    background: #fff;
  }
}

.gnav-main {
  margin: auto;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*スマホ ハンバーガーメニュー全体*/
  /*サービス オンマウスメニュー*/
}

@media screen and (max-width: 1090px) {
  .gnav-main {
    font-size: 0.857rem;
  }
}

@media screen and (max-width: 768px) {
  .gnav-main {
    display: block;
    font-size: 1.143rem;
    padding-bottom: 5rem;
  }
}

.gnav-main > li {
  padding: 1.2rem 0 1.2rem 2.143rem;
}

@media all and (-ms-high-contrast: none) {
  .gnav-main > li {
    z-index: 2;
  }
}

@media screen and (max-width: 1090px) {
  .gnav-main > li {
    padding: 1.4rem 0 1.4rem 2vw;
  }
}

.gnav-main > li > a,
.gnav-main > li > span {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 768px) {
  .gnav-main li {
    padding: 0.7em 3.357rem;
  }
  .gnav-main li:last-child {
    padding-bottom: 5rem;
  }
  .gnav-main li a,
  .gnav-main li span {
    padding: 0;
  }
}

.gnav-main-service-link {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gnav-main-service-link {
    padding: 0 !important;
  }
}

.gnav-main-service-link span {
  position: relative;
  padding: 0 0.3em;
  margin-right: 0.8em;
}

@media screen and (min-width: 769px) {
  .gnav-main-service-link span {
    /*PCのみ*/
  }
  .gnav-main-service-link span::before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 1px;
    width: 100%;
    background-color: #707070;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .gnav-main-service-link span::after {
    content: "";
    position: absolute;
    right: -1em;
    top: 0.9em;
    bottom: 0;
    display: inline-block;
    height: 0.35em;
    width: 0.35em;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 60% -50%;
    -ms-transform-origin: 60% -50%;
    transform-origin: 60% -50%;
  }
}

@media screen and (max-width: 768px) {
  .gnav-main-service-link span {
    margin: 0.7em 3.357rem;
  }
  .gnav-main-service-link span::before, .gnav-main-service-link span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.9em;
    display: block;
    background-color: #333;
  }
  .gnav-main-service-link span::before {
    width: 1px;
    height: 0.6em;
    top: 0.69em;
    right: 0;
  }
  .gnav-main-service-link span::after {
    width: 0.57em;
    height: 1px;
    top: 0.95em;
    right: calc(-0.3em + 1px);
  }
}

.gnav-main-service-link.hover .gnav-main-service {
  display: block;
}

@media screen and (max-width: 768px) {
  .gnav-main-service-link.hover .gnav-main-service {
    max-height: 1000px;
  }
}

.gnav-main-service-link.hover span::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .gnav-main-service-link.hover span::before {
    opacity: 0;
  }
}

.gnav-main-service {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 4.6em;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: header-fade-in;
  animation-name: header-fade-in;
  background-color: #fff;
  z-index: -1;
}

@media all and (-ms-high-contrast: none) {
  .gnav-main-service {
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .gnav-main-service {
    position: static;
    z-index: inherit;
    opacity: 1;
    background-color: #f7f5ef;
    display: block;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.gnav-main-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  max-width: 1090px;
  padding: 0px 3.9%;
  margin: auto;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .gnav-main-service__wrapper {
    display: block;
    padding: 0;
    margin: 2.057rem 1.857rem;
  }
}

.gnav-main-service__title {
  width: 100%;
  max-width: 14.286rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 1em;
}

.gnav-main-service .sabnav-area {
  max-width: 14.286rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav-area {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav-area + .sabnav-area {
    margin-top: 2.6rem;
  }
}

.gnav-main-service .sabnav-area__title {
  font-size: 1.071rem;
  font-weight: bold;
  padding: 0.8em 0.8em 0.6em;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav-area__title {
    padding: 0 1.5rem 0.5em;
    border: none;
  }
}

.gnav-main-service .sabnav {
  display: block;
  line-height: 2.5;
  margin: 0.8em 0 2.3em 1em;
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav {
    margin: 0;
  }
}

.gnav-main-service .sabnav li {
  font-size: 0.857rem;
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav li {
    font-size: 0.929rem;
    padding: 0.6em 1.5rem;
    border-bottom: 1px solid #ddd;
  }
  .gnav-main-service .sabnav li:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  .gnav-main-service .sabnav li:before {
    /*PCのみ*/
    content: "";
    width: 0.286rem;
    height: 1px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .gnav-main-service .sabnav li a {
    display: block;
    position: relative;
  }
  .gnav-main-service .sabnav li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.1em;
    bottom: 0;
    display: inline-block;
    height: 0.3em;
    width: 0.3em;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60% -50%;
    -ms-transform-origin: 60% -50%;
    transform-origin: 60% -50%;
  }
}

.gnav-contact {
  float: right;
  margin: auto;
  font-size: 1rem;
  margin-top: 0.95rem;
  margin-right: 4.2%;
}

@media all and (-ms-high-contrast: none) {
  .gnav-contact {
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .gnav-contact {
    display: block;
    float: none;
    margin: 2.5em auto 1em;
    width: 53%;
  }
}

.gnav-contact a {
  margin: auto;
  padding: 0.1em 2.9em;
}

@media screen and (max-width: 768px) {
  .gnav-contact a {
    padding: 0.11em 2.2em;
  }
}

/*SPの時 メールのアイコン*/
.gnav-contact-sp {
  position: absolute;
  right: 20px;
  top: 22px;
}

.gnav-contact-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav-contact-sp img {
  vertical-align: middle;
}

.overray {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*ハンバーガー　ボタン*/
.btn-humberger {
  z-index: 999;
  cursor: pointer;
  padding: 20px 22px;
  position: relative;
  width: 69px;
}

.btn-humberger__btn,
.btn-humberger span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.btn-humberger__btn {
  height: 19px;
  width: 25px;
  position: relative;
}

.btn-humberger span {
  background-color: #333;
  border-radius: 4px;
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%;
}

.btn-humberger span:first-child {
  top: 0;
}

.btn-humberger span:nth-of-type(2) {
  top: 8.4px;
}

.btn-humberger span:nth-of-type(3) {
  bottom: 0;
}

/*ハンバーガーメニュー内のハンバーガーボタン*/
.btn-humberger-opened {
  position: fixed;
  z-index: 999;
  top: 1.2em;
  left: 21rem;
  display: none;
}

.btn-humberger-opened .btn-humberger span {
  background-color: #fff;
}

.btn-humberger-opened .btn-humberger span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.btn-humberger-opened .btn-humberger span:nth-of-type(2) {
  display: none;
}

.btn-humberger-opened .btn-humberger span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

/*ハンバーガーボタンをクリックした時*/
body.js-open header {
  height: auto !important;
}

body.js-open .gnav.sp-only {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.js-open .btn-humberger-opened {
  display: block;
}

body.js-open .overray {
  display: block;
}

/*======================
footer
======================*/
/*製品に関することなら----------*/
.footer-contact-wrapper {
  margin: 0 2.2rem 8.5rem;
  padding: 2.2rem;
  background-color: #f7f5ef;
}

@media screen and (max-width: 768px) {
  .footer-contact-wrapper {
    margin: 0;
    padding: 1rem;
  }
}

.footer-contact-inner {
  background: url(../images/common/act_bg-1.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 24%;
  overflow: hidden;
  padding: 8rem 0 6.8rem;
}

@media screen and (max-width: 768px) {
  .footer-contact-inner {
    padding: 2.9rem 0 3.7rem;
  }
}

.footer-contact {
  color: #fff;
}

.footer-contact__title {
  margin-bottom: 0.9em;
}

.footer-contact__title:after {
  background-color: #fff;
}

.footer-contact__text {
  font-size: 1.286rem;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .footer-contact__text {
    font-size: 1.143rem;
    line-height: 1.69;
    text-align: justify;
  }
}

.footer-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer-contact-link {
    display: block;
  }
}

.footer-contact-link__link {
  max-width: 23.857rem;
  width: 90%;
  margin: 1.5rem 1rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*メール・チャットワーク*/
}

.footer-contact-link__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.45em;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1.357rem;
  line-height: 1.58;
  height: 100%;
  padding: 1.3rem 1.543rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-contact-link__link a {
    font-size: 1.22rem;
    line-height: 1.39;
    letter-spacing: 0;
    min-height: 6.1rem;
  }
}

.footer-contact-link__link a:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  display: block;
  height: 0.38em;
  width: 0.38em;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-contact-link__link:first-child a {
  background-color: #fff;
  color: #b69e84;
}

.footer-contact-link__link:first-child a:after {
  border-color: #b69e84;
}

/*メニュー部分-------------*/
.footer-top {
  background-color: #b69e84;
  padding: 2.286rem 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding: 2rem 0;
  }
}

.footer-top__logo {
  width: 240px;
  margin: 3.5rem auto 1.5rem;
}

@media screen and (max-width: 399px) {
  .footer-top__logo {
    width: 18.571rem;
  }
}

.footer-top__logo img {
  width: 100%;
}

.footer-top__address {
  line-height: 1.86;
}

@media screen and (max-width: 768px) {
  .footer-top__address {
    letter-spacing: 0;
    font-size: 0.857rem;
    white-space: nowrap;
  }
}

.fnav-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.071rem;
}

@media screen and (max-width: 1090px) {
  .fnav-main {
    font-size: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .fnav-main {
    font-size: 1.071rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .fnav-main {
    line-height: 2.3;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .fnav-main li {
    width: 50%;
    letter-spacing: 0.02em;
  }
}

.fnav-main li + li {
  padding-left: 1.8em;
  margin-left: 1.7em;
  position: relative;
}

@media screen and (max-width: 960px) {
  .fnav-main li + li {
    padding-left: 1em;
    margin-left: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .fnav-main li + li {
    padding-left: 0;
    margin-left: 0;
  }
}

.fnav-main li + li::before {
  content: "/";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  font-size: 0.8em;
  margin-top: 0.13em;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .fnav-main li:nth-of-type(2n-1)::before {
    display: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.fnav-main li a {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fnav-sub {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0;
    font-size: 1rem;
  }
}

.fnav-sub li {
  display: inline-block;
  margin: 0.8em 1.5em;
}

@media screen and (max-width: 768px) {
  .fnav-sub li {
    display: block;
    margin: 0.5em 0;
  }
}

.fnav-sub a {
  color: #fff;
}

.footer-bottom {
  padding: 13px 0 41px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 0.1rem 0 3.5em;
  }
}

.copyright {
  font-size: 0.857rem;
  font-weight: 300;
  letter-spacing: 0;
}

/*======================
トップページ
======================*/
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*ページローダー（最初のスライドのがたつきを隠す）*/
.js-loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media all and (-ms-high-contrast: none) {
  .js-loader {
    display: none;
  }
}

/*スライド部分----------*/
.top-first-slide {
  height: calc(100vh - 63.578px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /*slick既存部分*/
  /*新着情報の帯部分----------*/
}

.top-first-slide__slide {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
}

.top-first-slide__slide .slide-list {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.top-first-slide__slide .slide-list .bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.top-first-slide__slide .slide-list.l1 {
  z-index: 2;
}

.top-first-slide__slide .slide-list.l1 .bg {
  background-image: url("../images/top/slide01.jpg");
}

.top-first-slide__slide .slide-list.l2 {
  z-index: 1;
}

.top-first-slide__slide .slide-list.l2 .bg {
  background-image: url("../images/top/slide02.jpg");
}

.top-first-slide__slide .slide-list.l3 {
  z-index: 1;
}

.top-first-slide__slide .slide-list.l3 .bg {
  background-image: url("../images/top/slide03.jpg");
}

.top-first-slide__slide .slide-animation {
  -webkit-animation: fadezoom 20s 0s forwards;
  animation: fadezoom 20s 0s forwards;
}

@media all and (-ms-high-contrast: none) {
  .top-first-slide__slide .slide-animation {
    -webkit-animation: none;
    animation: none;
  }
}

.top-first-slide .slick-track {
  overflow: hidden;
}

.top-first-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top-first-slide .slick-dots {
  bottom: 2.143rem;
  left: 4.2%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .top-first-slide .slick-dots {
    left: 0;
    bottom: 6.6rem;
    right: 0;
  }
}

.top-first-slide .slick-dots li {
  height: 11px;
  width: 11px;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .top-first-slide .slick-dots li {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0 1.2rem 0 0;
  }
}

.top-first-slide .slick-dots li button {
  width: inherit;
  height: inherit;
  text-align: center;
}

.top-first-slide .slick-dots li button:before {
  display: inline-block;
  margin: 0;
  width: 7px;
  height: 7px;
  border: solid #fff 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  content: "";
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .top-first-slide .slick-dots li button:before {
    border-width: 1px;
    width: 0.48rem;
    height: 0.48rem;
  }
}

.top-first-slide .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.top-first-slide__catch {
  width: 100%;
  margin: auto;
  z-index: 2;
  text-align: left;
  color: #ffffff;
  padding: 0 4.2% 4.5%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .top-first-slide__catch {
    padding: 0 5%;
  }
}

.top-first-slide__catch .en {
  font-size: 4.857rem;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .top-first-slide__catch .en {
    font-size: 2.643rem;
  }
}

.top-first-slide__catch .jp {
  font-size: 1.286rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 1.8em;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-first-slide__catch .jp {
    font-size: 1.143rem;
    line-height: 1.56;
  }
}

.top-first-slide__info {
  max-width: 42.857rem;
  width: 100%;
  padding: 1.571rem 3.571rem;
  background-color: #b69e84;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-first-slide__info {
    padding: 1.571rem 2.929rem;
  }
}

.top-first-slide__info__title {
  margin-right: 4.357rem;
  width: 5.5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-first-slide__info__title {
    margin-right: 0.786rem;
  }
}

.top-first-slide__info__link {
  max-width: 27.357rem;
  width: 100%;
  font-size: 0.857rem;
  letter-spacing: 0.05em;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*背景写真以下のコンテンツ==============*/
/*会社と経営者の自己成長を引き出す
　キャディ型経営支援---------------------------*/
.top-idea__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.69;
  color: #b69e84;
  position: relative;
  padding: 1em;
  margin: 2em auto 0.7em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-idea__title {
    font-size: 1.571rem;
    margin-left: 0.7em;
    margin-right: 0.7em;
    display: block;
  }
}

.top-idea__title::before, .top-idea__title:after {
  content: "";
  width: 1px;
  height: 4.571rem;
  background-color: #b69e84;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .top-idea__title::before, .top-idea__title:after {
    height: 2.671rem;
  }
}

.top-idea__title::before {
  top: 0;
  left: 0;
}

.top-idea__title:after {
  right: 0;
  bottom: 0;
}

.top-idea__text {
  font-size: 1.286rem;
  line-height: 1.67;
  margin-bottom: 6.4em;
}

@media screen and (max-width: 768px) {
  .top-idea__text {
    font-size: 1.143rem;
    text-align: justify;
    margin-bottom: 4.2em;
  }
}

/*経営課題の解決のための3つの柱---------------*/
.top-post3 {
  background: url("../images/top/bg_1.png") repeat;
  padding: 5.6rem 0;
}

@media screen and (max-width: 768px) {
  .top-post3 {
    padding: 3.2rem 0 0.1rem;
  }
}

.top-post3-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1089px) {
  .top-post3-contents {
    display: block;
  }
}

.top-post3-contents__photo {
  max-width: 505px;
  width: 46.33028%;
}

@media screen and (max-width: 1089px) {
  .top-post3-contents__photo {
    max-width: 100%;
    width: 100%;
  }
}

.top-post3-contents__textarea {
  max-width: 525px;
  width: 48.16514%;
}

@media screen and (max-width: 1089px) {
  .top-post3-contents__textarea {
    max-width: 100%;
    width: 100%;
    margin-top: 3.45rem;
  }
}

.post3-area {
  text-align: justify;
}

.post3-area__title {
  background: #b69e84;
  font-size: 1.714rem;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0.35em 0.3em 0.35em 0;
  margin-left: 0.5em;
  margin-bottom: 0.7em;
  width: 13.6em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .post3-area__title {
    font-size: 1.429rem;
  }
}

.post3-area__title::before {
  content: "";
  position: absolute;
  left: -0.5em;
  top: 0;
  right: 0;
  width: 0.7em;
  height: 100%;
  background: url("../images/top/about_00.png") no-repeat left top/contain;
}

.post3-area__text {
  font-size: 1.286rem;
  line-height: 1.8;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .post3-area__text {
    font-size: 1.143rem;
  }
}

/*サービス---------------*/
.top-service {
  max-width: 1120px;
  padding-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 3rem;
  }
}

.top-service__text {
  font-size: 1.286rem;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .top-service__text {
    font-size: 1.143rem;
    text-align: justify;
  }
}

.top-service-listarea {
  margin-top: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-service-listarea {
    margin-top: 3.2rem;
  }
}

.top-service-list {
  width: calc(100% / 3 - 30px);
  border: solid 1px #b69e84;
  padding: 3.1rem 2.286rem 8.2rem;
  position: relative;
  margin: 0 15px 3.1rem;
}

@media screen and (max-width: 1089px) {
  .top-service-list {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 768px) {
  .top-service-list {
    width: 100%;
    margin: 0 0 1.6rem;
    padding: 1.6rem 1.357rem;
  }
}

.top-service-list:nth-of-type(2)::before {
  border-left-color: #87a5ff;
}

.top-service-list:nth-of-type(3)::before {
  border-left-color: #ffbb87;
}

.top-service-list::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #ff878a;
}

.top-service-list__title {
  font-size: 1.714rem;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .top-service-list__title {
    margin-bottom: 0.3em;
  }
}

.top-service-list__photo {
  height: 7.857rem;
}

.top-service-list__text {
  text-align: justify;
  font-size: 1.214rem;
  line-height: 1.67;
  margin-top: 1.1em;
}

@media screen and (max-width: 768px) {
  .top-service-list__text {
    font-size: 1.143rem;
    line-height: 1.5;
  }
}

.top-service-list__link {
  max-width: 14.857rem;
  width: 100%;
  position: absolute;
  bottom: 3.1rem;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top-service-list__link {
    max-width: 13.357rem;
    position: static;
    margin-top: 1.4rem;
    font-size: 1.143rem;
  }
}

/*新着情報---------------------------------*/
.top-info-wrap {
  padding-top: 2rem;
  padding-bottom: 5.714rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-info-wrap {
    padding-top: 1.5rem;
    padding-bottom: 3.2rem;
  }
}

.top-info-wrap:after {
  content: "";
  width: 47.9%;
  height: 16.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f7f5ef;
}

@media screen and (max-width: 768px) {
  .top-info-wrap:after {
    width: 100%;
  }
}

.top-info-wrap__link {
  font-size: 1.857rem;
}

@media screen and (max-width: 768px) {
  .top-info-wrap__link {
    font-size: 1.714rem;
  }
}

/*新着情報 ボタン*/
.top-info-wrap .btn-brown {
  margin-top: 0;
}

/*事務所情報---------------------------------*/
.top-company__photo {
  width: 100%;
}

.top-company__title {
  font-size: 2.571rem;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background-color: #b69e84;
  padding: 9.643rem 0 9.857rem 2.857rem;
  width: 33.57798%;
  line-height: 1;
  position: relative;
  margin: -8.2rem 0 5.2rem;
}

@media screen and (max-width: 768px) {
  .top-company__title {
    width: 100%;
    font-size: 1.714rem;
    padding: 6.143rem 2.857rem;
    margin: -3.8rem 0 3.2rem;
  }
}

.top-company-table {
  text-align: left;
  font-size: 1.286rem;
  line-height: 1.67;
  border-top: solid 1px #ddd;
  margin-bottom: 12.2rem;
}

@media screen and (max-width: 768px) {
  .top-company-table {
    font-size: 1.143rem;
    line-height: 1.69;
    margin-bottom: 7.4rem;
  }
}

.top-company-table a {
  color: #b69e84;
  text-decoration: underline;
	margin-left: 0.5em;
}

.top-company-table .tr {
  padding: 0.5em 0;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-company-table .tr {
    display: block;
    padding: 0.6em 0.3em;
  }
}

.top-company-table .th,
.top-company-table .td {
  padding: 0.6em 0;
}

@media screen and (max-width: 768px) {
  .top-company-table .th,
  .top-company-table .td {
    width: 100% !important;
    padding: 0;
  }
}

.top-company-table .th {
  width: 11.143rem;
}

@media screen and (max-width: 768px) {
  .top-company-table .th {
    font-weight: bold;
  }
}

.top-company-table .td {
  width: calc(100% - 11.143rem);
  border-left: solid 1px #ddd;
  padding-left: 1.7em;
}

@media screen and (max-width: 768px) {
  .top-company-table .td {
    border: none;
    padding-left: 0;
  }
}

.top-company-table .mt-1 {
  margin-top: 1.5em;
}

/*================================
  ブログ一覧、ブログページ
================================*/
/*タイトル部分-------------*/
.page-first--blog {
  margin-bottom: 7.1rem;
}

@media screen and (max-width: 768px) {
  .page-first--blog {
    margin-bottom: 2.8rem;
  }
}

.page-first-inner--blog {
  background: url(../images/blog/header-pc.jpg) no-repeat center center/cover;
  height: 32.286rem;
}

@media screen and (max-width: 768px) {
  .page-first-inner--blog {
    background: url(../images/blog/header-sp.jpg) no-repeat center center/cover;
    height: 13rem;
  }
}

/*ブログ一覧======================*/
.info-listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-list {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 4.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info-list {
    width: 47.5%;
    margin-bottom: 2.7rem;
    margin-right: 5%;
  }
}

.info-list:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .info-list:nth-child(2n) {
    margin-right: 0;
  }
}

.info-list__photo {
  margin-bottom: 15%;
}

@media screen and (max-width: 768px) {
  .info-list__photo {
    margin-bottom: 1rem;
  }
}

.info-list__cat {
  display: inline-block;
}

.info-list__cat a {
  display: inline-block;
  font-size: 0.929rem;
  color: #b69e84;
  padding: 0 0.9em;
  margin-bottom: 0.7em;
  border: solid 1px #b69e84;
  border-radius: 4em;
  background-color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .info-list__cat a {
    font-size: 0.714rem;
  }
}

.info-list__title {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}

.info-list__title br {
  display: none;
}

@media screen and (max-width: 768px) {
  .info-list__title {
    font-size: 0.929rem;
    line-height: 1.46;
    letter-spacing: 0;
  }
}

.info-list__tags {
  line-height: 1.38;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .info-list__tags {
    line-height: 1.1;
  }
}

.info-list__tags li {
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .info-list__tags li {
    margin-right: 0.4rem;
  }
}

.info-list__tags li a {
  font-size: 0.929rem;
  color: #b69e84;
  position: relative;
}

.info-list__tags li a::before {
  content: "#";
}

@media screen and (max-width: 768px) {
  .info-list__tags li a {
    font-size: 0.714rem;
    letter-spacing: 0;
  }
}

/* ページャー */
.news-pager {
  font-size: 1.429rem;
  text-align: center;
  display: block;
  margin-bottom: 12rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-pager {
    font-size: 1.286rem;
    margin-bottom: 8rem;
  }
}

.news-pager .page-numbers {
  padding: 0.1em 0.68em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .news-pager .page-numbers {
    padding: 0.1em 0.37em;
  }
}

.news-pager .page-numbers.prev, .news-pager .page-numbers.next {
  font-family: inherit;
}

.news-pager .current {
  font-weight: bold;
}

/*ブログ詳細===============================*/
/*全カテゴリー共通部分--------*/
.single-header {
  margin-top: -4.8rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .single-header {
    margin-top: -1rem;
  }
}

.single-cat {
  text-align: right;
}

.single-cat a {
  display: inline-block;
  font-size: 1rem;
  color: #b69e84;
  padding: 0.2em 1.2em;
  margin-bottom: 0.7em;
  border: solid 1px #b69e84;
  border-radius: 6em;
  background-color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .single-cat a {
    font-size: 0.857rem;
    padding: 0.08em 0.8em;
  }
}

.single-time {
  font-size: 1.429rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 0.8em;
  display: block;
}

@media screen and (max-width: 768px) {
  .single-time {
    font-size: 1.286rem;
  }
}

.single-title {
  font-size: 2.571rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .single-title {
    font-size: 2.143rem;
    line-height: 1.3;
    margin-top: 0.1em;
  }
}

.single-tags {
  margin: 0.7rem auto 0;
}

.single-tags li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 1.071rem;
}

@media screen and (max-width: 768px) {
  .single-tags li {
    font-size: 0.714rem;
  }
}

.single-tags li a {
  color: #b69e84;
  position: relative;
}

.single-tags li a::before {
  content: "#";
}

.single-contents {
  margin: 4rem 0;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .single-contents {
    margin: 3rem 0 3.5rem;
  }
}

.single-contents__title {
  line-height: 1.5;
  font-size: 2.143rem;
  font-weight: bold;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .single-contents__title {
    font-size: 1.857rem;
    line-height: 1.1;
    margin-bottom: 1em;
  }
}

.single-contents figure {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .single-contents figure {
    margin-bottom: 1rem;
  }
}

.single-contents p {
  font-size: 1.429rem;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .single-contents p {
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

/* 著者紹介 --------*/
.single-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 3.3rem 0;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .single-author {
    padding: 2rem 0;
    margin: 3.7rem 0 3.6rem;
  }
}

.single-author__photo {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .single-author__photo {
    width: 7.143rem;
    height: 7.143rem;
    border-radius: 5rem;
  }
}

.single-author__textarea {
  width: calc(100% - 150px);
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .single-author__textarea {
    width: 14.2rem;
  }
}

.single-author__name {
  font-size: 1.143rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
  .single-author__name {
    font-size: 1rem;
  }
}

.single-author__des {
  font-size: 1.071rem;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .single-author__des {
    font-size: 0.857rem;
    line-height: 1.75;
  }
}

/* ページャー --------*/
.navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 6.7rem;
}

@media screen and (max-width: 768px) {
  .navigation {
    margin-bottom: 2.8rem;
  }
}

.navigation > div {
  margin: 0 0.9em;
}

@media screen and (max-width: 768px) {
  .navigation > div {
    margin: 0px 0.5em;
  }
}

.navigation a {
  font-size: 1.429rem;
}

@media screen and (max-width: 768px) {
  .navigation a {
    font-size: 1.286rem;
  }
}

/*開催予定のイベント・おすすめ記事--------*/
.recommend {
  overflow: hidden;
  padding: 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .recommend {
    padding: 0px 0 4.8rem;
  }
}

.recommend__title {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .recommend__title {
    font-size: 1.571rem;
  }
}

.recommend .info-list__cat {
  display: none;
}

/*================================
  コンセプトページ
================================*/
/*タイトル部分-------------*/
.page-first-inner--concept {
  background: url(../images/concept/header.jpg) no-repeat center center/cover;
}

.page-first-textarea .title-under {
  margin-bottom: 1.1em !important;
}

.concept .title-under {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .concept .title-under {
    font-size: 2.143rem;
    line-height: 1.3;
    margin-bottom: 1.15em;
  }
}

/*なぜ私が経営支援をしたいのか？-------------*/
.concept-why-sec {
  padding: 5.3rem 0 4.8rem;
}

@media screen and (max-width: 768px) {
  .concept-why-sec {
    padding: 3.2rem 0 3rem;
  }
}

.concept-why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 768px) {
  .concept-why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.concept-why__textwrapper {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  text-align: justify;
  font-size: 1.429rem;
  line-height: 1.8;
}

@media screen and (max-width: 1089px) {
  .concept-why__textwrapper {
    width: 60%;
    padding: 0px 60px;
  }
}

@media screen and (max-width: 768px) {
  .concept-why__textwrapper {
    width: 100%;
    padding: 0 1.8rem;
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.concept-why__textinner {
  max-width: 490px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .concept-why__textinner {
    max-width: 100%;
  }
}

.concept-why__title {
  font-size: 2.143rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .concept-why__title {
    font-size: 1.857rem;
    line-height: 1.38;
    letter-spacing: 0;
  }
}

.concept-why__name {
  text-align: right;
  margin-top: 1.8em;
}

.concept-why__photo {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1089px) {
  .concept-why__photo {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .concept-why__photo {
    width: 100%;
    height: 105.333vw;
    padding-left: 1.8rem;
    padding-bottom: 3.285rem;
  }
}

.concept-why__photo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .concept-why__photo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

/*経営のキャディーの3つの強み-------------*/
.concept-strong-area {
  max-width: 1200px;
  width: calc(100% - 5rem);
  counter-reset: conceptStrong;
}

@media screen and (max-width: 768px) {
  .concept-strong-area {
    width: 100%;
  }
}

/*3つ共通部分*/
.concept-strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*最初*/
  /*偶数の時*/
}

@media screen and (max-width: 768px) {
  .concept-strong {
    display: block;
  }
}

.concept-strong .imgbox {
  height: 480px;
  width: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .concept-strong .imgbox {
    width: calc(100% - 1.8rem);
    height: 0;
    padding-top: 66.71642%;
    margin-right: 1.8rem;
  }
}

.concept-strong .textwrapper {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .concept-strong .textwrapper {
    width: auto;
  }
}

.concept-strong .textinner {
  background-color: #fff;
  padding: 43px 48px 50px 60px;
  text-align: justify;
  margin-left: -25%;
  margin-bottom: 21px;
  z-index: -2;
}

@media screen and (max-width: 1089px) {
  .concept-strong .textinner {
    margin-left: -45%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 768px) {
  .concept-strong .textinner {
    margin: -2.714rem 1.8rem 0;
    padding: 2.714rem 0 0 3.4rem;
  }
}

.concept-strong .title {
  font-size: 2.143rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept-strong .title {
    font-size: 1.857rem;
    line-height: 1.38;
  }
}

.concept-strong .title:before {
  position: absolute;
  top: -0.41em;
  right: -48px;
  counter-increment: conceptStrong;
  content: counter(conceptStrong, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-size: 11.429rem;
  line-height: 1;
  font-weight: normal;
  z-index: -1;
  color: #f7f5ef;
}

@media screen and (max-width: 768px) {
  .concept-strong .title:before {
    font-size: 10rem;
    top: -0.09em;
    right: auto;
    left: -3.4rem;
  }
}

.concept-strong .text {
  font-size: 1.429rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .concept-strong .text {
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.concept-strong:first-child .textinner {
  padding-bottom: 19px;
  margin-bottom: 0;
}

.concept-strong:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .concept-strong:nth-child(2n) .imgbox {
    margin-right: 0;
    margin-left: 1.8rem;
  }
}

.concept-strong:nth-child(2n) .textinner {
  background-color: #fff;
  padding: 43px 60px 50px 48px;
  text-align: justify;
  margin-left: 0;
  margin-right: -25%;
}

@media screen and (max-width: 1089px) {
  .concept-strong:nth-child(2n) .textinner {
    margin-left: 0;
    margin-right: -45%;
  }
}

@media screen and (max-width: 768px) {
  .concept-strong:nth-child(2n) .textinner {
    margin: -2.714rem 1.8rem 0;
    padding: 2.714rem 3.4rem 0 0;
  }
}

.concept-strong:nth-child(2n) .title:before {
  left: -48px;
}

@media screen and (max-width: 768px) {
  .concept-strong:nth-child(2n) .title:before {
    left: 0;
  }
}

/*経営のキャディーでお客様が得られるメリット、
　例えばこのようなものになります。*/
.strong-merit {
  background: url("../images/concept/about.jpg") no-repeat center center/cover;
  padding: 8.5rem 0 9rem;
  font-size: 1.429rem;
  line-height: 1.8;
  margin: 7rem 0 5.1rem;
}

@media screen and (max-width: 768px) {
  .strong-merit {
    font-size: 1.286rem;
    line-height: 1.78;
    text-align: justify;
    margin: 0rem 0 3.5rem;
    padding: 3.5rem 0;
  }
}

.strong-merit__title {
  font-size: 2.143rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.9em;
}

@media screen and (max-width: 768px) {
  .strong-merit__title {
    font-size: 1.857rem;
    line-height: 1.38;
    text-align: inherit;
    margin-bottom: 1.4em;
  }
}

.strong-merit-sec__btn {
  max-width: 31.286rem;
  font-size: 1.857rem;
  margin-bottom: 13.5rem;
}

@media screen and (max-width: 768px) {
  .strong-merit-sec__btn {
    font-size: 1.714rem;
    margin-bottom: 8rem;
  }
}

/*事務所案内-------------*/
.company {
  margin-top: -63px;
  padding-top: 63px;
}

@media screen and (max-width: 768px) {
  .company {
    margin-top: -54px;
    padding-top: 54px;
  }
}

.company__title {
  font-size: 4.286rem;
  font-weight: bold;
  color: #fff;
  padding: 3.2em 0;
  margin-bottom: 6rem;
  background: url("../images/concept/company-header.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .company__title {
    font-size: 2.214rem;
    padding: 1.68em 0;
    margin-bottom: 3rem;
  }
}

.company-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 5.8rem;
}

@media screen and (max-width: 768px) {
  .company-management {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2.8rem;
  }
}

.company-management__textwrapper {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  text-align: justify;
  font-size: 1.429rem;
  line-height: 1.8;
}

@media screen and (max-width: 1089px) {
  .company-management__textwrapper {
    width: 60%;
    padding: 0px 60px;
  }
}

@media screen and (max-width: 768px) {
  .company-management__textwrapper {
    width: 100%;
    padding: 0 1.8rem;
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.company-management__textinner {
  max-width: 490px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .company-management__textinner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.company-management__subphoto {
  margin-bottom: 120px;
  text-align: right;
  position: relative;
  margin-right: -100px;
  margin-top: -84px;
}

@media screen and (max-width: 1089px) {
  .company-management__subphoto {
    margin-bottom: 80px;
    margin-right: -60px;
  }
}

@media screen and (max-width: 768px) {
  .company-management__subphoto {
    margin: 3.5rem -1.8rem 0 5.212rem;
  }
}

@media screen and (max-width: 1089px) {
  .company-management__subphoto img {
    width: 51%;
  }
}

@media screen and (max-width: 768px) {
  .company-management__subphoto img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .company-management__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company-management__title {
  font-size: 1.714rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.7em;
  letter-spacing: 0.05em;
}
.company-management__textbox > p {
	margin-bottom: 1em;
}
.company-management__textbox > dl dd {
	margin-left: 1.05em;
}

@media screen and (max-width: 768px) {
  .company-management__title {
    font-size: 1.429rem;
    line-height: 1.38;
    letter-spacing: 0;
  }
}

.company-management__name {
  text-align: right;
  margin-top: 1.8em;
}

.company-management__photo {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1089px) {
  .company-management__photo {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .company-management__photo {
    width: 100%;
    height: 105.333vw;
    padding-right: 1.8rem;
    padding-bottom: 3rem;
  }
}

.company-management__photo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .company-management__photo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

/*================================
  サービスページ
================================*/
/*タイトル部分-------------*/
.page-first-inner--service {
  background: url(../images/service/header.jpg) no-repeat center center/cover;
}

/*導入部分-------------*/
.service-first {
  padding: 4.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .service-first {
    padding: 3.5rem 0 0;
  }
}

.service-first__text {
  font-size: 1.429rem;
  line-height: 1.8;
}
.service-first__text + .service-first__text {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .service-first__text {
    text-align: left;
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.service-first__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.8rem auto -3.1rem;
}

@media screen and (max-width: 768px) {
  .service-first__list {
    display: block;
    margin-bottom: -2rem;
  }
}

.service-first__list li {
  width: 19.857rem;
  margin: 0 0.65rem;
}

@media screen and (max-width: 768px) {
  .service-first__list li {
    width: 100%;
    margin: 1em 0 0;
  }
}

.service-first__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.143rem;
  padding: 0.8em 2.5em;
  border-radius: 0.8em;
  border-width: 1px;
  border-style: solid;
}

@media screen and (max-width: 768px) {
  .service-first__list li a {
    padding: 0.2em 2.5em;
  }
}

.service-first__list li a.management {
  border-color: #ff878a;
  color: #ff878a;
}

.service-first__list li a.human-meeting {
  border-color: #87a5ff;
  color: #87a5ff;
}

.service-first__list li a.seminars-training {
  border-color: #ffbb87;
  color: #ffbb87;
}

/*導入部分-------------*/
.service-subsec {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .service-subsec {
    margin-top: -2.5rem;
  }
}

.service-subsec__inner {
  overflow: hidden;
  padding: 0 0 4rem;
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .service-subsec__inner {
    padding: 0 0 2.5rem;
    margin: 2.5rem 0 0;
  }
}

.service-subsec__title {
  font-size: 1.857rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40rem;
  height: 3.429rem;
  margin: 5.7rem auto 2.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service-subsec__title {
    width: calc(100% - 3.6rem);
    height: 2.143rem;
    font-size: 1.286rem;
    margin: 3rem auto 0.95em;
  }
}

.service-subsec__title:before, .service-subsec__title:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.service-subsec__title:before {
  left: 0;
  border-width: 1.7145rem 0 1.7145rem 0.8rem;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .service-subsec__title:before {
    border-width: 1.0715rem 0 1.0715rem 0.6rem;
  }
}

.service-subsec__title:after {
  right: 0;
  border-width: 1.7145rem 0.8rem 1.7145rem 0;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 768px) {
  .service-subsec__title:after {
    border-width: 1.0715rem 0.6rem 1.0715rem 0;
  }
}

.service-subsec .title-under {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .service-subsec .title-under {
    font-size: 2.143rem;
    line-height: 1.3;
    margin-bottom: 1.4em;
  }
}

.service-subsec__photo {
  max-width: 1090px;
  margin: auto;
}

.service-subsec__photo img {
  width: 100%;
}

/*経営支援 独自*/
#management .service-subsec {
  /*偶数のサブセクション*/
}

#management .service-subsec:nth-child(2n) .service-subsec__inner {
  background-color: #f7f5ef;
	padding: 0 0 8rem;
}

#management .service-subsec:nth-child(2n) .service-subsec__title:before {
  border-color: transparent transparent transparent #f7f5ef;
}

#management .service-subsec:nth-child(2n) .service-subsec__title:after {
  border-color: transparent #f7f5ef transparent transparent;
}

#management .service-subsec__title {
  background-color: #ff878a;
}

/*人事・会議支援 独自*/
#human-meeting .service-subsec {
  /*奇数のサブセクション*/
}

#human-meeting .service-subsec:nth-child(2n-1) .service-subsec__inner {
  background-color: #f7f5ef;
}

#human-meeting .service-subsec:nth-child(2n-1) .service-subsec__title:before {
  border-color: transparent transparent transparent #f7f5ef;
}

#human-meeting .service-subsec:nth-child(2n-1) .service-subsec__title:after {
  border-color: transparent #f7f5ef transparent transparent;
}

#human-meeting .service-subsec__title {
  background-color: #87a5ff;
}

/*セミナー・研修 独自*/
#management {
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 768px) {
  #management {
    margin-bottom: 4.5rem;
  }
}

#seminars-training .service-subsec {
  /*奇数のサブセクション*/
}

#seminars-training .service-subsec:nth-child(2n-1) .service-subsec__inner {
  background-color: #f7f5ef;
}

#seminars-training .service-subsec:nth-child(2n-1) .service-subsec__title:before {
  border-color: transparent transparent transparent #f7f5ef;
}

#seminars-training .service-subsec:nth-child(2n-1) .service-subsec__title:after {
  border-color: transparent #f7f5ef transparent transparent;
}

#seminars-training .service-subsec__title {
  background-color: #ffbb87;
}

/*セミナー内容---------------------*/
.service-contents {
	max-width: 860px;
  text-align: left;
  font-size: 1.429rem;
  line-height: 1.8;
  padding-top: 2.5em;
}

@media screen and (max-width: 768px) {
  .service-contents {
    font-size: 1.286rem;
    line-height: 1.78;
  }
}

.service-contents * {
  word-break: break-all;
}

.service-contents__title {
  font-size: 2.143rem;
  font-weight: bold;
  margin: 1.95em 0 0.9em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .service-contents__title {
    font-size: 1.429rem;
    margin-bottom: 0.4em;
  }
}

.service-contents ul + p,
.service-contents ol + p,
.service-contents dl + p,
.service-contents p + p {
  margin-top: 1.55em;
}

.service-contents ul li {
  position: relative;
  padding-left: 1em;
}

.service-contents ul li::before {
  content: "・";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0.15em;
}

.service-contents .consulting-menu {
  overflow: hidden;
}

.service-contents .consulting-menu__title {
  width: 3em;
  float: left;
  position: relative;
}

.service-contents .consulting-menu__title::after {
  content: "：";
  display: inline-block;
  margin: 0 0.2em;
}

.service-contents .consulting-menu__text {
  float: left;
  width: calc(100% - 3em);
}

.service-contents .consulting-menu__text + .consulting-menu__text {
  margin-left: 3em;
}

/*================================
  お問い合わせページ
================================*/
/*タイトル部分-------------*/
.page-first-inner--inquiry {
  background: url(../images/inquiry/header.jpg) no-repeat center center/cover;
}

/*フォーム部分-----------*/
.inquiry-form {
  border-top: solid 1px #dddddd;
  padding-top: 1em;
  margin: 5.5rem auto 12rem;
  font-size: 1.071rem;
  /*セレクトボックスの矢印*/
  /*住所*/
  /*送信ボタン*/
}

@media screen and (max-width: 768px) {
  .inquiry-form {
    margin: 3.3rem auto 7.3rem;
    padding-top: 1rem;
    font-size: 1.143rem;
  }
}

.inquiry-form dl {
  display: table;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.65em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .inquiry-form dl {
    margin-bottom: 1rem;
  }
}

.inquiry-form dt,
.inquiry-form dd {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .inquiry-form dt,
  .inquiry-form dd {
    display: block;
  }
}

.inquiry-form dt {
  width: 33.3%;
  overflow: hidden;
  font-weight: bold;
  padding-right: 1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .inquiry-form dt {
    width: 100%;
    margin-bottom: 0.8em;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 0;
    font-size: 1rem;
  }
}

.inquiry-form dd {
  width: 66.7%;
  line-height: 1.73;
  /*チェックボックス*/
}

@media screen and (max-width: 768px) {
  .inquiry-form dd {
    width: 100%;
    line-height: 1;
  }
}

.inquiry-form dd input[type="text"],
.inquiry-form dd input[type="url"],
.inquiry-form dd textarea,
.inquiry-form dd select {
  background-color: #f0f0f0;
  padding: 1.26em 1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inquiry-form dd input[type="text"],
  .inquiry-form dd input[type="url"],
  .inquiry-form dd textarea,
  .inquiry-form dd select {
    padding: 1.06em 0.85em;
    font-size: 1.143rem;
  }
}

.inquiry-form dd input[type="checkbox"] {
  border-radius: 2px;
  border: solid 1px #767676;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

@media screen and (max-width: 768px) {
  .inquiry-form dd .mwform-checkbox-field.vertical-item {
    line-height: 1.5;
  }
}

.inquiry-form dd .mwform-checkbox-field.vertical-item + .vertical-item {
  margin-top: 0.1em;
}

.inquiry-form dd .mwform-checkbox-field.vertical-item label input {
  display: inline-block;
  vertical-align: text-top;
}

.inquiry-form dd .mwform-checkbox-field.vertical-item label span {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1.5;
}

.inquiry-form__select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.inquiry-form__select::after {
  position: absolute;
  top: 1.6em;
  right: 20px;
  content: "";
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  display: block;
}

@media screen and (max-width: 768px) {
  .inquiry-form__select::after {
    top: 1.6em;
    right: 0.6rem;
  }
}

.inquiry-form__address table {
  width: 100%;
}

.inquiry-form__address th {
  vertical-align: top;
  width: 20%;
  padding-top: 0.9em;
}

@media screen and (max-width: 768px) {
  .inquiry-form__address th {
    width: 4.9rem;
    padding-top: 1.1em;
    letter-spacing: 0;
    font-size: 1rem;
  }
}

.inquiry-form__address td {
  padding-bottom: 0.65em;
}

.inquiry-form__address td #address2 {
  margin-top: 0.65em;
}

.inquiry-form__address tr:last-child td {
  padding-bottom: 0;
}

.inquiry-form__submit {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .inquiry-form__submit {
    margin-top: 2.3em;
  }
}

.inquiry-form__submit input {
  max-width: 17.343em;
  width: 90%;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3em;
  border: solid 2px #b69e84;
  background-color: #b69e84;
  padding: 0.27em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.857rem;
}

@media screen and (max-width: 768px) {
  .inquiry-form__submit input {
    font-size: 1.714rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .inquiry-form__submit input:hover {
    /*オンマウス時（PCのみ）*/
    opacity: 0.8;
  }
}

.inquiry-form__submit input[name="submitBack"] {
  background-color: #ccc;
  border-color: #ccc;
  margin-top: 0.85em;
}

@media screen and (max-width: 768px) {
  .inquiry-form__submit input[name="submitBack"] {
    margin-top: 0.65em;
  }
}

/*フォーム 必須、任意*/
.form-icon--required, .form-icon--optional {
  font-size: 0.857rem;
  font-weight: normal;
  text-align: center;
  padding: 0.2em 1em;
  letter-spacing: 0.1em;
  float: right;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .form-icon--required, .form-icon--optional {
    letter-spacing: 0;
    padding: 0.2em 0.9em;
  }
}

.form-icon--required {
  background: #b69e84;
  color: #ffffff;
}

.form-icon--optional {
  background: #f3f3f3;
}

/*確認画面---------------------*/
.mw_wp_form_confirm .inquiry-form dd {
  line-height: 1.69;
}

.mw_wp_form_confirm .inquiry-form__select::after {
  display: none;
}

.mw_wp_form_confirm .inquiry-form__address th {
  padding-top: 0;
}

.mw_wp_form_confirm .inquiry-form__address td,
.mw_wp_form_confirm .inquiry-form__address td #address2 {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/*thanksページ---------------*/
.inquiry-box {
  margin-top: 6rem;
  margin-bottom: 9rem;
  font-size: 1.429rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .inquiry-box {
    margin-top: 3.2rem;
    margin-bottom: 5rem;
    text-align: justify;
  }
}

.inquiry-box p + p {
  margin-top: 1.5em;
}

.inquiry-box__thanks {
  font-size: 1.857rem;
}

@media screen and (max-width: 768px) {
  .inquiry-box__thanks {
    text-align: center !important;
    line-height: 1.6;
  }
}

.inquiry-box .brown-blue {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .inquiry-box .brown-blue {
    margin-top: 2em;
  }
}

/*======================
よくある質問
======================*/
/*タイトル部分-------------*/
.page-first-inner--faq {
  background: url(../images/faq/header.jpg) no-repeat center center/cover;
}

/*アコーディオン--------------*/
.faq-sec {
  padding: 5.8rem 0 7rem;
}

@media screen and (max-width: 768px) {
  .faq-sec {
    padding: 2.8rem 0 3.1rem;
  }
}

.faq-sec:nth-of-type(2n) {
  background-color: #f7f5ef;
}

@media screen and (max-width: 768px) {
  .faq-sec:last-child {
    padding-bottom: 7rem;
  }
}

.faq-sec__title {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  .faq-sec__title {
    margin-bottom: 1.5em;
    padding-bottom: 0.3em;
    font-size: 2.143rem;
  }
}

.faq-list {
  padding: 1.3rem 0;
  border-top: 1px solid #dddddd;
}

.faq-list:last-child {
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .faq-list {
    padding: 1.2rem 0;
  }
}

.faq-menu {
  text-align: left;
  font-size: 1.143rem;
  border-left: 4px solid #b69e84;
  padding-left: 1.5em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .faq-menu {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5;
    padding-left: 1em;
  }
}

.faq-menu__q {
  font-weight: bold;
  position: relative;
  padding: 0 3em 0 1.65em;
  cursor: pointer;
}

.faq-menu__q::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-menu__q::after {
  content: "";
  position: absolute;
  top: 0.4em;
  right: 1em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .faq-menu__q::after {
    top: 0.2em;
    width: 0.7em;
    height: 0.7em;
  }
}

.faq-menu__a {
  display: none;
  line-height: 1.57;
  padding: 0 0 0.3em 1.65em;
  position: relative;
  margin-top: 0.7em;
}

.faq-menu__a::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-menu__a a {
  color: #b69e84;
  text-decoration: underline;
}

/*アコーディオンがopenしている時*/
.faq-menu.open .faq-menu__q::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*======================
サイトマップ
======================*/
/*コンテンツ*/
.sitemap-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .sitemap-sec {
    display: block;
    margin-top: 3.8rem;
    margin-bottom: 5.6rem;
  }
}

.sitemap-sec dl {
  width: 48%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .sitemap-sec dl {
    width: 100%;
  }
  .sitemap-sec dl:first-child {
    border: none;
  }
}

.sitemap-sec dt {
  border-top: 1px solid #ddd;
  padding: 0.75em 0 0;
  font-size: 1.857rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sitemap-sec dt {
    font-size: 1.429rem;
    padding: 0.9em 0 0;
  }
}

.sitemap-sec dd {
  padding: 0px 0 1.5em 0;
  font-size: 1.286rem;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .sitemap-sec dd {
    letter-spacing: 0;
    padding: 0px 0 1.2em 0;
    font-size: 1.143rem;
  }
}

/*======================
プライバシーポリシー
======================*/
/*コンテンツ*/
.sitepolicy-sec {
  text-align: justify;
  margin-top: 6rem;
  margin-bottom: 9.7rem;
  font-size: 1.286rem;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec {
    margin-top: 4rem;
    margin-bottom: 5.2rem;
    font-size: 1.143rem;
  }
}

.sitepolicy-sec:last-child {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec:last-child {
    margin-bottom: 5.6rem;
  }
}

.sitepolicy-sec .page-subtitle {
  text-align: center;
}

.sitepolicy-sec .thirdtitle {
  font-size: 1.857rem;
  line-height: 1.5;
  color: #222222;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec .thirdtitle {
    font-size: 1.429rem;
    line-height: 1.47;
    letter-spacing: 0;
    margin-top: 2.3em;
  }
}

.sitepolicy-sec .comment {
  position: relative;
  padding-left: 1.3em;
  font-size: 1rem;
  display: block;
  line-height: 1.6;
  margin-top: 0.6em;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec .comment {
    font-size: 0.857rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}

.sitepolicy-sec .comment:before {
  position: absolute;
  left: 0px;
  font-family: none;
  content: "※";
}

.sitepolicy-sec dl {
  margin: 1em 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec dl {
    line-height: 1.7;
  }
}

.sitepolicy-sec dl dt {
  font-weight: bold;
  margin-top: 0.5em;
}

.sitepolicy-sec dl dd {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec dl dd {
    padding-left: 1em;
    letter-spacing: 0.02em;
  }
}

.sitepolicy-sec ol {
  counter-reset: item;
  margin-top: 1em;
  list-style-position: outside;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec ol {
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 1.3em;
  }
}

.sitepolicy-sec ol li {
  text-align: left;
  padding-left: 1.4em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sitepolicy-sec ol li {
    margin-top: 0.6em;
  }
}

.sitepolicy-sec ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: relative;
  padding-right: 0.3em;
  position: absolute;
  left: 0;
}

.sitepolicy-sec * + p {
  margin-top: 1.3em;
}

.sitepolicy-sec a {
  color: #b69e84;
  text-decoration: underline;
}
