@charset "UTF-8";
/*!
Theme Name: pieceup-c
Description: 株式会社PieceUp Consulting | 中小企業診断士による伴走型経営コンサルティング
Theme URI: https://pieceup-c.com/
Version: 1.0
License: pieceup-c
License https://pieceup-c.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #220d06;
  background: #fafafa;
  line-height: 1.8;
  letter-spacing: 0.05em;
  min-width: 1140px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6em;
}

h1 {
  font-size: 4.6em;
  color: #220d06;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.8em;
  font-weight: normal;
  color: #220d06;
  line-height: 1.6;
}

h3 {
  font-size: 2.4em;
  color: #220d06;
  font-weight: normal;
  line-height: 1.6;
}

h4 {
  font-size: 1.8em;
  font-weight: 500;
  color: #220d06;
}

h5 {
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}

.lx {
  font-family: "Lexend", "Noto Sans JP";
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.5em;
  }
  h1 {
    font-size: 3.2em;
  }
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 2em;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #007fff;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #f4830c;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a[href*="tel:"] {
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
}
/****************************************

ローディング

*****************************************/
.loading {
  width: 100%;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  position: relative;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #000;
  z-index: 9999;
  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;
  opacity: 0;
  visibility: visible;
}
.loading-animation svg {
  position: relative;
  width: 400px;
  height: auto;
  -webkit-animation: bigOut 3s forwards;
          animation: bigOut 3s forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.loading-animation svg .cls-4 {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: loadanime 3s forwards;
          animation: loadanime 3s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes loadanime {
  0% {
    stroke-dashoffset: 1000px;
  }
  70% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes loadanime {
  0% {
    stroke-dashoffset: 1000px;
  }
  70% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes bigOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  10% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
}
@keyframes bigOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  10% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .loading-animation svg {
    width: 240px;
    height: auto;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  header {
    position: relative;
  }
  .header_top {
    width: 100%;
    position: absolute;
    padding: 10px 1.5% 0;
    left: 0;
    top: 0;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_top .logo {
    padding-top: 20px;
  }
  .header_insta {
    position: absolute;
    top: 120px;
    right: 40px;
    font-family: "Lexend", "Noto Sans JP";
    font-size: 1.6rem;
    z-index: 5;
  }
  .header_insta a {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_insta a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_insta a:hover {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .header_insta span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 14px;
  }
  .scroll_top {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(177, 16, 29, 0.5);
    overflow: hidden;
    border-radius: 50%;
    right: 40px;
    bottom: -80px;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: fuwa infinite 2s;
            animation: fuwa infinite 2s;
  }
  .scroll_top a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 65px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-family: "Lexend", "Noto Sans JP";
  }
  .scroll_top a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 42px;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .scroll_top:hover {
    background: #000;
  }
}
@-webkit-keyframes fuwa {
  0% {
    bottom: -80px;
  }
  50% {
    bottom: -100px;
  }
  100% {
    bottom: -80px;
  }
}
@keyframes fuwa {
  0% {
    bottom: -80px;
  }
  50% {
    bottom: -100px;
  }
  100% {
    bottom: -80px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
    position: relative;
  }
  .header_insta,
  .scroll_top {
    display: none;
  }
  .header_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
  }
  .logo {
    width: 130px;
    padding: 20px 0;
    margin-left: 10px;
    line-height: 1;
  }
  .logo img {
    -webkit-filter: drop-shadow(0px 0px 8px #fff);
            filter: drop-shadow(0px 0px 8px #fff);
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 15px;
    width: 50px;
    height: 45px;
    background: #220d06;
    cursor: pointer;
    z-index: 9998;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: calc(100% - 20px);
    height: 2px;
    background: #fff;
    left: 10px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 10px;
  }
  #toggle span:nth-child(2) {
    top: 21px;
  }
  #toggle span:nth-child(3) {
    top: 32px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 0 10px;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(34, 13, 6, 0.95);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: #ddd 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: rgba(0, 0, 0, 0.2);
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #ddd 1px solid;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
}
#g_navi .menu {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  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;
}
#g_navi .menu li {
  position: relative;
  width: auto;
  height: 60px;
  text-align: center;
  line-height: 0;
}
#g_navi .menu li a {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Lexend", "Noto Sans JP";
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
#g_navi .menu li ul {
  width: 100%;
  min-width: 140px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#g_navi .menu li ul li {
  width: 100%;
  height: auto;
}
#g_navi .menu li ul li a {
  width: 100%;
  height: auto;
  padding: 15px 3px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a::after {
    bottom: 0;
  }
  .menu > li > a:hover::after {
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

ティーザー

*****************************************/
#sp_teaser {
  display: none;
}

#top_mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
#top_mv:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/mv_over.png) 0 0 repeat;
  left: 0;
  top: 0;
  z-index: 4;
}
#top_mv #progressbar {
  position: absolute;
  width: calc(100% - 380px);
  height: 2px;
  left: 40px;
  bottom: 40px;
  z-index: 5;
  -webkit-appearance: none;
}
#top_mv #progressbar::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.6);
}
#top_mv #progressbar::-webkit-progress-value {
  background: #fff;
}
#top_mv #top_mv_video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

#mv {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
#mv.mv01 {
  background: url(images/mv01@2x.jpg) center bottom/cover no-repeat;
}
#mv.mv02 {
  background: url(images/mv02@2x.jpg) center bottom/cover no-repeat;
}
#mv.mv03 {
  background: url(images/mv03@2x.jpg) center bottom/cover no-repeat;
}
#mv.mv04 {
  background: url(images/mv04@2x.jpg) center bottom/cover no-repeat;
}
#mv.mv05 {
  background: url(images/mv05@2x.jpg) center bottom/cover no-repeat;
}
#mv .mv_txt {
  font-size: 16rem;
  color: #fafafa;
  line-height: 0.65;
  width: 1040px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "Lexend", "Noto Sans JP";
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    height: 40vh;
    position: relative;
  }
  #top_mv:before {
    background: url(images/mv_over.png) 0 0 repeat;
  }
  #top_mv #progressbar {
    width: calc(100% - 20px);
    height: 2px;
    left: 10px;
    bottom: 20px;
  }
  #top_mv #top_mv_video {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  #mv {
    width: 100%;
    height: 160px;
    position: relative;
  }
  #mv.mv01 {
    background: url(images/mv01@2x.jpg) center bottom/cover no-repeat;
  }
  #mv.mv02 {
    background: url(images/mv02@2x.jpg) center bottom/cover no-repeat;
  }
  #mv.mv03 {
    background: url(images/mv03@2x.jpg) center bottom/cover no-repeat;
  }
  #mv.mv04 {
    background: url(images/mv04@2x.jpg) center bottom/cover no-repeat;
  }
  #mv.mv05 {
    background: url(images/mv05@2x.jpg) center bottom/cover no-repeat;
  }
  #mv .mv_txt {
    font-size: 6.3rem;
    width: 100%;
  }
}
/****************************************

アニメーション設定

*****************************************/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeBlurTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeBlur {
  -webkit-animation-name: fadeBlurAnime;
          animation-name: fadeBlurAnime;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeBlurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeBlurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 1040px;
  margin: 0 auto 120px;
}

main#page_main02 {
  width: 100%;
  margin-bottom: 120px;
}

.breadcrumb {
  width: 1040px;
  margin: 50px auto;
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}
.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
      transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

.mb100 {
  margin-bottom: 100px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.tc {
  text-align: center;
}

.btn {
  width: 280px;
  background: #fafafa;
  font-size: 1.6rem;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 8px 8px 6px rgba(34, 13, 6, 0.05), 5px 5px 4px #fff inset;
          box-shadow: 8px 8px 6px rgba(34, 13, 6, 0.05), 5px 5px 4px #fff inset;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 25px 35px 25px 25px;
  position: relative;
  left: 0;
  top: 0;
  color: #220d06;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 14px;
  background: url(images/arrow02.svg) 0 0 no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
}

.btn02 {
  width: 280px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 25px 30px 25px 25px;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02 a:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 14px;
  background: url(images/arrow02.svg) 0 0 no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02:hover {
  background: #220d06;
}

.btn03 {
  width: 120px;
  font-size: 1.6rem;
  border-bottom: 2px solid #220d06;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px 7px 0;
  color: #220d06;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03 a:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 14px;
  background: url(images/arrow02.svg) 0 0 no-repeat;
  right: 0px;
  top: 8px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03:hover {
  width: 125px;
}

.center_btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 0 10px;
    margin: 25px auto;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  main#top_main {
    width: 100%;
    padding: 0 10px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
  }
  main#page_main02 {
    width: 100%;
    padding: 0 10px;
  }
  .btn,
  .btn02 {
    width: 100%;
    font-size: 1.4rem;
  }
  .btn a,
  .btn02 a {
    padding: 20px 30px 20px;
  }
  .btn03 {
    font-size: 1.4rem;
  }
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70 {
    margin-bottom: 65px;
  }
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(images/top_box01_bg@2x.jpg) center bottom/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 140px 0;
}
.top_box01 .top_box01_tit {
  margin-left: calc(20% - 100px);
}
.top_box01 .top_box01_txt {
  margin-left: calc(20% - 100px);
}
.top_box01 .top_box01_txt p {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.3;
}

.top_box02 {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding: 130px 0;
}
.top_box02 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 22.5rem;
  color: rgba(230, 0, 18, 0.2);
  font-family: "Lexend", "Noto Sans JP";
  position: absolute;
  left: 0;
  top: -10px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 0.8;
  z-index: -1;
}
.top_box02 .top_box02_txt {
  width: 630px;
  margin-left: auto;
}
.top_box02 .top_box02_txt p {
  line-height: 2.4;
}
.top_box02 .top_box02_txt .btn {
  margin: 45px 0 0 auto;
}

.top_box03 {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 100px;
}
.top_box03 .top_box03_txt {
  position: relative;
  width: 64%;
  height: auto;
  padding: 100px 6% 100px calc((100% - 1040px) / 2);
  background: rgba(54, 39, 34, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.top_box03 .top_box03_txt h2 {
  margin-bottom: 50px;
}
.top_box03 .top_box03_txt p {
  color: #fff;
}
.top_box03 .top_box03_txt .top_box03_list {
  margin: 25px 0;
}
.top_box03 .top_box03_txt .top_box03_list li {
  color: #fff;
}
.top_box03 .top_box03_txt .btn02 {
  margin-top: 45px;
}
.top_box03 figure {
  position: absolute;
  width: calc((100% - 1040px) / 2 + 1040px);
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.top_box03 figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box03 figure:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-top: 1px solid #220d06;
  border-bottom: 1px solid #220d06;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.top_box03 figure:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1;
  height: calc(100% - 40px);
  border-left: 1px solid #220d06;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.top_box03 figure figcaption {
  position: absolute;
  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.6rem;
  font-family: "Lexend", "Noto Sans JP";
  color: #220d06;
  letter-spacing: 0.1em;
  width: 40px;
  height: calc(100% - 40px);
  right: 0;
  top: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top_box03 figure figcaption span {
  white-space: nowrap;
}
.top_box03 figure figcaption:before, .top_box03 figure figcaption:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #220d06;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.top_box03 figure figcaption:before {
  margin-bottom: 45px;
}
.top_box03 figure figcaption:after {
  margin-top: 45px;
}

.top_box04 {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 100px;
}
.top_box04 .top_box04_txt {
  position: relative;
  width: 64%;
  height: auto;
  padding: 100px calc((100% - 1040px) / 2) 100px 6%;
  background: rgba(54, 39, 34, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  margin-left: auto;
}
.top_box04 .top_box04_txt h2 {
  margin-bottom: 45px;
}
.top_box04 .top_box04_txt p {
  color: #fff;
}
.top_box04 .top_box04_txt .btn02 {
  margin-top: 45px;
}
.top_box04 figure {
  position: absolute;
  width: calc((100% - 1040px) / 2 + 1040px);
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.top_box04 figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box04 figure:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-top: 1px solid #220d06;
  border-bottom: 1px solid #220d06;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.top_box04 figure:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1;
  height: calc(100% - 40px);
  border-left: 1px solid #220d06;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.top_box04 figure figcaption {
  position: absolute;
  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.6rem;
  font-family: "Lexend", "Noto Sans JP";
  color: #220d06;
  letter-spacing: 0.1em;
  width: 40px;
  height: calc(100% - 40px);
  left: 0;
  top: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top_box04 figure figcaption span {
  white-space: nowrap;
}
.top_box04 figure figcaption:before, .top_box04 figure figcaption:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #220d06;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.top_box04 figure figcaption:before {
  margin-bottom: 45px;
}
.top_box04 figure figcaption:after {
  margin-top: 45px;
}

.bottom_box01 {
  position: relative;
  padding-top: 300px;
}
.bottom_box01 figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 63.5%;
  min-width: 900px;
  height: 500px;
  overflow: hidden;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fbfbfb), to(#f4f4f4));
  background: linear-gradient(to right, #fbfbfb 0%, #f4f4f4 100%);
}
.bottom_box01 figure img {
  position: relative;
  width: 1220px;
  left: calc(50% - 610px);
}
.bottom_box01 .bottom_box01_txt {
  position: relative;
  z-index: 2;
  width: 56%;
  margin-left: auto;
  background: #fff;
  padding: 70px calc((100% - 1040px) / 2) 70px 70px;
}
.bottom_box01 .bottom_box01_txt h2 {
  font-size: 4rem;
  color: #333;
  font-weight: normal;
  font-family: "Lexend", "Noto Sans JP";
  margin-bottom: 25px;
}
.bottom_box01 .bottom_box01_txt .btn {
  margin-top: 30px;
}
.bottom_box01:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: #362722;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: calc(100% + 20px);
    height: auto;
    margin-left: -10px;
    padding: 70px 10px;
  }
  .top_box01 .top_box01_tit {
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 45px;
  }
  .top_box01 .top_box01_tit img {
    width: 90%;
    height: auto;
  }
  .top_box01 .top_box01_txt {
    margin-left: 0;
  }
  .top_box01 .top_box01_txt p {
    font-size: 1.6rem;
  }
  .top_box01 .top_box01_logo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: auto;
    width: 250px;
  }
  .top_box01 .top_box01_logo svg {
    stroke-width: 3px;
  }
  .top_box02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .top_box02 h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 16.5rem;
    color: rgba(0, 0, 0, 0.05);
    font-family: "Lexend", "Noto Sans JP";
    position: absolute;
    left: -10px;
    top: -10px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 0.8;
    z-index: -1;
  }
  .top_box02 .top_box02_txt {
    width: 100%;
  }
  .top_box02 .top_box02_txt p br {
    display: none;
  }
  .top_box02 .top_box02_txt .btn_wrap {
    margin-top: 45px;
    display: block;
  }
  .top_box02 .top_box02_txt .btn_wrap .btn:first-child {
    margin-bottom: 25px;
  }
  .top_box03 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 70px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .top_box03 .top_box03_txt {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 10px;
    background: #362722;
    display: block;
  }
  .top_box03 .top_box03_txt h2 {
    margin-bottom: 50px;
  }
  .top_box03 .top_box03_txt h2 img {
    width: 100%;
  }
  .top_box03 .top_box03_txt p {
    color: #fff;
  }
  .top_box03 .top_box03_txt .top_box03_list {
    margin: 25px 0;
  }
  .top_box03 .top_box03_txt .top_box03_list li {
    color: #fff;
  }
  .top_box03 .top_box03_txt .btn02 {
    margin-top: 45px;
  }
  .top_box03 figure {
    position: relative;
    width: 100%;
  }
  .top_box03 figure:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
  .top_box03 figure:after {
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
  .top_box03 figure img {
    width: 140%;
    position: relative;
    left: -20%;
  }
  .top_box03 figure figcaption {
    font-size: 1rem;
    width: 10px;
    height: calc(100% - 10px);
    top: 5px;
    right: 0;
  }
  .top_box03 figure figcaption:before {
    margin-bottom: 15px;
  }
  .top_box03 figure figcaption:after {
    margin-top: 15px;
  }
  .top_box04 {
    position: relative;
    padding-bottom: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 0;
  }
  .top_box04 .top_box04_txt {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 10px;
    background: #362722;
    display: block;
  }
  .top_box04 .top_box04_txt h2 {
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_txt h2 img {
    width: 60%;
  }
  .top_box04 .top_box04_txt p {
    color: #fff;
  }
  .top_box04 .top_box04_txt .btn02 {
    margin-top: 35px;
  }
  .top_box04 figure {
    position: relative;
    width: 100%;
  }
  .top_box04 figure:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
  .top_box04 figure:after {
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
  }
  .top_box04 figure img {
    width: 140%;
    position: relative;
    left: -20%;
  }
  .top_box04 figure figcaption {
    font-size: 1rem;
    width: 10px;
    height: calc(100% - 10px);
    top: 5px;
    right: 0;
  }
  .top_box04 figure figcaption:before {
    margin-bottom: 15px;
  }
  .top_box04 figure figcaption:after {
    margin-top: 15px;
  }
  .top_box05 {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 80px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .top_box05 h2 {
    font-size: 10.5rem;
    color: rgba(0, 0, 0, 0.05);
  }
  .top_box05 .top_box05_top {
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  .top_box05 .top_box05_top .btn {
    margin-top: 35px;
  }
  .top_box05 .staff_slide {
    width: 100%;
  }
  .top_box05 .staff_slide figure {
    width: 140px;
    margin-right: 20px;
  }
  .top_box05 .staff_slide figure figcaption {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .bottom_box01 {
    padding-top: 0;
  }
  .bottom_box01 figure {
    position: relative;
    width: 100%;
    min-width: 0;
    height: auto;
  }
  .bottom_box01 figure img {
    position: relative;
    width: 132%;
    left: -15%;
  }
  .bottom_box01 .bottom_box01_txt {
    width: 100%;
    padding: 50px 10px;
  }
  .bottom_box01 .bottom_box01_txt .bottom_box01_contact {
    margin-top: 30px;
    display: block;
  }
  .bottom_box01 .bottom_box01_txt .bottom_box01_contact .tel {
    margin-bottom: 25px;
  }
  .bottom_box01:after {
    display: none;
  }
  .bottom_box02 {
    padding: 60px 10px 40px;
  }
  .bottom_box02 .bottom_box02_inner {
    width: 100%;
    padding: 30px 20px 30px 20px;
    display: block;
  }
  .bottom_box02 .bottom_box02_inner h2 {
    position: relative;
    margin: 0 0 20px;
  }
  .bottom_box02 .bottom_box02_inner h2:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 13px;
    background: url(images/arrow01.svg) 0 0 no-repeat;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom_box02 .bottom_box02_inner .bottom_box02_txt {
    width: 100%;
  }
  .bottom_box02 .bottom_box02_inner .bottom_box02_txt p {
    color: #fff;
    line-height: 1.6;
  }
  .bottom_box02 .bottom_box02_inner .bottom_box02_txt p br {
    display: none;
  }
  .bottom_box02 .bottom_box02_inner:after {
    display: none;
  }
  .bottom_box02 .bottom_box02_inner:hover {
    background: #333;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 100px 10px;
  background: #e8e1dd;
}
.news_box .news_box_inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
.news_box h2 {
  font-size: 6rem;
  font-weight: normal;
  color: #220d06;
  font-family: "Lexend", "Noto Sans JP";
  margin-bottom: 35px;
}
.news_box .btn03 {
  position: absolute;
  right: 0;
  top: 40px;
}

.news_post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_list {
  width: 245px;
}
.news_list figure {
  width: 100%;
  margin-bottom: 20px;
}
.news_list figure a {
  position: relative;
  display: block;
  width: 100%;
}
.news_list figure a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list figure a:before {
  content: "";
  display: block;
  padding-top: 73.4%;
}
.news_list figure a:after {
  position: absolute;
  content: "詳しく見る";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: rgba(34, 13, 6, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_list figure a:hover:after {
  opacity: 1;
}
.news_list time {
  display: block;
  font-size: 1.6rem;
  color: #220d06;
  font-family: "Lexend", "Noto Sans JP";
  margin-bottom: 10px;
}
.news_list h3 {
  color: #220d06;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .news_list:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news_box {
    width: calc(100% + 20px);
    padding: 70px 10px;
    margin-left: -10px;
  }
  .news_box .news_box_inner {
    width: 100%;
  }
  .news_box h2 {
    font-size: 4rem;
  }
  .news_box .btn03 {
    width: 120px;
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
  }
  .news_post {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_list {
    width: 48%;
    margin-bottom: 40px;
  }
  .news_list figure {
    margin-bottom: 10px;
  }
  .news_list time {
    font-size: 1.4rem;
  }
  .news_list h3 {
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

*****************************************/
/* 代表挨拶 */
.flex {
  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;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.txt580 {
  width: 580px;
}

.txt640 {
  width: 640px;
}

.img320 {
  width: 320px;
}
.img320 img {
  width: 100%;
  height: auto;
}

.greeting_box01 {
  width: 1040px;
  margin: 0 auto 100px;
}
.greeting_box01 .greeting_box01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 62px;
}
.greeting_box01 .greeting_box01_inner figure {
  width: 520px;
}
.greeting_box01 .greeting_box01_inner figure img {
  width: 100%;
  height: auto;
}
.greeting_box01 .greeting_box01_inner_txt {
  width: 440px;
}
.greeting_box01 .greeting_box01_inner_txt p {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.greeting_box01 .greeting_box01_txt p.line_break {
  padding-top: 45px;
}
.greeting_box01 .greeting_box01_txt .pick_txt {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.greeting_box01 .greeting_box01_txt .name_wrap {
  margin-top: 60px;
}
.greeting_box01 .greeting_box01_txt .name_wrap .company {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.greeting_box01 .greeting_box01_txt .name_wrap .name {
  margin-bottom: 8px;
}

.greeting_box02 {
  width: 1040px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 120px;
}
.greeting_box02 section {
  width: 460px;
}
.greeting_box02 section h2 {
  font-family: "Lexend", "Noto Sans JP";
  font-size: 8rem;
  color: #220d06;
  margin-bottom: 30px;
}
.greeting_box02 section .bg_txt {
  background: #e8e1dd;
  padding: 24px;
}
.greeting_box02 section ul {
  padding: 24px;
  background: #e8e1dd;
}
.greeting_box02 section ul li {
  position: relative;
  width: 100%;
  padding-left: 25px;
}
.greeting_box02 section ul li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #b1101d;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.greeting_box02 section ul li:not(:last-child) {
  margin-bottom: 10px;
}
.greeting_box02 .mission_box {
  position: relative;
  width: 100%;
}
.greeting_box02 .mission_box h2 {
  position: absolute;
  left: 0;
  top: 0;
}
.greeting_box02 .mission_box ol {
  position: relative;
  width: 100%;
  height: 614px;
  background: url(images/mission_arrow@2x.png) left 50px bottom 50px/813px auto no-repeat;
}
.greeting_box02 .mission_box ol li {
  position: absolute;
  width: 252px;
  height: 252px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(64, 50, 45, 0.6);
  border-radius: 50%;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.greeting_box02 .mission_box ol li:nth-child(1) {
  font-size: 3.6rem;
  left: 0;
  bottom: 0;
}
.greeting_box02 .mission_box ol li:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.greeting_box02 .mission_box ol li:nth-child(3) {
  right: 0;
  top: 0;
}
.greeting_box02 .mission_box .mission_box_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 28px;
  background: #e8e1dd;
}

.csv_box h2.subhead01 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.csv_box01 {
  position: relative;
  padding: 95px 10px;
  margin-bottom: 120px;
  background: url(images/03box01_bg@2x.jpg) center center/cover no-repeat;
}
.csv_box01 h3 {
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: url(images/csv_tit_bg@2x.jpg) center center/cover no-repeat;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.csv_box01 h3 .top {
  font-size: 2.6rem;
  line-height: 1;
}
.csv_box01 h3 .mid {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-bottom: 5px;
}
.csv_box01 h3:after {
  position: absolute;
  content: "";
  background: url(images/03arrow@2x.png) center center/contain no-repeat;
  width: 341px;
  height: 341px;
  top: -61px;
  left: -61px;
  -webkit-animation: rotate infinite 10s;
          animation: rotate infinite 10s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.csv_box01_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.csv_box01_inner dl {
  width: calc(50% - 60px);
  height: 250px;
  padding: 30px;
  background: rgba(232, 225, 221, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.csv_box01_inner dl dt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.csv_box01_inner dl dt img {
  width: 115px;
  height: auto;
  margin-top: 5px;
}
.csv_box01_inner dl dd {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.csv_box01_inner dl dd:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #b1101d;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.csv_box01_inner dl dd:not(:last-child) {
  margin-bottom: 12px;
}
.csv_box01_inner dl:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 120px;
}
.csv_box01_inner dl:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 120px;
}
.csv_box01_inner dl:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.csv_box01_inner dl:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .txt580,
  .txt640 {
    width: 100%;
    margin-top: 25px;
  }
  .img320 {
    width: 100%;
  }
  .img320 img {
    width: 100%;
    height: auto;
  }
  .greeting_box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .greeting_box01 .greeting_box01_inner {
    display: block;
    margin-bottom: 60px;
  }
  .greeting_box01 .greeting_box01_inner figure {
    width: 100%;
    margin-bottom: 40px;
  }
  .greeting_box01 .greeting_box01_inner_txt {
    width: 100%;
  }
  .greeting_box01 .greeting_box01_inner_txt p {
    font-size: 3rem;
  }
  .greeting_box01 .greeting_box01_txt .pick_txt {
    font-size: 1.9rem;
  }
  .greeting_box01 .greeting_box01_txt .name_wrap {
    margin-top: 40px;
  }
  .greeting_box01 .greeting_box01_txt .name_wrap .company {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  .greeting_box01 .greeting_box01_txt .name_wrap .name {
    margin-bottom: 8px;
  }
  .greeting_box01 .greeting_box01_txt .name_wrap .name img {
    width: 70%;
  }
  .greeting_box02 {
    width: 100%;
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px 0;
  }
  .greeting_box02 section {
    width: 100%;
  }
  .greeting_box02 section h2 {
    font-size: 4rem;
  }
  .greeting_box02 section .bg_txt {
    padding: 16px;
  }
  .greeting_box02 section ul {
    padding: 16px;
  }
  .greeting_box02 section ul li {
    padding-left: 23px;
  }
  .greeting_box02 section ul li:before {
    top: 7px;
  }
  .greeting_box02 section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .greeting_box02 .mission_box {
    position: relative;
    width: 100%;
  }
  .greeting_box02 .mission_box h2 {
    position: relative;
    left: 0;
    top: 0;
  }
  .greeting_box02 .mission_box ol {
    position: relative;
    width: 100%;
    height: 560px;
    background: url(images/sp_mission_arrow@2x.png) center center/80% 80% no-repeat;
  }
  .greeting_box02 .mission_box ol li {
    position: absolute;
    width: 180px;
    height: 180px;
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(64, 50, 45, 0.6);
    border-radius: 50%;
    text-align: center;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  .greeting_box02 .mission_box ol li:nth-child(1) {
    font-size: 2.4rem;
  }
  .greeting_box02 .mission_box .mission_box_txt {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding: 16px;
  }
  .csv_box h2.subhead01 {
    width: 100%;
  }
  .csv_box01 {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 60px 10px;
    margin-bottom: 80px;
    background: url(images/03box01_bg.jpg) center center/cover no-repeat;
  }
  .csv_box01 h3 {
    width: 180px;
    height: 180px;
    font-size: 1.1rem;
    bottom: auto;
    top: 350px;
  }
  .csv_box01 h3 .top {
    font-size: 2.2rem;
  }
  .csv_box01 h3 .mid {
    font-size: 2.2rem;
  }
  .csv_box01 h3:after {
    position: absolute;
    content: "";
    background: url(images/03arrow.png) 0 0/contain no-repeat;
    width: 240px;
    height: 240px;
    top: -30px;
    left: -30px;
  }
  .csv_box01_inner {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .csv_box01_inner dl {
    width: calc(50% - 10px);
    height: auto;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.05);
    display: block;
  }
  .csv_box01_inner dl dt {
    font-size: 1.6rem;
  }
  .csv_box01_inner dl dd {
    font-size: 1.3rem;
  }
  .csv_box01_inner dl dd:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #c5c5c5;
    border-radius: 50%;
    left: 0;
    top: 6px;
  }
  .csv_box01_inner dl dd:not(:last-child) {
    margin-bottom: 12px;
  }
  .csv_box01_inner dl:nth-child(1) {
    min-height: 269px;
    margin-bottom: 220px;
  }
  .csv_box01_inner dl:nth-child(2) {
    margin-bottom: 220px;
  }
}
/* コンサルティング事業 */
.check_list {
  height: 335px;
  padding: 40px 30px;
  background: #e8e1dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 60px;
  margin-bottom: 30px;
}
.check_list li {
  width: calc(50% - 30px);
  padding-left: 21px;
  background: url(images/check.svg) left top 8px no-repeat;
}

.check_bottom_txt {
  position: relative;
  padding-top: 72px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.check_bottom_txt:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  border-top: 45px solid #928783;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 45px solid transparent;
}

.step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px;
}
.step_list li {
  position: relative;
  width: 320px;
}
.step_list li .circle {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url(images/csv_tit_bg@2x.jpg) 0 0/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Lexend", "Noto Sans JP";
  line-height: 1;
}
.step_list li .circle .num {
  display: block;
  font-size: 4.8rem;
}
.step_list li figure {
  margin-bottom: 20px;
}
.step_list li .txt {
  font-size: 1.6rem;
}
.step_list li:not(:last-child):after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 40px;
  right: -44px;
  top: 95px;
  border-top: 20px solid transparent;
  border-left: 16px solid #928783;
  border-right: 16px solid transparent;
  border-bottom: 20px solid transparent;
}

.faq_wrap dl {
  border-bottom: 1px solid #8a827f;
  padding-bottom: 25px;
}
.faq_wrap dl .open_tit {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.faq_wrap dl .open_tit:before {
  position: absolute;
  content: "Q";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b1101d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.8;
  font-family: "Lexend", "Noto Sans JP";
  left: 0;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_wrap dl .open_tit span {
  display: block;
  width: 100%;
  padding: 0 40px 0 35px;
}
.faq_wrap dl .open_tit span:before, .faq_wrap dl .open_tit span:after {
  position: absolute;
  content: "";
  z-index: 4;
  background: #b1101d;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_wrap dl .open_tit span:before {
  width: 20px;
  height: 3px;
  right: 0;
}
.faq_wrap dl .open_tit span:after {
  width: 3px;
  height: 20px;
  right: 8px;
}
.faq_wrap dl .open_tit:has(+ .close) span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_wrap dl .hidden_dd {
  position: relative;
  padding: 0 0 0 35px;
  display: none;
  margin-top: 30px;
  overflow: hidden;
}
.faq_wrap dl .hidden_dd p {
  font-weight: 500;
  font-size: 100%;
}
.faq_wrap dl .hidden_dd:before {
  position: absolute;
  content: "A";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #928783;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.8;
  font-family: "Lexend", "Noto Sans JP";
  left: 0;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_wrap dl .hidden_dd.close:before {
  opacity: 1;
}
.faq_wrap dl:not(:last-child) {
  margin-bottom: 25px;
}

.bg_box {
  padding: 30px;
  background: #e8e1dd;
}

.check_list02 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.check_list02 li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #b1101d;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.check_list02 li:not(:last-child) {
  margin-bottom: 12px;
}

.cons_dl {
  margin-bottom: 35px;
}
.cons_dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.cons_dl dd {
  position: relative;
  padding-left: 15px;
}
.cons_dl dd:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #220d06;
  border-radius: 50%;
  left: 0;
  top: 13px;
}
.cons_dl dd:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .check_list {
    height: auto;
    padding: 24px 16px;
    background: #e8e1dd;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .check_list li {
    width: 100%;
  }
  .check_bottom_txt {
    font-size: 2.1rem;
  }
  .step_list {
    display: block;
    padding: 0 20px;
    margin-top: 100px;
  }
  .step_list li {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }
  .step_list li .circle {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(images/csv_tit_bg@2x.jpg) 0 0/cover no-repeat;
    font-size: 1.5rem;
  }
  .step_list li .circle .num {
    display: block;
    font-size: 4.8rem;
  }
  .step_list li figure {
    margin-bottom: 20px;
  }
  .step_list li .txt {
    font-size: 1.6rem;
  }
  .step_list li:not(:last-child) {
    margin-bottom: 130px;
  }
  .step_list li:not(:last-child):after {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 32px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -60px;
    margin: auto;
    border-top: 16px solid #928783;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .bg_box {
    padding: 24px 16px;
    background: #e8e1dd;
  }
  .check_list02 li:before {
    top: 4px;
  }
}
/* サービスメニュー */
.bg_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bg_list li {
  min-height: 100px;
  color: #fff;
  padding: 10px;
  background: #8a827f;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg_list li span {
  display: block;
  font-size: 1.8rem;
}

.col3_list {
  gap: 24px 40px;
}
.col3_list li {
  width: calc((100% - 80px) / 3);
}

.col2_list {
  gap: 24px 40px;
}
.col2_list li {
  width: calc((100% - 40px) / 2);
}

.col1_list {
  gap: 24px 0;
}
.col1_list li {
  width: 100%;
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
}
.btn_list .btn {
  width: calc((100% - 40px) / 2);
}

.results_parts section h4 {
  padding: 8px 10px 8px 20px;
  background: #e8e1dd;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.results_parts section:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bg_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg_list li {
    min-height: 60px;
    color: #fff;
    padding: 10px;
    background: #8a827f;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bg_list li span {
    display: block;
    font-size: 1.4rem;
  }
  .col3_list,
  .col2_list,
  .col1_list {
    gap: 24px 0;
  }
  .col3_list li,
  .col2_list li,
  .col1_list li {
    width: 100%;
  }
  .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
  .btn_list .btn {
    width: 100%;
  }
  .results_parts section h4 {
    padding: 8px 10px 8px 20px;
    background: #e8e1dd;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  .results_parts section:not(:last-child) {
    margin-bottom: 40px;
  }
}
/* 求人情報 */
.comingsoon {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  font-family: "Lexend", "Noto Sans JP";
  padding: 50px 0;
}

.recruit_tit {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.sitepolicy {
  margin-bottom: 65px;
  padding: 30px;
  background: #e8e1dd;
}
.sitepolicy dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.sitepolicy dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .comingsoon {
    font-size: 4rem;
    padding: 50px 0;
  }
  .recruit_tit {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .sitepolicy {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
/* お知らせ */
.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_wrap article {
  width: 320px;
  margin: 0 40px 50px 0;
}
.news_wrap article figure {
  width: 100%;
  margin-bottom: 20px;
}
.news_wrap article figure a {
  position: relative;
  display: block;
  width: 100%;
}
.news_wrap article figure a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_wrap article figure a:before {
  content: "";
  display: block;
  padding-top: 73.4%;
}
.news_wrap article figure a:after {
  position: absolute;
  content: "詳しく見る";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_wrap article figure a:hover:after {
  opacity: 1;
}
.news_wrap article .cat_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.news_wrap article .cat_wrap time {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #220d06;
  font-family: "Lexend", "Noto Sans JP";
  padding-left: 20px;
}
.news_wrap article .cat_wrap time:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #b1101d;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_wrap article .cat_wrap .cat {
  width: 100px;
  background: #8a827f;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Lexend", "Noto Sans JP";
  padding: 1px 0 0;
}
.news_wrap article h2 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .news_wrap article:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .news_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_wrap article {
    width: 48%;
    margin: 0 0 40px;
  }
  .news_wrap article figure {
    margin-bottom: 10px;
  }
  .news_wrap article .cat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .news_wrap article .cat_wrap time {
    font-size: 1.3rem;
    padding-left: 14px;
  }
  .news_wrap article .cat_wrap time:before {
    width: 6px;
  }
  .news_wrap article .cat_wrap .cat {
    width: 55px;
    font-size: 1rem;
  }
  .news_wrap article h2 {
    font-size: 1.4rem;
  }
}
/****************************************

single.php

*****************************************/
.single_box {
  width: 100%;
}
.single_box time {
  font-size: 1.4rem;
  display: block;
  color: #666;
  margin-bottom: 25px;
}

.single_txt {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.single_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.staff_single_box {
  margin-bottom: 70px;
}
.staff_single_box h1 {
  font-size: 3.6rem;
  margin-bottom: 70px;
}
.staff_single_box .staff_single_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.staff_single_box .staff_single_inner figure {
  width: 330px;
}
.staff_single_box .staff_single_inner figure img {
  width: 100%;
  height: auto;
}
.staff_single_box .staff_single_inner .staff_table_wrap {
  width: 650px;
}

.staff_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.staff_gallery li {
  width: 18%;
  margin: 0 2.5% 30px 0;
}
.staff_gallery li a {
  position: relative;
  display: block;
  width: 100%;
}
.staff_gallery li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_gallery li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media print, screen and (min-width: 768px) {
  .staff_gallery li:nth-child(5n) {
    margin-right: 0;
  }
}

.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 30px 0 80px;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.nav-below {
  position: relative;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-below > a {
  width: 120px;
  height: 78px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
}
.nav-below > a:hover {
  background: #eee;
}
.nav-below > a:last-child {
  margin-left: auto;
}
.nav-below .btn {
  width: 280px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
  }
  .staff_single_box {
    margin-bottom: 70px;
  }
  .staff_single_box h1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
  .staff_single_box .staff_single_inner {
    display: block;
  }
  .staff_single_box .staff_single_inner figure {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .staff_single_box .staff_single_inner figure img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .staff_single_box .staff_single_inner .staff_table_wrap {
    width: 100%;
  }
  .staff_gallery li {
    width: 33%;
    margin: 0 0.5% 1px 0;
  }
  .staff_gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .nav-below {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-below > a {
    width: 70px;
    height: 54px;
    font-size: 1.1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-below > a:hover {
    background: #fff;
  }
  .nav-below .btn {
    width: calc(100% - 180px);
    font-size: 1.2rem;
  }
  .nav-below .btn a {
    padding: 16px;
    text-align: center;
  }
  .nav-below .btn a:before, .nav-below .btn a:after {
    display: none;
  }
}
/****************************************

sidebar

*****************************************/
/****************************************

テーブル

*****************************************/
td p {
  font-size: 100%;
}

.recruit_table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_table th {
  width: 20%;
  padding: 16px 5px 16px 20px;
  text-align: left;
  font-weight: bold;
}
.recruit_table td {
  width: 80%;
  padding: 16px 5px 16px 20px;
}
.recruit_table tr:nth-child(even) {
  background: #e8e1dd;
}

@media screen and (max-width: 767px) {
  .recruit_table th {
    width: 30%;
    padding: 16px 5px 16px 10px;
    text-align: left;
    font-weight: bold;
  }
  .recruit_table td {
    width: 70%;
    padding: 16px 5px 16px 10px;
  }
  .recruit_table tr:nth-child(odd) {
    background: #fff;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
p.line_break,
span.line_break {
  padding-top: 25px;
}

/* 改行 */
p.line_break02 {
  padding-top: 30px;
}

/* オレンジ文字*/
.yellow {
  color: #ffe200;
}

.orange {
  color: #f3830c;
}

.green {
  color: #31a531;
}

.big_green {
  font-size: 1.8rem;
  color: #13b185;
  font-weight: bold;
}

/* 赤文字*/
.red {
  color: #bf0000;
}

.big_red {
  color: #ff0000;
  font-size: 2.2rem;
  font-weight: bold;
}

.purple {
  color: #4e3f7f;
}

.pink {
  color: #ac5490;
}

/* 強調*/
.big_bold {
  font-size: 2rem;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #62c2ea;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

/****************************************

タイトル

*****************************************/
h1.headline {
  position: relative;
  width: 1040px;
  padding: 130px 0 0;
  margin: 0 auto 70px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
h1.headline:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #000;
  top: 0;
  left: 50px;
}

h1.single_tit {
  font-size: 3.6rem;
  margin-bottom: 50px;
}

h2.subhead01 {
  position: relative;
  padding: 12px 10px 12px 20px;
  border: 1px solid #220d06;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
h2.subhead01:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fafafa;
  left: 30px;
  bottom: -2px;
}
h2.subhead01:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 1px;
  background: #220d06;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  left: 30px;
  bottom: -1px;
}

h3.subhead01 {
  position: relative;
  padding: 0 0 0 20px;
  border-left: 5px solid #220d06;
  margin-bottom: 35px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
h3.subhead01:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #220d06;
  left: 3px;
  top: 0;
}

@media screen and (max-width: 767px) {
  h1.headline {
    position: relative;
    width: 100%;
    padding: 80px 0 0;
    margin: 0 auto 50px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
  h1.headline:before {
    height: 65px;
    left: 25px;
  }
  h1.single_tit {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  h2.subhead01 {
    font-weight: bold;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    padding: 20px 0;
    text-align: center;
    background: #362722;
    position: relative;
  }
  .sp_pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: rgba(177, 16, 29, 0.8);
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 50;
  }
  .sp_pagetop a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-family: "Lexend", "NotoSansCJKjp";
  }
  .sp_pagetop a span {
    position: relative;
    padding-bottom: 17px;
  }
  .sp_pagetop a span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_footer_sns {
    text-align: center;
    margin-bottom: 25px;
  }
  .sp_footer_sns img {
    width: 25px;
  }
  .sp_copyright {
    color: #eee;
  }
}
/****************************************

  pc_footer

  *****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    padding-top: 100px;
    background: #362722;
  }
  .page_top {
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(221, 221, 221, 0.4);
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto 65px;
  }
  .page_top a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-family: "Lexend", "NotoSansCJKjp";
  }
  .page_top a span {
    position: relative;
    padding-bottom: 22px;
  }
  .page_top a span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .page_top:hover {
    background: #b1101d;
  }
  .footer_logo {
    margin-bottom: 56px;
    text-align: center;
  }
  .footer_box {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_box .footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_box .footer_left ul li {
    font-size: 1.8rem;
    font-family: "Lexend", "NotoSansCJKjp";
  }
  .footer_box .footer_left ul li a {
    font-weight: bold;
    padding-left: 14px;
    color: #dbcccc;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer_box .footer_left ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #dbcccc;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
        transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_box .footer_left ul li a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .footer_box .footer_left ul li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #b1101d;
    border-radius: 50%;
    left: 0;
    top: 14px;
  }
  .footer_box .footer_left ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer_box .footer_left dl {
    margin-left: 56px;
  }
  .footer_box .footer_left dl dt {
    font-size: 1.8rem;
    font-family: "Lexend", "NotoSansCJKjp";
    font-weight: bold;
    color: #dbcccc;
    margin-bottom: 10px;
  }
  .footer_box .footer_left dl dd {
    font-size: 1.6rem;
  }
  .footer_box .footer_left dl dd a {
    padding-left: 14px;
    color: #928783;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer_box .footer_left dl dd a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #928783;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
        transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_box .footer_left dl dd a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .footer_box .footer_left dl dd a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #b1101d;
    border-radius: 50%;
    left: 0;
    top: 12px;
  }
  .footer_box .footer_left dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_box .footer_right p {
    font-size: 1.6rem;
    color: #fff;
  }
  .copyright {
    text-align: right;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 120px;
  }
}
/****************************************

  Contact Form7

  *****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #000 solid;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

/*.wpcf7 .tc input[type="submit"] {
    &:disabled {
        cursor: not-allowed;
        box-shadow: none !important;
        border: 1px solid #f8f8f8 !important;
        background-color: #f8f8f8 !important;
        color: #929292 !important;
    }
    &:hover {
        box-shadow: 0 0 1px 1px rgba($form-color, 0.3);
        background-color: #fff;
        color: $form-color;
        transition: all 0.25s;
    }
    &:focus {
        outline: 0;
        border: 1px $form-color solid;
        box-shadow: 0 0 2px 2px rgba($form-color, 0.5);
    }
}*/
.wpcf7 input[type=submit] {
  position: relative;
  width: 280px;
  margin-top: 40px;
  padding: 25px 30px 25px;
  border-radius: 40px;
  -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.05), 5px 5px 4px #fff inset !important;
          box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.05), 5px 5px 4px #fff inset !important;
  border: none !important;
  background-color: #fafafa !important;
  color: #333 !important;
  opacity: 1;
  cursor: pointer;
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wpcf7 input[type=submit]:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 13px;
  background: url(images/arrow02.svg) 0 0 no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7 input[type=submit]:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
}
.wpcf7 input[type=submit]:focus {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px #fff inset;
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .sml {
  display: inline-block;
  font-size: 1.3rem;
  color: #666;
  padding-right: 10px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #000;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  background-color: #000;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.5em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span {
  color: #000;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

  clearfix

  *****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

  追加

  *****************************************/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.dn {
  display: none;
}

.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}