@charset "UTF-8";
.sp-only {
  display: none; }

body {
  color: #221714;
  background-color: #f8fbf0;
  font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
  font-weight: 500; }

header {
  border-top: 4px solid #45b035;
  background-color: #fff; }
  header .header__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .header__logo img {
    width: 100px; }
  header .header__credit {
    font-size: 12px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif; }

#mv {
  background-color: #ebf5d3; }
  #mv .mv__inner {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(90deg, #ebf5d3 40%, rgba(235, 245, 211, 0), rgba(235, 245, 211, 0)), url("images/mv_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat; }
  #mv .mv__top__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 35px 40px; }
    #mv .mv__top__inner h1 {
      width: 100%;
      max-width: 695px;
      margin-left: -30px; }
      #mv .mv__top__inner h1 img {
        width: 100%; }
    #mv .mv__top__inner p {
      font-size: 14px;
      font-weight: 600;
      color: #44b134;
      margin-top: -8px;
      line-height: 1.5; }
  #mv .mv__bottom {
    background-color: rgba(68, 177, 52, 0.6); }
    #mv .mv__bottom__inner {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 20px 40px; }
      #mv .mv__bottom__inner .lead {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.8;
        text-shadow: 0px 3px 30px rgba(0, 0, 0, 0.7); }

#gNav {
  width: 100%;
  background: #44b134;
  height: 64px; }
  #gNav ul {
    display: flex;
    font-weight: 500;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1005px; }
    #gNav ul li {
      width: 33%;
      height: 36px;
      font-size: 16px;
      text-align: center;
      margin-top: 15px;
      position: relative; }
    #gNav ul li:nth-child(1) {
      border-left: 2px dotted #fff;
      border-right: 2px dotted #fff; }
    #gNav ul li:nth-child(3) {
      border-left: 2px dotted #fff;
      border-right: 2px dotted #fff; }
  #gNav a {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 90%;
    color: #fff;
    text-decoration: none; }

.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 999; }

.down {
  margin-top: 3px;
  transition: .3s; }

#main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
  background-color: #fff;
  padding: 0 40px; }
  #main .conts {
    padding: 80px 0 60px; }
    #main .conts #ttl02 .ttl03-box .ttl03-box__right h3 {
      margin-left: -5px; }
    #main .conts.adjust {
      padding-top: 144px; }
    #main .conts h2 {
      font-size: 48px;
      color: #44b134;
      margin-bottom: 40px;
      line-height: 1.4; }
    #main .conts .ttl03-box {
      background-color: #ebf5d3;
      display: flex;
      align-items: center; }
      #main .conts .ttl03-box .ttl03-box__left {
        width: 80px;
        height: 80px;
        padding: 0 45px;
        background-image: url("images/ttl_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
        #main .conts .ttl03-box .ttl03-box__left p {
          position: absolute;
          text-align: center;
          top: 50%;
          left: 50%;
          width: 60px;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          font-size: 22px;
          font-weight: bold; }
      #main .conts .ttl03-box .ttl03-box__right {
        padding: 10px 5px; }
        #main .conts .ttl03-box .ttl03-box__right h3 {
          font-size: 36px;
          color: #45b035;
          line-height: 1.142857142; }
        #main .conts .ttl03-box .ttl03-box__right p {
          font-size: 18px;
          font-weight: bold;
          margin-top: 5px;
          line-height: 1.3; }
    #main .conts .ttl03-box--nonFlex {
      background-color: #ebf5d3;
      align-items: center;
      min-height: 80px;
      padding: 15px; }
      #main .conts .ttl03-box--nonFlex h3 {
        font-size: 36px;
        color: #45b035;
        margin-left: -5px; }
      #main .conts .ttl03-box--nonFlex p {
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        line-height: 1.3; }
    #main .conts section#ttl01 {
      margin-top: -64px;
      padding-top: 64px; }
    #main .conts section#ttl02 {
      margin-top: -4px;
      padding-top: 64px; }
    #main .conts section#ttl03 {
      margin-top: 11px;
      padding-top: 64px; }
      #main .conts section#ttl03 section p {
        margin-top: 25px;
        display: flex; }
        #main .conts section#ttl03 section p .name {
          width: 33px;
          color: #45b035;
          font-weight: 700;
          margin-right: 25px; }
        #main .conts section#ttl03 section p .line {
          flex: 1; }
      #main .conts section#ttl03 section p:nth-of-type(1) {
        margin-top: 0; }
      #main .conts section#ttl03 section:nth-of-type(2) .name {
        margin-left: 5px; }
    #main .conts section > section {
      margin-top: 40px; }
      #main .conts section > section figure {
        margin-right: 40px;
        width: auto;
        padding-bottom: 20px; }
        #main .conts section > section figure img {
          width: 100%; }
          #main .conts section > section figure img.port {
            max-width: 280px; }
          #main .conts section > section figure img.land {
            max-width: 350px; }
      #main .conts section > section h4 {
        font-size: 24px;
        color: #45b035;
        margin-bottom: 25px;
        line-height: 1.3;
        display: flex; }
        #main .conts section > section h4::before {
          content: '';
          display: inline-block;
          vertical-align: bottom;
          background: #45b035;
          width: 5px;
          margin-right: 10px; }
        #main .conts section > section h4 span {
          flex: 1; }
      #main .conts section > section p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8; }
      #main .conts section > section .fLeft {
        float: left; }
      #main .conts section > section .fRight {
        float: right;
        margin-left: 40px;
        margin-right: 0; }
      #main .conts section > section .order {
        order: 2;
        margin-left: 40px;
        margin-right: 0; }
      #main .conts section > section figcaption {
        font-weight: 700;
        margin-top: 10px; }

.bn {
  text-align: center;
  margin-top: 60px; }
  .bn img {
    width: 100%;
    max-width: 660px; }
  .bn a:hover {
    opacity: 0.8;
    transition: .7s; }

#pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  opacity: 0.9; }
  #pageTop a:hover {
    opacity: 0.7;
    transition: .7s; }

footer {
  width: 100%;
  background-color: #45b035; }
  footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px; }
    footer .copyright p {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.8;
      color: #fff;
      text-align: center; }

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

  .sp-only {
    display: block; }

  header {
    border-top: 3px solid #45b035; }
    header .header__inner {
      max-width: 750px;
      padding: 18px; }
    header .header__logo img {
      width: 74px; }
    header .header__credit {
      font-size: 9px; }

  #mv {
    background-color: #ebf5d3; }
    #mv .mv__inner {
      width: 100%;
      margin: 0 auto;
      background: none; }
    #mv .mv__top {
      background: linear-gradient(90deg, #ebf5d3 18%, rgba(235, 245, 211, 0), rgba(235, 245, 211, 0)), url("images/mv_bg.jpg");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
      #mv .mv__top__inner {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding: 18px 14px 21px 14px; }
        #mv .mv__top__inner h1 {
          max-width: 645px;
          margin-left: auto; }
    #mv .mv__middle {
      background-color: #ebf5d3; }
      #mv .mv__middle p {
        color: #44b134;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        padding: 15px 28px; }
    #mv .mv__bottom {
      background-color: #44b134; }
      #mv .mv__bottom__inner {
        max-width: 750px;
        padding: 25px 14px; }
        #mv .mv__bottom__inner .lead {
          font-size: 16px;
          font-weight: 300;
          text-shadow: none; }

  #gNav {
    height: 64px; }
    #gNav ul {
      max-width: 750px;
      border-top: 1px solid rgba(255, 255, 255, 0.6); }
      #gNav ul li {
        width: 33%;
        height: 40px;
        font-size: 14px;
        margin-top: 10px; }
        #gNav ul li a::after {
          width: 0; }
      #gNav ul li:nth-child(1) {
        border-left: none;
        border-right: 1px dotted #fff; }
        #gNav ul li:nth-child(1) a {
          top: 7px; }
      #gNav ul li:nth-child(2) a {
        top: 7px; }
      #gNav ul li:nth-child(3) {
        border-left: 1px dotted #fff;
        border-right: none; }
        #gNav ul li:nth-child(3) a {
          top: 0px; }

  #main {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 14px; }
    #main .conts {
      padding: 40px 0 50px; }
      #main .conts #ttl02 .ttl03-box .ttl03-box__right h3 {
        margin-left: -2px; }
      #main .conts.adjust {
        padding-top: 104px; }
      #main .conts h2 {
        font-size: 24px;
        margin-bottom: 34px; }
      #main .conts .ttl03-box {
        padding-left: 5px; }
        #main .conts .ttl03-box .ttl03-box__left {
          width: 40px;
          height: 40px;
          padding: 30px;
          background-size: cover; }
          #main .conts .ttl03-box .ttl03-box__left p {
            font-size: 14px; }
        #main .conts .ttl03-box .ttl03-box__right {
          padding: 10px 5px; }
          #main .conts .ttl03-box .ttl03-box__right h3 {
            font-size: 21px;
            color: #45b035;
            margin-left: -3px; }
          #main .conts .ttl03-box .ttl03-box__right p {
            font-size: 12px; }
      #main .conts .ttl03-box--nonFlex {
        min-height: auto;
        padding: 8px 15px; }
        #main .conts .ttl03-box--nonFlex h3 {
          font-size: 21px;
          margin-left: -3px; }
        #main .conts .ttl03-box--nonFlex p {
          font-size: 12px;
          margin-top: 10px; }
      #main .conts section#ttl01 {
        margin-top: -64px;
        padding-top: 64px; }
      #main .conts section#ttl02 {
        margin-top: -4px;
        padding-top: 64px; }
      #main .conts section#ttl03 {
        margin-top: 11px;
        padding-top: 39px; }
        #main .conts section#ttl03 section p {
          margin-top: 25px;
          display: block; }
          #main .conts section#ttl03 section p .name {
            width: 33px;
            margin-right: 20px; }
          #main .conts section#ttl03 section p .line {
            flex: 1; }
        #main .conts section#ttl03 section p:nth-of-type(1) {
          margin-top: 0; }
        #main .conts section#ttl03 section:nth-of-type(2) .name {
          margin-left: 0; }
      #main .conts section > section {
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap; }
        #main .conts section > section figure {
          margin-right: 0;
          padding-bottom: 30px;
          order: 2;
          margin: 0 auto; }
          #main .conts section > section figure img {
            margin: 0 auto; }
            #main .conts section > section figure img.port {
              max-width: 250px; }
            #main .conts section > section figure img.land {
              max-width: 312.5px; }
        #main .conts section > section h4 {
          font-size: 20px;
          margin-bottom: 25px;
          order: 1;
          width: 100%; }
          #main .conts section > section h4::before {
            width: 2.64px; }
        #main .conts section > section p {
          line-height: 1.8;
          order: 3; }
        #main .conts section > section .fLeft {
          float: none;
          margin: 0 auto; }
        #main .conts section > section .fRight {
          float: none;
          margin: 0 auto; }
        #main .conts section > section .order {
          order: 2;
          margin: 0 auto; }
        #main .conts section > section figcaption {
          text-align: center;
          font-size: 12px; }

  .bn {
    text-align: center;
    margin-top: 45px; }

  #pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999; }
    #pageTop img {
      width: 80%; }

  footer {
    width: 100%;
    background-color: #45b035; }
    footer .copyright {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      padding: 18px; }
      footer .copyright p {
        font-size: 10px;
        line-height: 1.9; } }
