@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  display: none !important;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "Noto Sans JP", "Roboto", "Roboto Condensed", sans-serif;
  color: #040000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "Noto Sans JP", "Roboto", "Roboto Condensed", sans-serif;
}

a {
  text-decoration: none;
  color: #040000;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#content {
  clear: both;
}

.inner {
  width: 100%;
  padding: 0 8%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner02 {
  width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner02 {
    width: 100%;
    padding: 0 15px;
  }
}
.inner02::after {
  content: "";
  display: block;
  clear: both;
}

.inner03 {
  width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner03 {
    width: 100%;
    padding: 0 15px;
  }
}
.inner03::after {
  content: "";
  display: block;
  clear: both;
}

.top_section {
  padding: 5em 0 21em;
}
@media screen and (max-width: 767px) {
  .top_section {
    padding: 0 0 6em;
  }
}
.top_section.no_num {
  padding-bottom: 8em;
}
@media screen and (max-width: 767px) {
  .top_section.no_num {
    padding-bottom: 2em;
  }
}

.top_section03 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  position: relative;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .top_section03 {
    font-size: 2em;
    line-height: 1.5;
  }
}
.top_section03 img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_section03 h3 {
  position: absolute;
  font-weight: 700;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_section03 h3 {
    top: 25%;
  }
}

.section_wrap {
  padding: 3em 0;
}

.section_wrap02 {
  padding: 12.18em 15px 5em;
}
@media screen and (max-width: 767px) {
  .section_wrap02 {
    padding: 8em 15px 4em;
  }
}

.section_wrap02_02 {
  padding: 8em 0 5em;
}

.section_wrap03 {
  padding: 5em 0 8.125em;
}
@media screen and (max-width: 767px) {
  .section_wrap03 {
    padding: 2em 0 5em;
  }
}

.section_wrap04 {
  padding: 0 0 8.125em;
}
@media screen and (max-width: 767px) {
  .section_wrap04 {
    padding: 0 0 5em;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  width: 30%;
  padding: 0 2% 0 8%;
  float: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 0 2% 0 2%;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 0;
    float: inherit;
    margin-bottom: 0;
  }
}

.header_ttl {
  margin: 30px 0 40px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    margin: 15px 0 15px 15px;
  }
}
.header_ttl img.logo {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 100px;
  }
}
.header_ttl img.logo:hover {
  opacity: 0.85;
  transition: 0.3s;
}

#gnavi ul {
  padding: 15px 0 15px 40px;
  border-left: 5px solid #2c221c;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    padding: 15px 30px;
    margin: 45px 30px;
  }
}
#gnavi ul li {
  font-size: 1.12em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  #gnavi ul li {
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 20px;
  }
}
#gnavi ul li:last-child {
  margin-bottom: 0;
}
#gnavi ul li:hover a {
  opacity: 0.8;
  color: #9b8949;
}
#gnavi ul li.current a {
  color: #9b8949;
}

#overlay {
  width: 100%;
  display: contents;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s;
    padding: 60px 0;
  }
  #overlay.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #2c221c;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 55%;
    height: 1px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1px;
    background: #2c221c;
    top: 0;
    right: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 30%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 29%;
  }
  .menu-trigger.active span {
    transition: all 0.3s;
  }
  .menu-trigger.active span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1px;
    background: #fff;
    top: 0;
    right: 2px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(45deg);
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-45deg);
    bottom: 1px;
  }
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.footer_box {
  padding: 90px 15px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_box {
    padding: 50px 15px;
  }
}

.f_logo {
  width: 192px;
  height: auto;
  margin: 0 auto 40px;
  display: block;
}
.f_logo:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .f_logo {
    width: 150px;
  }
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .f_navi {
    border-bottom: 1px solid #040000;
  }
}
.f_navi li {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #040000;
}
@media screen and (max-width: 767px) {
  .f_navi li {
    width: 50%;
    margin: 0;
    border-left: 1px solid #040000;
    border-top: 1px solid #040000;
  }
  .f_navi li:nth-child(even) {
    border-right: 1px solid #040000;
  }
  .f_navi li:nth-child(2n+1):last-child {
    width: 100%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #040000;
  }
}
.f_navi li a {
  display: block;
  padding: 0 1.85em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .f_navi li a {
    padding: 1em;
  }
}
.f_navi li a:hover {
  opacity: 0.85;
  transition: 0.3s;
  color: #9b8949;
}
.f_navi li:last-child a {
  border-right: 1px solid #040000;
}
@media screen and (max-width: 767px) {
  .f_navi li:last-child a {
    border-right: unset;
  }
}

.f_txt {
  text-align: center;
}

.copy {
  padding: 1.5em 15px;
  font-size: 0.94em;
  text-align: center;
  background: #2c221c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 1em 15px;
  }
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  width: 70%;
  float: right;
  max-height: 800px;
  height: 800px;
  margin-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img {
    width: 100%;
    height: 100vw;
    margin-bottom: 0;
  }
}
.main_img .main_border01 {
  position: absolute;
  width: 306px;
  height: 625px;
  bottom: -400px;
  right: 28%;
}
@media screen and (max-width: 767px) {
  .main_img .main_border01 {
    width: 100px;
    height: 100px;
    z-index: 1;
    bottom: 20px;
    right: 11%;
  }
}
.main_img .main_border02 {
  position: absolute;
  width: 306px;
  height: 625px;
  bottom: -400px;
  right: 18%;
}
@media screen and (max-width: 767px) {
  .main_img .main_border02 {
    width: 100px;
    height: 100px;
    z-index: 1;
    bottom: 20px;
    right: 2%;
  }
}
.main_img .main_border03 {
  position: absolute;
  width: 306px;
  height: 625px;
  bottom: -400px;
  right: 7%;
}
@media screen and (max-width: 767px) {
  .main_img .main_border03 {
    width: 100px;
    height: 100px;
    z-index: 1;
    bottom: 20px;
    right: -7%;
  }
}

.main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_txtarea {
  width: 56%;
  clear: both;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_txtarea {
    width: 85%;
  }
}
.main_txtarea .main_txt {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 50px 40px 50px 12%;
  top: -340px;
  color: #2c221c;
}
@media screen and (max-width: 1200px) {
  .main_txtarea .main_txt {
    padding: 50px 40px 50px 4%;
  }
}
@media screen and (max-width: 767px) {
  .main_txtarea .main_txt {
    padding: 30px 15px;
    position: relative;
    top: -50px;
  }
}

.top_info {
  display: block;
}
.top_info .top_infottl {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4375em;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
  float: left;
}
@media screen and (max-width: 767px) {
  .top_info .top_infottl {
    font-size: 1.2em;
    float: inherit;
    padding: 0;
    -moz-column-span: 0;
         column-span: 0;
  }
}
.top_info .top_infottl:before {
  position: absolute;
  content: "";
  background: url(../images/top_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_info .top_infottl:before {
    right: unset;
    left: 65px;
    transform: rotate(90deg);
  }
}
.top_info .top_infottl:after {
  position: absolute;
  content: "";
  background: url(../images/top_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_info .top_infottl:after {
    right: unset;
    left: 80px;
    transform: rotate(90deg);
  }
}
.top_info .tickerlist {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .top_info .tickerlist {
    margin-top: 0px !important;
  }
}
.top_info .tickerlist li span {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .top_info .tickerlist li span {
    display: block;
    margin-left: 0;
  }
}
.top_info .tickerlist li a:hover {
  opacity: 0.8;
}

.ticker {
  height: 34px !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ticker {
    height: 50px !important;
  }
}

.top_area01 {
  clear: both;
  display: flex;
  margin-bottom: 8.33em;
}
@media screen and (max-width: 767px) {
  .top_area01 {
    display: block;
    margin-bottom: 8em;
  }
}
.top_area01_left {
  width: 48%;
  height: 560px;
}
@media screen and (max-width: 1200px) {
  .top_area01_left {
    width: 40%;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .top_area01_left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.top_area01_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_area01_right {
  width: 52%;
  padding: 13vh 8% 0 5%;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  .top_area01_right {
    padding: 13vh 5% 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .top_area01_right {
    width: 60%;
    padding: 13vh 5% 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_area01_right {
    width: 100%;
    padding: 13vh 5% 0 5%;
  }
}
.top_area01_right_num {
  font-size: 18.75em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  color: rgba(0, 16, 48, 0.1);
  top: -45%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .top_area01_right_num {
    font-size: 14em;
    top: -30%;
  }
}
@media screen and (max-width: 767px) {
  .top_area01_right_num {
    font-size: 6em;
    top: -11px;
    left: 4%;
  }
}

.top_area02 {
  clear: both;
  display: flex;
  margin-bottom: 11.11em;
}
@media screen and (max-width: 767px) {
  .top_area02 {
    display: block;
    margin-bottom: 8em;
  }
}
.top_area02_left {
  width: 52%;
  padding: 25vh 8% 0 5%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top_area02_left {
    padding: 25vh 3% 0 3%;
  }
}
@media screen and (max-width: 1200px) {
  .top_area02_left {
    width: 60%;
    padding: 25vh 3% 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .top_area02_left {
    width: 100%;
    padding: 13vh 5% 0 5%;
  }
}
.top_area02_left_num {
  font-size: 18.75em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  color: rgba(0, 16, 48, 0.1);
  top: -15%;
  left: 8%;
}
@media screen and (max-width: 1200px) {
  .top_area02_left_num {
    font-size: 14em;
    top: -8%;
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .top_area02_left_num {
    font-size: 6em;
    top: -11px;
    left: 4%;
  }
}
.top_area02_right {
  width: 48%;
  height: 560px;
}
@media screen and (max-width: 1200px) {
  .top_area02_right {
    width: 40%;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .top_area02_right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.top_area02_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_img {
  width: 70%;
  float: right;
  max-height: 540px;
  height: 540px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_img {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
}

.top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_img02 {
  width: 70%;
  float: right;
  max-height: 540px;
  height: 540px;
  margin-bottom: 80px;
  position: relative;
  background: url(../images/page_header.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top_img02 {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
}

.top_img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#business {
  background: url(../images/top_business.jpg) no-repeat center/cover;
}

#it {
  background: url(../images/top_it.jpg) no-repeat center/cover;
}

#sokutei {
  background: url(../images/top_sokutei.jpg) no-repeat center/cover;
}

#about {
  background: url(../images/top_about.jpg) no-repeat top/cover;
}

#rinen {
  background: url(../images/top_rinen.jpg) no-repeat top/cover;
}

#recruit {
  background: url(../images/top_recruit.jpg) no-repeat center/cover;
}

.section_txt {
  font-size: 0.9375em;
}
.section_txt p.date {
  font-size: 1.13em;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #2c221c;
}
@media screen and (max-width: 767px) {
  .section_txt p.date {
    font-size: 1em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section_txt img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .section_txt img {
    max-height: 250px;
  }
}

.left_col {
  float: left;
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col {
    float: inherit;
    width: 60%;
    margin: 0 auto;
  }
}
.left_col img {
  margin-bottom: 20px;
}
.daihyou_ttl img {
  float: right;
}
@media screen and (max-width: 767px) {
  .daihyou_ttl img {
    float: inherit;
  }
}

.left_col02 {
  float: left;
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col02 {
    float: inherit;
    width: 100%;
    margin-right: 0;
  }
}
.left_col02 img {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}

.left_col03 {
  float: left;
  width: 60%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col03 {
    float: inherit;
    width: 100%;
    margin-right: 0;
  }
}
.left_col03 img {
  margin-bottom: 20px;
}

.right_col {
  float: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .right_col {
    float: inherit;
    width: 100%;
  }
}

.right_col03 {
  float: right;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .right_col03 {
    float: inherit;
    width: 100%;
  }
}

.over_flow {
  clear: both;
  overflow: hidden;
}

.wp-video {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.map {
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding: 60% 0 0;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
6:ul
------------------------------------------------------------
*/
.list_blog {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_blog {
    width: 100%;
  }
}
.list_blog li {
  width: 100%;
  border-bottom: 1px solid #2c221c;
  padding: 0 20px 25px 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
  }
}
.list_blog li a {
  display: block;
}
.list_blog_ttl {
  line-height: 1.5;
}
.list_blog_ttl span {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .list_blog_ttl span {
    display: block;
    margin: 0 0 5px;
  }
}

.list_keisoku {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
}
@media screen and (max-width: 767px) {
  .list_keisoku {
    display: block;
    margin-bottom: -5%;
  }
}
.list_keisoku li {
  width: 48%;
  margin: 0 4% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_keisoku li {
    width: 100%;
    margin: 0 0 15% 0;
  }
}
.list_keisoku li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_keisoku li:last-child {
    margin-bottom: 0;
  }
}
.list_keisoku li img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_keisoku li img {
    margin-bottom: 30px;
  }
}
.list_keisoku_ttl {
  font-size: 2.25em;
  font-weight: 700;
  color: #2c221c;
  position: relative;
  padding-left: 100px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_keisoku_ttl {
    font-size: 7.3vw;
    padding-left: 70px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.list_keisoku_ttl span {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.88em;
  color: rgba(0, 16, 48, 0.1);
  left: 0;
  top: -17px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_keisoku_ttl span {
    font-size: 1.8em;
    top: -15px;
  }
}

.list_keisoku02 {
  padding: 60px 0 90px 30px;
  border-left: 1px solid #2c221c;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .list_keisoku02 {
    padding: 40px 0 40px 30px;
    margin-bottom: 5em;
  }
}
.list_keisoku02 li {
  width: 100%;
  margin-bottom: 60px;
}
.list_keisoku02 li:last-child {
  margin-bottom: 0;
}
.list_keisoku02_ttl {
  font-size: 2.25em;
  font-weight: 700;
  color: #2c221c;
  position: relative;
  padding-left: 100px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_keisoku02_ttl {
    font-size: 7.3vw;
    padding-left: 70px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.list_keisoku02_ttl span {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.88em;
  color: rgba(0, 16, 48, 0.1);
  left: 0;
  top: -17px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_keisoku02_ttl span {
    font-size: 1.8em;
    top: -15px;
  }
}

.list_about {
  display: flex;
  margin-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  .list_about {
    display: block;
    margin-bottom: 5em;
  }
}
.list_about li {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_about li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33%;
  }
}
.list_about li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_about li:last-child {
    margin-bottom: 0;
  }
}
.list_about li img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_about li img {
    margin-bottom: 20px;
  }
}
.list_about li p {
  font-weight: 700;
  color: #2c221c;
}
.list_about_ttl {
  font-size: 2.5em;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #2c221c;
  line-height: 1;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .list_about_ttl {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
}
.list_about_ttl:before {
  position: absolute;
  content: "";
  border-left: 1px solid #2c221c;
  width: 1px;
  height: 59px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .list_about_ttl:before {
    height: 40px;
    top: -70px;
  }
}

.list_about02 {
  margin-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .list_about02 {
    margin-bottom: 8em;
  }
}
.list_about02 li {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 0 0 30px;
  border-left: 1px solid #2c221c;
}
@media screen and (max-width: 767px) {
  .list_about02 li {
    padding: 0 0 0 15px;
  }
}
.list_about02 li:last-child {
  margin-bottom: 0;
}
.list_about02_ttl {
  font-size: 2.25em;
  font-weight: 700;
  color: #2c221c;
  position: relative;
  padding-left: 100px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_about02_ttl {
    font-size: 1.6em;
    padding-left: 70px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.list_about02_ttl span {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.88em;
  color: rgba(0, 16, 48, 0.1);
  left: 0;
  top: -17px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_about02_ttl span {
    font-size: 1.7em;
    top: -15px;
  }
}

.list_about03 {
  margin-bottom: 12em;
  border-top: 1px solid #2c221c;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_about03 {
    margin-bottom: 8em;
  }
}
.list_about03 li {
  width: 48%;
  padding: 40px;
  border-bottom: 1px solid #2c221c;
  display: flex;
  margin-right: 4%;
}
.list_about03 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_about03 li {
    padding: 15px 0;
    display: block;
  }
}
.list_about03 li .about_left {
  width: 10%;
  margin-right: 5%;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .list_about03 li .about_left {
    width: 100%;
    margin-right: 0;
    font-size: 1.1em;
  }
}
.list_about03 li .about_right {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .list_about03 li .about_right {
    width: 100%;
    font-size: 0.9em;
  }
}

.list_about04 {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .list_about04 {
    margin: 30px 0;
  }
}
.list_about04 li {
  width: 100%;
  margin-bottom: 50px;
}
.list_about04 li:last-child {
  margin-bottom: 0;
}
.list_about04_ttl {
  font-size: 1.25em;
  font-weight: 700;
  color: #2c221c;
  position: relative;
  padding-left: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_about04_ttl {
    font-size: 1.15em;
    line-height: 1.8;
    padding-left: 70px;
  }
}
.list_about04_ttl span.num {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  color: rgba(0, 16, 48, 0.1);
  left: 0;
  top: -15px;
  margin: auto;
}
.list_about04_ttl span.txt_blue {
  color: #325c8b;
}

.list_topinfo {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_topinfo {
    display: block;
  }
}
.list_topinfo li {
  width: 31%;
  margin: 0 3% 5% 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_topinfo li {
    width: 100%;
    margin: 0 0 15% 0;
  }
}
.list_topinfo li:nth-child(3n) {
  margin-right: 0;
}
.list_topinfo li:last-child {
  margin-right: 0;
}
.list_topinfo li dt img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  height: 243px;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (max-width: 767px) {
  .list_topinfo li dt img {
    height: 200px;
  }
}
.list_topinfo li dd span {
  display: block;
}
.list_topinfo li:hover {
  opacity: 0.85;
  transition: 0.3s;
}

/*
8:table
------------------------------------------------------------
*/
.table_about {
  width: 100%;
  margin-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .table_about {
    margin-bottom: 8em;
  }
}
.table_about tr {
  display: flex;
  margin-bottom: 3%;
}
.table_about th {
  width: 15%;
  padding: 1.2em;
  background: #f7f7f7;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 767px) {
  .table_about th {
    padding: 1em;
  }
}
.table_about td {
  width: 80%;
  padding: 1.2em;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .table_about td {
    padding: 1em;
  }
}

.table_about02 {
  width: 100%;
  margin-bottom: 11.11em;
}
@media screen and (max-width: 767px) {
  .table_about02 {
    margin-bottom: 5em;
  }
}
.table_about02 tr {
  display: flex;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .table_about02 tr {
    display: block;
  }
}
.table_about02 th {
  width: 12%;
  margin: 0 3% 0 0;
  padding: 1.2em 0 1.2em 1.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_about02 th {
    width: 100%;
    display: block;
  }
}
.table_about02 th:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: #2c221c;
  border-radius: 50px;
  left: -13px;
}
@media screen and (max-width: 767px) {
  .table_about02 th:before {
    width: 17px;
    height: 17px;
    left: -8px;
  }
}
.table_about02 th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 180px;
  border-left: 1px solid #2c221c;
  left: 0;
  top: -160px;
}
@media screen and (max-width: 767px) {
  .table_about02 th:after {
    top: -20px;
  }
}
.table_about02 th.th01 {
  width: 12%;
  margin: 0 3% 0 0;
  padding: 1.2em 0 1.2em 1.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_about02 th.th01 {
    width: 100%;
    display: block;
  }
}
.table_about02 th.th01:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: #2c221c;
  border-radius: 50px;
  left: -13px;
}
@media screen and (max-width: 767px) {
  .table_about02 th.th01:before {
    width: 17px;
    height: 17px;
    left: -8px;
  }
}
.table_about02 th.th01:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  border-left: 1px solid #2c221c;
  left: 0;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .table_about02 th.th01:after {
    top: -10px;
  }
}
.table_about02 td {
  width: 83%;
  padding: 1.2em;
  background: #2c221c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table_about02 td {
    width: 100%;
    display: block;
  }
}

.table_about03 {
  width: 100%;
  margin-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .table_about03 {
    margin-bottom: 8em;
  }
}
.table_about03 tr {
  display: flex;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .table_about03 tr {
    display: block;
    margin-bottom: 10%;
  }
}
.table_about03 th {
  width: 18%;
  padding: 1.2em;
  background: #f7f7f7;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 767px) {
  .table_about03 th {
    display: block;
    width: 100%;
    padding: 1em;
    margin: 0 0 3% 0;
  }
}
.table_about03 td {
  width: 80%;
  padding: 1.2em;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .table_about03 td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.main_ttl02 span {
  font-size: 4.375em;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 1;
  letter-spacing: 5px;
  text-shadow: 1px 1px 0px #2c221c, -1px 1px 0px #2c221c, 1px -1px 0px #2c221c, -1px -1px 0px #2c221c, 1px 0px 0px #2c221c, 0px 1px 0px #2c221c, -1px 0px 0px #2c221c, 0px -1px 0px #2c221c;
}
@media screen and (max-width: 767px) {
  .main_ttl02 span {
    font-size: 3em;
  }
}

.ttl01 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  color: #2c221c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}

.ttl02 {
  font-size: 2.5em;
  font-weight: 700;
  color: #2c221c;
  display: flex;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 2em;
    display: block;
    margin-bottom: 20px;
  }
}
.ttl02 span {
  font-size: 0.45em;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .ttl02 span {
    font-size: 0.5em;
    display: block;
    margin: 10px 0 0 0;
  }
}

.txt_center {
  text-align: center;
}

.txt_center02 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_center02 {
    text-align: left;
  }
}

.top_ttl {
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.low_main_ttl {
  color: #2c221c;
  font-size: 5em;
  line-height: 1;
  font-weight: 700;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    font-size: 2.3em;
    line-height: 1.3;
  }
}
.low_main_ttl span {
  opacity: 0;
}

.sub_ttl {
  font-size: 2.5em;
  text-align: center;
  color: #2c221c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 2em;
  }
}
.sub_ttl:before {
  position: absolute;
  content: "";
  border-left: 1px solid #2c221c;
  width: 1px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .sub_ttl:before {
    height: 40px;
    top: -60px;
  }
}

.txt_ttl {
  font-size: 2.12em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .txt_ttl {
    font-size: 1.5em;
  }
}

.about_ttl {
  color: #2c221c;
  font-size: 1.875em;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: 6em 0 11em;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 5vw;
    margin: 1.5em 0 8em;
  }
}
.about_ttl span {
  font-size: 18vw;
  color: rgba(0, 16, 48, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -75px;
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .about_ttl span {
    font-size: 14vw;
    top: 15px;
  }
}

.about_ttl02 {
  margin-bottom: -100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_ttl02 {
    margin: 20px 0 -20px;
  }
}
.about_ttl02 span {
  font-family: "Roboto", sans-serif;
  font-size: 15em;
  color: rgba(0, 16, 48, 0.1);
  font-weight: 400;
  letter-spacing: 20px;
  z-index: -1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_ttl02 span {
    letter-spacing: 10px;
    font-size: 14vw;
  }
}

.daihyou_ttl {
  font-size: 2.75em;
}
.daihyou_ttl span {
  font-size: 0.54em;
  margin-right: 10px;
}

.about_ttl03 {
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
  color: #2c221c;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about_ttl03 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.about_ttl03:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 13.5px 0 13.5px;
  border-color: #2c221c transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}

.about_ttl04 {
  font-family: "Roboto Condensed", sans-serif;
  color: #2c221c;
  text-align: center;
  font-size: 2.5em;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_ttl04 {
    font-size: 2.2em;
    margin-bottom: 50px;
  }
}
.about_ttl04:before {
  position: absolute;
  content: "";
  border-left: 1px solid #2c221c;
  width: 1px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .about_ttl04:before {
    height: 40px;
    top: -50px;
  }
}

.txt01 {
  font-size: 1.25em;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  border: 1px solid #2c221c;
  padding: 20px;
}

.txt_bold {
  font-weight: 700;
}
.txt_border {
  border-bottom: 1px solid #2c221c;
}
.txt_red {
  color: red;
}
.txt_red02 {
  color: #BC375F;
}
.txt_blue {
  color: #688EC7;
}
.txt_small {
  font-size: 0.85em;
}

.box01 {
  width: 60%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .box01 {
    width: 100%;
    display: block;
  }
}
.box01 img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box01 img {
    width: 100%;
  }
}

.box02 {
  width: 60%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .box02 {
    width: 100%;
    display: block;
  }
}
.box02 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .box02 img {
    width: 100%;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 86px;
  height: 75px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
  margin: 0 1% 3% 0;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    display: none;
  }
}

a.btn {
  color: #fff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  position: relative;
  background: #2c221c;
  width: 350px;
  border: 1px solid #2c221c;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.btn {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}
a.btn:hover {
  transition: 0.3s;
  opacity: 0.9;
  background: #fff;
  border: 1px solid #2c221c;
  color: #2c221c;
}
a.btn:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 27px;
  height: 1.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  transition: 0.3s;
}
a.btn:hover:before {
  transition: 0.3s;
  right: -10px;
  border-bottom: 1px solid #2c221c;
}
a.btn:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #2c221c;
  width: 27px;
  height: 1.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -27px;
  transition: 0.3s;
}
a.btn:hover:after {
  transition: 0.3s;
  width: 40px;
  right: -40px;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    margin: 0 0 25px 0;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr:last-child {
  border-bottom: none;
}
.contactform tr th {
  padding: 1.5em 1em 1em 0;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #7e9698;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "Noto Sans JP", "Roboto", sans-serif;
}

textarea {
  height: 250px;
  margin-bottom: 25px;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.submit, .backBtn {
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  position: relative;
  background: #2c221c;
  width: 350px;
  border: 1px solid #2c221c;
  transition: 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}
.submit:hover, .backBtn:hover {
  transition: 0.3s;
  opacity: 0.9;
  background: #fff;
  border: 1px solid #2c221c;
  color: #2c221c;
}
.submit:before, .backBtn:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 27px;
  height: 1.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  transition: 0.3s;
}
.submit:hover:before, .backBtn:hover:before {
  transition: 0.3s;
  right: -10px;
  border-bottom: 1px solid #2c221c;
}
.submit:after, .backBtn:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #2c221c;
  width: 27px;
  height: 1.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -27px;
  transition: 0.3s;
}
.submit:hover:after, .backBtn:hover:after {
  transition: 0.3s;
  width: 40px;
  right: -40px;
}

.backBtn {
  background: #3F3F3F url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  margin-top: 1.5em;
}

.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.required {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  background: #040000;
  color: #fff;
  padding: 5px 0.5em;
}

.c_box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.list_contact {
  max-width: 555px;
  display: flex;
  margin: 0 auto 30px;
}
.list_contact li {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.list_contact li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #040000;
  z-index: -1;
}
.list_contact li:first-child:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 14px;
  left: unset;
  right: 0;
  border-bottom: 1px solid #040000;
}
.list_contact li:last-child:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 14px;
  left: 0;
  right: unset;
  border-bottom: 1px solid #040000;
}
.list_contact li .maru {
  color: #eeeeee;
}
.list_contact li .maru01 {
  color: #040000;
}

.c_center {
  text-align: center !important;
  padding: 20px 0 0 !important;
}

span.mwform-checkbox-field input {
  width: 20px;
  height: 20px;
  background: #dcdcdc !important;
  color: #dcdcdc;
  padding: 1em 0 0;
  vertical-align: middle;
}

.zip, .zip1 {
  width: 40%;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    margin: 8% auto 0;
  }
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 1em;
  background: #2c221c;
  color: #fff;
  font-size: 1.375em;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a {
    padding: 0 11px;
    font-size: 1.1em;
  }
}
.wp-pagenavi a:hover {
  color: #9fa0a0;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1em;
  background: #2c221c;
  color: #fff;
  font-size: 1.375em;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    padding: 0 11px;
    font-size: 1.1em;
  }
}
.wp-pagenavi span.current {
  color: #2c221c;
  border: 1px solid #2c221c;
  background: #fff;
  padding: 0 15px;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0 11px;
    font-size: 1.1em;
  }
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.m40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m40 {
    margin-bottom: 20px;
  }
}

.m60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m60 {
    margin-bottom: 30px;
  }
}

.m80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m80 {
    margin-bottom: 50px;
  }
}

.m90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .m90 {
    margin-bottom: 60px;
  }
}

.m100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m100 {
    margin-bottom: 50px;
  }
}

.m120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m120 {
    margin-bottom: 80px;
  }
}

.m140 {
  margin-bottom: 140px;
}

.m0 {
  margin-bottom: 0 !important;
}

.m05 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m50 {
  margin-bottom: 50px;
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 5% auto 0;
  position: relative;
  display: flex;
  border-top: 1px solid #2c221c;
  border-bottom: 1px solid #2c221c;
  font-size: 0.875em;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  ul.list_pagination {
    display: block;
    padding: 1em 0;
  }
}
ul.list_pagination li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li {
    width: 100%;
  }
}
ul.list_pagination li.prev {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev {
    margin: 0 0 2% 0;
  }
}
ul.list_pagination li.prev a {
  padding-left: 20px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  background: url(../images/right_b.svg) no-repeat center;
  transform: rotate(180deg);
}
ul.list_pagination li.middle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.middle {
    margin: 0 0 2% 0;
  }
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 20px;
}
ul.list_pagination li.next a:before {
  right: 0;
  background: url(../images/right_b.svg) no-repeat center;
}
ul.list_pagination li a {
  position: relative;
  display: inline-block;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  top: 7px;
}

/*
アニメーション
------------------------------------------------------------
*/
.main_ttl {
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: 2px;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 7.5vw;
    margin-bottom: 20px;
  }
}
.main_ttl span {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 0.8s;
}
.fadein.fade_up {
  transform: translate(0, -30px);
}
.fadein.fade_down {
  transform: translate(0, 30px);
}
.fadein.fade_left {
  transform: translate(-50px, 0);
}
.fadein.fade_right {
  transform: translate(50px, 0);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

div.colorbox {
  position: relative;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 16, 48, 0.1);
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*
opening
------------------------------------------------------------
*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.opening .opening_load {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: opening 3s ease-in-out 0.3s infinite;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  padding: 40px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes opening {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.accordion li {
  clear: both;
}
.accordion li:last-child {
  padding-bottom: 0;
}
.accordion .acc02 {
  display: none;
}
.accordion p.ac {
  cursor: pointer;
  position: relative;
  color: #fff;
  padding: 10px;
  background: #2c221c;
  margin-bottom: 30px;
}
.accordion p.ac:after {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat center/contain;
  width: 23px;
  height: 25px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .accordion p.ac:after {
    width: 18px;
    height: 20px;
    right: 25px;
  }
}
.accordion p.ac.open::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat center/contain;
  width: 23px;
  height: 25px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .accordion p.ac.open::after {
    width: 18px;
    height: 20px;
    right: 25px;
  }
}
.accordion li.content {
  border-top: none;
  position: relative;
}
.grad-wrap {
  position: relative;
}

.grad-btn {
  bottom: 0;
  background: #2c221c;
  color: #fff;
  padding: 5px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 70px; /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}/*# sourceMappingURL=layout.css.map */ hidden;
  height: 70px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked + .grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
