@charset "UTF-8";
/* ---------------------------------------------
@mixin
--------------------------------------------- */
/* ------------------------------------------ File Information
 Author:         m-sato @usen-next
 Style Info:     ブラウザスタイルのリセット
----------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
nav,
section,
article {
  margin: 0px;
  padding: 0px;
}

html,
body {
  color: #646464;
  line-height: 1.8;
  word-break: break-all;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Osaka, sans-serif;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: 100%;
  font-weight: 200;
  -webkit-text-size-adjust: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  html {
    font-weight: normal;
    font-size: 16px;
  }
}

body {
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
header,
footer,
nav,
section,
article,
a,
p,
blockquote,
span,
header,
footer,
nav,
section,
article,
input,
button {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  color: #646464;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.8;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  a {
    font-weight: normal;
    font-size: 16px;
  }
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #646464;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.8;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    font-size: 16px;
  }
}

/* ---------------------------------------------
	hr
--------------------------------------------- */
hr {
  display: none;
}

/* ---------------------------------------------
	font style
--------------------------------------------- */
sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

/* ------------------------------------------ File Information
 Author:         m-sato @usen-next
 Style Info: 基本レイアウト
 ----------------------------------------------------------- */
.l-bodyWrap {
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  clear: both;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-bodyWrap {
    width: 100%;
  }
}
.l-bodyWrap__contents {
  margin: 0 auto;
  text-align: center;
}

/* clearfix ************************/
.clearfix {
  clear: both;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: common
 ----------------------------------------------------------- */
.c-h2title {
  text-align: center;
  color: #646464;
  font-weight: bold;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  margin-top: 64px;
}
.c-h2title span {
  font-size: 18px;
  display: block;
  color: #1E9F1E;
}
.c-h2title:before {
  content: "";
  width: 80px;
  height: 2px;
  margin: auto;
  background-color: #1E9F1E;
  top: -16px;
  right: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .c-h2title {
    font-size: 34px;
  }
  .c-h2title span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-h2title {
    font-size: 28px;
    margin-top: 32px;
  }
  .c-h2title span {
    font-size: 13px;
  }
  .c-h2title:before {
    width: 40px;
  }
}

.c-h3title {
  color: #646464;
  font-weight: normal;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  padding-left: 16px;
  margin-top: 64px;
  line-height: 1.2;
  position: relative;
}
.c-h3title:before {
  content: "";
  width: 2px;
  height: 100%;
  margin: auto;
  background-color: #1E9F1E;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-h3title {
    font-size: 20px;
  }
}

.c-text {
  margin-top: 64px;
}

.c-textMidashi {
  margin-top: 64px;
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .c-textMidashi {
    font-size: 20px;
  }
}

.c-table {
  margin-top: 40px;
  width: 100%;
}
.c-table td {
  padding: 16px 24px;
}
.c-table__th {
  background: rgba(112, 112, 112, 0.1);
  font-weight: bold;
}
.c-table__tdm {
  background: rgba(30, 159, 30, 0.1);
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .c-table__tdm {
    width: auto;
  }
}
.c-table__td {
  background: rgba(112, 112, 112, 0.1);
}

.c-body {
  max-width: 1280px;
  width: 100%;
  margin: 240px auto 180px auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .c-body {
    margin: 140px auto 180px auto;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-body {
    margin: 140px auto 180px auto;
    padding: 0 16px;
  }
}

.c-dlList {
  margin-top: 64px;
  padding: 40px 20px;
  background: rgba(30, 159, 30, 0.2);
  border: #1E9F1E 2px double;
  clear: both;
}
.c-dlList dt {
  font-weight: bold;
}

.c-menuList {
  margin-top: 160px;
}

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

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

.c-imgR {
  width: 30%;
  float: right;
  border: 1px solid #f1f1f1;
  margin-left: 24px;
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-imgR {
    width: 80%;
    float: none;
    margin: 16px auto;
    display: block;
  }
}

.c-imgC {
  width: 100%;
  border: 1px solid #f1f1f1;
  margin-top: 64px;
}

.c-imgL {
  width: 30%;
  float: left;
  border: 1px solid #1E9F1E;
  margin-right: 24px;
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-imgL {
    width: 80%;
    float: none;
    margin: 16px auto;
    display: block;
  }
}

.c-tableR {
  width: 64%;
  float: right;
  margin-left: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-tableR {
    width: 100%;
    float: none;
    margin: 16px auto;
    display: block;
  }
}

.c-map {
  margin-top: 64px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-btn {
  margin: 64px auto 0 auto;
  border: 1px solid #1E9F1E;
  height: 60px;
  line-height: 58px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-size: 24px;
}
.c-btn a {
  background-color: rgba(30, 159, 30, 0.4);
  font-size: 24px;
  height: 60px;
  line-height: 58px;
  text-decoration: none;
  display: block;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: header
 ----------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-top: #1E9F1E 2px solid;
}
@media only screen and (max-width: 1219px) {
  .l-header {
    background-color: #ffffff;
    transition: transform 0.3s;
    height: 80px;
    box-shadow: 0px 0px 15px -1px #101112;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header {
    background-color: #ffffff;
    transition: transform 0.3s;
    height: 80px;
    box-shadow: 0px 0px 15px -1px #101112;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}
.l-header__inner {
  background-color: #ffffff;
  height: 160px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__inner {
    height: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px 0 10px;
    height: 50px !important;
  }
}
.l-header__topWrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-header__tell {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__tell {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__tell {
    display: none;
  }
}
.l-header__dis {
  font-size: 14px;
}
.l-header__tellNum {
  font-size: 36px;
  line-height: 1;
  color: #1E9F1E;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
.l-header__menu {
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
}
.l-header__menu li {
  margin-left: 16px;
  position: relative;
  text-align: center;
  width: 16.6666%;
}
.l-header__menu li a {
  color: #646464;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}
.l-header__menu li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1E9F1E;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.l-header__menu li a:hover::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 1219px) {
  .l-header__menu li a {
    color: #646464;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__menu {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  .l-header__menu li {
    margin: 0;
    width: 100%;
  }
  .l-header__menu li a {
    text-align: center;
    color: #646464;
    display: block;
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
  }
  .l-header__menu li:first-child {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__menu {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  .l-header__menu li {
    margin: 0;
    width: 100%;
  }
  .l-header__menu li a {
    text-align: center;
    color: #646464;
    display: block;
    font-size: 20px;
    line-height: 3;
    font-weight: bold;
  }
  .l-header__menu li:first-child {
    padding-top: 20px;
  }
}
.l-header__child {
  width: 250px;
  right: 0;
  position: absolute;
}
.l-header__child li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.l-header__child li a {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 2.8rem;
}
.l-header__child li a:last-child {
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__child {
    border: none;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__child {
    border: none;
    display: none;
  }
}
.l-header__sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__sp {
    display: block;
  }
  .l-header__sp a {
    width: 100%;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__sp {
    display: block;
  }
  .l-header__sp a {
    width: 100%;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
  }
}
.l-header__logo {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #1E9F1E;
  margin-top: 32px;
  margin-left: 16px;
  font-weight: bold;
}
.l-header__logo a {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  color: #1E9F1E;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 24px;
    margin-top: 0;
    margin-left: 0;
  }
  .l-header__logo a {
    font-size: 24px;
  }
}
.l-header__btnTrigger {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-header__btnTrigger {
    display: block;
    position: absolute;
    width: 44px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    margin: -3px 0 0 -5px;
    top: 32px;
    right: 16px;
    margin: 0;
  }
  .l-header__btnTrigger span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    transition: 0.35s ease-in-out;
    left: 6px;
    top: 12px;
  }
  .l-header__btnTrigger span:nth-child(2) {
    top: 22px;
  }
  .l-header__btnTrigger span:last-child {
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__btnTrigger {
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 44px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    margin: -3px 0 0 -5px;
    top: 0;
    right: 5px;
    margin: 0;
  }
  .l-header__btnTrigger span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    transition: 0.35s ease-in-out;
    left: 6px;
    top: 12px;
  }
  .l-header__btnTrigger span:nth-child(2) {
    top: 22px;
  }
  .l-header__btnTrigger span:last-child {
    top: 32px;
  }
}

.l-header__service:hover ul li {
  height: 3rem;
  overflow: visible;
}

/*固定後*/
.shadow {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.shadow .l-header__inner {
  background-color: #fff;
  height: 160px;
  box-shadow: 0px 0px 15px -1px #101112;
}
.shadow .l-header__right li a {
  color: #646464;
}
.shadow .l-header__right li a:after {
  background: #646464;
}
.shadow .l-header__right li .l-header__btn {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .shadow .l-header__inner {
    height: 50px;
  }
}

/*close*/
.active span {
  top: 20px;
  left: 6px;
  transform: rotate(-45deg);
}
.active span:nth-child(2) {
  top: 20px;
  transform: rotate(45deg);
}
.active span:last-child {
  top: 20px;
  transform: rotate(45deg);
}

.toggle {
  transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: eyecatch
 ----------------------------------------------------------- */
.l-eyecatch {
  width: 100%;
  height: 520px;
  margin-top: 160px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-eyecatch {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .l-eyecatch {
    margin-top: 50px;
    height: 320px;
  }
}
.l-eyecatch__img {
  height: 520px;
  width: 100%;
  background-image: url(../img/top/fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .l-eyecatch__img {
    height: 320px;
    background-size: 100%;
    background-image: url(../img/top/fv_sp.jpg);
  }
}
.l-eyecatch__copyWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 680px;
  height: 280px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .l-eyecatch__copyWrap {
    width: 350px;
    height: 180px;
  }
}
.l-eyecatch__copyWrap:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -13px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #DCD740 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  transform: rotate(135deg);
}
.l-eyecatch__copyWrap:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -13px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #DCD740 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  transform: rotate(316deg);
}
.l-eyecatch__text {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-eyecatch__text {
    margin-top: 50px;
    font-size: 16px;
  }
}
.l-eyecatch__text:after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 160px;
  height: 2px;
  background-color: #DCD740;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: menu
 ----------------------------------------------------------- */
.l-menu {
  width: 100%;
  background-color: rgba(30, 159, 30, 0.4);
}
.l-menu__list {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-menu__list li {
  width: 33.333333%;
  height: 60px;
  background-color: rgba(30, 159, 30, 0.6);
  position: relative;
  border: 1px solid #1E9F1E;
}
@media only screen and (max-width: 767px) {
  .l-menu__list li {
    width: 50%;
  }
}
.l-menu__list li a {
  width: 100%;
  height: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 0 0 8px;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-menu__list li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__list li a {
    font-size: 12px;
  }
}
.l-menu__list li:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;
}
.l-menu__list li:before {
  content: "";
  background: #1E9F1E;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: 3reason
 ----------------------------------------------------------- */
.l-greeting {
  margin-top: 160px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-greeting {
    margin-top: 80px;
    padding: 0 16px;
  }
}
.l-greeting__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-greeting__wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-greeting__wrap {
    display: block;
  }
}
.l-greeting__img {
  width: 20%;
  position: relative;
  margin-top: 48px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .l-greeting__img {
    width: 80%;
    margin: 0 auto;
  }
}
.l-greeting__img img {
  display: block;
  z-index: 2;
}
.l-greeting__img:before {
  content: "";
  width: 264px;
  height: 340px;
  z-index: -1;
  top: 5px;
  left: 5px;
  position: absolute;
  background: #DCD740;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-greeting__img:before {
    width: 220px;
    height: 289px;
  }
}
@media only screen and (max-width: 767px) {
  .l-greeting__img:before {
    width: 280px;
    height: 358px;
  }
}
.l-greeting__text {
  margin-right: 32px;
  margin-top: 48px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .l-greeting__text {
    width: 100%;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: cta
 ----------------------------------------------------------- */
.l-banner {
  width: 100%;
  background-color: rgba(30, 159, 30, 0.4);
  padding: 24px 16px;
  margin-top: 80px;
}
.l-banner__list {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-banner__list li {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .l-banner__list {
    display: block;
  }
  .l-banner__list li {
    width: 80%;
    margin: 16px auto 0 auto;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: .l-solution
 ----------------------------------------------------------- */
.l-price {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .l-price {
    padding: 40px 0 0 0;
  }
}
.l-price__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: .l-suport
 ----------------------------------------------------------- */
.l-access {
  padding: 80px 0 160px 0;
}
.l-access__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-access__wrap {
    padding: 0 16px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .l-access__wrap {
    display: block;
    padding: 0 16px;
  }
}
.l-access__right {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .l-access__right {
    width: 100%;
  }
}
.l-access__left {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .l-access__left {
    width: 100%;
    margin-top: 16px;
  }
}
.l-access__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.l-access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-access__map {
    width: 100%;
    margin-top: 16px;
  }
}
.l-access__name {
  font-size: 34px;
  color: #1E9F1E;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-access__name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .l-access__name {
    font-size: 20px;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: .l-faq
 ----------------------------------------------------------- */
.l-faq {
  margin: 120px auto 0 auto;
  padding-top: 80px;
  border-top: 1px solid #f1ede6;
}
@media only screen and (max-width: 767px) {
  .l-faq {
    margin: 60px auto 0 auto;
    padding-top: 40px;
  }
}
.l-faq__wrap {
  max-width: 1040px;
  width: 100%;
  margin: 32px auto 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-faq__wrap {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .l-faq__wrap {
    padding: 0 32px;
  }
}
.l-faq__col {
  margin: 10px auto 0 auto;
  padding: 24px 0 30px 0;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.l-faq__col dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
}
.l-faq__col dt span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-right: 8px;
  color: #ffffff;
  text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
.l-faq__col dd {
  border-top: 1px solid #e1e1e1;
  padding-top: 16px;
  font-size: 14px;
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
}
.l-faq__col dd a {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-faq__col {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-faq__col {
    padding: 10px;
  }
  .l-faq__col dt {
    font-size: 14px;
    padding-bottom: 8px;
    display: inline-block;
  }
  .l-faq__col dt span {
    font-size: 16px;
    margin-right: 8px;
  }
  .l-faq__col dd {
    padding-top: 8px;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: .l-footer
 ----------------------------------------------------------- */
.l-footer {
  background-color: rgba(30, 159, 30, 0.6);
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__right {
  width: 48%;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
    border-right: none;
  }
}
.l-footer__name {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-footer__name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 24px;
  }
}
.l-footer__img {
  float: left;
  width: 14%;
  margin: 0 16px 0 0;
}
.l-footer__tell {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-footer__tell {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__tell {
    font-size: 24px;
  }
}
.l-footer__text {
  font-size: 24px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-footer__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 14px;
  }
}
.l-footer__left {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 16px;
  }
}
.l-footer__list li {
  margin: 0 24px;
}
.l-footer__list li a {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-footer__list li a {
    font-size: 14px;
  }
}

.l-bfooter {
  padding: 40px 0;
  background: #1E9F1E;
}
@media only screen and (max-width: 767px) {
  .l-bfooter {
    padding: 20px 0;
  }
}
.l-bfooter__copy {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-bfooter__copy {
    font-size: 10px;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: privacy
 ----------------------------------------------------------- */
.l-privacy {
  padding: 80px 0 160px 0;
}
.l-privacy__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 70px auto 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-privacy__wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-privacy__wrap {
    padding: 0 16px;
  }
}
.l-privacy__col {
  margin: 36px auto 0 auto;
  padding: 24px 0 0 0;
}
.l-privacy__col dd {
  padding-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-privacy__col {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-privacy__col {
    padding: 10px;
  }
  .l-privacy__col dd {
    padding-top: 8px;
  }
}
.l-privacy__right {
  text-align: right;
  margin: 64px 0 0 0;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: totop
 ----------------------------------------------------------- */
.l-toTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1000;
  width: 50px;
  width: 50px;
  height: 50px;
  background-color: #1E9F1E;
  border-radius: 10px;
  cursor: pointer;
}
.l-toTop:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-toTop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .l-toTop {
    right: 20px;
    bottom: 20px;
    width: 30px;
    width: 30px;
    height: 30px;
  }
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: totop
 ----------------------------------------------------------- */
.l-toTell {
  display: none;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .l-toTell {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 64px;
    background-color: #1E9F1E;
    text-align: center;
  }
}
.l-toTell__dis {
  color: #ffffff;
  font-size: 10px;
}
.l-toTell__tellNum {
  color: #ffffff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1;
}
.l-toTell__tellNum a {
  color: #ffffff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

/* ------------------------------------------ File Information
 Author:         mak-sato @usen-next
 Style Info: 3reason
 ----------------------------------------------------------- */
.l-news {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-news {
    margin-top: 40px;
    padding: 0 16px;
  }
}
.l-news__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .l-news__wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-news__wrap {
    display: block;
  }
}
.l-news__info {
  border: 1px double #1E9F1E;
  background-color: rgba(30, 159, 30, 0.4);
  padding: 32px;
  margin: 64px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-news__info {
    margin: 32px auto 0 auto;
  }
}
.l-news__info span {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */