@charset "UTF-8";
/* ----------------------------------------------------------------
	reset
---------------------------------------------------------------- */
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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
  color: #000;
  text-decoration: none;
}
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;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	   -moz-user-drag: none;
	    -ms-user-drag: none;
}
img[src$=".svg"] {
	width: 100%;
}
* {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, header, main, footer {
	width: 100%;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
a:focus, *:focus {
  outline:none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
::selection {
  color: #fff;
  background-color: #502c1e;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
	font-size: 16px;
  font-weight: 400;
	line-height: 1;
  letter-spacing: 0.04em;
	color: #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
  overflow-x: hidden;
  width: 100%;
}
body.is-fixed {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}
a:focus, *:focus {
  outline:none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
/* --- display PC --- */
.pc {display: block;}
.sp {display: none;}


/* Smartphone
----------------------------------------------- */
@media print, screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
  }
  a[href*="tel:"] {
    pointer-events: inherit;
    cursor: default;
  }
  html {
    font-size: 4.27vw
  }
/* --- display Smartphone --- */
  .pc {display: none;}
  .sp {display: block;}
}/* Smartphone End */



/* ----------------------------------------------------------------
	header
---------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.l-header {
  height: 80px;
  background: #fff;
}
body.is-contact .l-header {
  position: absolute !important
}
.l-header__inner {
  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;
  padding: 0 50px;
  position: relative
}
.l-header-logo {
  width: 284px
}
.l-header-logo a:hover {
  opacity: 1;
}
@media print, screen and (max-width: 1024px) {
  .l-header {
    height: 65px;
  }
  .l-header__inner {
    height: 100%;
    padding: 0 0 0 30px;
  }
  .l-header-logo {
    width: 278px
  }
}/* Tablet End */
@media print, screen and (max-width: 767px) {
  .l-header {
    height: 13vw;
  }
  .l-header__inner {
    padding: 0 0 0 5vw;
  }
  .l-header-logo {
    width: 57.75vw;
  }
}/* Smartphone End */
@media print, screen and (min-width: 1025px) {
  .l-header-nav-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }
  .l-header-nav-wrap-bg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-wrap {
    display: none;
    background-color: #fff;
    padding-top: 0.4rem;
    -webkit-box-shadow: 0 0.6rem 0.5rem -0.5rem rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0.6rem 0.5rem -0.5rem rgba(0, 0, 0, 0.15) inset, 0 0.6rem 0.5rem -0.5rem rgba(0, 0, 0, 0.35);
    overflow: scroll;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-wrap {
    top: 65px;
    height: 48vw;
    z-index: 10;
  }
  .l-header-nav-wrap-bg {
    content: "";
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 0;*/
    height: 120vh;
    background-color: rgba(81, 44, 28, 0.8);
    z-index: 2;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-header-nav-wrap-bg.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav-wrap {
    top: 13vw;
    height: 86vw;
  }
}
.l-header-nav {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav {
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav {
    font-size: 16px;
  }
}
.l-header-nav__item {
  white-space: nowrap;
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav__item {
    border-bottom: 1px solid #6e574d;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav__item.is-hasChild:hover .l-header-nav-child {
    height: 80px;
    z-index: 7;
  }
}
.l-header-nav-parent {
  position: relative;
  color: #502c1e;
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 1rem 1.75rem;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-size: 14px;
    font-size: .875rem;
  }
  .is-hasChild .l-header-nav-parent {
    padding-right: 2rem;
  }
  .is-hasChild .l-header-nav-parent::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #502c1e;
    border-bottom: 1px solid #502c1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -0.25em 0 0 1em;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-header-nav__item:hover .l-header-nav-parent {
    background-color: #502c1e;
    color: #fff;
    opacity: 1;
  }
  .l-header-nav__item:hover .l-header-nav-parent::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-parent {
    display: block;
    font-weight: bold;
  }
  .l-header-nav-parent.is-link::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #502c1e;
    border-right: 1px solid #502c1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.15em;
    right: 40px;
  }
}
@media print, screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header-nav-parent.is-link::after {
    right: 5vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-parent {
    font-size: 16px;
    padding: 0.65rem 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav-parent {
    font-size: 4.26667vw;
    padding: 0.5rem 5.0vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-child {
    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;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #502c1e;
    -webkit-transform: translateY(99%);
    transform: translateY(99%);
    overflow: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
}
.l-header-nav-child a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-child a {
    padding: 1rem;
    position: relative;
  }
  .l-header-nav-child a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-child a {
    display: block;
    color: #502c1e;
    position: relative;
    font-weight: 400;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-child a {
    font-size: 16px;
    padding: 0.65rem 50px 0.65rem 68px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav-child a {
    font-size: 4.26667vw;
    padding: 0.5rem 7.5vw 0.5rem 10vw;
  }
}
.l-header-nav-child a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-child a::after {
    margin: -0.3em 0 0 0.75em;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-child a::after {
    border-top-color: #6e574d;
    border-right-color: #6e574d;
    position: absolute;
    top: 1.15em;
    right: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav-child a::after {
    right: 5vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-child__item {
    border-top: 1px solid #6e574d;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-child__item+.l-header-nav-child__item {
    margin-left: 2rem;
  }
}
.l-header-btn {
  margin-left: 1.0rem;
}
@media print, screen and (min-width: 1025px) and (max-width: 1260px) {
  .l-header-btn {
    margin-left: 0.6rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-btn {
    margin-left: auto;
    height: 100%;
  }
}
.l-header-nav-sp {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-sp {
    display: block;
    height: 100%;
    position: relative;
    width: 4.0rem;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-nav-sp {
    width: 3.0rem;
  }
}
.l-header-nav-sp-icon {
  display: block;
  position: absolute;
  width: 50%;
  height: 40%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.l-header-nav-sp-icon__line {
  position: absolute;
  height: 4px;
  background-color: #502c1e;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.is-navOpen .l-header-nav-sp-icon__line {
  opacity: 0;
}
.l-header-nav-sp-icon:before, .l-header-nav-sp-icon:after {
  content: "";
  height: 4px;
  background-color: #502c1e;
  width: 100%;
  position: absolute;
}
.l-header-nav-sp-icon:before {
  left: 0;
  top: 0;
}
.is-navOpen .l-header-nav-sp-icon:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.l-header-nav-sp-icon:after {
  left: 0;
  bottom: 0;
  width: 70%;
}
.is-navOpen .l-header-nav-sp-icon:after {
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.is-navOpen .l-header-nav-sp-txt__default {
  display: none;
}
.l-header-nav-sp-txt__close {
  display: none;
}
.is-navOpen .l-header-nav-sp-txt__close {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .l-header-nav-close {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-nav-close {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 5rem auto 0;
    font-size: 12px;
  }
}
.l-header-nav-close:before, .l-header-nav-close:after {
  content: "";
  height: 4px;
  background-color: #502c1e;
  width: 100%;
  position: absolute;
}
.l-header-nav-close:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.l-header-nav-close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.l-wrap {
  padding-top: 80px;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .l-wrap {
    padding-top: 65px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-wrap {
    padding-top: 13vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-wrap::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: -1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-wrap.is-navOpen::after {
    height: 120vh;
    z-index: 6;
  }
}



/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  width: 100%;
  padding: 60px 0 50px;
  background: #502c1e;
}
footer ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 768px;
	margin: 0 auto 60px;
}
footer ul li {
  width: 192px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
footer ul li a {
  width: 220px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1.6;
}
footer ul li p:nth-child(1) {
  margin-bottom: 16px;
}
footer ul li p:nth-child(n+2) {
  margin-bottom: 10px;
  padding-left: 1em;
}
footer ul li p a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  margin-right: 10px;
}
footer small {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 5%;
  color: #fff;
  font-size: 12px;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  footer {
    padding: 10vw 0 6.25vw;
  }
  footer ul {
    width: 85vw;
    margin: 0 auto 12.5vw;
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  footer ul li {
    width: 50%;
    color: #fff;
    font-size: 4.25vw;
    margin-bottom: 10vw;
  }
  footer ul li:nth-child(1) {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  footer ul li:nth-child(2) {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
  }
  footer ul li:nth-child(3) {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  footer ul li:nth-child(4) {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
  }
  footer ul li a {
    width: auto;
    font-size: 4.25vw;
  }
  footer ul li p:nth-child(1) {
    margin-bottom: 3vw;
  }
  footer ul li p:nth-child(n+2) {
    margin-bottom: 2vw;
  }
  footer ul li p a::before {
    width: 1.5vw;
    height: 1.5vw;
    border: 0.5vw solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    margin-right: 2.5vw;
  }
  footer small {
    font-size: 3vw;
  }
}/* Smartphone End */



/* ----------------------------------------------------------------
	common
---------------------------------------------------------------- */
.contents {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 110px 0 100px;
}
.contents .inr {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
a.pagetop {
  position: relative;
  display: block;
  width: 130px;
  margin: 0 auto;
  text-align: center;
  color: #f8b62d;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4; 
}
a.pagetop::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 8px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f8b62d;
}
.lower_keyVisual {
  position: relative;
  width: 100%;
  height: 26.56vw;
  max-height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.philosophy.lower_keyVisual {
  background: url("../images/philosophy_kv.jpg") center center / cover no-repeat;
}
.about.lower_keyVisual {
  background: url("../images/about_kv.jpg") center center / cover no-repeat;
}
.business.lower_keyVisual {
  background: url("../images/business_kv.jpg") center center / cover no-repeat;
}
.lower_keyVisual h2 {
  font-size: 3.91vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media print,screen and (min-width: 1920px) {
  .lower_keyVisual {
    height: 720px;
  }
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  .contents {
    padding: 10vw 0 12.5vw;
  }
  .contents .inr {
    max-width: inherit;
    width: 100%;
    padding: 0 3.75vw;
  }
  a.pagetop {
    width: 25vw;
    font-size: 4.25vw;
  }
  a.pagetop::before {
    margin: 0 auto 2.5vw;
    border-left: 5vw solid transparent;
    border-right: 5vw solid transparent;
    border-bottom: 5vw solid #f8b62d;
  }
  .lower_keyVisual {
    height: 46.25vw;
    max-height: inherit;
  }
  .philosophy.lower_keyVisual {
    background: url("../images/sp_philosophy_kv.jpg") center center / cover no-repeat;
  }
  .about.lower_keyVisual {
    background: url("../images/sp_about_kv.jpg") center center / cover no-repeat;
  }
  .business.lower_keyVisual {
    background: url("../images/sp_business_kv.jpg") center center / cover no-repeat;
  }
  .lower_keyVisual h2 {
    font-size: 7.5vw;
  }
}/* Smartphone End */



/* ----------------------------------------------------------------
	index
---------------------------------------------------------------- */
.index .keyVisual {
  position: relative;
  width: 100%;
  height: 37.5vw;
  max-height: 720px;
  background: url("../images/index_kv.jpg") center center / cover no-repeat;
}
.index .keyVisual h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media print,screen and (min-width: 1920px) {
  .index .keyVisual {
    height: 720px;
  }
}
.index .about {
  width: 100%;
  margin-bottom: 80px;
}
.index h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #502c1e;
  margin-bottom: 50px;
}
.index h3 span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-top: 16px;
}
.index .about .aboutBox {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
.index .about .aboutBox .aboutImg {
  position: absolute;
  width: 47%;
  right: 0;
  bottom: 0;
}
.index .about .aboutBox h4 {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 24px;
}
.index .about .aboutBox .txt {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
}
.index .about ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 77%;
	margin: 0 auto;
}
.index .about ul li {
  width: 46.7%;
  height: 58px;
}
.index .about ul li a {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1bc70;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.index .business {
  width: 100%;
  background: #efebe1;
  padding: 80px 0;
  margin-bottom: 100px;
}
.index .business a {
  position: relative;
  display: block;
  width: 62.55%;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 24px;
}
.index .business a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5rem solid #502c1e;
  border-top: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.index .business a .businessImg {
  display: block;
  margin-bottom: 20px;
}
.index .business a h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 0;
}
.index .business a h4::before {
  display: none;
}
.index .business a p {
  padding: 0 5%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.76;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  .index .keyVisual {
    height: 56.5vw;
    max-height: inherit;
    background: none;
  }
  .index .about {
    margin-bottom: 12.5vw;
  }
  .index h3 {
    font-size: 9vw;
    margin-bottom: 10vw;
  }
  .index h3 span {
    font-size: 4.75vw;
    padding-top: 5.5vw;
  }
  .index .about .aboutBox {
    margin-bottom: 13.5vw;
  }
  .index .about .aboutBox .aboutImg {
    position: inherit;
    width: 100%;
    right: inherit;
    bottom: inherit;
    margin-bottom: 13.5vw;
  }
  .index .about .aboutBox h4 {
    width: 100%;
    font-size: 4.63vw;
    margin-bottom: 12.5vw;
  }
  .index .about .aboutBox .txt {
    width: 100%;
    font-size: 4.25vw;
  }
  .index .about ul {
    width: 82.5%;
  }
  .index .about ul li {
    width: 100%;
    height: 12.5vw;
    margin-bottom: 5vw;
  }
  .index .about ul li a {
    width: 100%;
    height: 12.5vw;
    font-size: 4.5vw;
  }
  .index .business {
    padding: 15vw 0 12.5vw;
    margin-bottom: 15vw;
  }
  .index .business a {
    width: 92.5vw;
    padding-bottom: 6.25vw;
  }
  .index .business a .businessImg {
    margin-bottom: 5vw;
  }
  .index .business a h4 {
    font-size: 4.63vw;
    margin-bottom: 4vw;
  }
  .index .business a p {
    font-size: 4.25vw;
  }
}/* Smartphone End */



/* ----------------------------------------------------------------
	philosophy
---------------------------------------------------------------- */
.philosophy h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.72;
  padding-bottom: 30px;
  color: #502c1e;
}
.philosophy .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
}
.philosophy .philosophy_title {
  position: relative;
  margin: 108px auto 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  width: 190px;
  color: #502c1e;
}
.philosophy .philosophy_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #502c1e;
  position: absolute;
  bottom: -12px;
  margin: 0 auto;
}
.philosophy .philosophy_title.title02 {
  width: 216px;
}
.philosophy h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
.philosophy h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: #f8b62d;
  position: absolute;
  top: 8px;
  left: 0;
}
.philosophy .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  padding: 0 0 35px 25px;
}
.philosophy .img {
  width: 540px;
  margin: 0 auto;
}
.philosophy ul.btn {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 77%;
	margin: 100px auto 60px;
}
.philosophy ul.btn li {
  width: 46.7%;
  height: 58px;
  background: #efdcb3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.philosophy ul.btn li a {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1bc70;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  .philosophy h3 {
    font-size: 5.5vw;
    padding-bottom: 11.25vw;
  }
  .philosophy .lead {
    text-align: left;
    font-size: 4.25vw;
  }
  .philosophy .philosophy_title {
    margin: 17.5vw auto 8.75vw;
    font-size: 5.5vw;
    width: 34.5vw;
  }
  .philosophy .philosophy_title::after {
    height: 0.5vw;
    bottom: -2.75vw;
  }
  .philosophy .philosophy_title.title02 {
    width: 38.5vw;
  }
  .philosophy h4 {
    font-size: 4.63vw;
    padding-left: 3.75vw;
    margin-bottom: 8vw;
  }
  .philosophy h4::before {
    width: 1.75vw;
    height: 5vw;
    top: 1.55vw;
  }
  .philosophy .txt {
    font-size: 4.25vw;
    padding: 0 0 7vw 0;
  }
  .philosophy .img {
    width: 100%;
  }
  .philosophy ul.btn {
    width: 82.5%;
    margin: 12.5vw auto 12.5vw;
  }
  .philosophy ul.btn li {
    width: 100%;
    height: 12.5vw;
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .philosophy ul.btn li a {
    width: 100%;
    height: 12.5vw;
    font-size: 4.5vw;
  }
}/* Smartphone End */



/* ----------------------------------------------------------------
	about
---------------------------------------------------------------- */
.about .about_title {
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  width: 140px;
  color: #502c1e;
}
.about .about_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #502c1e;
  position: absolute;
  bottom: -12px;
  margin: 0 auto;
}
.about .table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #edecec;
}
.about .table dl {
  display: table-row;
}
.about .table dl dt {
  display: table-cell;
  width: 16%;
  vertical-align: top;
  border-bottom: 1px solid #edecec;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
}
.about .table dl dt span {
  padding-right: 0.25em;
  color: #f8b62d;
}
.about .table dl dd {
  display: table-cell;
  width: 84%;
  vertical-align: top;
  border-bottom: 1px solid #edecec;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
}
.about ul.btn {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 77%;
	margin: 100px auto 60px;
}
.about ul.btn li {
  width: 46.7%;
  height: 58px;
  background: #efdcb3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.about ul.btn li a {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1bc70;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  .about .about_title {
    margin: 0 auto 8.75vw;
    font-size: 5.5vw;
    width: 24.5vw;
  }
  .about .about_title::after {
      height: 0.5vw;
      bottom: -2.75vw;
  }
  .about .table {
    display: block;
    border-collapse: inherit;
  }
  .about .table dl {
    display: block;
    border-bottom: 1px solid #edecec;
  }
  .about .table dl dt {
    display: block;
    width: 100%;
    vertical-align: inherit;
    padding: 5vw 0 0;
    font-size: 4.25vw;
    border: none;
  }
  .about .table dl dd {
    display: block;
    width: 100%;
    vertical-align: inherit;
    border: none;
    padding: 0 0 5vw;
    font-size: 4.25vw;
  }
  .about ul.btn {
    width: 82.5%;
    margin: 12.5vw auto 12.5vw;
  }
  .about ul.btn li {
    width: 100%;
    height: 12.5vw;
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .about ul.btn li a {
    width: 100%;
    height: 12.5vw;
    font-size: 4.5vw;
  }
}/* Smartphone End */



/* ----------------------------------------------------------------
	business
---------------------------------------------------------------- */
.business .business_title {
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  width: 210px;
  color: #502c1e;
}
.business .business_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #502c1e;
  position: absolute;
  bottom: -12px;
  margin: 0 auto;
}
.business h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
.business h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: #f8b62d;
  position: absolute;
  top: 8px;
  left: 0;
}
.business .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  padding: 0 0 35px 25px;
}
.business .txt:last-child {
  margin-bottom: 100px;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 767px) {
  .business .business_title {
    margin: 0 auto 8.75vw;
    font-size: 5.5vw;
    width: 37.5vw;
  }
  .business .business_title::after {
    height: 0.5vw;
    bottom: -2.75vw;
  }
  .business h4 {
    font-size: 4.63vw;
    padding-left: 3.75vw;
    margin-bottom: 8vw;
  }
  .business h4::before {
    width: 1.75vw;
    height: 5vw;
    top: 1.55vw;
  }
  .business .txt {
    font-size: 4.25vw;
    padding: 0 0 7vw 0;
  }
  .business .txt:last-child {
    margin-bottom: 7.5vw;
  }
}/* Smartphone End */
