@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1rem;
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 58px;
  }
}
body.top h1 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
  transition: opacity 0.5s;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
}

.main_wrap {
  overflow: hidden;
}
.main_wrap main {
  display: block;
}

.container_w {
  max-width: calc(1344px + 20px * 2);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.container {
  max-width: calc(1080px + 20px * 2);
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

.btn {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.hov01 {
  background: #97BF45;
  transition: background 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .hov01:hover {
    background: #7CA12F;
  }
}

.hov02, .about_page_links ul li a, footer .nav .links a, header .header02 nav a {
  color: #282F25;
  transition: color 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .hov02:hover, .about_page_links ul li a:hover, footer .nav .links a:hover, header .header02 nav a:hover {
    color: #97BF45;
  }
}

.hov03, .top_contents_links ul li a {
  color: #282F25;
  transition: color 0.3s, background 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .hov03:hover, .top_contents_links ul li a:hover {
    color: #fff;
    background: #97BF45;
  }
}

.base_content {
  overflow: hidden;
  line-height: 1.7;
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

p {
  line-height: 1.7;
}

a[href*="tel:"] {
  color: #282F25;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 600px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 360px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.fit_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.flex_wrap_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: var(--row_gap);
}
.flex_wrap_list > * {
  width: calc((100% - var(--col_gap) * (var(--cols) - 1)) / var(--cols));
}

ol.list li,
ul.list li {
  line-height: 1.7;
  position: relative;
  padding-left: 1.1em;
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
  margin-bottom: 1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.4em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.frame_wrap {
  position: relative;
  padding-bottom: 56.25%; /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

.anim_init,
.anim_init_r,
.anim_init_b {
  visibility: hidden;
  backface-visibility: hidden;
}

.anim_common, .fade_in_center_anim, .fade_in_left_anim, .fade_in_right_anim, .fade_in_bottom_anim, .fade_in_top_anim {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s !important;
  -ms-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  visibility: visible !important;
}

.fade_in_top_anim {
  -webkit-animation-name: fade_in_top_anim;
  animation-name: fade_in_top_anim;
}

@-webkit-keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_bottom_anim {
  -webkit-animation-name: fade_in_bottom_anim;
  animation-name: fade_in_bottom_anim;
}

@-webkit-keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_right_anim {
  -webkit-animation-name: fade_in_right_anim;
  animation-name: fade_in_right_anim;
}

@-webkit-keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_left_anim {
  -webkit-animation-name: fade_in_left_anim;
  animation-name: fade_in_left_anim;
}

@-webkit-keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_center_anim {
  -webkit-animation-name: fade_in_center_anim;
  animation-name: fade_in_center_anim;
}
.fade_in_center_anim.late {
  -webkit-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  animation-duration: 2 !important;
}

@-webkit-keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_tran_pc .header02 .sub {
  transition: opacity 0.3s;
}

.header_tran_sp .header02 {
  transition: opacity 0.3s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    height: 58px;
  }
}
header .header01 {
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  header .header01 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header01 {
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  header .header01 .logo {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  header .header01 .logo {
    zoom: 1;
    width: 208px;
  }
}
header .header02 {
  height: 55px;
}
@media screen and (max-width: 768px) {
  header .header02 {
    opacity: 0;
    pointer-events: none;
    background: #fff;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: calc(100vh - 58px);
    padding: 0 20px;
  }
  header .header02 * {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  header .header02.open {
    opacity: 1;
    pointer-events: all;
  }
  header .header02.open * {
    opacity: 1 !important;
    pointer-events: all !important;
  }
}
header .header02 nav {
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header02 nav {
    max-width: 440px;
    margin: 0 auto 50px;
    height: auto;
    padding-top: 16px;
  }
}
header .header02 nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .header02 nav a {
    text-decoration: underline;
  }
}
header .header02 nav .main {
  display: flex;
  justify-content: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  header .header02 nav .main {
    display: block;
    position: relative;
  }
}
header .header02 nav .main > li {
  max-width: 200px;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 769px) {
  header .header02 nav .main > li:hover .sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li {
    max-width: 100%;
    width: 50%;
    padding-left: 1em;
    margin-bottom: 16px;
  }
}
header .header02 nav .main > li:first-child > a:before {
  content: none;
}
header .header02 nav .main > li.has_sub {
  position: relative;
}
header .header02 nav .main > li.has_sub > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 10px;
  background: url(../images/nav_arrow_bottom.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li.has_sub > a:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li.menu04 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li.menu03, header .header02 nav .main > li.menu05, header .header02 nav .main > li.menu06 {
    display: none;
  }
}
header .header02 nav .main > li.menu07 {
  margin-top: 35px;
  width: 100%;
}
header .header02 nav .main > li.menu08 {
  width: 100%;
}
header .header02 nav .main > li > a {
  width: 100%;
  height: 39px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li > a {
    height: auto;
    justify-content: flex-start;
  }
}
header .header02 nav .main > li > a:before {
  content: "";
  width: 1px;
  height: 24px;
  background: #b4b4b4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .header02 nav .main > li > a:before {
    content: "" !important;
    width: 7px;
    height: 7px;
    background: #97BF45;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: -1em;
  }
}
header .header02 nav .sub {
  position: absolute;
  top: 85%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: max-content;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header .header02 nav .sub {
    position: static;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    row-gap: 12px;
    margin-top: 12px;
  }
  header .header02 nav .sub > * {
    opacity: 1;
    pointer-events: all;
  }
}
header .header02 nav .sub > li > a {
  padding: 3px 0 4px 1em;
}
@media screen and (max-width: 768px) {
  header .header02 nav .sub > li > a {
    padding: 0;
    font-weight: 400;
  }
}
header .header02 nav .sub > li > a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  header .header02 nav .sub > li > a:before {
    content: none;
  }
}
header .header02 .header0201 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 82px;
  column-gap: 32px;
}
@media screen and (max-width: 1080px) {
  header .header02 .header0201 {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 {
    position: static;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 .tel {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  header .header02 .header0201 .tel img {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 .tel img {
    zoom: 1;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 .address {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  header .header02 .header0201 .address img {
    zoom: 0.8;
  }
}
header .header02 .header0201 .contact {
  display: flex;
  border-radius: 0 0 0 20px;
  width: 124px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  header .header02 .header0201 .contact {
    width: 100px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 .contact {
    width: auto;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  header .header02 .header0201 .contact a span {
    display: none;
  }
}
header .menu_btn_wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header .menu_btn_wrap {
    display: block;
  }
}
header .menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
header .menu_btn_wrap .menu_btn .lines {
  position: relative;
  width: 22px;
  height: 16px;
}
header .menu_btn_wrap .menu_btn .lines span {
  height: 2px;
  width: 100%;
  background: #97BF45;
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  top: 0;
  bottom: 0;
}
header .menu_btn_wrap .menu_btn .lines span:nth-child(3) {
  bottom: 0;
}
header .menu_btn_wrap .menu_btn .lines.open span {
  top: 0;
  bottom: 0;
}
header .menu_btn_wrap .menu_btn .lines.open span:nth-child(1) {
  transform: rotate(-135deg);
}
header .menu_btn_wrap .menu_btn .lines.open span:nth-child(2) {
  width: 0;
}
header .menu_btn_wrap .menu_btn .lines.open span:nth-child(3) {
  transform: rotate(135deg);
}

.sec_contents_links ul {
  display: flex;
  border-top: 1px solid #97BF45;
}
@media screen and (max-width: 768px) {
  .sec_contents_links ul {
    flex-wrap: wrap;
  }
}
.sec_contents_links ul li {
  flex: 1;
  position: relative;
  border-bottom: 1px solid #97BF45;
  border-left: 1px solid #97BF45;
}
.sec_contents_links ul li:first-child {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .sec_contents_links ul li {
    flex: none;
    width: 50%;
  }
  .sec_contents_links ul li:nth-child(2n+1) {
    border-left: 0;
  }
}
.sec_contents_links ul li:before {
  content: "";
  display: block;
  padding-top: 138.89%;
}
.sec_contents_links ul li a {
  --pad: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: var(--pad);
  background: #fff;
  z-index: 0;
  transition: background 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_contents_links ul li a:hover {
    background: #97BF45;
  }
  .sec_contents_links ul li a:hover h3 {
    color: #fff;
    background: #97BF45;
  }
}
@media screen and (max-width: 768px) {
  .sec_contents_links ul li a {
    --pad: 4px;
    padding: calc(var(--pad) * 2) var(--pad);
  }
}
.sec_contents_links ul li a h3 {
  position: absolute;
  bottom: var(--pad);
  left: 0;
  max-width: 190px;
  width: 70%;
  height: 50px;
  border-radius: 0 10px 0 0;
  background: #fff;
  color: #97BF45;
  font-weight: 700;
  font-size: min(2vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_contents_links ul li a h3 {
    font-size: 0.875rem;
    bottom: calc(var(--pad) * 2);
    height: 40px;
  }
}
.sec_contents_links ul li a img {
  top: var(--pad);
  left: var(--pad);
  width: calc(100% - var(--pad) * 2);
  height: calc(100% - var(--pad) * 2);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contents_links ul li a img {
    top: calc(var(--pad) * 2);
    height: calc(100% - var(--pad) * 4);
  }
}

.to_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .to_top {
    right: 20px;
    bottom: 20px;
  }
}

footer .contact {
  position: relative;
  z-index: 0;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  footer .contact {
    padding: 40px 0;
  }
}
footer .contact:before, footer .contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .contact:before {
  background: url(../images/footer_img01.webp) no-repeat center/cover;
  z-index: -2;
}
footer .contact:after {
  background: rgba(120, 167, 24, 0.85);
  z-index: -1;
}
footer .contact h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  footer .contact h2 {
    font-size: 1.625rem;
  }
}
footer .contact .p01 {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
footer .contact .box {
  background: #fff;
  border-radius: 4px;
  max-width: 870px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  footer .contact .box {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 360px) {
  footer .contact .box {
    padding: 25px 20px;
  }
}
footer .contact .box .types {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .contact .box .types {
    flex-direction: column;
  }
}
footer .contact .box .types h3 {
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
@media screen and (max-width: 1080px) {
  footer .contact .box .types h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  footer .contact .box .types h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  footer .contact .box .types h3 {
    font-size: 1.125rem;
  }
}
footer .contact .box .types .tel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contact .box .types .tel h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  footer .contact .box .types .tel h3 {
    margin-bottom: 16px;
  }
}
footer .contact .box .types .tel h3:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon_footer_tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  footer .contact .box .types .tel h3:before {
    width: 30px;
  }
}
footer .contact .box .types .tel a {
  color: #97BF45;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .contact .box .types .tel a {
    font-size: 2rem;
  }
}
footer .contact .box .types .tel .time {
  font-size: 0.8125rem;
  margin-top: 12px;
  line-height: 1.4;
}
footer .contact .box .types .form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contact .box .types .form h3 {
  margin-bottom: 30px;
}
footer .contact .box .types .form h3:before {
  content: "";
  width: 36px;
  height: 35px;
  background: url(../images/icon_footer_mail.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  footer .contact .box .types .form h3:before {
    width: 30px;
  }
}
footer .contact .box .types .form a {
  max-width: 320px;
  width: 100%;
}
footer .contact .box .types hr {
  width: 1px;
  height: 160px;
  border: 0;
  background: #ccc;
  margin: 0 50px;
}
@media screen and (max-width: 1080px) {
  footer .contact .box .types hr {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .contact .box .types hr {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }
}
footer .contact .box .p02 {
  text-align: center;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  footer .contact .box .p02 {
    text-align: left;
  }
}
footer .nav {
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  footer .nav {
    flex-direction: column;
    row-gap: 56px;
    max-width: 290px;
    margin: auto;
  }
}
footer .nav .info .logo {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  footer .nav .info .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  footer .nav .info .logo {
    max-width: 300px;
  }
}
footer .nav .info .address {
  line-height: 1.8;
}
footer .nav .links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 32px;
}
@media screen and (max-width: 1080px) {
  footer .nav .links {
    column-gap: 25px;
  }
}
footer .nav .links .main {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer .nav .links .main > li {
  position: relative;
  padding-left: 1em;
}
footer .nav .links .main > li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #97BF45;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
footer .nav .links .main > li > a {
  font-weight: 500;
}
footer .nav .links .sub {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  footer .nav .links .sub > li a {
    font-size: 0.875rem;
  }
}
footer .copyright {
  text-align: center;
  padding: 10px;
  font-size: 0.75rem;
  background: #f4f4f4;
  line-height: 1.4;
}

.h_title01 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .h_title01 {
    font-size: 1.375rem;
  }
}
.h_title01 span {
  display: block;
  font-size: 1.25rem;
  margin-top: 15px;
  color: #97BF45;
}
@media screen and (max-width: 768px) {
  .h_title01 span {
    font-size: 0.9375rem;
  }
}

.h_title02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .h_title02 {
    margin-bottom: 30px;
  }
}
.h_title02 span {
  display: inline-block;
  width: fit-content;
  font-weight: 700;
  color: #fff;
  background: #97BF45;
}
.h_title02 span.jp {
  font-size: 2rem;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .h_title02 span.jp {
    font-size: 1.25rem;
    padding: 12px;
  }
}
.h_title02 span.en {
  border-radius: 0 0 10px 10px;
  padding: 8px 16px 8px 16px;
  letter-spacing: 0.11em;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .h_title02 span.en {
    font-size: 0.8125rem;
    padding: 8px 12px;
  }
}

.btn01 {
  border: 1px solid #97BF45;
  width: fit-content;
  min-width: 198px;
  min-height: 58px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 10px;
  background: #fff;
  color: #282F25;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .btn01:hover {
    color: #fff;
    background: #97BF45;
  }
  .btn01:hover:after {
    background-image: url(../images/btn_arrow_right_h.svg);
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    min-height: 48px;
    font-size: 1rem;
  }
}
.btn01:after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/btn_arrow_right.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s;
}
.btn01 span {
  display: inline-block;
  margin-left: -20px;
}

.table_wrap {
  overflow-y: hidden !important;
}

.sub_main_visual {
  background: #97BF45;
  padding: 20px;
  height: 440px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub_main_visual {
    padding: 12px;
    height: 59.73vw;
  }
}
.sub_main_visual .image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sub_main_visual .image {
    border-radius: 16px;
  }
}
.sub_main_visual h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: fit-content;
  background: #97BF45;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sub_main_visual h1 {
    font-size: 1.375rem;
    padding: 15px;
    border-radius: 0 16px 0 0;
  }
}

.breadcrumb {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  padding: 16px 0;
}
.breadcrumb ul li {
  margin-right: 26px;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 0.75rem;
  }
}
.breadcrumb ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(../images/breadcrumb_arrow.svg) no-repeat center;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto;
  transform: translateX(50%);
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #97BF45;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul li a {
    font-size: 0.75rem;
  }
}
.breadcrumb ul li span {
  color: #282F25;
}

section:not(:first-of-type) {
  visibility: hidden;
  backface-visibility: hidden;
}

.sec_faq_list {
  padding: 100px 0;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .sec_faq_list {
    padding: 64px 0;
  }
}
.sec_faq_list h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sec_faq_list h2 {
    margin-bottom: 48px;
  }
}
.sec_faq_list .faq_list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list {
    margin-bottom: 48px;
  }
}
.sec_faq_list .faq_list li .question {
  background: #fff;
  padding: 16px 74px 16px 78px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .question {
    padding: 12px 34px 12px 50px;
  }
}
.sec_faq_list .faq_list li .question:hover {
  cursor: pointer;
}
.sec_faq_list .faq_list li .question:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 32px;
  width: 30px;
  height: 30px;
  background: url(../images/mark_question.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .question:before {
    top: 10px;
    left: 12px;
  }
}
.sec_faq_list .faq_list li .question:after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 10px;
  background: url(../images/faq_arrow_top.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .question:after {
    right: 10px;
    width: 14px;
  }
}
.sec_faq_list .faq_list li .question.open:after {
  transform: rotate(0);
}
.sec_faq_list .faq_list li .question h3 {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .question h3 {
    font-size: 1rem;
  }
}
.sec_faq_list .faq_list li .answer {
  padding: 24px 74px 24px 78px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .answer {
    padding: 12px 34px 12px 50px;
  }
}
.sec_faq_list .faq_list li .answer:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 32px;
  width: 30px;
  height: 30px;
  background: url(../images/mark_answer.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .sec_faq_list .faq_list li .answer:before {
    top: 10px;
    left: 12px;
  }
}
.sec_faq_list .faq_list li .answer p {
  line-height: 1.6;
}
.sec_faq_list .more a {
  margin: auto;
}

.top_main_visual {
  --pad: 12px;
  background: #97BF45;
  position: relative;
  padding: var(--pad);
  max-height: 765px;
}
@media screen and (max-width: 768px) {
  .top_main_visual {
    --pad: 10px;
  }
}
.top_main_visual:before {
  content: "";
  display: block;
  padding-top: 39.44%;
}
@media screen and (max-width: 768px) {
  .top_main_visual:before {
    padding-top: 117.33%;
  }
}
.top_main_visual .swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - var(--pad) * 2);
  height: calc(100% - var(--pad) * 2);
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_main_visual .swiper {
    border-radius: 39px;
  }
}
.top_main_visual .text_wrap {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  max-width: 1440px;
  padding: 30px 30px 30px 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_main_visual .text_wrap {
    top: auto;
    bottom: 40px;
    transform: translateY(0);
  }
}
.top_main_visual .text_wrap .text {
  font-weight: 700;
  font-size: min(4vw, 2.625rem);
  color: #97BF45;
  line-height: 1.9;
  letter-spacing: 0.26em;
  width: fit-content;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_main_visual .text_wrap .text {
    font-size: max(6vw, 1.375rem);
    margin-left: auto;
    padding: 0;
  }
}
.top_main_visual .text_wrap .text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 40px 60px #fff;
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
}

.top_contents_links {
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  height: 118px;
  z-index: 20;
}
@media screen and (max-width: 1080px) {
  .top_contents_links {
    height: 90px;
  }
}
.top_contents_links .container {
  height: inherit;
}
.top_contents_links ul {
  display: flex;
  height: inherit;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.top_contents_links ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282F25;
  height: inherit;
  position: relative;
}
.top_contents_links ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ccc;
  width: 1px;
  height: 70px;
}
.top_contents_links ul li:first-child:before {
  content: none;
}
.top_contents_links ul li a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1080px) {
  .top_contents_links ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .top_contents_links ul li a:hover:after {
    background-image: url(../images/top_contents_links_arrow_h.svg);
  }
}
@media screen and (max-width: 768px) {
  .top_contents_links ul li a {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 4px;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
    padding: 5px 0;
  }
}
.top_contents_links ul li a:after {
  content: "";
  width: 7px;
  height: 100%;
  background: url(../images/top_contents_links_arrow.svg) no-repeat center/contain;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .top_contents_links ul li a:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_links ul li a .image {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .top_contents_links ul li a .image.img03 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_links ul li a .image img {
    zoom: 0.65;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_links ul li a span {
    flex: 1;
    display: flex;
    align-items: center;
  }
}

.sec_top.sec01 {
  padding: 160px 0 100px;
  position: relative;
  background-color: #f4f4f4;
}
.sec_top.sec01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_sec01_bg.svg) no-repeat center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01:before {
    top: 40px;
    background-image: url(../images/top_sec01_bg_sp.svg);
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 {
    padding: 125px 0 80px;
  }
}
.sec_top.sec01 .content {
  max-width: 930px;
  margin: auto;
  background: #fff;
  border: 1px solid #97BF45;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .content {
    padding: 24px 10px;
  }
}
.sec_top.sec01 .content .image {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .content .image {
    max-width: 72px;
    margin-bottom: 10px;
  }
}
.sec_top.sec01 .content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .content h2 {
    margin-bottom: 24px;
    line-height: 1.4;
  }
}
.sec_top.sec01 .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .content ul {
    column-gap: 8px;
    row-gap: 8px;
  }
}
.sec_top.sec01 .content ul li {
  padding: 20px 24px;
  color: #fff;
  background: #97BF45;
  border-radius: 100px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .content ul li {
    font-size: min(3.6vw, 0.8125rem);
    padding: 12px 8px;
  }
}
.sec_top.sec02 {
  padding: 140px 0 160px;
  margin-top: -20px;
  background: url(../images/top_sec02_bg.svg) no-repeat center top/100%;
  background-color: #f4f4f4;
  position: relative;
  z-index: 0;
}
.sec_top.sec02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 {
    padding: 64px 0 44px;
    background-image: url(../images/top_sec02_bg_sp.svg);
    background-size: 100%;
  }
}
.sec_top.sec02 .container {
  max-width: calc(1200px + 20px * 2);
}
.sec_top.sec02 .image_text {
  display: flex;
  column-gap: 108px;
}
@media screen and (max-width: 1200px) {
  .sec_top.sec02 .image_text {
    column-gap: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_top.sec02 .image_text {
    flex-direction: column;
    align-items: center;
  }
}
.sec_top.sec02 .image_text .text {
  flex: 1;
  display: flex;
  column-gap: 48px;
}
@media screen and (max-width: 1080px) {
  .sec_top.sec02 .image_text .text {
    flex: none width 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .text {
    flex-direction: column;
  }
}
.sec_top.sec02 .image_text .text .text01 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .text .text01 {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 6px;
  }
}
.sec_top.sec02 .image_text .text .text01 span {
  display: inline-block;
  background: #97BF45;
  font-weight: 700;
  font-size: 1.875rem;
  color: #fff;
  padding: 10px 5px;
  margin-right: 16px;
  letter-spacing: 0.16em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .text .text01 span {
    font-size: 1rem;
    padding: 7px 10px;
    margin: 0 0 10px 0;
  }
}
.sec_top.sec02 .image_text .text .text02 {
  flex: 1;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .text .text02 {
    flex: none;
    padding-top: 0;
  }
}
.sec_top.sec02 .image_text .text .text02 h2 {
  margin-bottom: 48px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .text .text02 h2 {
    margin-bottom: 26px;
  }
}
.sec_top.sec02 .image_text .text .text02 ul {
  color: #97BF45;
  font-weight: 700;
  margin-bottom: 16px;
}
.sec_top.sec02 .image_text .text .text02 p {
  line-height: 2;
}
.sec_top.sec02 .image_text .image {
  max-width: 480px;
  padding-top: 73px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .image {
    padding: 0;
    margin: 0 auto 32px;
    max-width: 236px;
  }
}
.sec_top.sec02 .image_text .image:before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -45px;
  width: 123px;
  height: 129px;
  background: url(../images/top_sec02_leaf.svg) no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .image_text .image:before {
    left: -40px;
    bottom: -24px;
    width: 30.56%;
  }
}
.sec_top.sec02 .image_text .image img {
  border-radius: 20px;
}

.company_hr {
  margin: 80px 0;
  border: 0;
  width: 100%;
  height: 1px;
  background: #CFDDB4;
}
@media screen and (max-width: 768px) {
  .company_hr {
    margin: 56px 0;
  }
}

.sec_company .content {
  max-width: 1032px;
  width: 100%;
  margin-left: auto;
}
.sec_company h3 {
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 18px;
  background: url(../images/company_title_line.svg) no-repeat left bottom;
  margin-bottom: 32px;
}
.sec_company.sec01 .content p {
  line-height: 1.8;
}
.sec_company.sec02 .image_text {
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 1080px) {
  .sec_company.sec02 .image_text {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.sec_company.sec02 .image_text .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text .text {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.sec_company.sec02 .image_text .text .dl_list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.sec_company.sec02 .image_text .text .dl_list dl {
  display: flex;
  align-items: flex-start;
  column-gap: 17px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text .text .dl_list dl {
    flex-direction: column;
    row-gap: 8px;
  }
}
.sec_company.sec02 .image_text .text .dl_list dl dt {
  width: 112px;
  border: 1px solid #97BF45;
  border-radius: 13px;
  padding: 5px;
  font-weight: 500;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text .text .dl_list dl dt {
    width: 100px;
  }
}
.sec_company.sec02 .image_text .text .dl_list dl dd {
  flex: 1;
  line-height: 1.8;
  text-align: justify;
}
.sec_company.sec02 .image_text .image {
  max-width: 360px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text .image {
    flex: none;
    width: 100%;
  }
}
.sec_company.sec02 .image_text .image figure figcaption {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec02 .image_text .image figure figcaption {
    margin-top: 24px;
  }
}
.sec_company.sec03 .dl_list {
  display: flex;
  flex-direction: column;
}
.sec_company.sec03 .dl_list dl {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sec_company.sec03 .dl_list dl {
    padding: 20px 0;
  }
}
.sec_company.sec03 .dl_list dl:first-child {
  border-top: 1px solid #ccc;
}
.sec_company.sec03 .dl_list dl dt {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec03 .dl_list dl dt {
    width: 78px;
  }
}
.sec_company.sec03 .dl_list dl dd {
  flex: 1;
}
.sec_company.sec04 .image_list {
  display: flex;
  flex-wrap: wrap;
  --col_gap: 8px;
  --row_gap: 8px;
  --cols: 4;
}
@media screen and (max-width: 768px) {
  .sec_company.sec04 .image_list {
    --cols: 2;
  }
}
.sec_company.sec04 .image_list figure {
  display: block;
  position: relative;
  z-index: 0;
}
.sec_company.sec04 .image_list figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_company.sec05 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sec_company.sec05 {
    margin-bottom: 60px;
  }
}
.sec_company.sec05 .map {
  margin-bottom: 50px;
}
.sec_company.sec05 .map .frame_wrap {
  padding: 0;
  height: 420px;
  margin-bottom: 24px;
}
.sec_company.sec05 .map p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.sec_company.sec05 .map .btn01 {
  width: 210px;
}
.sec_company.sec05 .guide .image_list {
  display: flex;
  flex-wrap: wrap;
  --col_gap: 32px;
  --row_gap: 32px;
  --cols: 3;
}
@media screen and (max-width: 768px) {
  .sec_company.sec05 .guide .image_list {
    --cols: 1;
  }
}
.sec_company.sec05 .guide .image_list figure .image {
  position: relative;
  z-index: 0;
}
.sec_company.sec05 .guide .image_list figure .image:before {
  content: "";
  display: block;
  padding-top: 71.43%;
}
.sec_company.sec05 .guide .image_list figure figcaption {
  margin-top: 12px;
}

.about_page_links {
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .about_page_links {
    margin-bottom: 0;
  }
}
.about_page_links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 48px;
  padding: 0 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .about_page_links ul {
    padding: 8px 12px;
    column-gap: 15px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about_page_links ul li {
    width: calc((100% - 15px) / 2);
  }
}
.about_page_links ul li a {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  letter-spacing: 0.05em;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about_page_links ul li a {
    height: auto;
    padding: 8px;
    font-size: 0.8125rem;
    justify-content: flex-start;
  }
}
.about_page_links ul li a span {
  flex: 1;
  max-width: 200px;
}
.about_page_links ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/about_page_links_arrow.svg) no-repeat center;
}

.sec_about {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .sec_about {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec_about {
    padding-top: 80px;
  }
}
.sec_about .container_w {
  position: relative;
}
.sec_about h2 {
  position: absolute;
  top: -36px;
  left: 20px;
  z-index: 10;
}
.sec_about .image_text {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .sec_about .image_text {
    column-gap: 0;
  }
}
@media screen and (max-width: 1080px) {
  .sec_about .image_text {
    flex-direction: column;
    position: relative;
  }
}
.sec_about .image_text .image {
  flex: 1;
  max-width: 500px;
}
.sec_about .image_text .image img {
  border-radius: 0 40px 40px 0;
  max-width: 500px;
  width: 100%;
  position: relative;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .image img {
    left: -20px;
  }
}
.sec_about .image_text .text {
  flex: 1;
  margin-top: 80px;
  position: relative;
  padding: 80px 20px 80px 0;
}
@media screen and (max-width: 1080px) {
  .sec_about .image_text .text {
    margin-top: 0;
    padding: 40px 0;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text {
    padding: 24px 0 40px;
  }
}
.sec_about .image_text .text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1180px;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .sec_about .image_text .text:after {
    top: 40px;
    right: -20px;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text:after {
    height: calc(100% - 40px);
  }
}
.sec_about .image_text .text .content {
  max-width: 665px;
}
@media screen and (max-width: 1080px) {
  .sec_about .image_text .text .content {
    margin: auto;
  }
}
.sec_about .image_text .text .p00 {
  text-align: center;
  color: #7CA12F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 37px;
  width: fit-content;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  padding: 0 103px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .sec_about .image_text .text .p00 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .p00 {
    padding: 0;
    font-size: 1rem;
    margin-top: 30px;
  }
}
.sec_about .image_text .text .p00:before, .sec_about .image_text .text .p00:after {
  position: absolute;
  font-size: 12.25rem;
  color: #E7E7E7;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .p00:before, .sec_about .image_text .text .p00:after {
    font-size: 8.75rem;
  }
}
.sec_about .image_text .text .p00:before {
  content: "“";
  top: -50px;
  left: 0;
}
.sec_about .image_text .text .p00:after {
  content: "”";
  right: 0;
  bottom: 90px;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .p00:after {
    bottom: 50px;
  }
}
.sec_about .image_text .text .p01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .p01 {
    margin-bottom: 24px;
  }
}
.sec_about .image_text .text .list_box {
  border: 2px solid #97BF45;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .list_box {
    padding: 20px;
  }
}
.sec_about .image_text .text .list_box ul {
  --col_gap: 10px;
  --row_gap: 10px;
  --cols: 2;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .list_box ul {
    --cols: 1;
  }
}
.sec_about .image_text .text .list_box ul li {
  padding-left: 26px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec_about .image_text .text .list_box ul li {
    font-size: 0.875rem;
  }
}
.sec_about .image_text .text .list_box ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/about_list_box_check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_about .image_text .text .list_box ul li span {
  font-size: 0.875rem;
}
.sec_about .image_text .text .note {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
}
.sec_about.sec02 h2, .sec_about.sec04 h2 {
  left: auto;
  right: 20px;
}
.sec_about.sec02 .image_text, .sec_about.sec04 .image_text {
  column-gap: 0;
}
.sec_about.sec02 .image_text .image, .sec_about.sec04 .image_text .image {
  order: 2;
}
@media screen and (max-width: 1080px) {
  .sec_about.sec02 .image_text .image, .sec_about.sec04 .image_text .image {
    order: 0;
    margin-left: auto;
  }
}
.sec_about.sec02 .image_text .image img, .sec_about.sec04 .image_text .image img {
  border-radius: 40px 0 0 40px;
  right: -50px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .image img, .sec_about.sec04 .image_text .image img {
    right: -20px;
  }
}
.sec_about.sec02 .image_text .text, .sec_about.sec04 .image_text .text {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text, .sec_about.sec04 .image_text .text {
    padding-left: 0;
  }
}
.sec_about.sec02 .image_text .text:after, .sec_about.sec04 .image_text .text:after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text:after, .sec_about.sec04 .image_text .text:after {
    left: -20px;
  }
}
.sec_about.sec02 .image_text .text .content, .sec_about.sec04 .image_text .text .content {
  max-width: 700px;
  margin-left: auto;
}
.sec_about.sec02 .image_text .text .content .list_box ul, .sec_about.sec04 .image_text .text .content .list_box ul {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text .content .list_box ul, .sec_about.sec04 .image_text .text .content .list_box ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text .content .list_box ul li, .sec_about.sec04 .image_text .text .content .list_box ul li {
    width: 100% !important;
  }
}
.sec_about.sec02 .image_text .text .content .list_box ul li:nth-child(2n+1), .sec_about.sec04 .image_text .text .content .list_box ul li:nth-child(2n+1) {
  width: 60%;
}
.sec_about.sec02 .image_text .text .content .list_box ul li:nth-child(2n), .sec_about.sec04 .image_text .text .content .list_box ul li:nth-child(2n) {
  width: calc(40% - 10px);
}
.sec_about.sec02 .image_text .text .p01 {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text .p01 {
    margin-bottom: 24px;
  }
}
.sec_about.sec02 .image_text .text .p02 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text .p02 {
    margin-top: 30px;
  }
}
.sec_about.sec02 .image_text .text .p02 span {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #97BF45;
  background: #fff;
  margin: 4px 6px 0 0;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .image_text .text .p02 span {
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 5px;
  }
}
.sec_about.sec04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 {
    margin-bottom: 60px;
  }
}
.sec_about.sec05, .sec_about.sec06 {
  padding: 80px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05, .sec_about.sec06 {
    padding: 56px 0;
  }
}
.sec_about.sec05 h2, .sec_about.sec06 h2 {
  position: static;
  margin-bottom: 40px;
}
.sec_about.sec05 .content, .sec_about.sec06 .content {
  max-width: 1065px;
}
.sec_about.sec05 {
  background: #f4f4f4;
}
.sec_about.sec05 .content {
  margin-left: auto;
}
.sec_about.sec05 .steps {
  --col_gap: 74px;
  --row_gap: 44px;
  display: flex;
  justify-content: center;
  column-gap: var(--col_gap);
  counter-reset: cnt;
}
@media screen and (max-width: 1080px) {
  .sec_about.sec05 .steps {
    --col_gap: 32px ;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .steps {
    flex-direction: column;
    align-items: center;
    row-gap: var(--row_gap);
  }
}
.sec_about.sec05 .steps li {
  counter-increment: cnt;
  position: relative;
  max-width: 210px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .steps li {
    flex: none;
    max-width: 300px;
  }
}
.sec_about.sec05 .steps li:first-child:before {
  content: none;
}
.sec_about.sec05 .steps li:before {
  content: "";
  width: 12px;
  height: 100%;
  background: url(../images/about_steps_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--col_gap) / 2);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .steps li:before {
    transform: translateY(-50%);
    top: calc(-1 * var(--row_gap) / 2);
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/about_steps_arrow_sp.svg);
  }
}
.sec_about.sec05 .steps li img {
  display: block;
  margin: 0 auto 16px;
}
.sec_about.sec05 .steps li h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.3;
}
.sec_about.sec05 .steps li h3:before {
  content: counter(cnt) ".";
}
.sec_about.sec05 .steps li p {
  font-weight: 500;
  line-height: 1.6;
}
.sec_about.sec06 .content_wrap {
  display: flex;
  justify-content: flex-end;
  column-gap: 37px;
  margin-top: 60px;
}
.sec_about.sec06 .content_wrap:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap {
    column-gap: 16px;
  }
}
.sec_about.sec06 .content_wrap h3 {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-weight: 700;
  font-size: 2rem;
  color: #97BF45;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap h3 {
    font-size: 1.25rem;
  }
}
.sec_about.sec06 .content_wrap h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap h4 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.sec_about.sec06 .content_wrap .content {
  flex: 1;
  min-width: 0;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 40px 70px;
}
@media screen and (max-width: 1080px) {
  .sec_about.sec06 .content_wrap .content {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content {
    padding: 16px;
  }
}
.sec_about.sec06 .content_wrap .content .box {
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  margin-bottom: 56px;
}
.sec_about.sec06 .content_wrap .content .box:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .box {
    padding: 16px;
    margin-bottom: 32px;
  }
}
.sec_about.sec06 .content_wrap .content .p01,
.sec_about.sec06 .content_wrap .content .p0101,
.sec_about.sec06 .content_wrap .content .p0102 {
  font-weight: 500;
  line-height: 1.6;
}
.sec_about.sec06 .content_wrap .content .p0101 {
  color: #97BF45;
  margin-bottom: 16px;
}
.sec_about.sec06 .content_wrap .content .p0102 {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .p0102 {
    margin-top: 30px;
  }
}
.sec_about.sec06 .content_wrap .content .p02,
.sec_about.sec06 .content_wrap .content .p0201 {
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .p02,
  .sec_about.sec06 .content_wrap .content .p0201 {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.sec_about.sec06 .content_wrap .content .p02 .s01,
.sec_about.sec06 .content_wrap .content .p0201 .s01 {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .p02 .s01,
  .sec_about.sec06 .content_wrap .content .p0201 .s01 {
    flex: none;
    width: 100%;
  }
}
.sec_about.sec06 .content_wrap .content .p02 .line,
.sec_about.sec06 .content_wrap .content .p0201 .line {
  width: 100px;
  height: 10px;
  background: url(../images/about_line.svg) no-repeat left center;
}
@media screen and (max-width: 1080px) {
  .sec_about.sec06 .content_wrap .content .p02 .line,
  .sec_about.sec06 .content_wrap .content .p0201 .line {
    max-width: 72px;
    flex: 1;
  }
}
.sec_about.sec06 .content_wrap .content .p0201 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .p0201 {
    font-size: 1rem;
  }
}
.sec_about.sec06 .content_wrap .content .p0201 .s01 {
  flex: none;
}
.sec_about.sec06 .content_wrap .content .note {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.sec_about.sec06 .content_wrap .content .fee_list {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
.sec_about.sec06 .content_wrap .content .fee_list.f01 dl dd div .s02,
.sec_about.sec06 .content_wrap .content .fee_list.f01 dl dd div .s03 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .fee_list.f01 dl dd div .s02,
  .sec_about.sec06 .content_wrap .content .fee_list.f01 dl dd div .s03 {
    width: fit-content;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec_about.sec06 .content_wrap .content .fee_list dl {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl:first-child:before {
  content: none;
}
.sec_about.sec06 .content_wrap .content .fee_list dl:before {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/about_line.svg) no-repeat center;
  position: absolute;
  top: -17px;
  left: 0;
}
.sec_about.sec06 .content_wrap .content .fee_list dl dt {
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .fee_list dl dt {
    flex: none;
    width: 100%;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl dd {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .fee_list dl dd {
    row-gap: 20px;
    align-items: center;
    width: 100%;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl dd div {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .fee_list dl dd div {
    flex-direction: column;
    row-gap: 10px;
    line-height: 1.5;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl dd div .s01 {
  border: 1px solid #97BF45;
  width: 123px;
  height: 29px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #97BF45;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .fee_list dl dd div .s01 {
    width: 200px;
  }
}
.sec_about.sec06 .content_wrap .content .fee_list dl dd div .s03 {
  margin-left: auto;
}
.sec_about.sec06 .content_wrap .content .wrap {
  margin-top: 40px;
}
.sec_about.sec06 .content_wrap .content .wrap:first-of-type {
  margin-top: 0;
}
.sec_about.sec06 .content_wrap .content h5 {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content h5 {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.sec_about.sec06 .content_wrap .content h5:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #97BF45;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content h5:before {
    top: 8px;
  }
}
.sec_about.sec06 .content_wrap .content table {
  border-radius: 10px;
  border: 1px solid #DEE5CF;
  border-collapse: separate;
  border-spacing: 0;
}
.sec_about.sec06 .content_wrap .content table th, .sec_about.sec06 .content_wrap .content table td {
  height: 56px;
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content table th, .sec_about.sec06 .content_wrap .content table td {
    height: 45px;
  }
}
.sec_about.sec06 .content_wrap .content table thead th {
  background: #97BF45;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #fff;
  border-bottom: 0;
}
.sec_about.sec06 .content_wrap .content table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.sec_about.sec06 .content_wrap .content table thead th:last-child {
  border-radius: 0 10px 0 0;
  border-right: 0;
}
.sec_about.sec06 .content_wrap .content table tbody tr:first-child td {
  border-top: 0;
}
.sec_about.sec06 .content_wrap .content table tbody tr:last-child td {
  border-bottom: 0;
}
.sec_about.sec06 .content_wrap .content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.sec_about.sec06 .content_wrap .content table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.sec_about.sec06 .content_wrap .content table tbody td {
  border-right: 1px solid #DEE5CF;
  border-bottom: 1px solid #DEE5CF;
}
.sec_about.sec06 .content_wrap .content table tbody td:first-child {
  background: #f4f4f4;
}
.sec_about.sec06 .content_wrap .content table tbody td:last-child {
  border-right: 0;
}
.sec_about.sec06 .content_wrap .content table tbody td span {
  font-size: 0.625rem;
  margin-left: 3px;
}
.sec_about.sec06 .content_wrap .content .notice {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 64px 32px 41px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .notice {
    padding: 44px 10px 24px;
  }
}
.sec_about.sec06 .content_wrap .content .notice h6 {
  width: 120px;
  height: 34px;
  border: 1px solid #97BF45;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 17px 17px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #97BF45;
}
@media screen and (max-width: 768px) {
  .sec_about.sec06 .content_wrap .content .notice h6 {
    font-size: 0.875rem;
  }
}
.sec_about.sec06 .content_wrap .content .notice .list {
  color: #97BF45;
}

.sec_contact .steps {
  margin-bottom: 40px;
}
.sec_contact .steps ul {
  --col_gap: 84px;
  display: flex;
  justify-content: center;
  column-gap: var(--col_gap);
}
@media screen and (max-width: 768px) {
  .sec_contact .steps ul {
    --col_gap: 42px ;
  }
}
.sec_contact .steps ul li {
  border: 2px solid #97BF45;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97BF45;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact .steps ul li {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
}
.sec_contact .steps ul li.active {
  background: #97BF45;
  color: #fff;
}
.sec_contact .steps ul li:first-child:before {
  content: none;
}
.sec_contact .steps ul li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #97BF45;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--col_gap) / 2);
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_contact .steps ul li:before {
    width: 30px;
  }
}
.sec_contact.sec01 .lead {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec01 .lead {
    padding-bottom: 40px;
  }
}
.sec_contact.sec01 .lead p {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec01 .lead p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.sec_contact.sec01 .lead .tel {
  background: #97BF45;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec01 .lead .tel {
    height: 200px;
  }
}
.sec_contact.sec01 .lead .tel h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec01 .lead .tel h3 {
    font-size: 1.25rem;
  }
}
.sec_contact.sec01 .lead .tel a {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec01 .lead .tel a {
    max-width: 270px;
  }
}
.sec_contact.sec01 .lead .tel .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  color: #282F25;
  font-size: 0.875rem;
}
@media screen and (max-width: 360px) {
  .sec_contact.sec01 .lead .tel .time {
    width: 250px;
    font-size: 0.8125rem;
  }
}
.sec_contact.sec02 {
  background: #f4f4f4;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 {
    padding: 40px 0;
  }
}
.sec_contact.sec02 h2 {
  font-size: 2rem;
  color: #97BF45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.sec_contact.sec02 .contact_form {
  background: #fff;
  border-radius: 30px;
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 .contact_form {
    padding: 40px 20px;
  }
}
.sec_contact.sec02 .contact_form.input_err .form_err {
  display: block;
}
.sec_contact.sec02 .contact_form.confirm .form_confirm {
  display: block;
}
.sec_contact.sec02 .contact_form.confirm .form {
  position: relative;
}
.sec_contact.sec02 .contact_form.confirm .form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text],
.sec_contact.sec02 .contact_form.confirm .form input[type=email],
.sec_contact.sec02 .contact_form.confirm .form input[type=tel],
.sec_contact.sec02 .contact_form.confirm .form input[type=url],
.sec_contact.sec02 .contact_form.confirm .form select,
.sec_contact.sec02 .contact_form.confirm .form textarea {
  background: #fff !important;
  border: 0 !important;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text]:placeholder-shown,
.sec_contact.sec02 .contact_form.confirm .form input[type=email]:placeholder-shown,
.sec_contact.sec02 .contact_form.confirm .form input[type=tel]:placeholder-shown,
.sec_contact.sec02 .contact_form.confirm .form input[type=url]:placeholder-shown,
.sec_contact.sec02 .contact_form.confirm .form select:placeholder-shown,
.sec_contact.sec02 .contact_form.confirm .form textarea:placeholder-shown {
  color: transparent !important;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=email]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=tel]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=url]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form select::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form textarea::-webkit-input-placeholder {
  color: transparent !important;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text]:-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=email]:-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=tel]:-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=url]:-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form select:-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form textarea:-moz-placeholder {
  opacity: 1;
  color: transparent !important;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text]::-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=email]::-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=tel]::-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=url]::-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form select::-moz-placeholder,
.sec_contact.sec02 .contact_form.confirm .form textarea::-moz-placeholder {
  opacity: 1;
  color: transparent !important;
}
.sec_contact.sec02 .contact_form.confirm .form input[type=text]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=email]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=tel]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form input[type=url]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form select:-ms-input-placeholder,
.sec_contact.sec02 .contact_form.confirm .form textarea:-ms-input-placeholder {
  color: transparent !important;
}
.sec_contact.sec02 .contact_form.confirm .form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.sec_contact.sec02 .contact_form.confirm .form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.sec_contact.sec02 .contact_form.confirm .form .privacy_policy,
.sec_contact.sec02 .contact_form.confirm .form .agree {
  display: none;
}
.sec_contact.sec02 .contact_form.confirm .form .btns .confirm {
  display: none;
}
.sec_contact.sec02 .contact_form.confirm .form .btns .back {
  display: flex;
}
.sec_contact.sec02 .contact_form.confirm .form .btns .send {
  display: flex;
}
.sec_contact.sec02 .contact_form .form_err,
.sec_contact.sec02 .contact_form .form_confirm {
  padding: 20px 0;
  text-align: center;
  line-height: 1.6;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 .contact_form .form_err,
  .sec_contact.sec02 .contact_form .form_confirm {
    position: static;
    padding-top: 0;
  }
}
.sec_contact.sec02 .contact_form .form_err {
  color: #f00;
}
.sec_contact.sec02 .contact_form .form {
  max-width: 920px;
  margin: auto;
}
.sec_contact.sec02 .contact_form .form input[type=text],
.sec_contact.sec02 .contact_form .form input[type=email],
.sec_contact.sec02 .contact_form .form input[type=tel],
.sec_contact.sec02 .contact_form .form input[type=url],
.sec_contact.sec02 .contact_form .form select,
.sec_contact.sec02 .contact_form .form textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 7px;
  font-size: 1rem;
  background: #f4f4f4;
  border: 1px solid #ccc;
  outline: none;
  resize: none;
}
.sec_contact.sec02 .contact_form .form input[type=text][readonly=readonly]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=email][readonly=readonly]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=tel][readonly=readonly]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=url][readonly=readonly]:placeholder-shown,
.sec_contact.sec02 .contact_form .form select[readonly=readonly]:placeholder-shown,
.sec_contact.sec02 .contact_form .form textarea[readonly=readonly]:placeholder-shown {
  color: #fff;
}
.sec_contact.sec02 .contact_form .form input[type=text][readonly=readonly]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email][readonly=readonly]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel][readonly=readonly]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url][readonly=readonly]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form select[readonly=readonly]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form textarea[readonly=readonly]::-webkit-input-placeholder {
  color: #fff;
}
.sec_contact.sec02 .contact_form .form input[type=text][readonly=readonly]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email][readonly=readonly]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel][readonly=readonly]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url][readonly=readonly]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form select[readonly=readonly]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form textarea[readonly=readonly]:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sec_contact.sec02 .contact_form .form input[type=text][readonly=readonly]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email][readonly=readonly]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel][readonly=readonly]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url][readonly=readonly]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form select[readonly=readonly]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form textarea[readonly=readonly]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sec_contact.sec02 .contact_form .form input[type=text][readonly=readonly]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email][readonly=readonly]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel][readonly=readonly]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url][readonly=readonly]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form select[readonly=readonly]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form textarea[readonly=readonly]:-ms-input-placeholder {
  color: #fff;
}
.sec_contact.sec02 .contact_form .form input[type=text]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=email]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=tel]:placeholder-shown,
.sec_contact.sec02 .contact_form .form input[type=url]:placeholder-shown,
.sec_contact.sec02 .contact_form .form select:placeholder-shown,
.sec_contact.sec02 .contact_form .form textarea:placeholder-shown {
  color: #bbb;
}
.sec_contact.sec02 .contact_form .form input[type=text]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url]::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form select::-webkit-input-placeholder,
.sec_contact.sec02 .contact_form .form textarea::-webkit-input-placeholder {
  color: #bbb;
}
.sec_contact.sec02 .contact_form .form input[type=text]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url]:-moz-placeholder,
.sec_contact.sec02 .contact_form .form select:-moz-placeholder,
.sec_contact.sec02 .contact_form .form textarea:-moz-placeholder {
  opacity: 1;
  color: #bbb;
}
.sec_contact.sec02 .contact_form .form input[type=text]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url]::-moz-placeholder,
.sec_contact.sec02 .contact_form .form select::-moz-placeholder,
.sec_contact.sec02 .contact_form .form textarea::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}
.sec_contact.sec02 .contact_form .form input[type=text]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=email]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=tel]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form input[type=url]:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form select:-ms-input-placeholder,
.sec_contact.sec02 .contact_form .form textarea:-ms-input-placeholder {
  color: #bbb;
}
.sec_contact.sec02 .contact_form .form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
}
.sec_contact.sec02 .contact_form .form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
}
.sec_contact.sec02 .contact_form .form .err {
  color: #f00;
  font-size: 0.875rem;
}
.sec_contact.sec02 .contact_form .form label {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.sec_contact.sec02 .contact_form .form .radio,
.sec_contact.sec02 .contact_form .form .checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 .contact_form .form .radio,
  .sec_contact.sec02 .contact_form .form .checkbox {
    flex-direction: column;
  }
}
.sec_contact.sec02 .contact_form .form .dl_list {
  max-width: 768px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.sec_contact.sec02 .contact_form .form .dl_list .require,
.sec_contact.sec02 .contact_form .form .dl_list .any {
  width: 40px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  background: #97BF45;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 0 3px;
  position: relative;
  top: 1px;
  letter-spacing: 0.1em;
}
.sec_contact.sec02 .contact_form .form .dl_list .require:before,
.sec_contact.sec02 .contact_form .form .dl_list .any:before {
  content: "必須";
}
.sec_contact.sec02 .contact_form .form .dl_list .any {
  background: #b4b4b4;
}
.sec_contact.sec02 .contact_form .form .dl_list .any:before {
  content: "任意";
}
.sec_contact.sec02 .contact_form .form .dl_list dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  line-height: 1.5;
}
.sec_contact.sec02 .contact_form .form .dl_list dl dt {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.sec_contact.sec02 .contact_form .form .privacy_policy {
  margin: 32px 0;
  padding: 15px;
  overflow: auto;
  width: 100%;
  height: 254px;
  border: 1px solid #eee;
  line-height: 1.6;
}
.sec_contact.sec02 .contact_form .form .privacy_policy ul li {
  line-height: 1.6;
}
.sec_contact.sec02 .contact_form .form .privacy_policy hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #282F25;
  margin: 20px 0;
}
.sec_contact.sec02 .contact_form .form .privacy_policy .title {
  font-weight: 700;
  display: flex;
  column-gap: 0.5em;
}
.sec_contact.sec02 .contact_form .form .agree {
  align-items: center;
  flex-direction: column;
}
.sec_contact.sec02 .contact_form .form .btns {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  row-gap: 30px;
  position: relative;
  z-index: 50;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec_contact.sec02 .contact_form .form .btns {
    flex-direction: column;
    align-items: center;
  }
}
.sec_contact.sec02 .contact_form .form .btns button {
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: #97BF45;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: none;
}
@media screen and (min-width: 769px) {
  .sec_contact.sec02 .contact_form .form .btns button {
    transition: opacity 0.3s;
  }
  .sec_contact.sec02 .contact_form .form .btns button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.sec_contact.sec02 .contact_form .form .btns button.confirm {
  display: flex;
}
.sec_contact.sec02 .contact_form .form .btns button.back {
  background: #b4b4b4;
}
.sec_contact.thanks {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks {
    padding: 0 0 40px;
  }
}
.sec_contact.thanks h2 {
  font-size: 1.5rem;
  color: #97BF45;
  margin-bottom: 40px;
  text-align: center;
}
.sec_contact.thanks p {
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks p {
    text-align: left;
  }
}