* {
  font-family:century-gothic, sans-serif, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  text-decoration: none;
  color: #333;
}

.wrap_original {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

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

  .sp {
    display: block;
  }
}

#site-container {
  width: 100%;
}

h2 {
  font-size: 34px;
  color: #333;
  font-weight: normal;
}

.h2-l {
  display: inline-block;
  /* margin-right: 30px; */
  width: 190px;
  margin-top: 60px;
}

h2 + span {
  font-size: 30px;
  color: #82c547;
}

/* h2 + span.en-span-r {
    margin-left: 3%;
} */

p {
  font-weight: normal;
}

span,
strong {
  color: #019059;
}

dt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

dd {
  margin-bottom: 10px;
  font-size: 16px;
  /* text-indent: 1em;; */
  color: #333;
}

/* header {
    height: 820px;
    width: 100%;
    background-image: url(terrace_main03.jpg);
    background-repeat: no-repeat;
    filter: brightness(0.9);
} */

#nav-wrap {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 3px #b8b8b8;
  z-index: 3;
}

#menu-img {
  height: 50px;
  margin-left: 35px;
  z-index: 99;
  top: 5px;
  left: 10px;
  cursor: pointer;
}

#menu-nav {
  float: right;
  padding-right: 7.5vw;
  padding-top: 8px;
}

#menu-nav li {
  display: inline-block;
  padding-right: 1em;
}

#menu-nav li a {
  color: #333;
  font-size: 13px;
}

.main-img {
  position: relative;
  min-height: 100%;
  height: 820px;
  /*--スクロールをさせるため 高さ指定--*/
  background-size: cover;
  /*--背景画像のサイズ--*/
  /* background-attachment: fixed; */
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  /*--背景画像の位置--*/
  z-index: 2;
  /* padding: 5em 0; */
  margin-top: 53px;
}

.main-img.bg-1 {
  background-image: url(terrace_main03.jpg);
}

#header-wrap {
  height: 100%;
  width: 47vw;
  /* background-color: rgba(16,61,80, 0.25); */
  background-color: rgba(244, 247, 245, 0.8);
  margin-right: 0;
  margin-left: auto;
}

#header-text {
  position: relative;
  top: 250px;
  left: 6vw;
  height: auto;
  width: 200px;
  min-width: 300px;
  color: #333;
  line-height: normal;
  /* text-shadow: 2px 2px 5px gray; */
  /* background-color: rgba(16,61,80, 0.5); */
  /* background-color: rgba(244, 247, 245, 0.8); */
  padding: 15px 40px;
}

section {
  padding: 0 0 0 8%;
}

/* #header-text p {
    color: #fff;
} */
#product-section {
  height: 720px;
  margin: 0 auto;
  margin-bottom: 120px;
  width: 70%;
  display: flex;
}

#product-section h2 {
  margin-bottom: 0px;
  margin: 100px 0 10px;
}

#product-section .sec-r dt {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.service-wrap {
  display: flex;
  margin-top: 37px;
}

.italic {
  font-size: 32px;
  font-style: italic;
  color: #32b863;
  margin: 10px 25px 0 0;
}

.number-contents {
  display: block;
}

.sec-l {
  /* float: left;
    height: 100%; */
  width: 440px;
  margin-right: 80px;
}

.sec-r {
  width: 1000px;
  margin-top: 40px;
}

.fas {
  color: #0bc10b;
  font-size: 60%;
  padding-right: 3%;
}

.sec-r dl {
  overflow: hidden;
  margin-right: 0;
}

#philosophy-section {
  text-align: center;
  margin: 0 auto;
  padding: 90px 0 120px;
  width: 100%;
  background-color: #fbfff7;
}

#philosophy-section.wrap {
  width: 60%;
}

#philosophy-section p {
  line-height: 2.2em;
}

.h2-wrap {
  margin-bottom: 60px;
}

.h2-wrap h2 {
  margin: 5px 0;
}
#philosophy-section span {
  font-size: 1.3rem;
  font-weight: 900;
}
/* .en-span-r {
    color: #32b863;
} */
/* #philosophy-section span {
    color: #32b863;
} */
/* #philosophy-section strong {
    font-size: 30px;
} */
#philosophy-section .csr {
  font-weight: 300;
  font-size: 31px;
}

.bg-img {
  background-image: url(consulting.webp);
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: bottom;
  opacity: 0.6;
}

/*
.bg-img {
    height: 400px;
}
.bg-img::before {
    background-image: url(consulting.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 400px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  } */

#profile-section {
  width: 90%;
  text-align: left;
  margin: 70px auto 100px;
}

#profile-section .h2-wrap {
  text-align: center;
  margin-bottom: 60px;
}

#profile-section dl {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

#profile-section dt {
  float: left;
  clear: both;
  width: 25%;
  font-size: 16px;
  text-align-last: left;
}

#profile-section dd {
  margin-left: 38%;
  margin-bottom: 30px;
  text-align-last: left;
}

#map-section .fas {
  font-size: 100%;
}

#map-section .h2-wrap {
  padding-left: 10%;
  margin-bottom: 20px;
}

#map-section {
  padding-left: 0px;
  margin-top: 60px;
  margin-bottom: 20px;
}

#contact-section {
  display: flex;
  height: 670px;
  /* padding-left: 0px; */
  /* position: relative; */
  /* background: linear-gradient(90deg, rgba(191, 183, 238, 0.5), rgba(254, 252, 252, 0.9)) ,url(meeting.webp); */
  background: linear-gradient(
      rgba(244, 241, 241, 0.8),
      rgba(222, 218, 218, 0.8)
    ),
    url(meeting.webp);
  background-size: cover;
  background-position: bottom;
}

.sec-l h2 {
  font-weight: normal;
  margin-top: 70px;
}

/* .sec-r h4 {
    padding-top: 30px;
} */

#contact-section h4,
#contact-section p {
  margin: 0px;
  font-weight: normal;
  line-height: 1.8em;
}

#contact-section .sec-l {
  margin-left: 10%;
}

#contact-section h2 {
  margin-top: 52px;
}

#contact-section .sec-r {
  width: 84%;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
}

.address-wrap {
  text-align: left;
}

#contact-section .address {
  font-size: 24px;
  margin-bottom: 6px;
}

#contact-section .contact-form {
  font-weight: normal;
  margin-top: 40px;
}

#contact-section h2 {
  margin-bottom: 10px;
}

#contact-section .text_line {
  display: inline-block;
}

.contact-form {
  text-align: left;
}

#form-wrap {
  padding-top: 15px;
}

form {
  display: flex;
  flex-flow: column;
}

/* input {
    display: block;
} */

/* input:focus,
textarea:focus {
    outline: 0;
} */

.name,
.mail,
.title-name {
  width: 70%;
  max-width: 500px;
  font-size: 16px;
  margin: 0 5px 9px 0;
  line-height: 200%;
  box-shadow: 1px 2px 2px #b8b8b8;
  /* float: left; */
  border: none;
  padding: 5px 0 5px 8px;
}

.message {
  width: 70%;
  max-width: 500px;
  font-size: 16px;
  border: none;
  box-shadow: 1px 2px 2px #b8b8b8;
  padding: 5px 0 5px 8px;
}

#submit_button {
  width: 100px;
  height: 40px;
  background-color: #32b863;
  color: white;
  font-size: 16px;
  cursor: pointer;
  /* position: relative; */
  /* top: 140px; */
  border: none;
  margin-top: 15px;
}
#submit_button:hover {
  background-color: #08e659;
}

footer {
  text-align: center;
  margin: 18px 0;
}

footer .text {
  margin-bottom: 50px;
  color: #333;
}

footer .fas {
  font-size: 35px;
  padding-right: 0;
  color: #ace5af;
  background: -webkit-linear-gradient(0deg, #dff305, rgb(0, 255, 140));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

small {
  color: #333;
}

@media screen and (max-width: 768px) {
  .header-sp {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 2px 2px 2px #b8b8b8;
  }

  .main-img {
    height: 530px;
    width: auto;
    margin-top: 55px;
    /* z-index: 999; */
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 15px;
  }

  strong {
    font-size: 28px;
  }

  #header-text {
    font-size: 15px;
    top: 150px;
    left: 0vw;
  }

  section {
    padding: 0;
  }

  .sec-l h2 {
    font-size: 30px;
  }

  h2 + span {
    font-size: 28px;
  }

  #product-section {
    display: block;
    width: 80%;
    margin-bottom: 20px;
  }

  #product-section h2 {
    margin-top: 50px;
  }

  .sec-l {
    float: none;
  }

  .sec-r {
    width: 100%;
  }

  #product-section .sec-r dt {
    margin: 5px 0 10px;
  }

  .italic {
    font-size: 28px;
    margin: 0 25px 0 0;
  }

  dt {
    font-size: 18px;
  }

  dd {
    font-size: 15px;
  }

  .service-wrap {
    margin-top: 15px;
  }

  #philosophy-section strong {
    font-size: 28px;
  }

  #philosophy-section span {
    margin: 5px 0 0 10px;
  }

  .h2-wrap {
    display: block;
  }

  #philosophy-section .h2-l {
    margin-top: 0;
  }

  .bg-img {
    height: 260px;
  }

  .h2-l {
    width: 150px;
  }

  #profile-section dl {
    width: 100%;
  }

  #profile-section dd {
    margin-bottom: 30px;
  }

  #contact-section .sec-l {
    padding-top: 2px;
    margin-right: 0;
    margin: 0 0 0 8%;
  }

  .name,
  .mail,
  .title-name,
  .message {
    width: 95%;
  }

  #contact-section .address {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 13px;
  }

  h1 {
    font-size: 24px;
  }

  h2,
  .sec-l h2 {
    font-size: 23px;
  }

  strong {
    font-size: 22px;
  }

  h2 + span {
    font-size: 22px;
  }

  #menu-img {
    height: 43px;
    margin-left: 11px;
  }

  #philosophy-section strong {
    font-size: 23px;
  }

  #header-wrap {
    background: none;
  }

  #header-text {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(244, 247, 245, 0.8);
    padding: 30px;
  }

  .main-img {
    height: 450px;
    width: auto;
    background-size: cover;
  }

  #product-section h2 {
    margin-bottom: 0;
  }

  dt {
    font-size: 15px;
  }

  dd {
    font-size: 13px;
    margin-inline-start: 10px;
  }

  .italic {
    font-size: 23px;
    margin-top: 1px;
  }

  .sec-r {
    margin-top: 25px;
  }

  #product-section {
    margin-bottom: 0;
    width: 95%;
  }

  #philosophy-section {
    padding: 70px 0 70px;
  }

  #philosophy-section.wrap {
    width: 95%;
    line-height: 1.8em;
  }
  .wrap {
    width: 95%;
    margin: 0 auto;
  }

  .bg-img {
    height: 200px;
  }

  #philosophy-section .csr p {
    font-size: 22px;
  }

  #profile-section dt {
    font-size: 14px;
  }

  #contact-section {
    display: block;
    text-align: center;
  }

  #contact-section .sec-l {
    margin: 0 auto;
    width: 100%;
  }

  #contact-section .sec-r {
    width: 90%;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
  }

  /* .address-wrap {
        text-align: left;
    } */

  #contact-section .address {
    font-size: 18px;
    margin-bottom: 2px;
  }

  #contact-section .text_line {
    font-size: 14px;
  }

  #form-wrap {
    text-align: center;
  }

  .contact-form {
    font-size: 14px;
  }

  #contact-section h2 {
    margin-bottom: 4px;
  }

  #contact-section h2 {
    margin-top: 40px;
  }

  .name,
  .mail,
  .title-name,
  .message {
    font-size: 13px;
    padding: 3px 5px;
  }

  #submit_button {
    font-size: 13px;
    width: 95px;
    height: 33px;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
  }

  small {
    font-size: 11px;
  }
}

/* ====================
    ハンバーガーメニュー
    ====================*/
#menu-img {
  position: fixed;
  z-index: 99;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 70vh;
  /*ナビの高さ*/
  background: #f3fbf3;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 90%;
  height: 60vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 9;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* font-weight: bold; */
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 99;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
