@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1
}

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

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

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

del {
  text-decoration: line-through
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-family: a-otf-futo-min-a101-pr6n, yu-mincho-pr6, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .06em;
  -webkit-text-size-adjust: 100%;
  color: #111;
  background: url(../images/bg.jpg);
  background-size: contain;
}

#contents,
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  color: #5a693b;
  text-decoration: none;
}

a:hover,
.active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.underline {
  text-decoration: underline;
}

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

p {
  margin-bottom: 1em;
  line-height: 1.6;
}

strong {
  font-weight: bold;
  line-height: 1.6;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

li {
  margin-left: 0;
}

h2 {
  font-size: 33px;
  margin-bottom: 40px;
  font-weight: normal;
}

h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

h4 {
  font-size: 21px;
  border-bottom: 1px solid #a5a4a4;
  padding-bottom: 5px;
  margin-bottom: 20px;
  letter-spacing: .06em;
  line-height: 1.7;
}


@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    font-size: 15px;
  }

  #contents,
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  h3 {
    margin-bottom: 5px;
  }

  h4 {
    font-size: 19px;
    line-height: 1.8;
  }
}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1040;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 25px;
  padding-bottom: 15px;
  top: 0;
}

header .inner {
  width: 90%;
  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;
  align-items: center;
}

header .inner .inner-left {
  width: 30%;
}

header .inner .inner-right {
  width: 70%;
  text-align: right;
}

/* changeNav */
header.changeNav {
  background: #636956;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

header.changeNav .inner .inner-left h1 img {
  width: 90%;
}

@media screen and (max-width:768px) {
  header {
    padding-top: 15px;
  }

  header.changeNav {
    height: 60px;
    padding-top: 10px;
  }

  header .inner {
    width: 100%;
  }

  header .inner .inner-left {
    width: 70%;
    padding-left: 10px;
  }

  header.changeNav .inner .inner-left h1 img {
    width: 90%;
  }
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print,
screen and (min-width:769px) {
  nav.gnav ul li {
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
  }

  nav.gnav ul li a {
    letter-spacing: 0.1em;
    color: #fff;
  }

  nav.gnav ul li:hover>a {
    opacity: .7;
  }
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {

  /*ハンバーガーメニュー*/
  nav.global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 270px;
    height: 100vh;
    padding-top: 40px;
    background: #636956;
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 60px 30px 0px 30px;
  }

  nav.global-nav li {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 10px 10px 15px 10px;
    border-bottom: 1px dotted #eee;
  }

  nav.gnav.global-nav ul li a {
    color: #fff;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 18px;
  }

  .hamburger__line--2 {
    top: 26px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}


/* =======================================================
* section / button
* ======================================================= */
section {
  padding-bottom: 5rem;
  position: relative;
}

.section {
  padding-top: 5rem;
}

.moreBtn {
  margin-top: 50px;
  text-align: right;
}

.moreBtn a {
  padding: 12px 60px;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .15em;
}

.moreBtn a::before {
  position: absolute;
  top: 12px;
  left: 40px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
}

/* 白枠ボタン */
.moreBtn.btn_white a {
  border: 1px solid #fff;
  color: #fff;
}

.moreBtn.btn_white a:hover {
  background-color: #ccc;
  border: 1px solid #636956;
  color: #636956;
}

/* 緑枠ボタン */
.moreBtn.btn_green a {
  background-color: #636956;
  border: 1px solid #636956;
  color: #fff;
}

.moreBtn.btn_green a:hover {
  background-color: #34382d;
}

@media screen and (max-width:768px) {
  section {
    padding-bottom: 2rem;
  }

  .section {
    padding-top: 3rem;
  }

  .moreBtn a::before {
    font-size: 20px;
    top: 9px;
  }
}


/* =======================================================
* main
* ======================================================= */
#main {
  background: url(../images/slide01.jpg) no-repeat center/cover;
  height: 100vh;
  position: relative;
}

#main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center center, rgba(1, 1, 1, 0)0%, rgba(1, 1, 1, 0.6) 100%);
}

#main .main_ttl {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  letter-spacing: .2em;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  #main::after {
    background: radial-gradient(ellipse at center center, rgba(1, 1, 1, 0)0%, rgba(1, 1, 1, 0.8) 100%);
  }

  #main .main_ttl {
    font-size: 30px;
  }
}



/* =======================================================
* vision
* ======================================================= */
#vision {
  background-color: #3c3e38;
  color: #fff;
}

#vision .vision_txt {
  line-height: 2.1;
}

@media screen and (max-width:768px) {
  #vision {
    padding: 80px 0px;
  }
}


/* =======================================================
*concept
* ======================================================= */
#concept .flex {
  margin-bottom: 120px;
  justify-content: space-around;
  align-items: center;
  line-height: 2.3;
}

#concept .bg_concept {
  height: 370px;
  background-repeat: no-repeat;
  position: relative;
}

#concept .bg_concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 62, 56, 0.6);
  z-index: -1;
}

/* concept01 */
#concept .bg_concept.concept01 {
  background-image: url(../images/ph-01.jpg);
  background-size: cover;
  background-position: center;
}

#concept .bg_concept.concept01::before {
  bottom: -25px;
  right: -25px;
}

/* concept02 */
#concept .bg_concept.concept02 {
  background-image: url(../images/ph-02.jpg);
  background-size: cover;
  background-position: center;
}

#concept .bg_concept.concept02::before {
  bottom: -25px;
  left: -25px;
}

#concept .txt_concept p {
  font-size: 21px;
}

#concept .txt_concept ul li {
  position: relative;
  padding-left: 20px;
}

#concept .txt_concept ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  top: 3px;
  left: 0;
  color: #3c3e38;
  font-size: 13px;
}

@media screen and (max-width:768px) {
  #concept .flex {
    margin-bottom: 50px;
  }

  #concept ul.flex {
    margin-bottom: 0px;
  }

  #concept .bg_concept {
    height: 200px;
    width: 90%;
  }

  #concept .bg_concept.concept01 {
    margin: 0 auto 50px 0px;
  }

  #concept .bg_concept.concept02 {
    margin: 0 0 50px auto;
  }

  #concept .bg_concept.concept01::before {
    bottom: -15px;
    right: -15px;
  }

  #concept .bg_concept.concept02::before {
    bottom: -15px;
    left: -15px;
  }

  #concept .txt_concept ul {
    margin-left: 20px;
    margin-right: 20px;
  }

  #concept .txt_concept ul li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

/* =======================================================
* step
* ======================================================= */
#step {
  padding-top: 2rem;
}

#step dl {
  max-width: 800px;
  margin: 60px auto 80px;
}

#step dl dt {
  width: 17%;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}

#step dl dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #888;
  top: 0;
  right: 20px;
}

#step dl dd {
  width: 83%;
  position: relative;
}

#step dl dd:not(:last-child) {
  margin-bottom: 30px;
}

#step dl dd h3 {
  text-align: left;
}

#step dl dd::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #888;
  top: 0px;
  left: -28px;
}

@media screen and (max-width:768px) {
  #step {
    padding-top: 4rem;
  }

  #step dl {
    margin: 50px auto 60px;
    position: relative;
  }

  #step dl dt {
    width: 25%;
    font-size: 14px;
  }

  #step dl dt::after {
    right: -7px;
  }

  #step dl dd {
    width: 68%;
  }

  #step dl dd:not(:last-child) {
    margin-bottom: 20px;
  }

  #step dl dd h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #step dl dd::before {
    left: -23px;
    width: 13px;
    height: 13px
  }
}



/* =======================================================
*request
* ======================================================= */
#request {
  background: url(../images/bg-request.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 6rem 0 8rem;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

#request::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(17 17 17 / 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

#request p.ac-spal {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 60px;
  color: #e8e8e8;
}

#request .requestBox a {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 140px;
  color: #222;
  font-size: 35px;
  letter-spacing: .1em;
  font-weight: bold;
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 1.4;
}

#request .requestBox a span {
  font-size: 18px;
}

#request .requestBox a img {
  width: 45px;
  vertical-align: text-bottom;
  padding-right: 10px;
}

#request .requestBox a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #6f3939 transparent transparent transparent;
}

#request .requestBox a:hover {
  background-color: rgba(191, 189, 189, .7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width:768px) {
  #request {
    padding: 3rem 0 5rem;
  }

  #request p.ac-spal {
    font-size: 15px;
    margin-bottom: 50px;
  }

  #request .requestBox a {
    width: 100%;
    padding: 25px 0px;
    font-size: 26px;
  }

  .request-small {
    margin-top: 50px;
    color: #fff;
  }

  .request-small a {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: #222;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    border: 1px solid #fff;
    display: inline-block;
  }

  .request-small a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #6f3939 transparent transparent transparent;
  }
}



/* =======================================================
*　下層ページタイトル
* ======================================================= */
#under_main {
  height: 350px;
  position: relative;
}

@media screen and (max-width:768px) {
  #under_main {
    height: 250px;
  }
}

/* =======================================================
*footer
* ======================================================= */
#fnav {
  padding: 40px 0px 20px;
  background-color: #3c4033;
  color: #c5c5c5;
  margin-top: 45px;
}

#fnav.marginT--0 {
  margin-top: 0;
}

/* fnav_left */
.fnav_left {
  width: 50%;
}

.name img {
  width: 70%;
}

.address {
  font-size: 15px;
  line-height: 2.3;
  margin-top: 20px;
}

.address a {
  color: #c5c5c5;
}

/* fnav_right */
.fnav_right {
  width: 50%;
  text-align: center;
}

/* footer_menu */
.footer_menu {
  margin: 30px 0 30px;
}

.footer_menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.footer_menu li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #c5c5c5;
  top: 0;
  right: -4px;
}

.footer_menu li a {
  color: #c5c5c5;
  font-size: 15px;
}

.footer_menu li a:hover {
  color: #fff;
}

/* footer_sns */
.footer_sns {
  margin-bottom: 40px;
}

.footer_sns li {
  display: inline-block;
  padding: 0 15px;
}

.footer_sns li a {
  color: #c5c5c5;
  font-size: 13px;
}

.footer_sns li a:hover,
.footer_sns li a i:hover {
  color: #fff;
}

.footer_sns li a i {
  padding: 10px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 17px;
  border: 1px solid #a5a4a4;
}

.copyright {
  font-size: 11px;
  color: #b1b0b0;
}

@media screen and (max-width:768px) {
  #fnav {
    padding: 40px 0 20px;
    margin-top: 50px;
  }

  /* .fnav_left */
  .fnav_left {
    width: 100%;
  }

  .name img {
    width: 90%;
  }

  /* fnav_right */
  .fnav_right {
    width: 100%;
  }

  .footer_menu {
    margin: 10px 0px 30px;
  }

  .footer_menu li {
    display: block;
    padding: 10px 21px;
    text-align: left;
    border-bottom: 1px dotted #636956;
    margin-bottom: 10px;
  }

  .footer_menu li:not(:last-child)::after {
    content: none;
  }

  .footer_menu li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    top: 10px;
    left: 5px;
  }

  .footer_sns li {
    padding: 0 7px;
  }

  .footer_sns li span {
    display: none;
  }

  .footer_sns li a i {
    padding: 15px;
    margin-right: 0px;
    font-size: 20px;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  overflow: visible !important;
}

#pagetop .arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #8C947C #8C947C transparent transparent;
  transform: rotate(-45deg);
}