/* Generated by less 2.5.1 */
[data-img] img:first-child {
  display: none;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea {
  resize: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select {
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
}
ul.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#pagenation ul {
  zoom: 1;
}
#pagenation ul:after {
  content: "";
  display: block;
  clear: both;
}
#pagenation ul li {
  float: left;
}
#pagenation ul li:not(:last-child) {
  margin-right: 1em;
}
#pagenation ul li.active {
  font-weight: bold;
  text-decoration: underline;
}
ul.entries {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.entries li {
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin-bottom: 25px;
}
ul.entries li a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
ul.entries li a .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
ul.entries li a .img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
ul.entries li a time {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
ul.entries li a .ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  letter-spacing: 0.15em;
}
ul.entries li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 960px) {
  ul.entries li {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
}
.entries-pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.entries-pager ul li {
  width: 2.5em;
  height: 2.5em;
  margin: 0 5px;
}
.entries-pager ul li a,
.entries-pager ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}
.entries-pager ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.entries-pager ul li.disabled a {
  pointer-events: none;
}
.entries-pager ul li.active {
  background-color: #333;
  color: #fff;
}
.entries-pager ul li:not(.active):hover a {
  color: #75aef0;
}
.prev-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.prev-next li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  width: 33.33333333%;
}
.prev-next li a {
  background-color: #f08c00;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
.prev-next li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
#page-loading path {
  fill: #F08C00;
}
[data-aos="slide"] {
  overflow: hidden;
  position: relative;
  visibility: hidden;
  padding-right: 100%;
  background-clip: content-box;
  opacity: 0;
}
[data-aos="slide"].aos-animate {
  visibility: visible;
  opacity: 1;
  -webkit-animation: data-aos-slide-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: data-aos-slide-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@-webkit-keyframes data-aos-slide-animation {
  100% {
    padding-right: 0%;
  }
}
@keyframes data-aos-slide-animation {
  100% {
    padding-right: 0%;
  }
}
[data-aos="over-slide"] > div {
  overflow: hidden;
  position: relative;
  visibility: hidden;
  padding-right: 100%;
  background-clip: content-box;
  opacity: 0;
}
[data-aos="over-slide"].aos-animate > div {
  visibility: visible;
  opacity: 1;
  -webkit-animation: data-aos-slide-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: data-aos-slide-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes data-aos-slide-animation {
  100% {
    padding-right: 0%;
  }
}
header {
  padding: 0 50px;
}
header .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header h1 {
  margin-right: auto;
}
header .menu-open {
  width: 40px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
header .menu-open:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
nav .menu-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  margin-bottom: 40px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
nav .menu-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
nav .menu-close span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
}
nav ul li {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
nav ul li a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.btn {
  background-color: #F08C00;
  border: 1px solid #F08C00;
  color: #fff;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  padding: 0 25px;
  margin: 0 auto;
  font-size: 19px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
.btn:hover {
  color: #F08C00;
  background-color: #fff;
}
section.news {
  background-color: #FCF5F5;
  padding: 50px 0;
}
section.news h2 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 70px;
}
section.news .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
section.news ul {
  margin-bottom: 70px;
}
section.news ul li {
  margin-bottom: 15px;
}
section.news ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
section.news ul li a time {
  font-size: 12px;
  margin-right: 20px;
  letter-spacing: 0.15em;
}
section.news ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.news a.btn {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  section.news h2 {
    font-size: 30px;
  }
}
section.map {
  height: 400px;
}
section.map iframe {
  width: 100%;
  height: 100%;
}
footer {
  padding: 0 50px;
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
footer ul li {
  white-space: nowrap;
  letter-spacing: 0.15em;
  font-size: 12px;
}
footer ul li:not(:last-child) {
  margin-right: 20px;
}
footer ul li a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
footer ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
footer img {
  margin-bottom: 20px;
}
footer .company-name {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
footer address {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  white-space: nowrap;
}
footer small {
  font-size: 8px;
  text-align: right;
  display: block;
}
@media (max-width: 960px) {
  footer {
    text-align: center;
  }
  footer ul {
    margin-bottom: 50px;
  }
  footer ul li {
    font-size: 20px;
  }
  footer address {
    font-size: 24px;
    margin-bottom: 25px;
  }
  footer small {
    text-align: center;
    font-size: 16px;
  }
}
body.index section.hero {
  height: 700px;
}
body.index section.hero .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.index section.hero .left {
  width: -webkit-calc(100% - 420px - (50% - 50vw));
  width: calc(100% - 420px - (50% - 50vw));
  height: 100%;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: -webkit-calc(50vw - 50% + 50px);
  padding-left: calc(50vw - 50% + 50px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index section.hero .left p.msg {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 1px #000,0 0 2px #000,0 0 3px #000,0 0 4px #000;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 2;
}
body.index section.hero .right {
  width: -webkit-calc(420px - (50% - 50vw));
  width: calc(420px - (50% - 50vw));
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #DFD8CD;
}
body.index section.hero .right .top {
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  letter-spacing: 0.1em;
}
body.index section.hero .right .middle {
  height: -webkit-calc((100% - 125px) / 2);
  height: calc((100% - 125px) / 2);
  margin-left: -50px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
body.index section.hero .right .bottom {
  height: -webkit-calc((100% - 125px) / 2);
  height: calc((100% - 125px) / 2);
  z-index: 0;
}
body.index section.about {
  position: relative;
  margin-bottom: 100px;
}
body.index section.about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color: #dfd8cd;
  z-index: -1;
}
body.index section.about .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding-top: 50px;
}
body.index section.about .left {
  width: 420px;
  padding-left: 50px;
}
body.index section.about .left p {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 15px;
  text-align: center;
  margin-bottom: 100px;
}
body.index section.about .left p span {
  display: inline-block;
}
body.index section.about .left p span.dec-01 {
  font-size: 1.13333333em;
  margin-bottom: 1em;
}
body.index section.about .left p span.dec-02 {
  margin-bottom: 1.5em;
}
body.index section.about .left p span.dec-03 {
  font-size: 1.33333333em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
body.index section.about .right {
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px);
  padding-left: 50px;
  padding-right: 50px;
}
body.index section.about .right .img {
  height: 800px;
  z-index: 0;
}
@media (max-width: 960px) {
  body.index section.about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.index section.about .left {
    width: 100%;
    margin-bottom: 70px;
  }
  body.index section.about .left p {
    font-size: 24px;
  }
  body.index section.about .right {
    width: 80%;
    margin: 0 auto;
  }
}
body.index section.items {
  padding: 0 50px;
  margin-bottom: 100px;
}
body.index section.items .inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.index section.items h2 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
}
body.index section.items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 70px;
}
body.index section.items ul li {
  width: -webkit-calc((100% - 40px * 4) / 3);
  width: calc((100% - 40px * 4) / 3);
}
body.index section.items ul li .img {
  margin-bottom: 25px;
}
body.index section.items ul li .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-size: 21px;
}
body.index section.items ul li .txt h3 {
  margin-right: 15px;
  margin-bottom: 0.5em;
}
body.index section.items ul li .txt h4 {
  font-size: 0.57142857em;
  margin-bottom: 0.5em;
}
@media (max-width: 960px) {
  body.index section.items h2 {
    font-size: 30px;
  }
  body.index section.items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 65%;
  }
  body.index section.items ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  body.index section.items ul li .txt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
}
body.index section.contact {
  background-color: #F9F2E8;
  margin-bottom: 100px;
}
body.index section.contact .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
body.index section.contact .left {
  width: 50%;
  height: 640px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index section.contact .left h2 {
  font-size: 21px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
body.index section.contact .left .address {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  line-height: 1.4em;
}
body.index section.contact .left a.tel {
  font-size: 29px;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
body.index section.contact .left a.tel span {
  font-size: 15px;
  letter-spacing: 0.2em;
}
body.index section.contact .left a.tel:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.index section.contact .left p {
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
}
body.index section.contact .left a.btn {
  font-size: 18px;
}
body.index section.contact .right {
  width: 50%;
  height: 640px;
}
body.index section.contact .right .img {
  height: 100%;
  z-index: 0;
  margin-right: -webkit-calc(100% - 50vw);
  margin-right: calc(100% - 50vw);
}
@media (max-width: 960px) {
  body.index section.contact .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.index section.contact .left {
    width: 100%;
  }
  body.index section.contact .left h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  body.index section.contact .left .address {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body.index section.contact .left a.tel {
    font-size: 35px;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
  }
  body.index section.contact .left a.tel span {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  body.index section.contact .left p {
    font-size: 24px;
    margin-bottom: 100px;
  }
  body.index section.contact .right {
    width: 100%;
    height: 300px;
  }
  body.index section.contact .right .img {
    margin-right: inherit;
  }
}
body.index section.process {
  padding: 0 50px;
}
body.index section.process .inner {
  max-width: 980px;
  margin: 0 auto;
}
body.index section.process h3 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.15em;
  margin-bottom: 70px;
}
body.index section.process dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
body.index section.process dl .wrap {
  width: -webkit-calc((100% - 50px * 2) / 3 );
  width: calc((100% - 50px * 2) / 3 );
  position: relative;
  margin-bottom: 50px;
}
body.index section.process dl .wrap::before {
  content: "";
  display: block;
  background-image: url(../img/about_process_arrow.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -38px;
}
body.index section.process dl .wrap:nth-child(3n)::before {
  display: none;
}
body.index section.process dl .wrap dt {
  border: 4px solid #c4bdb2;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  color: #c4bdb2;
  font-size: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2em;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: -60px;
}
body.index section.process dl .wrap dd {
  background-color: #c4bdb2;
  color: #fff;
  position: relative;
  border-radius: 10px;
  z-index: -1;
}
body.index section.process dl .wrap dd .img {
  position: absolute;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
body.index section.process dl .wrap dd .txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: -webkit-calc(50% + 90px);
  top: calc(50% + 90px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  body.index section.process .inner {
    max-width: 750px;
  }
  body.index section.process dl .wrap {
    width: -webkit-calc((100% - 50px * 1) / 2 );
    width: calc((100% - 50px * 1) / 2 );
  }
  body.index section.process dl .wrap:nth-child(3n)::before {
    display: block;
  }
  body.index section.process dl .wrap:nth-child(2n)::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  body.index section.process h3 {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  body.index section.process dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.index section.process dl .wrap {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body.index section.process dl .wrap:nth-child(1n)::before {
    display: none;
  }
}
body.index section.facebook {
  margin-bottom: 100px;
}
body.index section.facebook h2 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
}
body.sub section.hero {
  height: 650px;
  padding: 0 50px;
}
body.sub section.hero .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.sub section.hero h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-right: 100px;
  padding-top: 150px;
  text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 3px #fff,0 0 3px #fff,
					0 0 2px #fff,0 0 2px #fff,0 0 3px #fff,0 0 3px #fff;
}
@media (max-width: 960px) {
  body.sub section.hero {
    height: 400px;
  }
  body.sub section.hero .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.sub section.hero h2 {
    padding: inherit;
    font-size: 35px;
  }
}
body.about section.company {
  margin-bottom: 300px;
  padding: 0 50px;
}
body.about section.company .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0px 0 0px;
}
body.about section.company .group {
  background-color: #f08c00;
  color: #fff;
  position: relative;
  padding: 100px 100px 300px 100px;
}
body.about section.company .group h3 {
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
body.about section.company .group dl {
  font-size: 21px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
body.about section.company .group dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
body.about section.company .group dl div dt {
  margin-right: 1em;
  white-space: nowrap;
}
body.about section.company .group .img {
  position: absolute !important;
  top: -webkit-calc(50%);
  top: calc(50%);
  right: 50px;
  width: 550px;
  z-index: 0;
}
@media (max-width: 1130px) {
  body.about section.company .group .img {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
  }
}
@media (max-width: 1020px) {
  body.about section.company .group .img {
    top: -webkit-calc(68%);
    top: calc(68%);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
body.items section.products {
  background-color: #EFEFEF;
  padding: 150px 50px 100px 50px;
}
body.items section.products .inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.items section.products h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 100px;
}
body.items section.products ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
body.items section.products ul li {
  width: -webkit-calc(100% / 3 - 40px);
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
}
body.items section.products ul li .img {
  z-index: 0;
  margin-bottom: 20px;
}
body.items section.products ul li dl dt {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
body.items section.products ul li dl dd {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
body.items section.products a.btn {
  font-size: 18px;
}
@media (max-width: 960px) {
  body.items section.products ul li {
    width: -webkit-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px);
  }
  body.items section.products ul li dl dt {
    font-size: 24px;
  }
  body.items section.products ul li dl dd {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  body.items section.products ul li {
    width: -webkit-calc(100% / 1 - 40px);
    width: calc(100% / 1 - 40px);
  }
  body.items section.products ul li dl dt {
    font-size: 30px;
  }
  body.items section.products ul li dl dd {
    font-size: 20px;
  }
}
body.items section.performance {
  background-color: #DFD8CD;
  padding: 150px 50px 100px 50px;
}
body.items section.performance .inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.items section.performance h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 100px;
}
body.items section.performance ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.items section.performance ul li {
  width: -webkit-calc(100% / 3 - 40px);
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
  margin-bottom: 80px;
}
body.items section.performance ul li .img {
  z-index: 0;
  margin-bottom: 20px;
  border-radius: 100%;
}
body.items section.performance ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.6em;
  white-space: nowrap;
}
body.items section.performance ul li dl dd {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
}
body.items section.performance a.btn {
  font-size: 18px;
}
@media (max-width: 1070px) {
  body.items section.performance ul li {
    width: -webkit-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px);
  }
}
@media (max-width: 750px) {
  body.items section.performance ul li {
    width: -webkit-calc(100% / 1 - 40px);
    width: calc(100% / 1 - 40px);
  }
  body.items section.performance ul li dl dt {
    font-size: 28px;
  }
  body.items section.performance ul li dl dd {
    font-size: 28px;
  }
}
body.contact section.form {
  padding: 100px 50px;
}
body.contact section.form .inner {
  max-width: 640px;
  margin: 0 auto;
}
body.contact section.form h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 100px;
  line-height: 1.4em;
}
body.contact section.form p {
  font-size: 38px;
  letter-spacing: 0.1em;
  color: #f08c00;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 70px;
}
body.contact section.form form .line {
  margin-bottom: 25px;
}
body.contact section.form form .line label {
  display: block;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
body.contact section.form form .line label span {
  font-size: 0.8em;
  display: inline-block;
  padding-left: 20px;
}
body.contact section.form form .line input[type=text],
body.contact section.form form .line input[type=email],
body.contact section.form form .line textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  font-size: 22px;
  border-radius: 10px;
}
body.contact section.form form .line textarea {
  height: 400px;
}
body.news section.list {
  padding: 100px 50px;
}
body.news section.list h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 100px;
}
body.news section.list .inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.news section.entry {
  padding: 100px 50px;
}
body.news section.entry .inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.news section.entry .inner > h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
body.news section.entry .inner > .date {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
body.news section.entry .inline {
  margin-bottom: 100px;
}
