@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

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

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }

.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'Noto Sans JP','Roboto Condensed',sans-serif;
  color: #261d16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'Noto Sans JP','Roboto Condensed',sans-serif; }

a {
  text-decoration: none;
  color: #261d16;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .opacity:hover {
    opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

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

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: inherit; } }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px; } }

.inner {
  max-width: calc(1200px + 10vw);
  width: 100%;
  margin: 0 auto;
  padding: 0 5vw; }
  .inner::after {
    content: '';
    display: block;
    clear: both; }

/*
//ヘッダー
------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  header {
    background: url(../images/bg_main_sp_03.png) no-repeat top/cover;
    width: 100%; } }

.header_ttl img.logo {
  position: absolute;
  max-width: 364px;
  width: 20%;
  left: 3.3vw;
  top: 40px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .header_ttl img.logo {
      position: relative;
      max-width: 100%;
      width: 55%;
      left: 0;
      right: 0;
      top: 0;
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 30px 0; } }

/*
//フッター
------------------------------------------------------------
*/
/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative; }
  .main_img img {
    width: 100%; }
  .main_img .main_txt {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 767px) {
      .main_img .main_txt {
        width: 110%; } }

.sec01 {
  padding: 14.3em 0 8.8em;
  background: #e5cb5c; }
  @media screen and (max-width: 767px) {
    .sec01 {
      padding: 9em 0 6em; } }
  .sec01_box {
    background: #fff;
    padding: 30px 60px;
    position: relative;
    border-left: 3px solid #261d16;
    border-right: 3px solid #261d16; }
    @media screen and (max-width: 767px) {
      .sec01_box {
        padding: 30px 10px;
        border-left: 1px solid #261d16;
        border-right: 1px solid #261d16; } }
    .sec01_box:before {
      position: absolute;
      content: '';
      background: url(../images/sec01_be.png) no-repeat center/contain;
      width: 100.55%;
      height: 50px;
      top: -43px;
      left: -3px; }
      @media screen and (max-width: 1350px) {
        .sec01_box:before {
          top: -42px; } }
      @media screen and (max-width: 1200px) {
        .sec01_box:before {
          width: 100.6%;
          top: -39px; } }
      @media screen and (max-width: 767px) {
        .sec01_box:before {
          width: 100.6%;
          top: -29px;
          left: -1px; } }
    .sec01_box:after {
      position: absolute;
      content: '';
      background: url(../images/sec01_af.png) no-repeat center/contain;
      width: 100.55%;
      height: 50px;
      bottom: -47px;
      left: -2px; }
      @media screen and (max-width: 1350px) {
        .sec01_box:after {
          bottom: -44px; } }
      @media screen and (max-width: 1200px) {
        .sec01_box:after {
          bottom: -42px; } }
      @media screen and (max-width: 767px) {
        .sec01_box:after {
          width: 100.6%;
          bottom: -30px;
          left: -1px; } }
    .sec01_box .ttl01 {
      position: absolute;
      left: 0;
      right: 0;
      top: -168px;
      margin: 0 auto;
      width: 283px;
      padding-top: 85px;
      font-size: 2.5em;
      color: #659e30;
      font-weight: 900;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 3px;
      background: url(../images/sec01_ttlbg.png) no-repeat center/contain; }
      .sec01_box .ttl01:before {
        position: absolute;
        content: '';
        background: url(../images/sec01_icon.svg) no-repeat center/contain;
        width: 105px;
        height: 33px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px; }
        @media screen and (max-width: 767px) {
          .sec01_box .ttl01:before {
            width: 55px;
            height: 15px; } }
      @media screen and (max-width: 1350px) {
        .sec01_box .ttl01 {
          top: -164px; } }
      @media screen and (max-width: 1200px) {
        .sec01_box .ttl01 {
          top: -158px; } }
      @media screen and (max-width: 767px) {
        .sec01_box .ttl01 {
          font-size: 1.5em;
          width: 175px;
          top: -82px;
          padding-top: 45px;
          background: url(../images/sec01_ttlbg_sp.png) no-repeat center/contain; } }
      .sec01_box .ttl01 span {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: .6em; }
    .sec01_box .txt01 {
      text-align: center;
      font-size: .9375em;
      margin-bottom: 30px; }

.works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -3%; }
  .works_list li.works_item {
    list-style: none;
    position: relative;
    width: 31.1%;
    margin: 0 3.33% 5% 0; }
    @media screen and (max-width: 767px) {
      .works_list li.works_item {
        width: 48%;
        margin: 0 4% 6% 0; } }
    @media screen and (max-width: 767px) {
      .works_list li.works_item:nth-child(2n) {
        margin-right: 0; } }
    .works_list li.works_item:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .works_list li.works_item:nth-child(3n) {
          margin: 0 4% 6% 0; } }
    @media screen and (max-width: 767px) {
      .works_list li.works_item:nth-child(6n) {
        margin-right: 0; } }
    .works_list li.works_item p {
      color: #659e30;
      font-size: .9375em; }
      @media screen and (max-width: 767px) {
        .works_list li.works_item p {
          font-size: .8em; } }
    .works_list li.works_item img {
      max-height: 100px; }
      @media screen and (max-width: 767px) {
        .works_list li.works_item img {
          max-height: 70px; } }

.sec_box02 {
  border: 2px solid #000;
  overflow: hidden; }
  .sec_box02_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .sec_box02_area {
        display: block;
        padding-left: 0; } }
  .sec_box02_ttl {
    text-align: center;
    font-size: 1.8em;
    padding: 20px;
    border-bottom: 2px solid #000; }
    @media screen and (max-width: 767px) {
      .sec_box02_ttl {
        font-size: 1.15em;
        padding: 10px; } }
  .sec_box02_left {
    width: 25%;
    margin-right: 5%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media screen and (max-width: 767px) {
      .sec_box02_left {
        width: 100%;
        margin: 0;
        float: inherit;
        padding: 10px; } }
  .sec_box02_right {
    width: 70%;
    float: right;
    text-align: left;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .sec_box02_right {
        width: 100%;
        float: inherit;
        padding: 0 10px 10px; } }

.works_modal_open {
  text-align: center; }

.works_image_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer; }

.mask_text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff; }

.works_modal_content {
  text-align: center; }

.works_image:hover .works_image_mask {
  opacity: 1;
  padding-top: 13%; }

/* ------works_modal css------ */
.works_modal_wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1; }

.works_modal_window {
  width: 80vw;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 15px;
  background: #fff;
  z-index: 1;
  overflow-y: hidden; }
  @media screen and (max-width: 767px) {
    .works_modal_window {
      width: 90vw;
      padding: 10px; } }

.works_modal_content {
  margin: 0 auto;
  width: 85%;
  height: 85%; }
  @media screen and (max-width: 767px) {
    .works_modal_content {
      width: 100%; } }

.works_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }

.works_modal_close {
  z-index: 300;
  position: absolute;
  top: 0;
  right: 10px;
  color: #808080;
  font-size: 1.5rem;
  cursor: pointer; }

.works_modal_close:hover {
  color: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

html.is_open, body.is_open {
  overflow: hidden; }

.works_modal_wrapper.is_open {
  -webkit-animation: works_modal_wrapper_open .5s ease forwards;
  animation: works_modal_wrapper_open .5s ease forwards; }

.works_modal_wrapper.is_open .works_modal_window {
  -webkit-animation: works_modal_window_open .5s ease forwards;
  animation: works_modal_window_open .5s ease forwards; }

.works_modal_wrapper.is_close {
  -webkit-animation: works_modal_wrapper_close .5s ease forwards;
  animation: works_modal_wrapper_close .5s ease forwards; }

.works_modal_wrapper.is_close .works_modal_window {
  -webkit-animation: works_modal_window_close .5s ease forwards;
  animation: works_modal_window_close .5s ease forwards; }

@-webkit-keyframes works_modal_wrapper_open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    z-index: 300; } }

@keyframes works_modal_wrapper_open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    z-index: 300; } }

@-webkit-keyframes works_modal_window_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes works_modal_window_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes works_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes works_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes works_modal_window_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

@keyframes works_modal_window_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

.sec02 {
  background-color: rgba(147, 194, 124, 0.85);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #93c27c), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(right, #93c27c 50%, transparent 50%);
  background-image: -o-linear-gradient(right, #93c27c 50%, transparent 50%);
  background-image: linear-gradient(-90deg, #93c27c 50%, transparent 50%);
  background-size: 40px 40px;
  padding: 7.8em 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec02 {
      padding: 4.8em 0; } }
  .sec02 .sec02_bg01 {
    position: absolute;
    width: 16%;
    height: auto;
    left: -20px;
    top: 47%;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg01 {
        width: 23%;
        left: -5px;
        top: 50%; } }
  .sec02 .sec02_bg02 {
    position: absolute;
    width: 30%;
    height: auto;
    left: -25%;
    top: 39%; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg02 {
        top: 50%; } }
  .sec02 .sec02_bg03 {
    position: absolute;
    width: 30%;
    height: auto;
    left: -23%;
    top: 48%; }
  .sec02 .sec02_bg04 {
    position: absolute;
    width: 12%;
    height: auto;
    right: -30px;
    top: 12%;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .sec02 .sec02_bg04 {
        width: 10%; } }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg04 {
        width: 23%;
        right: -26px;
        top: 9%; } }
  .sec02 .sec02_bg05 {
    position: absolute;
    width: 30%;
    height: auto;
    right: -23%;
    top: 3%; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg05 {
        top: 7%; } }
  .sec02 .sec02_bg06 {
    position: absolute;
    width: 30%;
    height: auto;
    right: -23%;
    top: 9%; }
  .sec02 .sec02_bg07 {
    position: absolute;
    width: 10%;
    height: auto;
    right: -20px;
    bottom: 18%;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg07 {
        width: 23%;
        right: -4px;
        bottom: 20%; } }
  .sec02 .sec02_bg08 {
    position: absolute;
    width: 30%;
    height: auto;
    right: -23%;
    bottom: 6%; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg08 {
        bottom: 19%; } }
  .sec02 .sec02_bg09 {
    position: absolute;
    width: 28%;
    height: auto;
    right: -23%;
    bottom: 15%; }
    @media screen and (max-width: 767px) {
      .sec02 .sec02_bg09 {
        bottom: 21%; } }

.ttl02 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .ttl02:before {
    position: absolute;
    content: '';
    border-bottom: 4px dashed #261d16;
    width: 35%;
    height: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .ttl02:before {
        width: 25%;
        border-bottom: 2px dashed #261d16;
        height: 2px; } }
  .ttl02:after {
    position: absolute;
    content: '';
    border-bottom: 4px dashed #261d16;
    width: 35%;
    height: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .ttl02:after {
        width: 25%;
        border-bottom: 2px dashed #261d16;
        height: 2px; } }
  .ttl02 span {
    font-size: 2.5em;
    font-weight: 900;
    position: relative; }
    @media screen and (max-width: 767px) {
      .ttl02 span {
        font-size: 1.5em; } }
  .ttl02 .ttl02_bg {
    font-size: 11.3em;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    color: rgba(255, 255, 255, 0.25);
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .ttl02 .ttl02_bg {
        font-size: 4.3em;
        top: -10px; } }

.pro_box {
  background: #fff;
  overflow: hidden;
  border-top: 3px solid #261d16;
  border-bottom: 3px solid #261d16;
  padding: 20px 45px 45px 45px; }
  @media screen and (max-width: 767px) {
    .pro_box {
      padding: 20px 15px; } }
  .pro_box .ttl02_2 {
    border-bottom: 3px solid #659e30;
    font-size: 2.3125em;
    color: #659e30;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .pro_box .ttl02_2 {
        font-size: 1.25em;
        padding-bottom: 15px;
        margin-bottom: 25px; } }
    .pro_box .ttl02_2 span {
      float: right;
      font-size: .83em;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .pro_box .ttl02_2 span {
          float: inherit;
          display: block;
          margin-top: 10px; } }
      .pro_box .ttl02_2 span img {
        width: 33px;
        height: 33px;
        margin: 10px; }
        @media screen and (max-width: 767px) {
          .pro_box .ttl02_2 span img {
            width: 25px;
            height: 25px;
            margin: 0 5px 0 0; } }
  .pro_box_left {
    width: 40%;
    margin-right: 3%;
    float: left; }
    @media screen and (max-width: 767px) {
      .pro_box_left {
        width: 100%;
        margin: 0 0 3% 0;
        float: inherit; } }
  .pro_box_right {
    width: 57%;
    float: right; }
    @media screen and (max-width: 767px) {
      .pro_box_right {
        width: 100%;
        float: inherit; } }

.probox01 {
  position: relative; }
  .probox01:before {
    position: absolute;
    content: '';
    background: url(../images/pro01_be.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0; }
  .probox01:after {
    position: absolute;
    content: '';
    background: url(../images/pro01_af.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0; }

.probox02 {
  position: relative; }
  .probox02:before {
    position: absolute;
    content: '';
    background: url(../images/pro01_af.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0; }
  .probox02:after {
    position: absolute;
    content: '';
    background: url(../images/pro01_be.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0; }

.probox03 {
  position: relative; }
  .probox03:before {
    position: absolute;
    content: '';
    background: url(../images/pro01_be.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .probox03:after {
    position: absolute;
    content: '';
    background: url(../images/pro01_af.jpg) no-repeat center/cover;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.sec03 {
  padding: 9.06em 0 7em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec03 {
      padding: 5.06em 0 5em; } }
  .sec03 .sec03_box {
    background: #93c27c;
    padding: 60px 50px;
    border-left: 3px solid #261d16;
    border-right: 3px solid #261d16;
    border-bottom: 3px solid #261d16;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sec03 .sec03_box {
        padding: 30px 10px; } }
  .sec03 .sec03_bg01 {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -65px;
    top: 18%; }
  .sec03 .sec03_bg02 {
    position: absolute;
    width: 55px;
    height: 55px;
    left: -110px;
    top: 25%; }
  .sec03 .sec03_bg03 {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -65px;
    top: 35%; }
  .sec03 .sec03_bg04 {
    position: absolute;
    width: 28px;
    height: 28px;
    left: -65px;
    bottom: 15%; }
  .sec03 .sec03_bg05 {
    position: absolute;
    width: 28px;
    height: 28px;
    left: -110px;
    bottom: 10%; }
  .sec03 .sec03_bg06 {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -65px;
    top: 10%; }
  .sec03 .sec03_bg07 {
    position: absolute;
    width: 55px;
    height: 55px;
    right: -135px;
    top: 18%; }
  .sec03 .sec03_bg08 {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -50px;
    top: 25%; }
  .sec03 .sec03_bg09 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -135px;
    bottom: 40%; }
  .sec03 .sec03_bg10 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -60px;
    bottom: 35%; }
  .sec03 .sec03_bg11 {
    position: absolute;
    width: 41px;
    height: 41px;
    right: -130px;
    bottom: 10%; }
  .sec03 .sec03_ttl {
    position: absolute;
    font-size: 2.5em;
    text-align: center;
    font-weight: 900;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .sec03 .sec03_ttl {
        font-size: 1.5em;
        top: -22px; } }
    .sec03 .sec03_ttl:before {
      position: absolute;
      content: '';
      border-bottom: 3px solid #261d16;
      width: 35%;
      left: 0;
      top: 37px; }
      @media screen and (max-width: 767px) {
        .sec03 .sec03_ttl:before {
          width: 15%;
          top: 22px; } }
    .sec03 .sec03_ttl:after {
      position: absolute;
      content: '';
      border-bottom: 3px solid #261d16;
      width: 35%;
      right: 0;
      top: 37px; }
      @media screen and (max-width: 767px) {
        .sec03 .sec03_ttl:after {
          width: 15%;
          top: 22px; } }
  .sec03 .sec03_ttl02 {
    font-size: 11.3em;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    color: rgba(96, 96, 96, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -97px; }
    @media screen and (max-width: 767px) {
      .sec03 .sec03_ttl02 {
        font-size: 3.3em;
        top: -25px; } }

.sec04 {
  padding-bottom: 8.43em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec04 {
      padding-bottom: 5.43em; } }
  .sec04 .sec04_ttl {
    text-align: center;
    margin-bottom: 31px; }
    .sec04 .sec04_ttl span {
      font-size: 2.5em;
      font-weight: 900;
      letter-spacing: 3px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .sec04 .sec04_ttl span {
          font-size: 1.5em; } }
      .sec04 .sec04_ttl span:before {
        position: absolute;
        content: '';
        background: url(../images/sanka_side.svg) no-repeat center/contain;
        width: 57px;
        height: 70px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -80px; }
        @media screen and (max-width: 767px) {
          .sec04 .sec04_ttl span:before {
            width: 37px;
            height: 50px; } }
      .sec04 .sec04_ttl span:after {
        position: absolute;
        content: '';
        background: url(../images/sanka_side.svg) no-repeat center/contain;
        width: 57px;
        height: 70px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -80px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
        @media screen and (max-width: 767px) {
          .sec04 .sec04_ttl span:after {
            width: 37px;
            height: 50px; } }
  .sec04 .sec04_ttl02 {
    font-size: 11.3em;
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(96, 96, 96, 0.1);
    text-align: center;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px; }
    @media screen and (max-width: 767px) {
      .sec04 .sec04_ttl02 {
        font-size: 3.3em;
        top: -4px; } }
  .sec04 .sec04_ttl03 {
    background: #679e42;
    text-align: center;
    color: #fff;
    font-size: 2.3125em;
    font-weight: 900;
    padding: 34px 10px; }
    @media screen and (max-width: 1200px) {
      .sec04 .sec04_ttl03 {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .sec04 .sec04_ttl03 {
        font-size: 1.1em;
        padding: 20px 10px; } }
    .sec04 .sec04_ttl03 span {
      position: relative; }
      .sec04 .sec04_ttl03 span:before {
        position: absolute;
        content: '';
        background: url(../images/fusen.svg) no-repeat center/contain;
        width: 59px;
        height: 106px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -80px; }
        @media screen and (max-width: 767px) {
          .sec04 .sec04_ttl03 span:before {
            width: 35px; } }
      .sec04 .sec04_ttl03 span:after {
        position: absolute;
        content: '';
        background: url(../images/fusen.svg) no-repeat center/contain;
        width: 59px;
        height: 106px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -80px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
        @media screen and (max-width: 767px) {
          .sec04 .sec04_ttl03 span:after {
            width: 35px; } }
  .sec04 .sec04_box {
    background-color: #e5f1e2;
    background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 7px, transparent 0, transparent 14px);
    background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 7px, transparent 0, transparent 14px);
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
    padding: 35px 10px; }
    .sec04 .sec04_box p {
      font-size: 1.6875em;
      text-align: center;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .sec04 .sec04_box p {
          font-size: 1em;
          line-height: 2; } }
      .sec04 .sec04_box p span {
        border-bottom: 4px solid #e5bf27; }

.sec05 {
  background: url(../images/bg_last.jpg) no-repeat center/cover;
  padding: 14em 0 17em; }
  @media screen and (max-width: 767px) {
    .sec05 {
      padding: 7em 0 12em; } }
  .sec05 .sec05_box {
    background: #fff;
    padding: 8.37em 70px 70px;
    position: relative;
    border-top: 3px solid #261d16;
    border-bottom: 3px solid #261d16;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sec05 .sec05_box {
        padding: 5em 15px 50px; } }
    .sec05 .sec05_box:before {
      position: absolute;
      content: '';
      background: url(../images/sec05_boxbe.jpg) no-repeat center/cover;
      height: 100%;
      width: 3px;
      top: 0;
      left: 0; }
    .sec05 .sec05_box:after {
      position: absolute;
      content: '';
      background: url(../images/sec05_boxaf.jpg) no-repeat center/cover;
      height: 100%;
      width: 3px;
      top: 0;
      right: 0; }
  .sec05 .sec05_ttl {
    position: absolute;
    max-width: 360px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 31px 0;
    top: -85px;
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
    background: #fff;
    color: #659e30;
    line-height: 1.5;
    border-left: 3px solid #261d16;
    border-right: 3px solid #261d16; }
    @media screen and (max-width: 767px) {
      .sec05 .sec05_ttl {
        max-width: 185px;
        font-size: 1.2em;
        padding: 16px 0;
        top: -40px; } }
    .sec05 .sec05_ttl:before {
      position: absolute;
      content: '';
      background: url(../images/sec05_ttl_be.jpg) no-repeat center/cover;
      width: 100%;
      height: 3px;
      top: 0;
      left: 0; }
    .sec05 .sec05_ttl:after {
      position: absolute;
      content: '';
      background: url(../images/sec05_ttlaf.jpg) no-repeat center/cover;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0; }
    .sec05 .sec05_ttl span {
      display: block;
      font-size: .6em;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 3px; }
  .sec05 .list_sec05 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125em;
    padding-bottom: 30px;
    border-bottom: 1px solid #261d16;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .sec05 .list_sec05 li {
        font-size: 1em;
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px; } }
    .sec05 .list_sec05 li:last-child {
      margin-bottom: 0; }
  .sec05 .list_sec05_left {
    color: #659e30;
    font-weight: 900;
    width: 20%; }
    @media screen and (max-width: 767px) {
      .sec05 .list_sec05_left {
        width: 100%; } }
  .sec05 .list_sec05_right {
    width: 80%; }
    @media screen and (max-width: 767px) {
      .sec05 .list_sec05_right {
        width: 100%; } }
    .sec05 .list_sec05_right span {
      color: #659e30; }

/*
11:ボタン系
------------------------------------------------------------
*/
.btn_en {
  position: static;
  bottom: -30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.m_fixed {
  position: fixed;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  background: #fff;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .m_fixed {
      bottom: 0; } }

a.btn {
  max-width: 630px;
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 1em;
  position: relative;
  background: #d43f35;
  font-size: 1.625em;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    a.btn {
      padding: .5em;
      width: 80%;
      font-size: 1em; } }
  a.btn span {
    display: block;
    font-size: .6125em; }
  a.btn:hover {
    opacity: .85;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

/*
12:その他パーツ
------------------------------------------------------------
*/
/*
13:コンタクトフォーム
------------------------------------------------------------
*/
/*
14:ワードプレス
------------------------------------------------------------
*/
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

.m05 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .m40 {
      margin-bottom: 20px; } }

.m50 {
  margin-bottom: 50px; }

.m80 {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .m80 {
      margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .table_scroll {
    width: 100%;
    min-width: 600px; }
    .table_scroll img {
      width: 100%; } }

.fadein {
  opacity: 0;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
  transition: all .9s; }
  .fadein.fade_up {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  .fadein.fade_down {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  .fadein.fade_left {
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .fadein.fade_right {
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*
16:Pagination
------------------------------------------------------------
*/
