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; }

.hidden {
  display: none; }

/* base
----------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 1400px) {
    body {
      background-size: 120% auto; } }
  body.home {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: 100% auto; }

a {
  color: #006934;
  transition: all 0.2s ease; }
  a img {
    transition: all 0.2s ease; }
  a:hover {
    color: rgba(0, 105, 52, 0.7); }
    a:hover img {
      opacity: 0.7; }

img {
  vertical-align: top; }

.link {
  text-align: center;
  font-weight: 600; }
  .link a {
    display: inline-block;
    padding: 10px 20px;
    background: #ada68a;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease; }
    @media screen and (max-width: 747px) {
      .link a {
        display: block;
        padding: 10px; } }
    .link a:after {
      margin: 0 0 0 5px;
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle; }
    .link a:hover {
      background: #c2bda8; }

.back {
  text-align: center;
  font-weight: 600; }
  .back a {
    display: inline-block;
    padding: 10px 20px;
    background: #ada68a;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease; }
    @media screen and (max-width: 747px) {
      .back a {
        display: block;
        padding: 10px; } }
    .back a:before {
      margin: 0 5px 0 0;
      font-family: "Font Awesome 5 Free";
      content: "\f053";
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle; }
    .back a:hover {
      background: #c2bda8; }

.btn {
  display: block;
  width: 500px;
  border-radius: 50px;
  box-shadow: 0px 10px 14.25px 0.75px rgba(9, 1, 3, 0.15);
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff; }
  @media screen and (max-width: 747px) {
    .btn {
      font-size: 24px;
      font-size: 2.4rem; } }
  .btn:hover {
    color: #fff;
    opacity: 0.7; }
  .btn-pink {
    background: linear-gradient(to bottom, #f17f7f 0%, #f17f7f 50%, #f17f7f 50%, #dd6868 50%, #dd6868 100%); }
  .btn-blue {
    background: linear-gradient(to bottom, #65c1cc 0%, #65c1cc 50%, #65c1cc 50%, #4eb4c3 50%, #4eb4c3 100%); }

/* header
----------------------------------------------------*/
.header {
  width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .header {
      width: auto;
      margin: 0 20px; } }
  @media screen and (max-width: 747px) {
    .header {
      margin: 0 10px; } }

.header_logo {
  height: 120px;
  padding: 20px 0 0 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1000px) {
    .header_logo {
      height: 80px;
      margin: 0 0 20px 0; }
      .header_logo img {
        width: auto;
        height: 100%; } }
  @media screen and (max-width: 747px) {
    .header_logo {
      height: 50px;
      margin: 0 0 10px 0;
      padding: 10px 0 0 0; } }

/* footer
----------------------------------------------------*/
.footer {
  position: relative;
  height: 60px;
  margin: 50px 0 0 0;
  background: #ada68a;
  color: #fff; }
  @media screen and (max-width: 747px) {
    .footer {
      height: 40px;
      margin: 0; } }

.pagetop {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (max-width: 747px) {
    .pagetop {
      width: 40px;
      line-height: 40px;
      font-size: 24px;
      font-size: 2.4rem; } }
  .pagetop:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4); }

.copyright {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 60px; }
  @media screen and (max-width: 747px) {
    .copyright {
      padding: 0 0 0 20px;
      line-height: 40px;
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; } }

/* visual
----------------------------------------------------*/
.visual {
  position: relative;
  width: 1400px;
  height: 615px;
  margin: 0 auto 100px;
  font-size: 0; }
  @media screen and (max-width: 1400px) {
    .visual {
      width: 100%;
      height: auto;
      margin: 0 0 60px;
      padding: 43.9% 0 0 0; } }
  @media screen and (max-width: 747px) {
    .visual {
      padding: auto;
      margin: 0 0 40px 0;
      padding: 0; } }

.visual01 {
  position: absolute;
  display: block;
  left: 0;
  top: 0; }
  @media screen and (max-width: 1400px) {
    .visual01 {
      width: 49.28%; } }
  @media screen and (max-width: 747px) {
    .visual01 {
      position: relative;
      width: 67.75%; } }

.visual02 {
  position: absolute;
  display: block;
  right: 0;
  top: 0; }
  @media screen and (max-width: 1400px) {
    .visual02 {
      width: 50%; } }
  @media screen and (max-width: 747px) {
    .visual02 {
      position: static;
      width: 100%;
      margin: -20% 0 0 0; } }

.visual03 {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  text-align: right; }
  @media screen and (max-width: 1400px) {
    .visual03 {
      width: 100%; } }
  @media screen and (max-width: 747px) {
    .visual03 {
      width: 32.25%;
      bottom: auto;
      top: 0; } }
  .visual03 img {
    margin-left: 10px; }
    @media screen and (max-width: 1400px) {
      .visual03 img {
        height: auto;
        margin-left: 0.7%; }
        .visual03 img:nth-of-type(1) {
          width: 15%; }
        .visual03 img:nth-of-type(2) {
          width: 18.5%; }
        .visual03 img:nth-of-type(3) {
          width: 15%; } }
    @media screen and (max-width: 747px) {
      .visual03 img {
        width: 100% !important;
        margin: 0; } }

.visual_txt {
  position: absolute;
  display: block;
  left: calc(50% - 50px);
  top: -30px; }
  @media screen and (max-width: 1400px) {
    .visual_txt {
      left: 46%;
      top: -5%;
      width: 9.2%; } }
  @media screen and (max-width: 747px) {
    .visual_txt {
      width: 22%;
      left: 39%; } }

/* title
----------------------------------------------------*/
.title {
  position: relative;
  width: 1400px;
  height: 600px;
  margin: 0 auto 100px;
  font-size: 0; }
  @media screen and (max-width: 1400px) {
    .title {
      width: 100%;
      height: auto;
      margin: 0 0 60px; }
      .title img {
        width: 100%; } }
  @media screen and (max-width: 747px) {
    .title {
      padding: auto;
      margin: 0 0 30px 0;
      padding: 0; } }

/* article
----------------------------------------------------*/
article {
  width: 1400px;
  margin: 0 auto 20px;
  padding: 0 0 100px 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 1400px) {
    article {
      width: auto;
      padding: 0 20px 50px; } }
  article h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      article h1 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 747px) {
      article h1 {
        margin: 0 0 30px 0;
        font-size: 24px;
        font-size: 2.4rem; } }
  article p + p {
    margin: 20px 0 0 0; }
    article p + p.back {
      margin-top: 50px; }
  article.back {
    margin-top: 50px; }
  article section {
    margin: 50px 0; }
  article h3 {
    margin: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 1000px) {
      article h3 {
        margin-top: -5px; } }
    @media screen and (max-width: 747px) {
      article h3 {
        margin: 0 0 10px 0; } }
  article dl {
    margin: 30px 0;
    padding: 20px;
    background: #f5f5f5; }
    article dl dt {
      font-weight: 600; }
    article dl dd + dt {
      margin: 20px 0 0; }

/* lead
----------------------------------------------------*/
.lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500; }
  @media screen and (max-width: 1000px) {
    .lead {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 747px) {
    .lead {
      margin: 0 20px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
      .lead br {
        display: none; } }
  .lead p {
    margin: 0 0 50px 0; }
    @media screen and (max-width: 1000px) {
      .lead p {
        margin: 0 0 30px 0; } }
    @media screen and (max-width: 747px) {
      .lead p {
        margin: 0 0 20px 0; } }
  .lead .link {
    margin: -20px 0 90px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 1000px) {
      .lead .link {
        margin: 0 0 50px 0; } }

.main_btn {
  margin: 50px 0 90px 0;
  text-align: center; }
  @media screen and (max-width: 747px) {
    .main_btn {
      margin: 50px 20px; } }
  .main_btn li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top; }
    @media screen and (max-width: 1000px) {
      .main_btn li {
        width: 45%;
        margin: 0 2%; }
        .main_btn li .btn {
          width: 100%;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 75px; } }
    @media screen and (max-width: 1000px) and (max-width: 747px) {
      .main_btn li .btn {
        font-size: 22px;
        font-size: 2.2rem; } }

    @media screen and (max-width: 747px) {
      .main_btn li {
        display: block;
        width: auto;
        margin: 0 0 20px 0; } }
    .main_btn li span {
      display: block;
      margin: 15px 0 0 0;
      color: #666;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: sans-serif; }
      @media screen and (max-width: 747px) {
        .main_btn li span {
          margin: 10px 0 0 0;
          font-size: 12px;
          font-size: 1.2rem; } }

/* section
----------------------------------------------------*/
.section {
  padding: 70px 0 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0; }
  @media screen and (max-width: 747px) {
    .section {
      position: relative;
      padding: 40px 0 20px;
      background-size: 100% auto; }
      .section:after {
        position: absolute;
        display: block;
        left: 0;
        top: 46vw;
        content: "";
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
      .section-02, .section-04 {
        background-color: #f5f5f5; }
        .section-02:after, .section-04:after {
          background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%); } }
  .section-01 {
    background-image: url(../images/sec01.jpg); }
  .section-02 {
    background-image: url(../images/sec02.jpg); }
  .section-03 {
    background-image: url(../images/sec03.jpg); }
  .section-04 {
    background-image: url(../images/sec04.jpg); }
  .section h2 {
    margin: 0 0 40px 0;
    font-size: 40px;
    font-size: 4rem; }
    @media screen and (max-width: 1000px) {
      .section h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 747px) {
      .section h2 {
        margin: 0 0 30px 0;
        font-size: 24px;
        font-size: 2.4rem; } }
  .section > section {
    display: inline-block;
    width: 400px;
    margin: 0 50px 50px;
    vertical-align: top; }
    @media screen and (max-width: 1400px) {
      .section > section {
        width: 27%;
        margin: 0 3% 3%; }
        .section > section > img {
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 1000px) {
      .section > section {
        width: 100%;
        margin: 0 0 50px 0;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: left; }
        .section > section > img {
          float: left;
          width: 40%;
          margin: 0 3% 2% 0; }
        .section > section .text {
          height: auto !important; } }
    @media screen and (max-width: 747px) {
      .section > section {
        position: relative;
        z-index: 2; }
        .section > section > img {
          float: none;
          width: 100%;
          margin: 0 0 20px 0; } }
    .section > section h3 {
      margin: 20px 0;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.5; }
      @media screen and (max-width: 1000px) {
        .section > section h3 {
          margin-top: -5px; } }
      @media screen and (max-width: 747px) {
        .section > section h3 {
          margin: 0 0 10px 0; } }
    .section > section p {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
    .section > section .link {
      margin: 20px 0 0 0;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .section > section .link {
          margin: 10px 0 0 0;
          text-align: right; } }
      @media screen and (max-width: 747px) {
        .section > section .link {
          text-align: center; } }

.btn_wrap {
  margin: 20px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .btn_wrap {
      width: 50%;
      margin: 20px auto 0; } }
  @media screen and (max-width: 747px) {
    .btn_wrap {
      width: auto; } }
  .btn_wrap span {
    display: block;
    margin: 15px 0 0 0;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: sans-serif; }
  .btn_wrap .btn {
    width: 100%;
    line-height: 75px;
    font-size: 24px;
    font-size: 2.4rem; }

.photo {
  margin: 0 0 20px 0; }
  .photo img {
    width: 100%;
    height: auto; }
  .photo .slick-dots {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .photo .slick-dots li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      cursor: pointer;
      background: #fff;
      border-radius: 5px;
      opacity: 0.3;
      transition: all 0.4s ease; }
      .photo .slick-dots li.slick-active {
        opacity: 0.9; }
      .photo .slick-dots li button {
        display: none; }
