@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] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  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を全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -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% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  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: 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: 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);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.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: 0.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;
  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;
  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;
}

html {
  width: 100%;
}

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

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

a {
  text-decoration: none;
  color: #261d16;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

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

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

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

::-moz-selection {
  background-color: #fff800;
  color: #261d16;
}

::selection {
  background-color: #fff800;
  color: #261d16;
}

#container_wrap {
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner02 {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner02::after {
  content: "";
  display: block;
  clear: both;
}

.sec_lead {
  padding-bottom: 100px;
  background: url(../images/main_bg.png);
}
@media screen and (max-width: 767px) {
  .sec_lead {
    padding-bottom: 60px;
  }
}

.sec_about {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec_about {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}

.sec01 {
  padding: 120px 0;
  /* 	background: #f5f5f0; */
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 4rem 0;
  }
}

.sec02 {
  padding: 130px 0;
  background: url(../images/main_bg.png);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 4rem 0;
  }
}

.sec03 {
  padding: 140px 0;
  background: #f5f5f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 4rem 0 8rem;
  }
}
.sec03 .text {
  font-size: 0.87rem;
  margin-top: 1rem;
}
.sec03 .coming_soon {
  background: #f5f5f0;
}
.sec03 .coming_soon p {
  font-size: 2.06rem;
  color: #7faa53;
  text-align: center;
  font-weight: 700;
  padding: 30vh 0;
}

.sec04 {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 4rem 0;
  }
}

.sec05 {
  padding: 80px 0 100px;
  background: #fff8df;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 4rem 0;
  }
}

.sec06 {
  padding: 140px 0 140px 0;
  background: url(../images/main_bg.png);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 4rem 0 6rem;
  }
}

.sec07 {
  padding: 120px 0;
  background: #f5f5f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 4rem 0;
  }
}

.sec07_02 {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07_02 {
    padding: 4rem 0;
  }
}

.sec08 {
  padding: 140px 0 260px 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 4rem 0 10rem;
  }
}

#gnavi {
  max-width: 1228px;
  padding: 0 15px;
  margin: 40px auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi {
    background: none;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    display: block;
    text-align: left;
    border-top: 1px solid #fff;
  }
}
#gnavi ul li {
  position: relative;
  border-left: 2px dashed #7faa53;
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
  #gnavi ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
  }
}
#gnavi ul li:last-child {
  border-right: 2px dashed #7faa53;
}
#gnavi ul li img {
  width: 30px;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  #gnavi ul li img {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
#gnavi ul li a {
  padding: 0 20px;
  display: block;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #gnavi ul li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li a {
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
}
#gnavi ul li a:hover {
  color: #7faa53;
}

#gnavi_sp {
  max-width: 1330px;
  padding: 0 15px;
  margin: 40px auto 100px;
}
#gnavi_sp ul {
  display: block;
  text-align: center;
  text-align: left;
  justify-content: center;
  border-top: 1px solid #fff;
}
#gnavi_sp ul li {
  position: relative;
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
}
#gnavi_sp ul li:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 30px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  left: unset;
}
#gnavi_sp ul li:last-child {
  padding: 0;
}
#gnavi_sp ul li:last-child img {
  width: 35px;
  height: auto;
}
#gnavi_sp ul li img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 20px 0 0;
}
#gnavi_sp ul li a {
  color: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#gnavi_sp ul li a:hover {
  color: #7faa53;
  transition: 0.3s;
}

.h_fixed {
  position: fixed;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff !important;
  margin: 0 auto !important;
  padding: 10px !important;
  max-width: 100% !important;
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .h_fixed {
    position: relative;
    background: unset !important;
    min-width: 1px;
  }
}
.h_fixed img {
  width: 20px !important;
  height: 20px !important;
}
@media screen and (max-width: 767px) {
  .h_fixed img {
    width: 35px !important;
    height: 35px !important;
  }
}

#overlay {
  width: 100%;
  display: contents;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #7faa53;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s;
    padding: 50px 0;
    color: #fff;
  }
  #overlay.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    background: #7faa53;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 55%;
    height: 1px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 25%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 40%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 43%;
  }
  .menu-trigger p {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.7rem;
  }
  .menu-trigger.active span {
    transition: all 0.3s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(45deg);
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-45deg);
    bottom: 6px;
  }
}

.btn_en {
  position: static;
  bottom: -30px;
  transition: all 0.5s ease 0s;
}
.btn_en p {
  color: #7faa53;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn_en p {
    margin-bottom: 0;
    font-size: 0.87rem;
  }
}

.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;
    padding: 10px 0;
  }
}

a.btn {
  max-width: 620px;
  width: 100%;
  color: #fff;
  display: inline-block;
  position: relative;
  background: #ffcb03;
  font-size: 1.62rem;
  font-weight: 700;
  transition: 0.3s;
  height: 100px;
  line-height: 1.5;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  a.btn {
    height: 60px;
    width: 80%;
    font-size: 1rem;
    line-height: 1.2;
    padding: 5px;
  }
}
a.btn span {
  display: block;
  font-size: 0.75em;
}
a.btn:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  a.btn:before {
    right: 30px;
  }
}
a.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a.btn:hover {
    background: #7faa53;
  }
}

.btn_l {
  max-width: 330px;
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 1em;
  position: relative;
  background: #7faa53;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_l {
    padding: 0.5em;
    width: 80%;
    font-size: 1em;
  }
}
.btn_l:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn_web {
  max-width: 330px;
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 1em;
  position: relative;
  background: #7faa53;
  font-weight: 700;
  transition: 0.3s;
  font-size: 0.8em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_web {
    padding: 0.5em;
    width: 100%;
    font-size: 1em;
    margin-top: 20px;
  }
}
.btn_web:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.main_img {
  background: #f9f9f9 url(../images/main_bg.png);
  -webkit-animation: bgiLoop 10s linear infinite;
          animation: bgiLoop 10s linear infinite;
  padding-top: 83px;
  /*
  	.main_right {
  		width: 50%;

  		@include mq(lg) {
  			width: 48%;
  		}

  		@include mq(md) {
  			position: absolute;
  			top     : 100px;
  			width   : 100%;
  			left    : 0;
  		}

  		img {
  			width: 100%;
  		}
  	}

  	.main_right_l {
  		@include mq(md) {
  			top: 60px;
  		}
  	}
  */
}
@media screen and (max-width: 767px) {
  .main_img {
    position: relative;
    padding-top: 80px;
  }
}
.main_img .main_inner {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 83px;
  display: flex;
  justify-content: center;
}
.main_img .main_inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .main_img .main_inner {
    padding: 0 15px 30px;
    display: block;
  }
}
.main_img .main_left {
  width: 20%;
  max-width: 211px;
  margin-top: auto;
}
.main_img .main_right {
  width: 20%;
  max-width: 230px;
  margin-top: -60px;
}
.main_img .main_center {
  width: 50%;
  padding: 0 2%;
  float: left;
  max-width: 560px;
  margin: 0 40px;
  /* .main_txt02 {
  	margin-bottom: 30px;

  	@include mq(lg) {
  		font-size: .95rem;
  	}

  	@include mq(md) {
  		margin-bottom: 15px;
  	}
  } */
}
@media screen and (max-width: 1300px) {
  .main_img .main_center {
    width: 52%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_center {
    width: 100%;
    padding-right: 0;
    z-index: 1;
    position: relative;
    margin: 0;
  }
}
.main_img .main_center .main_txt01 {
  position: relative;
  font-size: 1.65rem;
  font-weight: 700;
  background: #7faa53;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  padding: 8.5px 20px;
  margin-bottom: 20px;
}
.main_img .main_center .main_txt01::before, .main_img .main_center .main_txt01::after {
  content: "";
  position: absolute;
  display: block;
  width: 43px;
  height: 46px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_img .main_center .main_txt01::before {
  top: 50%;
  left: -50px;
  background-image: url(../images/main_txt01_l.svg);
}
.main_img .main_center .main_txt01::after {
  top: -20px;
  right: -50px;
  background-image: url(../images/main_txt01_r.svg);
}
@media screen and (max-width: 1300px) {
  .main_img .main_center .main_txt01 {
    font-size: 1.5rem;
    padding: 8.5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_txt01 {
    font-size: 1.1rem;
    padding: 8.5px 10px;
    display: block;
    margin-bottom: 15px;
  }
  .main_img .main_center .main_txt01::before, .main_img .main_center .main_txt01::after {
    display: none;
  }
}
.main_img .main_center .main_ttl {
  font-size: 2.1rem;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_ttl {
    font-size: 6.2vw;
    text-align: center;
    margin-bottom: 30px;
  }
}
/* .main_img .main_center .main_live_ttl {
  background: #ffcb03;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  letter-spacing: 0;
  justify-content: center;
  font-size: 3.25rem;
  font-weight: 700;
}
.main_img .main_center .main_live_ttl .normal {
  font-weight: normal;
  font-size: 1.875rem;
}
.main_img .main_center .main_live_ttl .min {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_live_ttl {
    padding: 10px 15px;
    line-height: 1;
  }
} */
.main_img .main_center .main_live_ttl {
  background: #ffcb03;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  letter-spacing: 0;
  justify-content: center;
  font-weight: 700;
  font-size: 3.25rem;
}
.main_img .main_center .main_live_ttl .normal {
  font-weight: normal;
  font-size: 1.875rem;
}
.main_img .main_center .main_live_ttl .min {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_live_ttl {
    padding: 10px 15px;
    line-height: 1;
    font-size: 1.875rem;
  }
  .main_img .main_center .main_live_ttl .normal {
    font-size: 1.133rem;
  }
  .main_img .main_center .main_live_ttl .min {
    font-size: 1.133rem;
  }
}
.main_img .main_center .main_txt03 {
  color: #7faa53;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 0;
  letter-spacing: 0;
  justify-content: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_txt03 {
    padding: 15px 10px;
    line-height: 1;
  }
}
.main_img .main_center .main_txt03 .left {
  font-size: 3.125rem;
  font-weight: 700;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .main_img .main_center .main_txt03 .left {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_txt03 .left {
    margin-right: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.main_img .main_center .main_txt03 .left .min {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_txt03 .left .min {
    font-size: 1.2rem;
  }
}
.main_img .main_center .main_txt03 .right {
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.1;
}
@media screen and (max-width: 1300px) {
  .main_img .main_center .main_txt03 .right {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_center .main_txt03 .right {
    font-size: 1.3rem;
    padding-top: 0.15rem;
  }
}
.main_img .main_center .main_txt03 .right span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: block;
  background: #fff;
  color: #ffcb03;
  font-size: 0.75rem;
  text-align: center;
  padding: 3px;
}
.main_img .main_txt04 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.main_img .main_txt04 img {
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt04 {
    margin-bottom: 40px;
  }
}
.main_img .main_sp {
  padding-bottom: 80px;
  text-align: center;
}
.main_img .main_sp img {
  width: 70%;
}

@-webkit-keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -255.3px 255.3px;
  }
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -255.3px 255.3px;
  }
}
.sp_logo {
  max-width: 130px;
  margin: 30px auto 4rem;
}

.list_company {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.list_company li {
  width: 23%;
  margin: 0 2.66% 2.66% 0;
  position: relative;
  /* 	&:last-child {

  	.button-open {
  		font-size  : 1.5rem;
  		border     : none;
  		cursor     : default;
  		padding    : 76% 0 0 1rem;
  		align-items: flex-start;

  		@include mq(md) {

  			font-size: 1rem;
  		}
  	}
  } */
}
@media screen and (max-width: 767px) {
  .list_company li {
    width: 49%;
    margin: 0 2% 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_company li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_company li:nth-child(4n) {
  margin-right: 0;
}
.list_company li .img {
  margin: 0 auto 0.5rem;
  max-width: 214px;
}
@media screen and (max-width: 767px) {
  .list_company li .img {
    margin: 0 auto 0.5rem;
    width: 90%;
  }
}
.list_company li .img img {
  max-width: 100%;
  width: auto;
}
.list_company li h2 {
  font-size: 0.875rem;
  font-weight: 900;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .list_company li h2 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_company li .sp_item {
    margin-bottom: 8px;
  }
}

.button-open {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #7faa53;
  padding: 0;
  transition: 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .button-open {
    height: auto;
    justify-content: center;
    padding: 10px 0 20px;
  }
}
.button-open:hover {
  opacity: 0.85;
  transition: 0.3s;
}

.button-open02 {
  border: none;
  z-index: 5;
}

.z20 {
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .list_company_l {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_company_l li {
    width: 100%;
    margin: 0;
  }
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  max-height: 100vh;
  background-color: #fff;
  z-index: 11;
  overflow: auto;
  border: 10px solid #7faa53;
}
@media screen and (max-width: 767px) {
  .modal-window {
    width: 80%;
  }
}

.modal-window-inner {
  border: 10px solid #ffcb03;
  padding: 2rem;
  /* .modal_img02 {
  	text-align: center;

  	img {
  		max-height: 150px;
  		width     : auto;
  		margin    : 0 auto 10px;

  		@include mq(md) {
  			max-height: 100px;
  		}
  	}
  }
  */
}
.modal-window-inner .modal_cat {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-window-inner {
    padding: 1rem;
  }
}
.modal-window-inner .ttl {
  font-size: 1.87rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-window-inner .ttl {
    font-size: 1.067rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.modal-window-inner .ttl02 {
  font-size: 1.5rem;
}
.modal-window-inner .modal_img {
  text-align: center;
}
.modal-window-inner .modal_img img {
  max-width: 300px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .modal-window-inner .modal_img img {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-window-inner .txt_area p {
    font-size: 0.78rem;
    line-height: 1.7;
  }
}
.modal-window-inner .txt_area p span {
  display: block;
  margin: 20px 0 5px;
  font-weight: 700;
}
.modal-window-inner .txt_area a {
  color: #d5e349;
  transition: 0.3s;
}
.modal-window-inner .txt_area a:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_y {
  color: #ffce04;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_y:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_b {
  color: #040245;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_b:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_g {
  color: #a0a0a0;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_g:hover {
  color: #7faa53;
  transition: 0.3s;
}

.bg_blue_top {
  background: #558ed5 !important;
}

/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

.modal_cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 10px;
  margin-bottom: 20px;
  text-align: center;
}
.modal_cat span {
  display: inline-block;
  padding: 5px 5px;
  background-color: #7faa53;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .modal_cat span {
    padding: 5px 10px;
  }
}
.modal_cat span:nth-of-type(2) {
  margin-left: 8px;
}
.modal_cat span:nth-of-type(3) {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .modal_cat span:nth-of-type(3) {
    margin-top: 8px;
    margin-left: 0;
  }
}

.modal-window .modal_cat span:nth-of-type(3) {
  margin-top: 0;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .modal-window .modal_cat span:nth-of-type(3) {
    margin-top: 8px;
    margin-left: 0;
  }
}

.overlay02 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.no_scroll {
  overflow: hidden;
}

.pro_box01_time {
  color: #ffcb03;
}

.pro_box02_time {
  color: #7faa53;
}
@media screen and (max-width: 767px) {
  .pro_box02_time {
    margin-top: 50px;
  }
}

.pro_box_time {
  margin-bottom: 30px;
  line-height: 1;
}
.pro_box_time span.time {
  margin-top: 15px;
  font-size: 1.87rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pro_box_time span.time {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.pro_box_time span.time img {
  width: 26px;
  height: 26px;
  margin: 0 10px 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pro_box_time span.time img {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
  }
}
.pro_box_time .t_small {
  font-size: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pro_box_time .t_small {
    font-size: 16px;
    margin-left: 5px;
  }
}

.pro_box {
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pro_box {
    padding: 20px 15px;
  }
}
.pro_box .pro_ttl {
  border-bottom: 3px solid #7faa53;
  font-size: 2.125em;
  color: #7faa53;
  padding-bottom: 25px;
  margin-bottom: 45px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl {
    font-size: 5.5vw;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.pro_box .pro_ttl span.small {
  font-size: 0.88em;
}
.pro_box .pro_ttl02 {
  font-size: 1.875em;
  color: #7faa53;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl02 {
    font-size: 1.5em;
  }
}
.pro_box .pro_ttl02:before {
  position: absolute;
  content: "●";
  font-size: 15px;
  width: 16px;
  height: 16px;
  color: #7faa53;
  top: -9px;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl02:before {
    font-size: 13px;
  }
}
.pro_box_left {
  width: 40%;
  margin-right: 3%;
  float: left;
}
@media screen and (max-width: 767px) {
  .pro_box_left {
    width: 100%;
    margin: 0 0 5% 0;
    float: inherit;
  }
}
.pro_box_right {
  width: 57%;
  float: right;
}
@media screen and (max-width: 767px) {
  .pro_box_right {
    width: 100%;
    float: inherit;
  }
}
.pro_box_right .title {
  font-size: 1.6rem;
  color: #7faa53;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pro_box_right .title {
    font-size: 1.2rem;
  }
}
.pro_box_right .small {
  font-size: 0.85em;
}
.pro_box_right .pro_speaker {
  line-height: 2;
}
.pro_box_right .pro_speaker > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 20px;
  line-height: 1.8;
}
.pro_box_right .pro_speaker > div .speaker_img {
  width: 120px;
}
.pro_box_right .pro_speaker > div .speaker_txt {
  width: calc(100% - 135px);
}

.pro_box01 {
  background: #fffaeb;
  border: 5px solid #ffcb03;
}
.pro_box01 .pro_ttl {
  border-bottom: 3px solid #ffcb03;
  color: #ffcb03;
}
.pro_box01 .box_ttl {
  color: #ffcb03;
}

.pro_box02 {
  background: #fff3c0;
  border: 5px solid #7faa53;
}

.box_btn {
  background: #4471c4;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box_btn {
    display: block;
  }
}
.box_btn:hover {
  color: #4471c4;
  background: #fff;
  transition: 0.3s;
}

.pro_box_l {
  background: #fff;
  overflow: hidden;
  padding: 40px;
  border: 16px solid #f5f5f0;
}
@media screen and (max-width: 767px) {
  .pro_box_l {
    padding: 20px 15px;
  }
}
.pro_box_l .l_time {
  border-bottom: 3px solid #7faa53;
  font-size: 1.875em;
  color: #7faa53;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pro_box_l .l_time {
    font-size: 1.25em;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.pro_box_l .l_time img {
  width: 33px;
  height: 33px;
  margin: 12px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .pro_box_l .l_time img {
    width: 25px;
    height: 25px;
    margin: 5px 5px 0 0;
  }
}
.pro_box_l_left {
  width: 40%;
  margin-right: 3%;
  float: left;
}
@media screen and (max-width: 767px) {
  .pro_box_l_left {
    width: 100%;
    margin: 0 0 3% 0;
    float: inherit;
  }
}
.pro_box_l_right {
  width: 57%;
  float: right;
}
@media screen and (max-width: 767px) {
  .pro_box_l_right {
    width: 100%;
    float: inherit;
  }
}
.pro_box_l .box_l_ttl {
  font-size: 2.06em;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro_box_l .box_l_ttl {
    font-size: 1.5em;
    margin: 15px 0 10px;
  }
}
.pro_box_l .txt_box_l {
  font-weight: 700;
  color: #7faa53;
  margin-bottom: 10px;
}

.box_ttl {
  color: #7faa53;
  font-size: 1.75em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box_ttl {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
}

.table_area {
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .table_area {
    padding: 20px 15px;
  }
}
.table_area .sec03_bg01 {
  position: absolute;
  content: "";
  left: -180px;
  top: 130px;
  max-width: 153px;
}
@media screen and (max-width: 1300px) {
  .table_area .sec03_bg01 {
    left: -18px;
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .table_area .sec03_bg01 {
    top: 0;
    bottom: -100px;
    max-width: 80px;
    display: none;
  }
}
.table_area .sec03_bg02 {
  position: absolute;
  content: "";
  right: -180px;
  bottom: 180px;
  max-width: 153px;
}
@media screen and (max-width: 1300px) {
  .table_area .sec03_bg02 {
    bottom: -70px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .table_area .sec03_bg02 {
    bottom: 0px;
    max-width: 80px;
    right: 0;
    display: none;
  }
}

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

.voice_area {
  background: #f5f5f0;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .voice_area {
    padding: 20px 15px;
  }
}
.voice_area .list_voice li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice li {
    display: block;
    clear: both;
    overflow: hidden;
  }
}
.voice_area .list_voice li:last-child {
  margin-bottom: 0;
}
.voice_area .list_voice li .left {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice li .left {
    width: 50%;
  }
}
.voice_area .list_voice li .right {
  width: 73%;
  margin-left: 7%;
  background: #fff;
  font-size: 1rem;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice li .right {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 1rem;
    padding: 15px;
  }
}
.voice_area .list_voice li .right:before {
  position: absolute;
  content: "";
  background: url(../images/voice_fuki.png) no-repeat center/contain;
  width: 79px;
  height: 81px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -49px;
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice li .right:before {
    width: 49px;
    height: 51px;
    top: unset;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(64deg);
  }
}
.voice_area .list_voice .list02 {
  flex-flow: inherit;
}
.voice_area .list_voice .list02 .right {
  width: 73%;
  margin: 0 7% 0 0;
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice .list02 .right {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.voice_area .list_voice .list02 .right:before {
  left: unset;
  right: -49px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .voice_area .list_voice .list02 .right:before {
    width: 49px;
    height: 51px;
    top: unset;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(64deg);
  }
}
.voice_area .list_voice .list02 .left {
  float: right;
}

.list_flow {
  max-width: 880px;
  margin: 0 auto;
}
.list_flow li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    padding-bottom: 20px;
  }
}
.list_flow li::after {
  content: "";
  position: absolute;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #7faa53;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_flow li::after {
    width: calc(100% - 60px);
  }
}
.list_flow li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  background-color: #7faa53;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .list_flow li strong {
    width: 44px;
    margin-right: 16px;
  }
}
.list_flow li strong .step_date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 2px 0;
  color: #fff;
  font-size: 1rem;
}
.list_flow li strong .step_date::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-color: #fff8df;
}
.list_flow li strong::before, .list_flow li strong::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 0 none;
  border-top: 30px solid #7faa53;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_flow li strong::before, .list_flow li strong::after {
    border-width: 22px;
    border-top-width: 20px;
  }
}
.list_flow li strong::after {
  border-top-color: #7faa53;
  top: 100%;
}
.list_flow li strong .step_num {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .list_flow li strong .step_num {
    font-size: 1em;
  }
}
.list_flow li strong .step_num::after {
  content: attr(data-num);
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.71em;
}
.list_flow li .step_box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .list_flow li .step_box {
    width: calc(100% - 60px);
    padding: 0px 15px 0 0;
  }
}
.list_flow li .step_box .image {
  width: 32.4%;
}
@media screen and (max-width: 767px) {
  .list_flow li .step_box .image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.list_flow li .step_box .text {
  width: 67.6%;
  padding-left: 30px;
  font-size: 0.93em;
}
@media screen and (max-width: 767px) {
  .list_flow li .step_box .text {
    width: 100%;
    padding: 0;
  }
}
.list_flow li .step_box .text .time {
  background: #7faa53;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 8px 15px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .list_flow li .step_box .text .time {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.list_flow li .step_box .text h3 {
  font-size: 1.87rem;
  margin-bottom: 0.4rem;
  color: #7faa53;
  transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
  .list_flow li .step_box .text h3 {
    font-size: 1.4rem;
  }
}
.list_flow li .step_box .text h3 .min {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 5px;
}
.list_flow li:nth-child(2) .step_num, .list_flow li:nth-child(3) .step_num {
  padding-top: 40px;
}
.list_flow li:nth-child(1)::after {
  background-color: #7faa53;
}
.list_flow li:nth-child(1) strong {
  background-color: #fbe8ac;
  color: #595959;
}
.list_flow li:nth-child(1) strong::before, .list_flow li:nth-child(1) strong::after {
  border-top: 30px solid #fbe8ac;
}
.list_flow li:nth-child(1) strong::after {
  border-top-color: #fbe8ac;
  top: 100%;
}
.list_flow li:nth-child(1) strong .step_num {
  color: #595959;
}
.list_flow li:nth-child(2)::after {
  background-color: #7faa53;
}
.list_flow li:nth-child(2) strong {
  background-color: #ffcb03;
}
.list_flow li:nth-child(2) strong::before, .list_flow li:nth-child(2) strong::after {
  border-top: 30px solid #ffcb03;
}
.list_flow li:nth-child(2) strong::after {
  border-top-color: #ffcb03;
  top: 100%;
}
.list_flow li:nth-child(2) .text .time {
  background: #98BC64;
}
.list_flow li:nth-child(2) .text h3 {
  color: #98BC64;
}
.list_flow li:nth-child(3)::after {
  background-color: #ffcb03;
}
.list_flow li:nth-child(3) strong {
  background-color: #b8ca9d;
}
.list_flow li:nth-child(3) strong::before, .list_flow li:nth-child(3) strong::after {
  border-top: 30px solid #b8ca9d;
}
.list_flow li:nth-child(3) strong::after {
  border-top-color: #b8ca9d;
  top: 100%;
}
.list_flow li:nth-child(3) .text .time {
  background: #ffcb03;
}
.list_flow li:nth-child(3) .text h3 {
  color: #ffcb03;
}
.list_flow li:nth-child(4)::after {
  background-color: #88a95e;
}
.list_flow li:nth-child(4) strong {
  background-color: #88a95e;
}
.list_flow li:nth-child(4) strong::before, .list_flow li:nth-child(4) strong::after {
  border-top: 30px solid #88a95e;
}
.list_flow li:nth-child(4) strong::after {
  border-top-color: #88a95e;
  top: 100%;
}
.list_flow li:nth-child(4) .text .time {
  background: #ffcb03;
}
.list_flow li:nth-child(4) .text h3 {
  color: #ffcb03;
}
.list_flow li:last-child::after {
  content: none;
}
.list_flow li:first-child strong::before {
  content: none;
}
.list_flow li:first-child .step_box {
  padding-top: 0;
}
.list_flow .text_box {
  position: relative;
}
.list_flow .text_box::after {
  content: "";
  position: absolute;
  width: 507px;
  height: 181px;
  background: url(../images/img_sec05_06.png) no-repeat center/contain;
  right: -60px;
  top: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .list_flow .text_box::after {
    width: 330px;
    height: 120px;
    top: calc(100% - 30px);
    right: -30px;
  }
}

.tokuten_box {
  margin: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tokuten_box {
    display: block;
  }
}
.tokuten_box .tokuten_box_left {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .tokuten_box .tokuten_box_left {
    width: 50%;
    margin: 0 auto 5%;
  }
}
.tokuten_box .tokuten_box_left img {
  width: 100%;
}
.tokuten_box .tokuten_box_right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .tokuten_box .tokuten_box_right {
    width: 100%;
  }
}
.tokuten_box .tokuten_box_right.tokuten_box2_right .title {
  padding: 25px 0;
  line-height: 1.5;
}
.tokuten_box .tokuten_box_right.tokuten_box2_right span.small {
  font-size: 0.88em;
}
.tokuten_box .title {
  font-size: 1.93rem;
  text-align: center;
  background: #7FAA53;
  color: #fff;
  line-height: 115px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tokuten_box .title {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1rem 15px;
  }
}
.tokuten_box .text {
  font-size: 1.25em;
  line-height: 2.2;
  background: #fff;
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .tokuten_box .text {
    font-size: 1rem;
    padding: 30px 15px;
  }
}

.sec07_02 .tokuten_box .text {
  font-size: 1.25em;
  line-height: 1.8;
  background: #fff;
  padding: 27px 30px;
}
@media screen and (max-width: 767px) {
  .sec07_02 .tokuten_box .text {
    font-size: 1rem;
    padding: 30px 15px;
  }
}

.event_area {
  background: #fff;
  padding: 80px;
  border: 15px solid #b3ce8e;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .event_area {
    padding: 80px 15px 40px;
    border: 8px solid #b3ce8e;
    margin-top: -112px;
  }
}

.list_event li {
  display: flex;
  border-bottom: 1px solid;
  padding: 30px 0;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .list_event li {
    display: block;
    padding: 20px 0;
    font-size: 1rem;
  }
}
.list_event li .left {
  width: 20%;
  padding-right: 2%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .list_event li .left {
    width: 100%;
  }
}
.list_event li .right {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .list_event li .right {
    width: 100%;
  }
  .list_event li .right div.sp {
    display: inline;
  }
}
.list_event li a {
  color: #2c6db6;
  border-bottom: 1px solid #2c6db6;
}
.list_event li a:hover {
  opacity: 0.85;
}
.list_event li .small {
  font-size: 0.85em;
}

.btnarea {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .btnarea {
    margin-top: 15px;
  }
}

.over_flow {
  overflow: hidden;
}

.l_attention_box {
  background: #fff;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .l_attention_box {
    padding: 20px 15px;
  }
}
.l_attention_box .list_l_attention li {
  font-size: 1.125em;
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}
.l_attention_box .list_l_attention li:last-child {
  margin-bottom: 0;
}
.l_attention_box .list_l_attention li:before {
  position: absolute;
  content: "";
  background: url(../images/l_maru.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  top: 9px;
  left: 0;
}

.bg_whitebox {
  background: #fff;
  padding: 10px;
  color: #ea0029;
}

.top_ttl {
  font-size: 2.375rem;
  text-align: center;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.7;
  margin-bottom: 40px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 15px;
  }
}
.top_ttl span {
  line-height: 1;
  display: block;
}
.top_ttl span img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl span img {
    width: 40px;
  }
}

.top_ttl03 .icon {
  line-height: 1;
  display: block;
}
.top_ttl03 .icon img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 .icon img {
    width: 40px;
  }
}
.top_ttl03 .line {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl03 .line {
    padding: 0 40px;
  }
}
.top_ttl03 .line:before, .top_ttl03 .line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl03 .line::before {
  background: url(../images/wai_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl03 .line::after {
  background: url(../images/wai_r.svg) center center/contain no-repeat;
  right: 0;
}
.top_ttl03 .ba {
  display: inline-block;
  padding: 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl03 .ba {
    padding: 0 65px;
  }
}
.top_ttl03 .ba:before, .top_ttl03 .ba::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 .ba:before, .top_ttl03 .ba::after {
    width: 50px;
    height: 80px;
  }
}
.top_ttl03 .ba::before {
  background: url(../images/balloon_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl03 .ba::after {
  background: url(../images/balloon_r.svg) center center/contain no-repeat;
  right: 0;
}

.top_ttl04 .icon {
  line-height: 1;
  display: block;
}
.top_ttl04 .icon img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl04 .icon img {
    width: 40px;
  }
}
.top_ttl04 .line {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl04 .line:before, .top_ttl04 .line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl04 .line::before {
  background: url(../images/wai_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl04 .line::after {
  background: url(../images/wai_r.svg) center center/contain no-repeat;
  right: 0;
}
.top_ttl04 .ba {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl04 .ba:before, .top_ttl04 .ba::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl04 .ba::before {
  background: url(../images/star_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl04 .ba::after {
  background: url(../images/star_r.svg) center center/contain no-repeat;
  right: 0;
}

.top_ttl02 {
  background: #fff;
  display: inline-block;
  padding: 50px 50px 0 50px;
  border-top: 15px solid #b3ce8e;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    padding: 30px 30px 0 30px;
    border-top: 8px solid #b3ce8e;
  }
}
.top_ttl02:before {
  position: absolute;
  content: "";
  border-left: 15px solid #b3ce8e;
  width: 15px;
  height: 96px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl02:before {
    border-left: 8px solid #b3ce8e;
    width: 8px;
    height: 35px;
  }
}
.top_ttl02:after {
  position: absolute;
  content: "";
  border-right: 15px solid #b3ce8e;
  width: 15px;
  height: 96px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl02:after {
    border-right: 8px solid #b3ce8e;
    width: 8px;
    height: 35px;
  }
}

.yuni {
  background: #f5f5f0;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .yuni {
    padding: 20px 15px;
  }
}

.txt_center {
  text-align: center;
}

.marker-y {
  background: linear-gradient(transparent 85%, #ffcb03 0%);
}

.txt_clr_red {
  color: #cc0000;
}

a.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.button {
  color: #fff;
  display: inline-block;
  padding: 1em;
  position: relative;
  background: #000;
}

.m0 {
  margin-bottom: 0 !important;
}

.m8 {
  margin: -8px 0 0 !important;
}

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

.m30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m30 {
    margin-bottom: 15px;
  }
}

.m22 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .m22 {
    margin-bottom: 15px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .sp_m10 {
    margin-top: 10px;
  }
}

.bg_green_top {
  background: #d5e349 !important;
}

.list_a li:last-child {
  padding: 0 !important;
}
.list_a li:before {
  content: none !important;
}

.gnavi02 {
  margin-bottom: 40px !important;
}

.arcive {
  background: #f5f5f0;
  padding: 6.25em 0;
}

.a_area01 {
  background: #fff;
  padding: 45px;
  margin-bottom: 6.25em;
}

.cp_box label:after {
  line-height: 4rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "事業内容をみる";
  transform: translate(-50%, 0);
  color: #ea0029;
  font-weight: 700;
  background: #fff url(../images/open.svg) no-repeat center 45px/15px;
}

.cp_box input:checked + label:after {
  content: "とじる";
  background: url(../images/close.svg) no-repeat center 45px/15px;
}

.cptxt01 {
  margin-bottom: 15px;
}
.cptxt01 span {
  display: block;
  font-weight: 700;
}

.cptxt02 {
  background: #f5f5f0;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.cptxt02 span {
  display: block;
  font-weight: 700;
}

.yellow {
  border: 2px solid #ffce04;
}

.blue {
  border: 2px solid #040245;
}

.gray {
  border: 2px solid #a0a0a0;
}

.txt_green2 {
  color: #7faa53 !important;
}

.txt_green {
  color: #d5e349;
  text-align: center;
  font-size: 0.8125em;
}

.txt_yellow {
  color: #ffce04;
  text-align: center;
  font-size: 0.8125em;
}

.txt_blue {
  color: #040245;
  text-align: center;
  font-size: 0.8125em;
}

.txt_gray {
  color: #a0a0a0;
  text-align: center;
  font-size: 0.8125em;
}

.movie {
  padding: 0 15px;
}

.bg_yellow {
  background: #ffce04 !important;
}

.bg_yellow2 {
  background: #fff8df !important;
}

.bg_blue {
  background: #040245 !important;
}

.bg_gray {
  background: #a0a0a0 !important;
}

.a_btn_green {
  color: #d5e349;
  font-weight: 700;
}

.a_btn_yellow {
  color: #ffce04;
  font-weight: 700;
}

.a_btn_blue {
  color: #040245;
  font-weight: 700;
}

.a_btn_gray {
  color: #a0a0a0;
  font-weight: 700;
}

.yellow_b {
  border-left: 2px solid #ffce04 !important;
  border-right: 2px solid #ffce04 !important;
  border-bottom: 2px solid #ffce04 !important;
}

.blue_b {
  border-left: 2px solid #040245 !important;
  border-right: 2px solid #040245 !important;
  border-bottom: 2px solid #040245 !important;
}

.gray_b {
  border-left: 2px solid #a0a0a0 !important;
  border-right: 2px solid #a0a0a0 !important;
  border-bottom: 2px solid #a0a0a0 !important;
}

.ac_cat {
  background: #d5e349;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  padding: 4.5px;
  margin: -1px 0 17px -1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ac_cat {
    font-size: 0.9rem;
    padding: 1px;
  }
}

.a_01 .accordion_area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.a_01 .accordion_area .accordion_one._flex {
  width: 22%;
  margin: 0 4% 2.5% 0;
}
@media screen and (max-width: 1300px) {
  .a_01 .accordion_area .accordion_one._flex {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .a_01 .accordion_area .accordion_one._flex {
    width: 49%;
    margin: 0 2% 4% 0;
  }
}
.a_01 .accordion_one .accordion_header {
  background-color: #fff;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  padding: 0 0 50px;
  border-left: 2px solid #d5e349;
  border-right: 2px solid #d5e349;
  border-bottom: 2px solid #d5e349;
}
.a_01 .accordion_one .accordion_header:before {
  position: absolute;
  content: "事業内容を見る";
  background: #fff;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #ea0029;
}
.a_01 .accordion_one .accordion_header:after {
  position: absolute;
  content: "";
  background: url(../images/open.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.a_01 .accordion_header.open {
  border-bottom: unset !important;
}
.a_01 .accordion_header.open:before {
  content: "とじる";
}
.a_01 .accordion_header.open:after {
  background: url(../images/close.svg) no-repeat center/contain;
}

.a_01 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  border-left: 2px solid #d5e349;
  border-right: 2px solid #d5e349;
  border-bottom: 2px solid #d5e349;
  font-size: 0.75em;
  padding: 0 10px 15px;
}

.a_01 .accordion_one .accordion_inner .box_one {
  background: #fff;
  height: 100%;
}

.a_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .sp_mr0 {
    margin-right: 0 !important;
  }
}

.m8 {
  margin: -13px 0 0 !important;
  line-height: 1.5;
}

.about_box {
  max-width: 958px;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_box {
    margin: 60px auto 40px;
  }
}
.about_box .ttl {
  text-align: center;
  color: #7faa53;
  font-size: 1.6875em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_box .ttl img {
  width: 72px;
}
.about_box .ttl span:nth-of-type(2) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .about_box .ttl {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.5em;
    line-height: 2;
  }
}
.about_box .ttl span {
  position: relative;
  display: block;
}
.about_box .txt_area {
  position: relative;
  background: #f5f5f0;
  padding: 40px;
}
.about_box .txt_area span {
  display: block;
  margin-bottom: 10px;
  color: #7faa53;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .about_box .txt_area span {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .about_box .txt_area {
    padding: 30px 15px 60px;
    display: block;
  }
}
.about_box .txt_area::before, .about_box .txt_area::after {
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about_box .txt_area::before, .about_box .txt_area::after {
    width: 80px;
    height: 80px;
  }
}
.about_box .txt_area::before {
  top: -50px;
  left: -80px;
  background-image: url(../images/about_side01.svg);
}
@media screen and (max-width: 767px) {
  .about_box .txt_area::before {
    top: auto;
    bottom: -35px;
    left: 20%;
  }
}
.about_box .txt_area::after {
  right: -70px;
  bottom: -50px;
  background-image: url(../images/about_side02.svg);
}
@media screen and (max-width: 767px) {
  .about_box .txt_area::after {
    top: auto;
    bottom: -35px;
    right: 20%;
  }
}

.movie_box {
  max-width: 958px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie_box {
    margin: 0 auto 40px;
  }
}
.movie_box .ttl {
  text-align: center;
  color: #7faa53;
  font-size: 1.6875em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie_box .ttl img {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .movie_box .ttl {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.5em;
    line-height: 2;
  }
}
.movie_box .ttl span:nth-of-type(2) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .movie_box .ttl span:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
}
.movie_box .movie_area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie_box .movie_area video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.tsunagaru_box {
  padding: 80px 10px;
  background: #f5f5ef;
}
.tsunagaru_box .ttl_tsunagaru {
  margin-bottom: 40px;
}
.tsunagaru_box .ttl_tsunagaru img {
  width: 90%;
  max-width: 394px;
}
.tsunagaru_box .tsunagaru_text {
  margin-bottom: 30px;
}
.tsunagaru_box .tsunagaru_text:last-child {
  margin-bottom: 0;
}
.tsunagaru_box .tsunagaru_link {
  position: relative;
  margin: 40px auto 0;
  border: solid 2px #7FAA53;
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 410px;
  padding: 15px 20px;
  text-align: center;
  color: #7FAA53;
  font-weight: bold;
}
.tsunagaru_box .tsunagaru_link img {
  width: 30px;
  margin-right: 5px;
}
.tsunagaru_box .tsunagaru_link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(../images/icon_arrow_right_blue.svg);
}
@media screen and (max-width: 767px) {
  .tsunagaru_box .tsunagaru_link {
    padding: 15px 0;
  }
  .tsunagaru_box .tsunagaru_link::after {
    right: 10px;
  }
}
@media (any-hover: hover) {
  .tsunagaru_box .tsunagaru_link {
    transition: opacity 0.3s;
  }
  .tsunagaru_box .tsunagaru_link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .tsunagaru_box {
    padding: 60px 10px;
  }
  .tsunagaru_box .tsunagaru_text {
    font-size: 0.933rem;
  }
}