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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

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

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

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

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

small {
  font-size: 75%;
}

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

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

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

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

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

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

figure, form {
  margin: 0;
}

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

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

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

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

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

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

li {
  list-style: none;
}

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

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

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

.flt {
  float: left;
}

.flr {
  float: right;
}

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

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

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

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

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

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

.clear {
  clear: both;
}

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

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

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

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

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

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

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

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

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

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

::-moz-selection {
  background-color: #fff800;
  color: #4E4E4E;
}

::selection {
  background-color: #fff800;
  color: #4E4E4E;
}

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

.inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_1060 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.inner_1060::after {
  content: "";
  display: block;
  clear: both;
}

.inner_1000 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_1000 {
    padding: 0 5%;
  }
}
.inner_1000::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 7.8em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 5em 0;
  }
}

header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  header {
    margin: 0 auto 55px;
  }
}

.header_box {
  width: 100%;
  max-width: calc(1400px + 3.3vw);
  margin: 30px auto 0;
  overflow: hidden;
  padding: 0 3.33vw;
}
@media (max-width: 900px) {
  .header_box {
    padding: 0 0 0 3.33vw;
  }
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 99;
    background: #fff;
  }
}

.header_ttl img.logo {
  width: 282px;
  margin-right: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .header_ttl img.logo {
    width: 250px;
  }
}
@media screen and (max-width: 1270px) {
  .header_ttl img.logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 140px;
  }
}
.header_ttl img.logo:hover {
  opacity: 0.85;
  transition: 0.3s;
}

#header_left {
  float: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header_left {
    padding: 11px 0 11px 5%;
  }
}
#header_left .logo_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (max-width: 1450px) {
  #header_left .logo_txt {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1270px) {
  #header_left .logo_txt {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  #header_left .logo_txt {
    font-size: 0.667em;
  }
}

#header_right {
  float: right;
}

@media (max-width: 900px) {
  #header_right {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 2;
    display: none;
  }
  #header_right.active {
    display: block;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  margin-right: 15px;
}
#gnavi ul li {
  text-align: center;
  border-right: 1px solid #7F9A4D;
}
@media (max-width: 900px) {
  #gnavi ul li {
    border-right: unset;
    border-bottom: 1px solid #7F9A4D;
  }
}
#gnavi ul li:last-child {
  border-right: none;
}
#gnavi ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7F9A4D;
  font-weight: bold;
  padding: 0 25px;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  #gnavi ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1270px) {
  #gnavi ul li a {
    padding: 0 10px;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li a {
    padding: 0 15px 20px;
  }
}
#gnavi ul li a:hover {
  opacity: 0.85;
  transition: 0.3s;
}
#gnavi ul li img {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1450px) {
  #gnavi ul li img {
    width: 45px;
  }
}
@media screen and (max-width: 1270px) {
  #gnavi ul li img {
    width: 40px;
  }
}

@media (max-width: 900px) {
  #gnavi ul {
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
  }
  #gnavi li {
    margin-bottom: 20px;
  }
}
.header_navi {
  float: right;
  background: #E272A1;
  width: 250px;
}
@media screen and (max-width: 1450px) {
  .header_navi {
    width: 180px;
  }
}
@media screen and (max-width: 1270px) {
  .header_navi {
    width: 90px;
  }
}
@media (max-width: 900px) {
  .header_navi {
    position: fixed;
    bottom: 12px;
    width: 85%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 5px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_navi {
    max-width: unset;
    display: none;
  }
}
.header_navi a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 19.5px 0;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 1450px) {
  .header_navi a {
    padding: 14.5px 0;
  }
}
@media screen and (max-width: 1270px) {
  .header_navi a {
    padding: 10.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .header_navi a {
    font-size: 0.933em;
  }
}
.header_navi a:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.header_navi img {
  width: 42px;
  height: 32px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 900px) {
  .header_navi img {
    width: 25px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_navi img {
    position: absolute;
    width: 20px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -90px;
    left: 0;
  }
}

.header-navi-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-navi-sp {
    display: flex;
    position: fixed;
    bottom: 12px;
    width: 85%;
    margin: 0 auto;
    border-radius: 5px;
    left: 0;
    right: 0;
  }
  .header-navi-sp a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 19.5px 0;
    transition: 0.3s;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-navi-sp a {
    font-size: 0.933em;
  }
}
@media screen and (max-width: 767px) {
  .header-navi-sp a:hover {
    opacity: 0.85;
    transition: 0.3s;
  }
  .header-navi-sp img {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-navi-sp img {
    position: absolute;
    width: 20px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-navi-sp .en {
    background: #E272A1;
    width: 65%;
    margin-right: 2%;
    border-radius: 10px;
  }
  .header-navi-sp .site {
    width: 35%;
    background: #7F9A4D;
    border-radius: 10px;
  }
}

.menu-trigger {
  display: none;
  width: 55px;
  height: 55px;
  position: relative;
  cursor: pointer;
  float: right;
  background: #7F9A4D;
  color: #fff;
  padding-top: 30px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 900px) {
  .menu-trigger {
    display: block;
    z-index: 3;
  }
}

.menu-trigger span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 25px;
  transition: 0.3s;
}

.menu-trigger span::after {
  content: "";
  position: absolute;
  background: url(../images/sp_menu.svg) no-repeat center/contain;
  width: 26px;
  height: 25px;
  transition: 0.3s;
  top: 7px;
  left: 15px;
}

.menu-trigger span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-trigger.active span {
  background: transparent;
}

.menu-trigger.active span::before {
  position: absolute;
  width: 55%;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  top: 20px;
  left: 12px;
}

.menu-trigger.active span::after {
  position: absolute;
  width: 55%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  top: 20px;
  left: 12px;
}

#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_box {
  width: 100%;
  overflow: hidden;
}

.f_logo {
  margin: 0 0 15px;
}

.copy {
  padding: 1em 0;
  font-size: 0.94em;
  text-align: center;
}

.menu {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .menu {
    padding-top: 60px;
  }
}
.menu .list_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .menu .list_menu {
    gap: 0;
  }
}
.menu .list_menu li {
  flex: 1;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li {
    flex: none;
    margin: 0 2% 2% 0;
    width: 49%;
    text-align: left;
  }
}
.menu .list_menu li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li:nth-child(2n) {
    margin-right: 0;
  }
}
.menu .list_menu li a {
  width: 100%;
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 4px solid #ECF4D9;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li a {
    display: flex;
    background: #7F9A4D;
    border-bottom: none;
    align-items: center;
    padding-bottom: 0;
    border-radius: 5px;
    padding: 9px 6px;
  }
}
.menu .list_menu li a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.menu .list_menu li a .ttl {
  font-size: 1.063em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7F9A4D;
  line-height: 1.5;
  min-height: 55px;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li a .ttl {
    font-size: 0.8em;
    color: #fff;
    min-height: auto;
  }
}
.menu .list_menu li a .ttl02 {
  min-height: auto;
}
.menu .list_menu li .img {
  height: 41px;
  width: auto;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li .img {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 7px 0 0;
    min-height: auto;
  }
}
.menu .list_menu li .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .menu .list_menu li .img img {
    padding: 6px;
  }
}

.main_img {
  margin-top: 160px;
}
@media (max-width: 900px) {
  .main_img {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-top: 55px;
  }
}
.main_img .main_bg {
  width: 100%;
  position: relative;
}
.main_img .main_bg .main_txt_area {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 628px;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 1450px) {
  .main_img .main_bg .main_txt_area {
    top: 47%;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_bg .main_txt_area {
    top: 50%;
  }
}
.main_img .main_bg .main_txt01 {
  font-size: 2.5em;
  color: #fff;
  background: #ACB967;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 40px;
  line-height: 95px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1450px) {
  .main_img .main_bg .main_txt01 {
    font-size: 2em;
    line-height: 85px;
  }
}
@media screen and (max-width: 1270px) {
  .main_img .main_bg .main_txt01 {
    font-size: 1.8em;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_bg .main_txt01 {
    padding: 0 25px;
    font-size: 1.33em;
    line-height: 47px;
  }
}
.main_img .main_bg .main_txt_img {
  width: 450px;
  margin: -25px auto 0;
}
@media screen and (max-width: 1450px) {
  .main_img .main_bg .main_txt_img {
    width: 400px;
  }
}
@media screen and (max-width: 1270px) {
  .main_img .main_bg .main_txt_img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_bg .main_txt_img {
    margin: -10px auto 0;
  }
}

.left_col {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .left_col {
    width: 100%;
    float: inherit;
  }
}
.left_col .img {
  width: 88%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .left_col .img {
    width: 80%;
    margin: 0 auto;
  }
}
.left_col .img::before {
  content: "";
  position: absolute;
  display: block;
  width: 196px;
  height: 181px;
  right: -60px;
  bottom: -70px;
  background: url(../images/iwaoka_bg.svg) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .left_col .img::before {
    right: -70px;
    height: 130px;
  }
}
.left_col .sec01_txt {
  z-index: 1;
  margin: -30px 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .left_col .sec01_txt {
    margin: -30px 0 0 0;
  }
}
.left_col .sec01_txt .txt {
  background: #ACB967;
  color: #fff;
  font-size: 1.75em;
  display: inline-block;
  padding: 0 20px;
  line-height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .left_col .sec01_txt .txt {
    font-size: 1.25em;
    line-height: 50px;
    padding: 0 15px;
  }
}

.right_col {
  width: 50%;
  float: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .right_col {
    width: 100%;
    margin-top: 30px;
  }
}
.right_col .sec01_ttl {
  font-size: 1.75em;
  padding-left: 46px;
  position: relative;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_ttl {
    font-size: 1.3em;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.right_col .sec01_ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 32px;
  left: 0;
  bottom: 0;
  background: url(../images/icon_paws.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_ttl::before {
    width: 30px;
    height: 30px;
  }
}
.right_col .sec01_ttl02 {
  font-size: 3.125em;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_ttl02 {
    font-size: 2.5em;
  }
}
.right_col .sec01_ttl02 span {
  display: block;
  font-size: 0.36em;
  font-weight: 400;
  margin-top: 15px;
}
.right_col .sec01_txt {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_txt {
    margin-bottom: 20px;
  }
}
.right_col .sec01_txt span {
  background: #7F9A4D;
  color: #fff;
  font-size: 1.438em;
  border-radius: 50px;
  line-height: 36px;
  padding: 0 30px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_txt span {
    font-size: 0.95em;
    margin-right: 12px;
    padding: 0 7px;
  }
}
.right_col .sec01_txt02 {
  background: #ECF4D9;
  padding: 10px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .right_col .sec01_txt02 {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}

.sec02 {
  background: url(../images/sec02_bg.jpg);
  position: relative;
  padding: 12em 0 0 0;
  margin: 15em 0 7.8em;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin: 3em 0;
  }
}
.sec02::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_bg02.jpg) repeat-x center/contain;
  width: 100%;
  height: 140px;
  top: -122px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec02::before {
    top: -82px;
  }
}
.sec02::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_bg02.jpg) repeat-x center/contain;
  width: 100%;
  height: 140px;
  bottom: -122px;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .sec02::after {
    bottom: -82px;
    z-index: -1;
  }
}
.sec02_ttl {
  text-align: center;
  font-size: 2.813em;
  color: #7F9A4D;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-top: -7em;
}
@media screen and (max-width: 767px) {
  .sec02_ttl {
    font-size: 1.85em;
  }
}
.sec02_ttl::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_ttl_bg.svg) no-repeat center/contain;
  width: 530px;
  height: 358px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -170px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec02_ttl::before {
    width: 100%;
  }
}
.sec02 .list_sec02 {
  margin-top: 10em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec02 .list_sec02 {
    margin-top: 8em;
    display: block;
  }
}
.sec02 .list_sec02 li {
  width: 31.33%;
  margin: 0 3% 6% 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 .list_sec02 li {
    width: 100%;
    margin: 0 0 18% 0;
  }
}
.sec02 .list_sec02 li:nth-child(3n) {
  margin-right: 0;
}
.sec02 .list_sec02 li .num {
  position: absolute;
  content: "";
  background: #ACB967;
  color: #fff;
  border-radius: 50px;
  font-size: 1.5em;
  width: 67px;
  line-height: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .sec02 .list_sec02 li .num {
    top: -47px;
    font-size: 1.15em;
    width: 55px;
    line-height: 55px;
  }
}
.sec02 .list_sec02 li .ttl {
  color: #fff;
  border-radius: 50px 50px 0 0;
  font-size: 1.5em;
  background: #7F9A4D;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02 .list_sec02 li .ttl {
    font-size: 1.15em;
    height: 70px;
  }
}
.sec02 .list_sec02 li .txt {
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .sec02 .list_sec02 li .txt {
    padding: 15px;
  }
}

.sec03_ttl {
  text-align: center;
  font-size: 2.813em;
  line-height: 1.5;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03_ttl {
    font-size: 1.8em;
  }
}
.sec03_ttl::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_ttl_bg.svg) no-repeat center/contain;
  width: 592px;
  height: 214px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec03_ttl::before {
    width: 100%;
    height: 125px;
    top: -26px;
  }
}

.sec03 .list_sec03 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 {
    margin-top: 50px;
  }
}
.sec03 .list_sec03 li {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li {
    display: block;
    margin-bottom: 30px;
  }
}
.sec03 .list_sec03 li:last-child {
  margin-bottom: 0;
}
.sec03 .list_sec03 li .left {
  width: 50%;
  padding-right: 5%;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li .left {
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
    margin-bottom: 5%;
  }
}
.sec03 .list_sec03 li .left::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_icon_paws.svg) no-repeat center/contain;
  width: 258px;
  height: 121px;
  top: -50px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li .left::before {
    width: 180px;
    right: 20px;
    top: -30px;
  }
}
.sec03 .list_sec03 li .left .point {
  font-size: 1.5em;
  color: #7F9A4D;
  border-bottom: 3px solid;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li .left .point {
    font-size: 1.15em;
    margin-bottom: 10px;
  }
}
.sec03 .list_sec03 li .left .ttl {
  font-size: 2.25em;
  color: #7F9A4D;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li .left .ttl {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
.sec03 .list_sec03 li .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 li .right {
    width: 100%;
  }
}
.sec03 .list_sec03 .list02 {
  flex-direction: row-reverse;
}
.sec03 .list_sec03 .list02 .left {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .sec03 .list_sec03 .list02 .left {
    padding: 0;
  }
}
.sec03 .list_sec03 .btn {
  width: 330px;
  margin-top: 30px;
  background: #ACB967;
  text-align: center;
  border-radius: 50px;
}
.sec03 .list_sec03 .btn a {
  display: inline-block;
  color: #fff;
  padding: 20px 15px;
  width: 100%;
  position: relative;
}
.sec03 .list_sec03 .btn a::before {
  position: absolute;
  content: "";
  background: url(../images/btn_arrow.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.sec04 {
  margin-top: 7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-top: 5em;
  }
}
.sec04 .sec03_ttl {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec03_ttl {
    top: -50px;
  }
}
.sec04_area {
  padding: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec04_area {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
.sec04_area .staff {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec04_area .staff {
    display: block;
  }
}
.sec04_area .staff .left {
  width: 40%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .sec04_area .staff .left {
    width: 100%;
    padding: 0;
  }
}
.sec04_area .staff .left p {
  display: flex;
  font-size: 1.75em;
  align-items: center;
  letter-spacing: 3px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec04_area .staff .left p {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
.sec04_area .staff .left p span {
  font-weight: 400;
  font-size: 0.643em;
  margin-right: 20px;
}
.sec04_area .staff .right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sec04_area .staff .right {
    width: 100%;
  }
}
.sec04_area .staff_border {
  overflow: hidden;
  border-bottom: 1px dashed #7F9A4D;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec04_area .staff_border {
    margin: 50px 0;
  }
}

.list_staff {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list_staff {
    margin-top: 10px;
  }
}
.list_staff li {
  border-bottom: 1px dashed #7F9A4D;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_staff li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.list_staff li .q {
  font-size: 2em;
  color: #7F9A4D;
  padding-left: 17%;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_staff li .q {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
.list_staff li .q span {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-size: 2.581em;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_staff li .q span {
    font-size: 2em;
  }
}
.list_staff li .a {
  position: relative;
  padding-left: 17%;
}
.list_staff li .a span {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  color: #E272A1;
  font-size: 5em;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_staff li .a span {
    font-size: 2.5em;
  }
}
.list_staff li .apt30 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .list_staff li .apt30 {
    padding-top: 10px;
  }
}
.list_staff li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.sec05_ttl {
  text-align: center;
  color: #ACB967;
  font-size: 3.313em;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec05_ttl {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
.sec05_ttl span {
  display: block;
  font-size: 0.528em;
  position: relative;
}
.sec05_ttl span::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon_ttl.svg) no-repeat center/contain;
  width: 88px;
  height: 65px;
  top: 0;
  left: -420px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05_ttl span::before {
    width: 50px;
    height: 35px;
    left: -250px;
  }
}
.sec05_ttl span::after {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon_ttl02.svg) no-repeat center/contain;
  width: 16px;
  height: 56px;
  top: -25px;
  left: 0;
  right: -370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05_ttl span::after {
    width: 12px;
    height: 40px;
    right: -210px;
  }
}
.sec05_ttl img {
  width: 104px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .sec05_ttl img {
    width: 60px;
    margin: 0 auto 15px;
  }
}
.sec05_area {
  border: 6px solid #7F9A4D;
  border-radius: 20px;
  padding: 145px 60px 70px 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec05_area {
    padding: 70px 10px 40px 10px;
    margin-bottom: 50px;
  }
}
.sec05_area_ttl {
  background: url(../images/sec05_ttl_bg.svg) no-repeat center/cover;
  text-align: center;
  color: #fff;
  font-size: 3.063em;
  padding-bottom: 16px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05_area_ttl {
    font-size: 1.3em;
    padding: 10px 0;
  }
}
.sec05_area_ttl span {
  position: absolute;
  content: "";
  color: #ECF4D9;
  font-size: 2.408em;
  left: 0;
  right: 0;
  top: -147px;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec05_area_ttl span {
    font-size: 2em;
    top: -50px;
  }
}
.sec05_area_ttl .small {
  position: relative;
  display: block;
  font-size: 0.418em;
  text-align: center;
  color: #fff;
  top: auto;
  z-index: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .sec05_area_ttl .small {
    font-size: 0.5em;
  }
}
.sec05_area .list_career {
  display: flex;
}
.sec05_area .list_career li {
  font-size: 1.188em;
  text-align: center;
  background: #EEF2D1;
  color: #7F9A4D;
  flex: 1;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career li {
    font-size: 0.95em;
    margin-right: 5px;
  }
}
.sec05_area .list_career li::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_arrow.svg) no-repeat center/contain;
  width: 46px;
  height: 28px;
  top: 0;
  bottom: -50px;
  margin: auto;
  right: -35px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career li::before {
    width: 22px;
    bottom: -62px;
    right: -15px;
  }
}
.sec05_area .list_career li:nth-child(2) {
  background: #DCE0C1;
}
.sec05_area .list_career li:nth-child(3) {
  background: #A3A68F;
  color: #fff;
}
.sec05_area .list_career li:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../images/sec05_arrow.svg) no-repeat center/contain;
  width: 46px;
  height: 28px;
  top: 0;
  bottom: -135px;
  margin: auto;
  right: -35px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career li:nth-child(3)::after {
    width: 25px;
    height: 15px;
    bottom: -110px;
    right: -20px;
  }
}
.sec05_area .list_career li:nth-child(4) {
  background: #787A6A;
  color: #fff;
}
.sec05_area .list_career li:last-child {
  margin-right: 0;
  background: #525448;
  color: #fff;
}
.sec05_area .list_career li:last-child::before {
  content: none;
}
.sec05_area .list_career li .txt01 {
  font-size: 1.316em;
  display: block;
  background: #ACB967;
  color: #fff;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career li .txt01 {
    font-size: 0.8em;
    line-height: 25px;
  }
}
.sec05_area .list_career li .txt02 {
  line-height: 66px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career li .txt02 {
    line-height: 60px;
    font-size: 0.9em;
  }
}
.sec05_area .list02 {
  background: #675D8F;
  color: #fff;
  font-size: 1.188em;
  float: right;
  line-height: 70px;
  width: 38.85%;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list02 {
    font-size: 0.9em;
    line-height: 40px;
  }
}
.sec05_area .list_career02 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 {
    margin-bottom: 40px;
  }
}
.sec05_area .list_career02 li {
  display: flex;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px dashed #7F9A4D;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li {
    padding-top: 30px;
    margin-top: 30px;
    display: block;
  }
}
.sec05_area .list_career02 li .left {
  width: 50%;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li .left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.sec05_area .list_career02 li .right {
  width: 50%;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li .right {
    width: 100%;
    padding: 0;
  }
}
.sec05_area .list_career02 li .right .ttl01 {
  background: #E272A1;
  color: #fff;
  font-size: 1.667em;
  width: 246px;
  line-height: 85px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li .right .ttl01 {
    font-size: 1.25em;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.sec05_area .list_career02 li .right .ttl01::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #E272A1 transparent transparent;
  bottom: -13px;
  left: 0;
}
.sec05_area .list_career02 li .right .ttl02 {
  font-size: 2em;
  color: #E272A1;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li .right .ttl02 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.sec05_area .list_career02 li .right .ttl03 {
  color: #E272A1;
  font-size: 1.5em;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_career02 li .right .ttl03 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
}
.sec05_area .list_career02 li .right .m20 {
  margin-bottom: 20px;
}
.sec05_area .list_carrer03 {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.sec05_area .list_carrer03 li {
  flex: 1;
  margin-right: 20px;
  border: 1px solid #ACB967;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
.sec05_area .list_carrer03 li:nth-child(2n) {
  margin-right: 0;
}
.sec05_area .list_carrer03 li:last-child {
  margin-right: 0;
}
.sec05_area .list_carrer03 li .ttl01 {
  background: #ACB967;
  color: #fff;
  font-size: 1.375em;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 li .ttl01 {
    font-size: 1em;
    line-height: 40px;
  }
}
.sec05_area .list_carrer03 li .ttl02 {
  color: #7F9A4D;
  padding-top: 10px;
}
.sec05_area .list_carrer03 li .ttl02 .txt01 {
  font-size: 1.125em;
}
.sec05_area .list_carrer03 li .ttl02 .txt02 {
  display: inline-block;
  border: 1px solid;
  font-size: 0.813em;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 li .ttl02 .txt02 {
    font-size: 0.75em;
  }
}
.sec05_area .list_carrer03 li .ttl02 .txt03 {
  font-size: 2.188em;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 li .ttl02 .txt03 {
    font-size: 1.5em;
  }
}
.sec05_area .list_carrer03 li .ttl02 .txt03 span {
  font-size: 0.371em;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec05_area .list_carrer03 li .ttl02 .txt03 span {
    margin-left: 5px;
  }
}
.sec05 .sec05_area_ttl02 {
  text-align: center;
  background: #ECF4D9;
  color: #7F9A4D;
  font-size: 2em;
  line-height: 86px;
  border-bottom: 1px dashed #E272A1;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05_area_ttl02 {
    font-size: 1.5em;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.sec05 .list_carrer04 {
  max-width: 780px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 {
    margin: 0 auto 50px;
  }
}
.sec05 .list_carrer04 li {
  border-radius: 75px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  padding: 13px 0;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li {
    border-radius: 50px;
    padding: 13px 5px;
  }
}
.sec05 .list_carrer04 li:first-child:before {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon01.svg) no-repeat center/contain;
  width: 76px;
  height: 78px;
  right: 0;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li:first-child:before {
    width: 50px;
  }
}
.sec05 .list_carrer04 li:nth-child(2):before {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon02.svg) no-repeat center/contain;
  width: 122px;
  height: 55px;
  left: -30px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li:nth-child(2):before {
    width: 85px;
    left: -15px;
  }
}
.sec05 .list_carrer04 li:nth-child(3):before {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon03.svg) no-repeat center/contain;
  width: 81px;
  height: 57px;
  left: 0px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li:nth-child(3):before {
    width: 55px;
  }
}
.sec05 .list_carrer04 li:last-child {
  margin-bottom: 0;
}
.sec05 .list_carrer04 li:last-child:before {
  position: absolute;
  content: "";
  background: url(../images/sec05_icon04.svg) no-repeat center/contain;
  width: 137px;
  height: 51px;
  right: -15px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li:last-child:before {
    width: 100px;
  }
}
.sec05 .list_carrer04 li .ttl {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li .ttl {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .list_carrer04 li .txt {
    font-size: 0.9em;
  }
}
.sec05 .sec05_area02 .ttl {
  text-align: center;
  color: #7F9A4D;
  background-color: #ECF4D9;
  font-size: 1.5em;
  padding: 8.5px 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05_area02 .ttl {
    font-size: 1.25em;
    padding: 8.5px 5px;
  }
}
.sec05 .sec05_area02 .txt {
  background: #FAFCF7;
  padding: 35px 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05_area02 .txt {
    padding: 20px 15px;
    line-height: 1.8;
  }
}

.sec06 {
  padding: 150px 0 90px;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 80px 0 50px;
  }
}
.sec06_ttl {
  text-align: center;
  font-size: 2em;
  position: relative;
  color: #7F9A4D;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec06_ttl {
    font-size: 1.5em;
  }
}
.sec06_ttl span {
  font-size: 3.75em;
  color: #fff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -120px;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec06_ttl span {
    font-size: 2em;
    top: -55px;
  }
}
.sec06_ttl02 {
  color: #fff;
}
.sec06_ttl02 span {
  color: rgba(255, 255, 255, 0.2);
}
.sec06 .list_sec06 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec06 .list_sec06 {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}
.sec06 .list_sec06 li {
  background: #7F9A4D;
  color: #fff;
  font-size: 1.688em;
  line-height: 124px;
  flex: 1;
  text-align: center;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 767px) {
  .sec06 .list_sec06 li {
    font-size: 1.2em;
    line-height: 50px;
    padding: 8px 0 0 0;
  }
}
.sec06 .list_sec06 li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 0 62px 20px;
  border-color: transparent transparent transparent #7F9A4D;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06 .list_sec06 li:before {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -3px;
  }
}
.sec06 .list_sec06 li:nth-child(2n) {
  background: #ACB967;
}
.sec06 .list_sec06 li:nth-child(2n):before {
  border-color: transparent transparent transparent #ACB967;
}
.sec06_area {
  border: 5px solid #fff;
  border-radius: 30px;
  padding: 70px 50px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec06_area {
    padding: 30px 15px;
    margin-bottom: 45px;
  }
}
.sec06_area .ttl {
  text-align: center;
  font-size: 1.688em;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .sec06_area .ttl {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.sec06_area .left {
  width: 35%;
  float: left;
}
@media screen and (max-width: 767px) {
  .sec06_area .left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
}
.sec06_area .left ul li {
  display: flex;
  align-items: center;
}
.sec06_area .left ul li:last-child .txt::after {
  content: none;
}
.sec06_area .left ul li .time {
  font-size: 1.25em;
  width: 18%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec06_area .left ul li .time {
    font-size: 1.2em;
  }
}
.sec06_area .left ul li .txt {
  font-size: 1.125em;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06_area .left ul li .txt {
    font-size: 1em;
    padding-left: 40px;
  }
}
.sec06_area .left ul li .txt::before {
  position: absolute;
  content: "●";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec06_area .left ul li .txt::before {
    left: 8px;
  }
}
.sec06_area .left ul li .txt::after {
  position: absolute;
  content: "";
  border-left: 1px solid #fff;
  width: 1px;
  height: 25px;
  top: 20px;
  left: 23.5px;
}
@media screen and (max-width: 767px) {
  .sec06_area .left ul li .txt::after {
    left: 14.5px;
  }
}
.sec06_area .left ul .list02 {
  margin-bottom: 40px;
}
.sec06_area .left ul .list02 .txt::after {
  height: 70px;
}
.sec06_area .right {
  width: 65%;
  float: right;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec06_area .right {
    width: 100%;
    float: inherit;
  }
}
.sec06_area .right img {
  width: 48%;
}
.sec06_area .right .img01 {
  margin-right: 4%;
}

.sec07 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 30px 0 80px;
  }
}
.sec07 .mt70 {
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .sec07 .mt70 {
    margin-top: -10px;
  }
}

.sec08 {
  /* タブボタン */
  /* アクティブ */
  /* コンテンツ */
  /* 表示切り替え */
}
.sec08 .sec03_ttl {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .sec08 .sec03_ttl {
    margin-bottom: 70px;
  }
}
.sec08 .sec03_ttl:before {
  top: -65px;
}
@media screen and (max-width: 767px) {
  .sec08 .sec03_ttl:before {
    top: -45px;
  }
}
.sec08 .tab_wrap {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sec08 .tab_wrap input {
  display: none;
}
.sec08 .tab_btns {
  display: flex;
}
.sec08 .tab_btns label {
  flex: 1;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  background: #ECF4D9;
  color: #4E4E4E;
  border-radius: 30px 30px 0 0;
  font-size: 1.875em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec08 .tab_btns label {
    font-size: 1.5em;
    padding: 5px;
  }
}
.sec08 label.new {
  margin-right: 3%;
  background: #ACB967;
  color: #fff;
}
.sec08 #tab_new:checked ~ .tab_btns label[for=tab_new] {
  background: #ACB967;
  color: #fff;
}
.sec08 #tab_mid:checked ~ .tab_btns label[for=tab_mid] {
  background: #ECF4D9;
  color: #4E4E4E;
}
.sec08 .tab_content {
  display: none;
  padding: 80px 8.3vw;
  background: #ACB967;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08 .tab_content {
    padding: 30px 15px;
  }
}
.sec08 #tab_new:checked ~ .tab_contents .new {
  display: block;
}
.sec08 #tab_mid:checked ~ .tab_contents .mid {
  display: block;
  background: #ECF4D9;
  color: #4E4E4E;
}
.sec08 .list_sec08 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 767px) {
  .sec08 .list_sec08 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.sec08 .list_sec08 li .ttl {
  font-size: 1.375em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec08 .list_sec08 li .ttl {
    font-size: 1.2em;
  }
}
.sec08 .list_sec08 li p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec08 .list_sec08 li p {
    font-size: 1em;
  }
}

.sec09 {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding-bottom: 5em;
  }
}
.sec09_ttl {
  background: #7F9A4D;
  color: #fff;
  border-radius: 10px;
  font-size: 2em;
  text-align: center;
  line-height: 86px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec09_ttl {
    font-size: 1.5em;
    line-height: 65px;
    margin-bottom: 30px;
  }
}

.list_qa li .q {
  font-size: 1.5em;
  padding-left: 8%;
}
@media screen and (max-width: 767px) {
  .list_qa li .q {
    font-size: 1.25em;
    padding-left: 13%;
  }
}
.list_qa li .q span {
  font-size: 2.5em;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .list_qa li .q span {
    font-size: 2em;
    top: 0;
  }
}
.list_qa li .a {
  padding: 15px 0 0 8%;
}
@media screen and (max-width: 767px) {
  .list_qa li .a {
    padding: 0 0 0 13%;
  }
}
.list_qa li .a span {
  font-size: 3.75em;
}
@media screen and (max-width: 767px) {
  .list_qa li .a span {
    font-size: 2.5em;
  }
}
.list_qa li:last-child {
  padding-bottom: 40px;
  border-bottom: dashed 1px #7F9A4D;
}

.sec10 {
  background: #F7F7F7;
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}

.txt_14 {
  font-size: 0.875em;
}

.txt_center {
  text-align: center;
}

.bg_green {
  background: #ECF4D9;
}
.bg_green02 {
  background: #7F9A4D;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
}

a.btn {
  font-size: 1.375em;
  border-radius: 5px;
  color: #7F9A4D;
  max-width: 500px;
  width: 100%;
  padding: 1.07em 6.15em;
  margin: auto;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.btn {
    font-size: 1.2em;
    max-width: 250px;
    padding: 1em 2.5em;
  }
}
a.btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 87px;
  background: #617739;
  bottom: -10px;
  right: -10px;
  border-radius: 5px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  a.btn::after {
    height: 65px;
  }
}
a.btn::before {
  position: absolute;
  content: "";
  background: url(../images/btn_check.svg) no-repeat center/contain;
  width: 30px;
  height: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 50px;
}
@media screen and (max-width: 767px) {
  a.btn::before {
    width: 20px;
    right: 15px;
  }
}
a.btn:hover {
  opacity: 0.85;
  transition: 0.3s;
}
a.btn02 {
  background: #E272A1;
  color: #fff;
}
a.btn02::before {
  background: url(../images/btn_check_white.svg) no-repeat center/contain;
}
a.btn02::after {
  background: #AF4A74;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  table.formTable td, table.formTable th {
    padding: 10px;
  }
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  table.formTable th {
    font-size: 1em;
  }
}
table.formTable th span {
  background: #7F9A4D;
  color: #fff;
  padding: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  table.formTable th span {
    padding: 3px;
  }
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
input, textarea, select {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid #4A4A3E;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 32.7%;
  margin-right: 5px;
}
textarea {
  height: 200px;
}

.birthday {
  display: flex;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.contact_btn input {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 1.3125em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: url(../images/btn_check_white.svg) 75% 50%/30px 23px no-repeat #E272A1;
}
@media screen and (max-width: 767px) {
  .contact_btn input {
    font-size: 1em;
    height: 60px !important;
    padding: 1em;
  }
}
.contact_btn input:hover {
  opacity: 0.8;
}
.contact_btn input.backBtn {
  background: url(../images/btn_check_white.svg) 75% 50%/30px 23px no-repeat #4E4E4E;
  margin-top: 1.5em;
}

.policy_p {
  padding-top: 50px;
  margin: 50px 0;
  border-top: 1px dashed;
}
@media screen and (max-width: 767px) {
  .policy_p {
    padding-top: 30px;
    margin: 30px 0;
  }
}
.policy_p .txt01 {
  font-size: 1.25em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .policy_p .txt01 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
}
.policy_p .txt02 {
  font-size: 1.125em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .policy_p .txt02 {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.policy_p .check_area {
  border: 2px solid #E272A1;
  padding: 30px 15px;
  text-align: center;
  background: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .policy_p .check_area {
    font-size: 1em;
    padding: 15px;
  }
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}/*# sourceMappingURL=layout.css.map */