@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset                                                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
  box-sizing: border-box;
  letter-spacing: 2px;
}

body, div, textarea, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  border: 0;
}

ol,
ul {
  list-style: none;
}

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* common                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
  line-height: 1.7em;
  color: #444444;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

h1 {}

h2 {
  font-size: 6em;
}

h3 {
  font-size: 2.4em;
  position: relative;
  padding: 0.25em 0 0.5em 1em;
  border-bottom: solid 2px rgba(68, 68, 68, 0.8);
}

h3:before {
  content: '';
  position: absolute;
  top: -5px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: rgba(68, 68, 68, 0.8);
}

h3:before {
  left: 10px;
}

h4 {
  font-size: 2em;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(68, 68, 68, 0.8);
  border-radius: 10px;
}

h5 {
  font-size: 1.5em;
  font-weight: bold;
}

p {
  font-size: 1.6em;
}

a {
  font-size: 1.6em;
  transition: 0.5s ease-in-out;
}

a:link,
a:visited {
  color: #444444;
}

a:hover {
  opacity: 0.7;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.8);
}

::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(245, 245, 245, 0.8);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
  height: 100%;
}

header .inner.active {
  opacity: 0;
}

header .inner {
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: rgba(245, 245, 245);
  transition: 0.5s ease-in-out;
  z-index: 1000;
}

header .inner .header-logo a p {
  position: absolute;
  top: 20px;
  left: 40px;
}

.header-logo p {
  font-weight: bold;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.1);
  text-shadow:
    2px 2px 2px rgba(245, 245, 245, 0.8),
    0 0 #626262;
}

.back-stretch {
  background-size: cover;
  position: fixed;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

.scroll {
  float: left;
  height: 100vh;
  width: 10%;
  background-color: #fff;
}

.scroll a {
  font-size: 3em;
  position: absolute;
  bottom: 20vh;
  left: 4%;
  writing-mode: vertical-lr;
}

.visual-cover {
  z-index: -5 !important;
  height: 100vh;
  margin-bottom: 0;
}

.visual-cover h1 {
  position: absolute;
  bottom: 10vh;
  right: 0;
  margin-right: 3vw;
  padding: 30px;
  color: #444;
  background-color: rgba(215, 224, 157, 0.8);
  font-size: 3.5em;
  letter-spacing: 0.5em;
  line-height: 1.8em;
  text-align: left;
}

.lower-back {
  background: url("../images/main-visual2.png") no-repeat;
  background-size: cover;
  position: fixed;
  height: 400px;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

.lower-back .center {
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  position: absolute;
  color: #FFFFFF;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.lower-back .center .middle {
  position: absolute;
  margin-top: -8em;
  right: 0;
  left: 0;
  top: 50%;
}

.lower-cover {
  z-index: -5 !important;
  height: 400px;
  padding-top: 120px;
  margin-bottom: -100px;
  background: rgba(255, 255, 255, 0.2);
}

.lower-cover h1 {
  color: #e2e2e2;
  font-size: 5em;
  font-weight: bold;
  text-shadow:
    0 1px #bbb,
    0 2px #999,
    0 3px #777,
    0 4px #555,
    0 5px #333,
    0 6px 8px #000;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  text-align: center;
}

.lower-cover p {
  color: #e2e2e2;
  font-size: 2em;
  letter-spacing: 0.7em;
  line-height: 2em;
  text-align: center;
  text-shadow:
    2px 2px 5px #000;
}

.lower-cover p span {
  padding-left: 5em;
  letter-spacing: 0.7em;
}

.header-bottom {
  position: absolute;
  bottom: 0;
  height: 15vh;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* main                                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
main {
  height: 100%;
  background: #f5f5f5;
}

main .inner {
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 50px 20px;
}

.content-title {
  padding-top: 100px;
  margin-bottom: 30px;
  height: 200px;
  width: 100%;
  text-align: left;
}

.content-title p {
  color: rgba(68, 68, 68, 0.7);
  text-align: left;
  padding: 0.5em 0 0 2em;
}

.insta {
  max-width: 1140px;
  margin: 0 auto 150px auto;
  height: 100%;
  width: 100%;
  padding: 50px 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* top page                                                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.purpose-write {
  font-size: 2em;
  padding: 100px 0 50px 0;
  text-align: center;
}

.purpose-write p {
  background: #fff;
  width: 80%;
  padding: 50px;
  margin: 30px auto;
  line-height: 2.5em;
  letter-spacing: 0.5em;
}

.work-contents {
  display: flex;
  height: 100%;
}

.work-contents .left-contents {
  height: 100%;
  width: 50%;
}

.work-contents .right-contents {
  height: 100%;
  width: 50%;
}

.work-contents, .gallery-contents, .news-contents {
  height: 100%;
}

.work-write {
  text-align: left;
}

.work-write span {
  padding-left: 1em;
}

.work-write h4 {
  line-height: 2em;
}

.work-write p {
  width: 80%;
  margin: 30px auto;
  line-height: 2em;
}

.work-write img {
  margin-left: 30px;
}

.work ul {
  display: flex;
  margin: 0 auto;
  width: 80%
}

.work ul li {
  width: 100%;
  margin: 0 5px;
}

.photo-wrap {
  filter: drop-shadow(2px 5px 5px rgba(68, 68, 68, 0.8));
}

.photo {
  width: 400px;
  height: 400px;
  margin: 0 auto 50px auto;
  border-radius: 1000px;
  clip-path: polygon(73% 9.7%, 97% 50%, 73% 90.3%, 27% 90.3%, 4% 50%, 27% 9.7%);
}

.gallery-photos {
  display: flex;
  flex-wrap: wrap;
}

.gallery-photos:after {
  content: '';
  flex-grow: 10;
  display: block;
}

.gallery-photos a {
  flex: auto;
  height: 250px;
  margin: 5px 35px;
}

.gallery-photos a img {
  height: 200px;
  min-width: 100%;
  max-width: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover';
  box-shadow: 2px 5px 10px rgba(68, 68, 68, 0.5);
}

.news {
  margin-bottom: 150px !important;
}

.news-contents {
  display: flex;
  height: 100%;
}

.news-contents .blog {
  height: 100%;
  width: 50%;
}

.news-contents .information {
  height: 100%;
  width: 50%;
}

.triangle {
  height: 100px;
  margin-bottom: -100px;
  background:
    linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%,
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
}

main .contact {
  /* contact背景セット */
  max-width: none;
  padding-bottom: 50px;
  background-size: cover;
  background: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.contact-title {
  /* contact innerリセット */
  max-width: 1140px;
  margin: 0 auto;
  height: 200px;
  width: 100%;
  padding: 25px 20px;
}

.contact-title h3 {
  font-size: 3em;
  margin: 50px auto 0 auto;
  width: 70%;
}

.contact-title h3:before {
  content: none;
}

.contact-title p {
  padding: 10px;
  line-height: 2em;
}

.contact-contents {
  /* contact innerリセット */
  display: flex;
  font-size: 0.9em;
  max-width: 1140px;
  margin: 80px auto 50px auto;
  height: 300px;
  width: 100%;
  padding: 25px 20px;
}

.contact-tel, .contact-form {
  height: 220px;
  width: 220px;
  padding-top: 62.5px;
  border: solid 5px rgba(68, 68, 68, 0.8);
  background-color: #fff;
}

.contact-tel {
  margin: 0 10px 0 auto;
}

.contact-form {
  margin: 0 auto 0 10px;
}

.contact-tel a,
.contact-form a {
  display: block;
  height: 220px;
  width: 220px;
  margin: -65px 0 0 -2px;
}

.contact-tel a i,
.contact-form a i {
  padding-top: 60px;
}

.contact-tel a p,
.contact-form a p {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 15px;
}

.toc {
  margin: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.blog_date {
  border-bottom: solid 1px;
}

.blog_title {
  margin-top: 10px;
}

.blog_none {
  margin-top: 20px;
}

#slides {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.GraphImage, .GraphSidecar {
  width: 250px;
  display: inline-block;
  padding: 10px;
}

.GraphImage > div,
.GraphSidecar > div {
  height: 250px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* about page                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.title-right h3 {
  font-size: 2.4em;
  position: relative;
  padding: 0.25em 1em 0.5em 0;
  text-align: right;
}

.title-right h3:before {
  content: none;
}

.title-right h3:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: rgba(68, 68, 68, 0.8);
}

.title-right h3:after {
  right: 10px;
}

.title-right p {
  color: rgba(68, 68, 68, 0.7);
  text-align: right;
  padding: 0.5em 2em 0 0;
}

.about h3 {
  font-size: 3em;
  margin: 0 auto;
  width: 600px;
  text-align: center;
}

.about h3:before {
  content: none;
}

.about p {
  margin: 0 auto 50px auto;
  width: 600px;
  line-height: 2em;
  text-align: left;
}

.insert {
  position: relative;
}

.about .insert img {
  position: absolute;
  top: -150px;
  right: 50px;
  width: 200px;
}

.phylosophy .insert img {
  position: absolute;
  top: -60px;
  left: -110px;
  width: 170px;
}

.phylosophy, {
  height: 100% position: relative;
}

.phylosophy-contents {
  width: 800px;
  margin: 0 auto;
}

.group {
  display: flex;
}

.group-left, .group-right {
  border: solid 2px #444;
}

.group-left p {
  width: 150px;
  line-height: 140px;
}

.group-right {
  width: 750px
}

.phylosophy-contents li {
  font-size: 1.5em;
  line-height: 3em;
  padding-left: 2em;
  text-align: left;
}

.reason {
  padding: 100px 20px !important;
}

.reason-contents {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.point {
  width: 30%;
}

.point h4:before {
  content: none;
}

.point img {
  width: 100%;
  height: 200px;
}

.point p {
  padding-top: 20px;
  line-height: 1.5em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* business page                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #d7e09d;
  margin: 0 auto;
  width: 750px;
  font-size: 1.5em;
}

dl dt {
  float: left;
  clear: left;
  width: 200px;
  background-color: #d7e09d;
  border-top: 1px solid #ccc;
  padding: 10px;
}

dl dd {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  margin-left: 200px;
  padding: 10px;
}

.map {
  margin: 0 auto 100px auto;
  width: 800px;
  height: 600px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* sdgs                                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sdgslogo {
  width: 50%;
}

.sdgspos {
  padding: 50px;
  width: 80%;
}

.sdgs-h {
  margin: 0 0 50px 0 !important;
}

.sdgsicon {
  width: 50%;
}

.sdgs-pho {
  width: 100%;
  padding: 50px 0 50px 0;
}

.sdgs-contents {
  display: flex;
  height: 100%;
}

.sdgs-contents .left-contents {
  height: 100%;
  width: 50%;
}

.sdgs-contents .right-contents {
  height: 100%;
  width: 50%;
  text-align: center;
}

.sdgs-last {
  margin-bottom: 100px !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* contact form                                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.renova-contents {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 3em;
}

.renova-contents h4,
.renova-contents h5 {
  margin-top: 50px;
}

.price {
  margin-bottom: 200px!important;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer                                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  background: #d7e09d;
  margin-top: -50px
}

footer .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0 30px 0;
  width: 100%;
}

.bottom-link .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
}

.bottom-link ul li {
  display: inline;
}

.bottom-link ul li:first-child:before {
  content: '|';
  color: #444;
  font-size: 2em;
  margin: 0 10px;
}

.bottom-link ul li:after {
  content: '|';
  color: #444;
  font-size: 2em;
  margin: 0 10px;
}

.footer-title {
  letter-spacing: 6px;
}

.footer-title p:first-child {
  position: relative;
  display: inline-block;
  padding: 20px 55px;
}

.footer-title p:first-child:before,
.footer-title p:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.footer-title p:first-child:before {
  left: 0;
}

.footer-title p:first-child:after {
  right: 0;
}

.footer-title p:nth-child(2) {
  font-size: 3.2em;
  letter-spacing: 5px;
  padding-bottom: 20px;
}

.address {
  margin: 30px 0 50px 0;
}

.copy {
  padding: 30px 0;
}
