@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-feature-settings: "palt" 1;
  font-family: source-han-sans-japanese, sans-serif, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  letter-spacing: 2px;
}

body {
  font-size: 14px;
  line-height: 1.6em;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.wrapper {
  overflow: hidden;
  background-color: #f7f1eb;
}

div.header {
  width: 100%;
  background-color: #2c6445;
}
div.header .top {
  width: 1280px;
  margin: 0 auto;
  background-color: #2c6445;
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  div.header .top {
    width: 100%;
    height: 950px;
  }
}
div.header .top .topimg {
  position: absolute;
  width: 40%;
  top: 5%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  div.header .top .topimg {
    width: 77%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7.4%;
  }
}

div.mainArea {
  position: relative;
  width: 100%;
}
div.mainArea h1 {
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-4deg);
  font-family: mina, serif;
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 769px) {
  div.mainArea h1 {
    font-size: 35px;
    top: 17%;
    left: 6.5%;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea h1 {
    top: 3.6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea h2 {
    width: 22%;
    margin: 0 auto;
    position: absolute;
    top: 27%;
    left: 11.5%;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea h2 {
    width: 65%;
    position: absolute;
    left: 11.5%;
    top: 45%;
  }
}
div.mainArea h3 {
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  div.mainArea h3 {
    width: 31%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 11.5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea h3 {
    width: 78%;
    margin: 0 auto;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
}
div.mainArea h4 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.2%;
}
@media screen and (max-width: 768px) {
  div.mainArea h4 {
    top: 32%;
    right: 3.2%;
    font-size: 12px;
  }
}
div.mainArea div.desc {
  text-align: center;
  background-color: #397353;
  width: 100%;
}
@media screen and (min-width: 769px) {
  div.mainArea div.desc {
    padding: 70px 0 75px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc {
    padding: 70px 0 70px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }
}
div.mainArea div.desc .title {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc .title {
    margin: 0 auto;
  }
}
div.mainArea div.desc .title p {
  color: #fff;
  position: absolute;
  font-size: 16px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc .title p {
    font-size: 13px;
    width: 100%;
  }
}
div.mainArea div.desc .title img {
  width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc .title img {
    width: 80.6%;
  }
}
div.mainArea div.desc div.staff {
  width: 670px;
  margin: 0 auto;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff {
    width: 90%;
  }
}
div.mainArea div.desc div.staff .instaff {
  width: 50%;
  box-sizing: border-box;
}
div.mainArea div.desc div.staff .instaff p.staff {
  text-align: center;
  font-size: 12px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff p.staff {
    font-size: 10px;
    margin: 0 auto;
    text-align: left;
    line-height: 160%;
  }
}
div.mainArea div.desc div.staff .instaff p.staff span {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff p.staff span {
    font-size: 11px;
    width: 100%;
  }
}
div.mainArea div.desc div.staff .instaff .btn {
  width: 250px;
  margin: 0 auto;
  height: 38px;
  justify-content: space-around;
  border: #fff dotted 1px;
  margin: 10px auto;
  line-height: 38px;
}
div.mainArea div.desc div.staff .instaff .btn a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff .btn {
    width: 80%;
    margin: 22px auto;
  }
}
div.mainArea div.desc div.staff .instaff .btn .inbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff .btn .inbtn p {
    font-size: 10px;
  }
}
div.mainArea div.desc div.staff .instaff .btn .inbtn .btnimg {
  width: 6%;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff .btn .inbtn .btnimg {
    width: 10%;
    padding: 5px;
  }
}
div.mainArea div.desc div.staff .instaff .btn .inbtn .btnimg p {
  width: 50%;
}
div.mainArea div.desc div.staff .instaff .stimg {
  width: 250px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  div.mainArea div.desc div.staff .instaff .stimg {
    width: 74%;
  }
}
div.mainArea .menuAria {
  width: 100%;
  background-color: #f7f1eb;
}
div.mainArea ul.menu {
  position: relative;
  font-family: linotype-sabon, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.mainArea ul.menu {
    width: 550px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu {
    width: 90%;
    height: 280px;
    margin: 0 auto;
  }
}
div.mainArea ul.menu li {
  background: #397353;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
div.mainArea ul.menu li ::before {
  content: "";
  display: block;
  position: absolute;
  left: 45%;
  bottom: 49%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li ::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li {
    width: 110px;
    height: 110px;
  }
}
div.mainArea ul.menu li:nth-child(1) {
  top: 18%;
  left: 0%;
}
div.mainArea ul.menu li:nth-child(2) {
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
}
div.mainArea ul.menu li:nth-child(3) {
  top: 18%;
  right: 0%;
}
div.mainArea ul.menu li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
div.mainArea ul.menu li a span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  transform: rotate(90deg);
  position: relative;
}
@media screen and (min-width: 769px) {
  div.mainArea ul.menu li a span {
    top: 5px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li a span {
    top: 5px;
    font-size: 28px;
  }
}

p.tsuika {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin: 20px auto 0;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  p.tsuika {
    font-size: 10px;
  }
}

p.title {
  text-align: center;
  font-size: 36px;
  font-family: linotype-sabon, sans-serif;
  color: #000;
  margin: 3px auto 35px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  p.title {
    font-size: 24px;
  }
}

.slider_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .slider_wrap {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider_wrap .slider {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.slider_wrap .slider::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.slider_wrap .slider ul.container::-webkit-scrollbar {
  display: none;
}
.slider_wrap .slider .container {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
}
.slider_wrap .slider .container li {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 140px;
  margin: 0 1px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .slider_wrap .slider .container li {
    width: 180px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .slider_wrap .slider .container li {
    font-size: 12px;
  }
}
.slider_wrap .slider .container li a {
  text-decoration: none;
  color: #000;
}
.slider_wrap .slider .container li a p {
  background-color: #fff;
  text-align: center;
  padding: 17px;
  box-sizing: border-box;
  position: relative;
  height: 120px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .slider_wrap .slider .container li a p {
    height: 80px;
  }
}
.slider_wrap .slider .container li a p span {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .slider_wrap .slider .container li a p span {
    bottom: 13%;
  }
}
@media screen and (max-width: 768px) {
  .slider_wrap .slider .container li a p {
    font-size: 10px;
    padding: 8px;
    line-height: 1.5em;
  }
}

.button {
  width: 29.3%;
  position: absolute;
  bottom: -4%;
  left: 5%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .button {
    width: 13.3%;
    max-width: 160px;
    bottom: -8%;
    left: 8%;
  }
}
.button a {
  display: block;
}
.button a:hover {
  cursor: pointer !important;
  animation: bounce 1s ease forwards;
}

.scrollButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .scrollButton {
    display: none !important;
  }
}
.scrollButton.right {
  right: 0;
}
.scrollButton.right a::before {
  right: 45%;
  transform: translateY(-50%) rotate(45deg);
}
.scrollButton.left {
  left: 0;
}
.scrollButton.left a::before {
  left: 45%;
  transform: translateY(-50%) rotate(-135deg);
}
.scrollButton a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
}
.scrollButton a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

div.content div.block {
  margin-bottom: 140px;
}
@media screen and (min-width: 769px) {
  div.content div.block {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block {
    margin-bottom: 100px;
  }
}
div.content div.block h4 {
  text-align: center;
  color: #397353;
  font-size: 46px;
  font-family: linotype-sabon, sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div.content div.block h4 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}
div.content div.block h4 span {
  display: block;
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  div.content div.block h4 span {
    font-size: 24px;
  }
}
div.content div.block h4 p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  div.content div.block h4 p {
    font-size: 18px;
  }
}
div.content div.block h5 {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div.content div.block h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
div.content div.block .photo {
  width: 1000px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo {
    width: 100%;
    margin: 0 auto 70px;
  }
}
div.content div.block .photo .mainimg {
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .mainimg {
    margin: 0 auto;
  }
}
div.content div.block .photo .flex01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 {
    width: 100%;
    display: block;
  }
}
div.content div.block .photo .flex01 .subimg {
  width: 705px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 .subimg {
    width: 100%;
  }
}
div.content div.block .photo .flex01 .subimg ul {
  display: flex;
  flex-wrap: wrap;
}
div.content div.block .photo .flex01 .subimg ul li {
  width: 50%;
}
div.content div.block .photo .flex01 .com {
  width: 400px;
  margin-left: 60px;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 .com {
    width: 90%;
    margin: 80px auto 40px;
  }
}
div.content div.block .photo .flex01 .com p {
  width: 340px;
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 .com p {
    width: 100%;
  }
}
div.content div.block .photo .flex01 .com p ::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #fff;
  /* 好みで色を変えてください */
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
div.content div.block .photo .flex01 .com p span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.6em;
}
div.content div.block .photo .flex01 .com img {
  width: 195px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 .com img {
    margin: 0 auto 10px;
  }
}
div.content div.block .photo .flex01 .com h6 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.content div.block .photo .flex01 .com h6 {
    font-size: 12px;
    line-height: 1.6em;
  }
}

div.styling {
  width: 1000px;
  background-color: #eee6dd;
  margin: 100px auto 100px;
  padding: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.styling {
    width: 100%;
    margin: 60px auto 100px;
    padding: 50px 0;
  }
}
div.styling a {
  color: #000;
}
div.styling p.title {
  text-align: center;
  font-size: 36px;
  font-family: linotype-sabon, sans-serif;
  color: #000;
  margin: 0 auto 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  div.styling p.title {
    font-size: 24px;
  }
}
div.styling .instyle {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.styling .instyle {
    display: block;
  }
}
div.styling .instyle .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  div.styling .instyle .left {
    width: 80%;
    margin: 0 auto 10px;
  }
}
div.styling .instyle .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div.styling .instyle .right {
    width: 80%;
    margin: 0 auto;
  }
}
div.styling .instyle .right .cre {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2em;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.styling .instyle .right .cre {
    align-items: left;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 769px) {
  div.styling .instyle .right .cre {
    padding-left: 70px;
  }
}
div.styling .instyle .right .cre .creleft {
  width: 70%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.styling .instyle .right .cre .creleft {
    font-size: 12px;
    padding: 20px 0;
  }
}
div.styling .instyle .right .cre .creright {
  width: 30%;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.styling .instyle .right .cre .creright {
    font-size: 12px;
  }
}

div.comming {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.comming {
    width: 100%;
    padding: 65px 50px;
  }
}
div.comming p {
  text-align: center;
  color: #000;
}
div.comming p span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-family: linotype-sabon, sans-serif;
}

.footer {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 70px 0 120px;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin: 60px auto 60px;
}
@media screen and (max-width: 768px) {
  .footer ul {
    display: block;
    width: 100%;
  }
}
.footer ul li {
  width: 44%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer ul li {
    width: 36%;
    margin: 10px auto;
  }
}
.footer ul li:nth-child(2) {
  width: 40%;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer ul li:nth-child(2) {
    width: 34%;
  }
}
.footer .logo {
  width: 150px;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 44%;
  }
}
.footer .logo2 {
  width: 400px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .footer .logo2 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer .logo2 {
    width: 90%;
    font-size: 10px;
  }
}
.footer .btn {
  border: #dadada solid 1px;
  width: 500px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: 3px;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .footer .btn {
    width: 88%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.footer .btn a {
  color: #000;
  text-decoration: none;
  display: block;
}

.copy {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.flexslider {
  margin: 0 0 0px;
  background: transparent;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}
/*# sourceMappingURL=style.css.map */