@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* スマホスタイル */
.visible-sp-block,
.visible-sp-inline,
br.sp {
  display: none !important;
}

html {
  font-size: 10px;
  font-size: 6.25%;
}

body {
  min-width: 1000px;
  background: url(../images/common/bg_left.png) no-repeat left top, url(../images/common/bg_right.png) no-repeat right bottom 400px, url(../images/common/bg.png) center top;
  font-size: 16rem;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
}
@media screen and (min-width: 1367px) {
  body {
    background-size: auto, auto, 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
}

em,
strong {
  font-weight: inherit;
  font-style: inherit;
}

form {
  display: inline;
}

ul.none,
ol.none {
  list-style-type: none;
}
ul.fa_list li:before,
ol.fa_list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
ul li,
ol li {
  margin: 0px;
  padding: 0px;
}
ul.icon li,
ol.icon li {
  text-indent: -20px;
  margin-left: 20px;
}
ul.icon li:before,
ol.icon li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #006432;
}

img {
  max-width: 100%;
}

/* 標準アニメーション準備 */
.ani {
  transition: 1.4s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ani.ani_fade {
  opacity: 0;
}
.ani.ani_fade.move {
  opacity: 1;
}
.ani.ani_fadeup {
  opacity: 0;
  position: relative;
  transform: translateY(30px);
}
.ani.ani_fadeup.move {
  opacity: 1;
  transform: translateY(0);
}
.ani.ani_fadedown {
  opacity: 0;
  position: relative;
  top: -100px;
}
.ani.ani_fadedown.move {
  opacity: 1;
  top: 0;
}
.ani.ani_rightleft {
  opacity: 0;
  position: relative;
  right: -100px;
}
.ani.ani_rightleft.move {
  opacity: 1;
  right: 0;
}
.ani.ani_leftright {
  opacity: 0;
  position: relative;
  left: -100px;
}
.ani.ani_leftright.move {
  opacity: 1;
  left: 0;
}
.ani.ani_blur {
  opacity: 0;
  filter: blur(10px);
}
.ani.ani_blur.move {
  opacity: 1;
  filter: blur(0);
}
.ani.ani_blurzoom {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1);
  transition: 0.5s all ease-out;
}
.ani.ani_blurzoom.move {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.ani.ani_expand {
  opacity: 0;
  letter-spacing: -1em;
  font-size: 30rem;
  position: relative;
  left: -30px;
  transition: 0.5s all ease-out;
}
.ani.ani_expand.move {
  letter-spacing: 0em;
}
.ani.ani_expand.move {
  opacity: 1;
  left: 0px;
}

.img_wipe {
  position: relative;
  top: 0;
  left: 0;
}
.img_wipe::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c7b6aa;
  content: "";
  transition: all 0.3s ease-out;
}
.img_wipe.wipe_open::before {
  width: 0;
}

.ani_wipe {
  position: relative;
  top: 0;
  left: 0;
}
.ani_wipe::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c7b6aa;
  content: "";
  transition: all 0.3s ease-out;
}
.ani_wipe.move::before {
  width: 0;
}

.ani_rotateopen {
  text-align: center;
}
.ani_rotateopen img {
  width: 0;
  height: 100%;
  transition: all 0.3s ease-out;
}
.ani_rotateopen.move img {
  width: 100%;
}

.ani_float {
  position: relative;
  top: 30px;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
  transition-delay: 0.2s;
}
.ani_float.move {
  top: 0px;
  opacity: 1;
}

.section {
  /* 先頭のsection : 上部paddingが広い（通常の2倍） */
  /* 末尾のsection : 下部paddingが広い（通常の2倍） */
  /* 色付きセクション */
  /* セクション内ブロック */
}
.section.section_first {
  padding-top: 100px;
}
.section.section_end {
  padding-bottom: 100px;
}
.section.section_odd {
  background-color: #e9eee4;
}
.section.section_tilt_l {
  padding: 100px 0;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
          clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.section.section_tilt_r {
  padding: 100px 0;
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
          clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}
.section .section__description {
  margin-bottom: 60px;
}
.section .section__block {
  margin: 60px 0;
}
.section .section__block:first-child {
  margin-top: 0;
}
.section .section__block:last-child {
  margin-bottom: 0;
}
.section .section__group {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 0;
}
.section .section__group .group__label {
  font-weight: bold;
}

.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.cms p {
  margin: 0px;
}

.flexiblebox {
  position: relative;
}
.flexiblebox:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}
.flexiblebox .flexiblebox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flexbox_list {
  /* Safari */
  display: flex;
  /* Safari */
  flex-wrap: wrap;
  /* Safari */
  justify-content: space-between;
}
.flexbox_list.list_reverse {
  flex-direction: row-reverse;
}

.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.lines-on-sides span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.lines-on-sides.sides_left {
  text-align: left;
}
.lines-on-sides.sides_left span {
  padding-left: 0;
}
.lines-on-sides.sides_right {
  text-align: right;
}
.lines-on-sides.sides_right span {
  padding-right: 0;
}

/* ボールド */
.f_bold {
  font-weight: bold;
  font-family: "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 明朝体 */
.f_mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* サンセリフ体 */
.f_sserif {
  font-family: "Outfit", "Open Sans", sans-serif;
}

/* セリフ体 */
.f_serif {
  font-family: "Times New Roman", serif;
}

/* 数字 */
.f_number {
  font-family: "Times New Roman", serif;
}

/* fontawesome の配置 */
.icon-left {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 45px;
}
.icon-left:before {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  left: 15px;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.icon-after:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.icon-right {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 45px;
}
.icon-right:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  right: 15px;
}

.col-last {
  margin-right: 0;
}

/* 吹き出し */
.fukidashi {
  display: inline-block;
  background-color: #333;
  border-radius: 5px;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  color: #fff;
}
.fukidashi:after {
  border: 10px solid transparent;
  border-right-color: #333;
  border-left-width: 0;
  left: -10px;
  content: "";
  display: block;
  top: 10px;
  position: absolute;
  width: 0;
}

table.visual {
  border: 1px solid #aaa;
  width: 100%;
  text-align: left;
}
table.visual td,
table.visual th {
  padding: 15px 15px;
}
table.visual thead tr {
  border-bottom: 2px solid #000;
  background-color: #f5f5f5;
}
table.visual thead tr th {
  text-align: center;
}
table.visual tfoot {
  border-top: 2px solid #CCC;
  background-color: #f5f5f5;
}
table.visual tbody tr {
  border-bottom: 1px solid #aaa;
}
table.visual tbody tr th {
  background-color: #f5f5f5;
}

ul#breadcrumbs {
  width: 96%;
  max-width: 1080px;
  margin: 32px auto 0;
  color: #989898;
  list-style: none;
  font-size: 14rem;
  line-height: 1.5;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul#breadcrumbs li a {
  color: currentColor;
  font-weight: bold;
  text-decoration: none;
}
ul#breadcrumbs li a:hover {
  text-decoration: underline;
}
ul#breadcrumbs li::after {
  content: "｜";
  padding: 0 2px;
}
ul#breadcrumbs li:last-of-type::after {
  content: none;
}
ul#breadcrumbs li.home img {
  height: 1.5em;
  vertical-align: middle;
  margin-top: -4px;
}
ul#breadcrumbs li.home:before {
  content: "";
  margin: 0;
}

.pagination {
  text-align: center;
}
.pagination .nav-links {
  margin: 60px 0 0 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  width: 45px;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  line-height: 45px;
  background: #fff;
  color: #333;
  border-radius: 2em;
  font-weight: bold;
}
.pagination span.current,
.pagination a.current {
  background-color: #f0922d;
  color: #fff;
}
.pagination span.navi_ctrl,
.pagination a.navi_ctrl {
  border: none;
  background: #ffffff no-repeat center;
  background-size: 18px auto;
  width: 20px;
  height: 45px;
  vertical-align: middle;
  margin-top: -4px;
}
.pagination span.navi_ctrl.navi_first,
.pagination a.navi_ctrl.navi_first {
  background-image: url(../images/common/icons/navi_first.svg);
}
.pagination span.navi_ctrl.navi_prev,
.pagination a.navi_ctrl.navi_prev {
  background-image: url(../images/common/icons/navi_prev.svg);
}
.pagination span.navi_ctrl.navi_next,
.pagination a.navi_ctrl.navi_next {
  background-image: url(../images/common/icons/navi_next.svg);
}
.pagination span.navi_ctrl.navi_end,
.pagination a.navi_ctrl.navi_end {
  background-image: url(../images/common/icons/navi_end.svg);
}
.pagination span.prev, .pagination span.next, .pagination span.dots,
.pagination a.prev,
.pagination a.next,
.pagination a.dots {
  background: transparent;
}
.pagination span.prev img, .pagination span.next img, .pagination span.dots img,
.pagination a.prev img,
.pagination a.next img,
.pagination a.dots img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 10px;
}
.pagination span.prev img,
.pagination a.prev img {
  transform: scale(-1, 1);
}
.pagination span.dots,
.pagination a.dots {
  position: relative;
  top: -5px;
}

input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

input {
  padding: 10px;
  font-size: 15rem;
}
input.long {
  width: 840px;
}
input.middle {
  width: 420px;
}
input.short {
  width: 120px;
}
input.mini {
  width: 80px;
}
input[type=button], input[type=submit] {
  cursor: pointer;
  transition: all 0.4s;
}
input::-moz-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

select {
  padding: 4px 10px;
  height: 45px;
}

textarea {
  padding: 15px 10px;
  line-height: 1.5em;
}
textarea.larget {
  width: 100%;
  height: 250px;
}
textarea.middle {
  width: 100%;
  height: 250px;
}
textarea.small {
  width: 100%;
  height: 250px;
}
textarea::-moz-placeholder {
  color: #ccc;
}
textarea::placeholder {
  color: #ccc;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  background: url(../images/common/icon_slide.svg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
  z-index: 5;
  transition: background 0.5s;
}
.slick-slider .slick-next:focus,
.slick-slider .slick-prev:focus {
  background: url(../images/common/icon_slide.svg) no-repeat;
  background-size: 100%;
}
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
  background: url(../images/common/icon_slide_hover.svg) no-repeat;
  background-size: 100%;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: none;
}
.slick-slider .slick-next {
  right: -30px;
  transform: unset;
}
.slick-slider .slick-prev {
  left: -30px;
  transform: scale(-1, 1);
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li.slick-active button {
  background: #818181;
}
.slick-dots li button {
  border-radius: 10px;
  width: 15px;
  height: 15px;
  background: #dddddd;
}
.slick-dots li button:before {
  content: none;
}

header#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  height: 70px;
  padding: 0 16px;
  align-items: center;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
header#header .header__logo {
  line-height: 1;
}

#fix__button {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 60px;
  z-index: 1000;
}
#fix__button a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  padding-top: 30px;
  background-color: #f0922d;
  border: 2px solid #f0922d;
  border-radius: 50%;
  color: #fff;
  font-size: 18rem;
  letter-spacing: 0.06em;
  line-height: 1.33;
  text-decoration: none;
  text-align: center;
}
#fix__button a:hover {
  background: #fff;
  color: #f0922d;
}
#fix__button a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  display: block;
  width: 0;
  height: 20px;
  margin: 0 auto;
  border-left: 2px solid currentColor;
}
#fix__button a .f_sserif {
  display: block;
  margin-bottom: 6px;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#globalnavi a {
  text-decoration: none;
}
#globalnavi .dropdown {
  z-index: 597;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  font-size: 14rem;
  align-items: center;
}
#globalnavi .dropdown li,
#globalnavi .dropdown .gnavi__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
#globalnavi .dropdown li {
  position: relative;
  margin: 0 10px;
  line-height: 1.5;
}
#globalnavi .dropdown li.contact {
  width: 150px;
  margin: 0;
  text-align: center;
}
#globalnavi .dropdown li.contact a {
  padding: 10px;
  background-color: #f0922d;
  border: 2px solid #f0922d;
  border-radius: 100vmax;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 18rem;
  font-weight: 600;
}
#globalnavi .dropdown li.contact a::after {
  content: none;
}
#globalnavi .dropdown li.contact a:hover {
  background: #fff;
  color: #f0922d;
}
#globalnavi .dropdown li.row2 a,
#globalnavi .dropdown li.row2 span,
#globalnavi .dropdown li.row2 .gmenu_menu {
  line-height: 1.3em;
  padding: 0.7em 0;
}
#globalnavi .dropdown li a,
#globalnavi .dropdown li span,
#globalnavi .dropdown li .gmenu_menu {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1em;
  color: #006432;
  font-weight: bold;
  padding: 12px 0;
}
#globalnavi .dropdown li a:hover::after,
#globalnavi .dropdown li span:hover::after,
#globalnavi .dropdown li .gmenu_menu:hover::after {
  width: 100%;
}
#globalnavi .dropdown li a::after,
#globalnavi .dropdown li span::after,
#globalnavi .dropdown li .gmenu_menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-bottom: 2px solid;
  transition: width 0.5s;
}
#globalnavi .dropdown li .gnavi__sub {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 10px;
  background-color: #fff;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 220px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
}
#globalnavi .dropdown li .gnavi__sub li {
  width: 100%;
  float: none;
  line-height: 50px;
  height: auto;
}
#globalnavi .dropdown li .gnavi__sub li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#globalnavi .dropdown li .gnavi__sub li.dir {
  background: url(../images/common/icons/right-arrow_gray.png) no-repeat center right 15px;
  background-size: 7px auto;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right {
  top: 0;
  left: 220px;
  padding: 15px 0;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li {
  border: none;
  line-height: 2em;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li a {
  line-height: 2.5em;
}
#globalnavi .dropdown li .gnavi__sub a {
  line-height: 3em;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
}
#globalnavi .dropdown li.hover, #globalnavi .dropdown li:hover {
  z-index: 599;
  cursor: default;
}
#globalnavi .dropdown li:hover > .gnavi__sub {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  top: 100%;
}
#globalnavi .dropdown li:hover > .gnavi__sub a {
  line-height: 4em;
}
#globalnavi .dropdown li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}
#globalnavi .dropdown li.rtl ul ul {
  top: 1px;
  right: 99%;
  left: auto;
}
#globalnavi.gnavi_wide li {
  position: static;
}

#intro {
  padding-top: 100px;
}

#mainvisual_sub {
  position: relative;
  padding: 180px 0 180px;
}
#mainvisual_sub .mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(204, 224, 214, 0.5) 0%, rgba(204, 224, 214, 0.5) 80%, rgba(0, 100, 50, 0.5) 100%);
  -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
  mask-image: url(../images/common/bg_clip_bottom_big.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#mainvisual_sub .mv__bg__circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#mainvisual_sub .mv__title {
  position: relative;
  z-index: 8;
}
#mainvisual_sub .mv__title .title__main {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #006432;
  font-size: 105rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 1em;
  margin-bottom: 20px;
}
#mainvisual_sub .mv__title .title__sub {
  color: #000000;
  font-size: 26rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transition-delay: 1500ms;
  width: 100%;
  text-align: left;
}

#mainvisual {
  position: relative;
  display: flex;
  height: 400px;
  padding-top: 60px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}
#mainvisual .mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots.png) center top, #006432;
  -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
  mask-image: url(../images/common/bg_clip_bottom_big.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: 2562px;
          mask-size: 2562px;
}
#mainvisual .mv__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
#mainvisual .img__abs01 {
  position: absolute;
  right: 4%;
  bottom: -60px;
  z-index: 5;
}
#mainvisual .mv__title {
  position: relative;
  font-size: 45rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
  z-index: 1;
}
#mainvisual .mv__sub {
  position: relative;
  margin-top: 20px;
  font-size: 20rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  z-index: 1;
  font-weight: 600;
}

.page_title {
  background: #eee;
  margin: 0 0 30px 0px;
  font-size: 20rem;
  line-height: 3.5em;
}

.section__title {
  margin-bottom: 55px;
  color: #006432;
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
.section__title span {
  font-weight: bold;
}
.section__title .color {
  color: #f0922d;
}
.section__title .f_sserif {
  display: block;
  margin-top: 8px;
  color: #323232;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.section__title.color02 {
  color: #fff;
}
.section__title.color02 .color {
  color: #ffe600;
}
.section__title.color02 .f_sserif {
  color: #fff;
}
.section__title .quote {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.section__title .quote::before, .section__title .quote::after {
  content: "";
  display: block;
  position: absolute;
}
.section__title .quote::before {
  left: -64px;
  top: 16px;
  width: 40px;
  height: 35px;
  background: url(../images/common/icon_dquote01.svg);
  background-size: 100%;
}
.section__title .quote::after {
  right: -64px;
  bottom: 16px;
  width: 40px;
  height: 35px;
  background: url(../images/common/icon_dquote02.svg);
  background-size: 100%;
}
.section__title .quote.color02::before {
  background: url(../images/common/icon_dquote03.svg);
  background-size: 100%;
}
.section__title .quote.color02::after {
  background: url(../images/common/icon_dquote04.svg);
  background-size: 100%;
}
.section__title .quote.color03::before {
  background: url(../images/common/icon_dquote05.svg);
  background-size: 100%;
}
.section__title .quote.color03::after {
  background: url(../images/common/icon_dquote06.svg);
  background-size: 100%;
}

.section__lead {
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
}

.section_label {
  border-left: 3px solid #aaa;
  line-height: 2em;
  text-align: left;
  padding-left: 1em;
  font-size: 16rem;
  font-weight: bold;
}

footer#footer {
  position: relative;
  padding: 135px 0 5px;
  background: linear-gradient(to bottom, rgb(0, 100, 50) 0%, rgb(0, 75, 50) 100%);
  color: #fff;
}
footer#footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots_white.jpg) center top;
  mix-blend-mode: multiply;
}
footer#footer > * {
  position: relative;
  z-index: 1;
}
footer#footer .flexbox_list {
  align-items: center;
}
footer#footer .footer__logo {
  line-height: 1;
}
footer#footer .footer__company .title {
  font-weight: bold;
}
footer#footer .footer__banner {
  width: 250px;
  padding: 24px 20px 24px 24px;
  background: #fff;
  border-radius: 10px;
  color: #323232;
  text-decoration: none;
}
footer#footer .footer__banner .banner__text {
  font-weight: bold;
  letter-spacing: 0.1em;
}
footer#footer .footer__copyright {
  width: 100%;
  margin-top: 100px;
  font-size: 12rem;
  text-align: center;
}

#main {
  overflow: hidden;
}

/* ボタン */
.button {
  width: 280px;
  padding: 15px;
  background-color: #f0922d;
  border: 2px solid #f0922d;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  border-radius: 100vmax;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.5s all;
  display: inline-block;
}
.button::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  background: #fff;
  border-radius: 50%;
}
.button:hover {
  background: #fff;
  color: #f0922d;
}
.button:hover::after {
  background: #f0922d;
  transition: 0.5s all;
}
.button.button_imp {
  background-color: #FFE400;
  color: #333;
}
.button.button_imp:hover {
  background-color: #FFEC4D;
}
.button.button_gst {
  border: 1px solid #f0922d;
  background-color: transparent;
  color: #f0922d;
}
.button.button_gst:hover {
  border: 1px solid #FEA54F;
}
.button.button_wide {
  width: 100%;
  font-size: 20rem;
  line-height: 2.5em;
}
.button.button_shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
}
.button.button_banner {
  border-radius: 0;
}
.button.button_big {
  font-size: 20rem;
  padding: 20px 40px;
}
.button.button_ico {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 18rem;
}
.button.button_ico .icon {
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.button.button_ico .icon_r {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.button.ani_lr {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.button.ani_lr:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #FEA54F;
  -webkit-clip-path: polygon(0 0, 0% 0, -10% 100%, 0 100%);
          clip-path: polygon(0 0, 0% 0, -10% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.button.ani_lr:hover {
  background-color: #f0922d;
}
.button.ani_lr:hover:before {
  -webkit-clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
}
.button.ani_lr span {
  position: relative;
}
.button.ani_circle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.button.ani_circle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #FEA54F;
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.button.ani_circle:hover {
  background-color: #f0922d;
}
.button.ani_circle:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.button.ani_circle span {
  position: relative;
}

/* シンプルなボタン */
.button_s {
  text-decoration: none;
  color: #0071C1;
}
.button_s::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  border: 1px solid #0071C1;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  margin-left: 20px;
}
.button_s.button_nega {
  color: #fff;
}
.button_s.button_nega::after {
  border-color: #fff;
}

.faq__list .list__block {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
.faq__list .list__block + .list__block {
  margin-top: 28px;
}
.faq__list dt {
  position: relative;
  padding: 16px 20px 16px 80px;
  color: #006432;
  cursor: pointer;
  font-size: 18rem;
  font-weight: bold;
}
.faq__list dt::before, .faq__list dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 15px;
  height: 0;
  border-bottom: 2px solid #006432;
}
.faq__list dt::after {
  transform: rotate(90deg);
}
.faq__list dt:hover {
  text-decoration: underline;
}
.faq__list dt.open::after {
  opacity: 0;
}
.faq__list dd {
  display: none;
  position: relative;
  padding: 10px 20px 20px 80px;
  line-height: 2;
}
.faq__list dd .color {
  color: #006432;
}
.faq__list .q,
.faq__list .a {
  position: absolute;
  left: 24px;
  top: 14px;
  width: 40px;
  height: 40px;
  background: #f0922d;
  border-radius: 50px;
  color: #fff;
  font-size: 25rem;
  font-family: "Outfit", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.faq__list .a {
  top: 8px;
  background: #006432;
}

#social_media {
  margin-bottom: 10px;
}
#social_media .sns_btn {
  float: left;
  width: 60px;
  height: 56px;
  margin-right: 5px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
}
#social_media .sns_btn .sns_btn__icon {
  background-color: #000;
  margin-bottom: 2px;
}
#social_media .sns_btn .sns_btn__icon img {
  height: 20px;
}
#social_media .sns_btn .sns_btn__icon.full {
  height: 100%;
}
#social_media .sns_btn .sns_btn__icon.full img {
  margin: 11px 0;
}
#social_media .sns_btn.fb {
  background-color: #3B5998;
}
#social_media .sns_btn.fb .sns_btn__icon {
  background-color: #3B5998;
}
#social_media .sns_btn.tweet {
  background-color: #2CA7E0;
}
#social_media .sns_btn.tweet .sns_btn__icon {
  background-color: #2CA7E0;
}
#social_media .sns_btn.hatena {
  background-color: #5279E7;
}
#social_media .sns_btn.hatena .sns_btn__icon {
  background-color: #5279E7;
}
#social_media .sns_btn.g_plus {
  background-color: #DB4437;
}
#social_media .sns_btn.g_plus .sns_btn__icon {
  background-color: #DB4437;
}
#social_media .sns_btn.feedly {
  background-color: #0F8C0A;
}
#social_media .sns_btn.feedly .sns_btn__icon {
  background-color: #0F8C0A;
}
#social_media .sns_btn.line {
  background-color: #00B900;
}
#social_media .sns_btn.line .sns_btn__icon {
  background-color: #00B900;
}
#social_media a {
  display: block;
}
#social_media .count {
  display: inline-block;
  padding: 0;
}
#social_media .count_l {
  position: absolute;
  top: 7px;
  left: -5px;
}

/*
　レスポンシブ対応
　PCでは隠しておくもの
 */
#drawer {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  #globalnavi .dropdown {
    gap: 10px;
  }
  #globalnavi .dropdown li {
    position: relative;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }
  body {
    min-width: 0;
    background: url(../images/common/bg_left.png) no-repeat left top 72px, url(../images/common/bg_right.png) no-repeat right bottom 400px, url(../images/common/bg.png) center top;
    background-size: 50%, 50%, 100%;
  }
  .visible-sp-block {
    display: block !important;
  }
  .visible-sp-inline {
    display: inline !important;
  }
  br.sp {
    display: inline !important;
  }
  .container-fluid,
  .container {
    width: 100%;
  }
  .flexbox_list_sp {
    /* Safari */
    display: flex;
    /* Safari */
    flex-wrap: wrap;
    /* Safari */
    justify-content: space-between;
  }
  .container {
    padding: 0 15px;
  }
  #anc_top {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  input {
    line-height: 2em;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
    width: 100%;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 100%;
  }
  input.short {
    width: 30%;
  }
  textarea.larget {
    width: 100%;
  }
  textarea.middle {
    width: 100%;
  }
  textarea.small {
    width: 100%;
  }
  span.anchor a {
    top: -80px;
  }
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
    height: 60px;
    padding: 0 10px;
    width: 100%;
    align-items: center;
    z-index: 500;
  }
  header#header .header__logo img {
    width: 131px;
    height: auto;
  }
  #fix__button {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  #fix__button a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 8px;
    background-color: #f0922d;
    border: 2px solid #f0922d;
    border-radius: 0;
    color: #fff;
    font-size: 18rem;
    letter-spacing: 0.06em;
    line-height: 1.33;
    text-decoration: none;
    text-align: center;
  }
  #fix__button a:hover {
    background: #f0922d;
    color: #fff;
  }
  #fix__button a::after {
    content: "";
    position: absolute;
    left: auto;
    right: 12px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }
  #fix__button a .f_sserif {
    margin-bottom: 0;
    font-size: 12rem;
    letter-spacing: 0.06em;
  }
  #globalnavi {
    display: none;
  }
  #mainvisual_sub {
    padding: 90px 0 60px;
    margin-bottom: 50px;
  }
  #mainvisual_sub .mv__bg {
    -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
    mask-image: url(../images/common/bg_clip_bottom_big.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #mainvisual_sub .mv__title .title__main {
    font-size: 46rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #mainvisual_sub .mv__title .title__sub {
    font-size: 18rem;
    text-align: center;
  }
  /* メインビジュアル */
  #mainvisual {
    height: 236px;
    padding-top: 70px;
  }
  #mainvisual .mv__bg {
    background: url(../images/common/bg_dots.png) center top, #006432;
    -webkit-mask-image: url(../images/common/bg_clip_bottom_big.svg);
    mask-image: url(../images/common/bg_clip_bottom_big.svg);
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 150vw auto;
            mask-size: 150vw auto;
  }
  #mainvisual .img__abs01 {
    position: absolute;
    right: 1%;
    top: 59%;
    bottom: auto;
    z-index: 5;
    width: 210px;
    max-width: 35%;
  }
  #mainvisual .mv__title {
    font-size: 25rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  #mainvisual .mv__sub {
    margin-top: 12px;
    font-size: 16rem;
    letter-spacing: 0.06em;
  }
  #drawer {
    display: block;
  }
  #drawer .drawer__btn {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1002;
    width: 72px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
  }
  #drawer .drawer__btn span {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #006432;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
  }
  #drawer .drawer__btn span:nth-child(1) {
    transform: translate(-50%, -10px);
  }
  #drawer .drawer__btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  #drawer .drawer__btn span:nth-child(3) {
    transform: translate(-50%, 9px);
  }
  #drawer .drawer__btn.active span:nth-child(1) {
    transform: translate(-50%, 0) rotate(35deg);
  }
  #drawer .drawer__btn.active span:nth-child(2) {
    transform: translate(100%, 0);
    opacity: 0;
  }
  #drawer .drawer__btn.active span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-35deg);
  }
  #drawer .drawer__menu {
    position: fixed;
    top: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1001;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition: 0.3s;
    transform: translateX(100%);
    opacity: 0;
    background-color: #fff;
    text-align: left;
  }
  #drawer .drawer__menu ul {
    list-style: none;
  }
  #drawer .drawer__menu.active {
    transform: translateX(0);
    opacity: 1;
  }
  #drawer .drawer__menu .menu__list {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    font-size: 16rem;
    line-height: 1.5;
    text-align: center;
  }
  #drawer .drawer__menu .menu__list li {
    border-bottom: 2px solid #006432;
  }
  #drawer .drawer__menu .menu__list li a,
  #drawer .drawer__menu .menu__list li span {
    padding: 20px 0px;
    display: block;
    color: #006432;
    font-weight: bold;
    text-decoration: none;
  }
  #drawer .drawer__menu .menu__list li.menu__parent {
    font-size: 20rem;
    font-weight: bold;
  }
  #drawer .drawer__menu .menu__list li.contact {
    margin-top: 36px;
    border-bottom: none;
  }
  #drawer .drawer__menu .menu__list li.contact a {
    padding: 10px;
    background-color: #f0922d;
    border: 2px solid #f0922d;
    border-radius: 100vmax;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 18rem;
    font-weight: 100;
    line-height: 1.2;
  }
  #drawer .drawer__menu .menu__list li.contact a::after {
    content: none;
  }
  #drawer .drawer__menu .menu__list li.contact a:hover {
    background: #fff;
    color: #f0922d;
  }
  #drawer .drawer__menu .menu__list .menu__item.dir > span::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "+";
    position: absolute;
    right: 30px;
  }
  #drawer .drawer__menu .menu__list .menu__item.dir > span.open::after {
    content: "\f068";
  }
  #drawer .drawer__menu .menu__list .menu__item.dir ul {
    display: none;
  }
  #drawer .drawer__menu .menu__list .menu__item.dir .dir__label {
    font-weight: bold;
  }
  #drawer .drawer__menu .menu__list .menu__item.dir .dir__label span {
    color: #ffe000;
  }
  #drawer .drawer__menu .menu__list .menu__item ul {
    background-color: #5176b1;
  }
  #drawer .drawer__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(100%);
    opacity: 0;
    cursor: pointer;
  }
  #drawer .drawer__bg.active {
    transform: translateX(0);
    opacity: 1;
  }
  footer#footer {
    padding: 64px 0 65px;
    text-align: center;
  }
  footer#footer .flexbox_list {
    display: block;
  }
  footer#footer .footer__logo {
    margin-bottom: 32px;
  }
  footer#footer .footer__company {
    letter-spacing: 0.06em;
  }
  footer#footer .footer__banner {
    margin: 32px auto 0;
    padding: 24px 20px 24px 24px;
    border-radius: 20px;
  }
  footer#footer .footer__banner .banner__text {
    letter-spacing: 0.1em;
  }
  footer#footer .footer__copyright {
    margin-top: 48px;
  }
  footer#footer-sp {
    text-align: center;
    border: none;
    margin-top: 20px;
    /* 先頭へ戻るボタン */
  }
  footer#footer-sp .footer__top {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #006432;
    padding: 15px 0;
    color: #fff;
    font-size: 20rem;
  }
  footer#footer-sp .footer__top:before {
    content: "";
  }
  footer#footer-sp .footer__contact {
    margin-bottom: 0;
    list-style: none;
  }
  footer#footer-sp .footer__contact li {
    height: auto;
  }
  footer#footer-sp .footer__contact a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #6ea924;
    line-height: 1em;
  }
  footer#footer-sp .footer__contact a .fa {
    font-size: 22rem;
    margin-bottom: 2px;
  }
  footer#footer-sp .footer-totop-sp {
    text-align: center;
    background-color: #006432;
    padding: 7px 0;
    font-size: 12rem;
    line-height: 1.2em;
  }
  footer#footer-sp .footer-totop-sp a {
    color: #fff;
    font-size: 0.9em;
  }
  footer#footer-sp .footer-totop-sp a .fa {
    font-size: 1.7em;
  }
  footer#footer-sp .footer__copyright {
    font-size: 10rem;
    padding: 5px 0 5px 0;
  }
  /* ページタイトル */
  #page-title {
    font-size: 18rem;
    padding: 50px 0;
  }
  ul#breadcrumbs {
    display: none;
  }
  .pagination {
    text-align: left;
  }
  .pagination span,
  .pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 3px;
  }
  .section {
    padding: 50px 0;
    /* 先頭のsection : 上部paddingが広い */
    /* 末尾のsection : 下部paddingが広い */
  }
  .section.section_first {
    padding-top: 60px;
  }
  .section.section_end {
    padding-bottom: 60px;
  }
  .section .section__label {
    text-align: left;
    font-size: 15rem;
    margin-bottom: 10px;
  }
  .section .section__label .fa {
    margin-right: 0.5em;
  }
  .section .section_blc {
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ddd;
    padding: 100px 0;
    margin-bottom: 15px;
    text-align: left;
  }
  .section__title {
    margin-bottom: 30px;
    font-size: 24rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .section__title .f_sserif {
    font-size: 16rem;
    letter-spacing: 0.06em;
  }
  .section__title .quote {
    padding: 0 30px;
  }
  .section__title .quote::before {
    left: -20px;
    top: 5px;
    width: 33px;
    height: 29px;
  }
  .section__title .quote::after {
    right: -20px;
    bottom: 5px;
    width: 33px;
    height: 29px;
  }
  .section__lead {
    font-size: 16rem;
    letter-spacing: 0.06em;
  }
  /* パネル型ボタン */
  .buttons-panel {
    margin-bottom: 20px;
  }
  .buttons-panel li {
    background-color: #eee;
    height: 100px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .buttons-panel li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  /* ワイド型ボタン */
  .button.ico-l:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 0.5em;
  }
  .button.ico-ll:before {
    float: left;
    content: "\f14a";
    font-family: FontAwesome;
    margin-left: 1em;
  }
  .button.ico-r:after {
    content: "\f14a";
    font-family: FontAwesome;
    margin-left: 0.5em;
  }
  .button.ico-rr:before {
    float: right;
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 1em;
  }
  .button .button_ico {
    width: 100%;
  }
  /* 汎用faq */
  .faq__list .list__block {
    border-radius: 20px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  }
  .faq__list .list__block + .list__block {
    margin-top: 8px;
  }
  .faq__list dt {
    padding: 17px 30px 17px 48px;
    font-size: 15rem;
  }
  .faq__list dt::before, .faq__list dt::after {
    right: 12px;
    top: 50%;
  }
  .faq__list dt:hover {
    text-decoration: none;
  }
  .faq__list dd {
    padding: 4px 20px 20px 48px;
    line-height: 2;
  }
  .faq__list .q,
  .faq__list .a {
    left: 10px;
    top: calc(50% - 16px);
    width: 30px;
    height: 30px;
    font-size: 18rem;
    line-height: 30px;
  }
  .faq__list .a {
    top: 8px;
  }
  /* オーバーライドされないようにこの位置 */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-height: 440px) {
  #drawer .drawer__menu {
    display: block;
    padding: 60px 0;
  }
}