@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

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

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
.form_section table {
  width: 100%; }
  .form_section table th, .form_section table td {
    padding: 10px 20px; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important; } }
  .form_section table th {
    width: 200px;
    position: relative;
    padding-left: 55px; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section [type=number],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 4px solid #fff;
  background: #ff860f;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 25px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background-color: #e57100; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 30px 20px 0; }
      #sp_menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          color: #fff; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .txt {
      padding: 30px 40px 0; }

  .header_menu {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 11px 0 0 12px;
    z-index: 20; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 34px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #574332;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(45deg); } } }
body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(22, 116, 38, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #167426;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

#contact {
  margin-top: -77px;
  padding-top: 77px; }

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
    height: 77px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 230px;
    padding-top: 6px; }
  .header .header_txt, .header .header_tel, .header .header_contact, .header .header_line {
    position: absolute; }
  .header .header_txt {
    left: 250px;
    top: 14px;
    color: #437007; }
  .header .header_contact {
    right: 150px;
    top: 15px;
    width: 206px; }
  .header .header_tel {
    right: 380px;
    top: 14px;
    width: 230px; }
  .header .header_line {
    right: 0;
    top: 15px;
    width: 129px; }

.wrapper {
  padding-top: 77px; }

.fv {
  background: url(img/fv_bg.png) no-repeat center top; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    height: 433px;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }

.cv {
  background: url(img/cv_bg.png) no-repeat center top;
  background-size: cover; }
  .cv .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .cv .inner {
        width: 100%; } }
  .cv .cv_txt {
    text-align: center; }
  .cv .wrap {
    text-align: center;
    font-size: 0;
    padding-left: 0; }
    .cv .wrap .cv_tel, .cv .wrap .cv_mail, .cv .wrap .cv_line {
      display: inline-block;
      vertical-align: bottom; }
    .cv .wrap .cv_tel {
      background: url(img/cv_tel.png) no-repeat center top;
      width: 568px;
      height: 200px;
      position: relative;
      background-size: contain; }
    .cv .wrap .cv_mail {
      margin-left: 20px;
      width: 295px; }
    .cv .wrap .cv_mail2 {
      background: url(img/cv_mail2.png) no-repeat center top;
      width: 795px;
      height: 230px;
      margin: 0 auto;
      padding-top: 36px; }
      .cv .wrap .cv_mail2 a {
        display: block;
        text-decoration: none;
        height: 230px; }
    .cv .wrap .cv_line {
      background: url("img/cv_line.png") no-repeat center top;
      width: 174px;
      height: 185px;
      position: relative;
      background-size: contain;
      margin-left: 20px; }
      .cv .wrap .cv_line a {
        display: block;
        text-decoration: none;
        height: 185px; }
    .cv .wrap .time_txt {
      text-align: center;
      width: 280px;
      position: absolute;
      line-height: 1.3;
      top: 25px;
      right: 78px;
      font-size: 20px;
      font-weight: bold;
      color: #4a4a4a; }
      .cv .wrap .time_txt span {
        display: block;
        font-size: 25px; }
  .cv .card {
    margin-top: 7px;
    text-align: center; }
  .cv.mail .wrap {
    padding-left: 0; }
  .cv.mail .time_txt {
    position: static;
    width: 100%;
    font-size: 18px; }

.top .section01 {
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden; }
  .top .section01 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section01 .inner {
        width: 100%; } }
  .top .section01 ul li {
    position: relative;
    padding-top: 50px;
    margin-top: 20px; }
    .top .section01 ul li:nth-child(odd)::before {
      content: "";
      position: absolute;
      background: url(img/section01_bg.png) no-repeat center top;
      width: 2000px;
      height: 482px;
      top: -48px;
      left: 50%;
      margin-left: -1000px; }
    .top .section01 ul li:nth-child(even) {
      padding: 70px 0 20px; }
      .top .section01 ul li:nth-child(even) p {
        color: #333 !important; }
  .top .section01 .wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    display: table;
    table-layout: fixed; }
    .top .section01 .wrap .image, .top .section01 .wrap .txt {
      display: table-cell;
      vertical-align: top; }
    .top .section01 .wrap .image {
      width: 508px; }
    .top .section01 .wrap .txt {
      padding-left: 40px;
      padding-top: 40px; }
      .top .section01 .wrap .txt h3 {
        text-align: center; }
      .top .section01 .wrap .txt p {
        margin-top: 40px;
        color: #fff;
        font-size: 18px; }
.top .section02 {
  background: url(img/section02_bg.png) repeat center top;
  padding: 60px 0; }
  .top .section02 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section02 .inner {
        width: 100%; } }
  .top .section02 h2 {
    text-align: center; }
  .top .section02 ul {
    margin-top: 40px;
    padding: 0 10px; }
    .top .section02 ul li {
      margin-top: 30px; }
  .top .section02 .wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
    border: 10px solid #60966f;
    background: #fff;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15); }
    .top .section02 .wrap .image, .top .section02 .wrap .txt {
      display: table-cell;
      vertical-align: middle; }
    .top .section02 .wrap .image {
      width: 333px; }
    .top .section02 .wrap .txt {
      padding: 20px;
      border-left: 10px solid #60966f; }
      .top .section02 .wrap .txt p {
        border-top: 5px solid #60966f;
        margin-top: 10px;
        padding-top: 10px;
        font-size: 18px; }
.top .section03 {
  padding-top: 60px;
  background: #f9fafc; }
  .top .section03 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section03 .inner {
        width: 100%; } }
  .top .section03 h2, .top .section03 .image {
    text-align: center; }
  .top .section03 .image {
    margin-top: 30px; }
  .top .section03 .block2 {
    background: url(img/section03_bg.png) repeat center top;
    text-align: center; }
    .top .section03 .block2 .inner {
      height: 452px; }
    .top .section03 .block2 .txt {
      margin-top: 40px; }
.top .section04 {
  background: url(img/section04_bg.jpg) no-repeat center bottom;
  background-size: cover; }
  .top .section04 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .top .section04 .inner {
        width: 100%; } }
  .top .section04 h2 {
    text-align: center; }
  .top .section04 .wrap {
    margin-top: 40px;
    width: 100%;
    display: table;
    table-layout: fixed; }
    .top .section04 .wrap .image, .top .section04 .wrap .txt {
      display: table-cell;
      vertical-align: bottom;
      width: 50%; }
    .top .section04 .wrap .image {
      text-align: center; }
    .top .section04 .wrap .txt {
      background: #fff4e9;
      padding: 20px; }
      .top .section04 .wrap .txt h3 {
        text-align: center; }
      .top .section04 .wrap .txt p {
        margin-top: 20px;
        font-size: 18px; }
  .top .section04 .image2 {
    margin-top: 40px;
    text-align: center; }
.top .section05 {
  padding: 60px 0; }
  .top .section05 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section05 .inner {
        width: 100%; } }
  .top .section05 h2 {
    text-align: center; }
  .top .section05 ul {
    margin-top: 40px; }
    .top .section05 ul li {
      margin-top: 30px; }
      .top .section05 ul li:first-childi {
        margin-top: 0; }
  .top .section05 .wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
    background: #f8ffee;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px; }
    .top .section05 .wrap .image, .top .section05 .wrap .txt {
      display: table-cell;
      vertical-align: middle; }
    .top .section05 .wrap .image {
      width: 271px; }
    .top .section05 .wrap .txt {
      padding: 10px 20px; }
      .top .section05 .wrap .txt .heading {
        padding-left: 15px; }
        .top .section05 .wrap .txt .heading span {
          display: inline-block;
          vertical-align: middle; }
          .top .section05 .wrap .txt .heading span.text {
            font-size: 40px;
            font-weight: bold;
            margin-left: 15px;
            color: #fb8e00; }
      .top .section05 .wrap .txt p {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 18px;
        border-top: 2px solid #437007; }
.top .section06 {
  border-top: 3px solid #b4c69c;
  background: url(img/section06_bg.png) repeat center bottom; }
  .top .section06 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .top .section06 .inner {
        width: 100%; } }
  .top .section06 ul {
    margin-top: 40px;
    font-size: 0; }
    .top .section06 ul li {
      display: inline-block;
      margin-left: 20px;
      margin-top: 20px; }
      .top .section06 ul li:nth-child(1), .top .section06 ul li:nth-child(2) {
        margin-top: 0; }
      .top .section06 ul li:nth-child(odd) {
        margin-left: 0; }
  .top .section06 .image {
    margin-top: 40px; }
.top .section07 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .top .section07 .inner {
      width: 100%; } }
.top .section07 h2 {
  text-align: center; }
.top .section07 ul {
  font-size: 0;
  text-align: center;
  margin-top: 60px; }
  .top .section07 ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 12.5px;
    width: 390px;
    height: 455px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background: #129b28;
    color: #fff;
    text-align: left;
    margin-left: 20px;
    z-index: 1; }
    .top .section07 ul li:first-child {
      margin-left: 0; }
    .top .section07 ul li:nth-child(2) {
      background: #34aa82; }
    .top .section07 ul li:nth-child(3) {
      background: #397531; }
      .top .section07 ul li:nth-child(3) .txt {
        font-size: 10.5px; }
    .top .section07 ul li:nth-child(4) {
      background: #b0d618; }
    .top .section07 ul li .image {
      text-align: center;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .top .section07 ul li .txt {
      padding: 0 12px 10px;
      opacity: 0;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .top .section07 ul li .content {
      position: absolute;
      top: 180px;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .top .section07 ul li:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      z-index: 10; }
      .top .section07 ul li:hover .content {
        top: 0; }
      .top .section07 ul li:hover .txt {
        opacity: 1; }
      .top .section07 ul li:hover .image {
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
.top .section07 .section07_cv {
  margin-top: 60px;
  text-align: center;
  font-size: 0; }
  .top .section07 .section07_cv .item {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    .top .section07 .section07_cv .item:first-child {
      margin-left: 0;
      display: block;
      text-align: center;
      margin-bottom: 20px; }
.top .section07 .read {
  margin-top: 20px;
  text-align: center; }
.top .section08 {
  background: #f5f8f2;
  padding: 60px 0; }
  .top .section08 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section08 .inner {
        width: 100%; } }
  .top .section08 h2 {
    text-align: center; }
  .top .section08 .form_section {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    border: 7px solid #d1ddc3;
    padding: 50px; }

.footer .f_nav {
  background: #7ab62b;
  padding: 15px 0; }
  .footer .f_nav ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .f_nav ul {
        width: 100%; } }
    .footer .f_nav ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      color: #fff; }
      .footer .f_nav ul li::before {
        content: "｜";
        margin-right: 5px; }
      .footer .f_nav ul li:first-child::before {
        display: none; }
      .footer .f_nav ul li a {
        text-decoration: none;
        color: #fff; }
        .footer .f_nav ul li a:hover {
          text-decoration: underline; }
.footer .copyright {
  background: #285e1d;
  color: #fff;
  text-align: center;
  padding: 15px 0; }

.page .page_container {
  background: #f5f8f2;
  padding: 40px 0; }
.page h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #167426; }
.page .page_content {
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border: 7px solid #d1ddc3;
  padding: 50px; }

.page_company table {
  width: 100%;
  border: 1px solid #ddd; }
  .page_company table th, .page_company table td {
    padding: 20px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .page_company table th {
    width: 220px;
    background: #f5f5f5; }

.page_thanks p {
  font-size: 18px;
  text-align: center; }
.page_thanks a {
  text-decoration: none;
  display: block;
  background: #167426;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 25px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
