@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.slicknav_menu {
  display: none;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: inline;
}

#allWrap {
  position: relative;
  min-width: 1130px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 20px 40px;
}
header .headerIn {
  background-color: #fff;
  border-radius: 100px;
  height: 85px;
  box-shadow: 20px 20px 20px 0px #00000005;
  width: 100%;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
}
header .headerIn .logoArea {
  position: absolute;
  top: 13px;
  left: 30px;
}
header .headerIn .logoArea a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  text-decoration: none;
  color: #7aa05b;
  position: relative;
  padding-left: 70px;
}
header .headerIn .logoArea a span.txt1 {
  font-size: 12px;
  display: block;
  padding: 0 0 0 3px;
  position: relative;
  top: 3px;
}
header .headerIn .logoArea a span.txt2 {
  background-color: #3A745A;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px 2px;
  position: absolute;
  bottom: 7px;
  right: -85px;
  border-radius: 3px;
}
header .headerIn .logoArea a img {
  width: 65px;
  height: auto;
  position: absolute;
  top: -3px;
  left: 0;
}
header .headerIn .gnavi {
  position: absolute;
  top: 17px;
  right: 500px;
}
header .headerIn .gnavi ul {
  display: flex;
  gap: 20px;
}
header .headerIn .gnavi ul li {
  position: relative;
}
header .headerIn .gnavi ul li a {
  text-decoration: none;
  font-size: 16px;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header .headerIn .gnavi ul li a:hover {
  top: -3px;
}
header .headerIn .gnavi ul li .sub_menu {
  display: none;
  position: absolute;
  top: 63px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  padding: 0;
}
header .headerIn .gnavi ul li .sub_menu.lg {
  margin-left: -125px;
  width: 250px;
}
header .headerIn .gnavi ul li .sub_menu li {
  width: 100%;
  padding: 0;
}
header .headerIn .gnavi ul li .sub_menu li:after {
  display: none;
}
header .headerIn .gnavi ul li .sub_menu li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 12px 0;
  background-color: #454545;
  border-bottom: 1px #fff solid;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
}
header .headerIn .gnavi ul li .sub_menu li a:hover {
  background-color: #7aa05b;
  text-shadow: none;
  top: 0;
}
header .headerIn .gnavi ul li .sub_menu li:last-child a {
  border-bottom: none;
}
header .headerIn .gnavi ul li .sub_menu li.stress a {
  background-color: #DBBA4E;
  color: #454545 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
header .headerIn .gnavi ul li .sub_menu li.stress a:hover {
  background-color: #ff9900;
}
header .headerIn .gnavi ul li .sub_menu li ul {
  display: none !important;
  position: absolute;
  top: 0px;
  left: 251px;
  width: 250px;
}
header .headerIn .gnavi ul li .sub_menu li ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 12px 0;
  background-color: #454545;
  border-bottom: 1px #fff solid;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
}
header .headerIn .gnavi ul li .sub_menu li ul li a:hover {
  background-color: #7aa05b;
  text-shadow: none;
  top: 0;
}
header .headerIn .gnavi ul li .sub_menu li:hover ul {
  display: block !important;
}
.about header .headerIn .gnavi ul li.btn1 a, .service header .headerIn .gnavi ul li.btn2 a, .voice header .headerIn .gnavi ul li.btn3 a, .blog header .headerIn .gnavi ul li.btn4 a, .recruit header .headerIn .gnavi ul li.btn5 a {
  color: #7aa05b;
}
header .headerIn .tel {
  position: absolute;
  top: 30px;
  right: 285px;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
header .headerIn .tel span {
  color: #7aa05b;
  font-size: 18px;
  margin-right: 3px;
}
header .headerIn .tel a {
  color: #7aa05b;
  text-decoration: none;
  font-size: 22px;
  position: relative;
}
header .headerIn .btn {
  position: absolute;
  top: 16px;
  right: 18px;
}
header .headerIn .btn a {
  padding-left: 30px !important;
  padding-right: 40px !important;
}

.btn.t1 a, #contents .btn.hyo.t2 a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  padding: 15px 60px 15px 50px;
  display: inline-block;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn.t1 a span, #contents .btn.hyo.t2 a span {
  position: relative;
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
  padding-right: 15px;
}
.btn.t1 a span:after, #contents .btn.hyo.t2 a span:after {
  content: "";
  width: 9px;
  height: 8px;
  background: url(../images/common/icon_arrow1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.btn.t1.wide a, #contents .btn.wide.hyo.t2 a {
  display: block;
  position: relative;
}
.btn.t1.wide a:after, #contents .btn.wide.hyo.t2 a:after {
  content: "";
  width: 27px;
  height: 24px;
  background: url(../images/common/icon_arrow3.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.btn.t1.wide a span, #contents .btn.wide.hyo.t2 a span {
  border-right: none;
}
.btn.t1.wide a span:after, #contents .btn.wide.hyo.t2 a span:after {
  display: none;
}
.btn.t1.green a, #contents .btn.green.hyo.t2 a {
  background-color: #7aa05b;
}
.btn.t1.green2 a, #contents .btn.green2.hyo.t2 a {
  background-color: #3A745A;
}
.btn.t1.pink a, #contents .btn.pink.hyo.t2 a {
  background-color: #DE7F7A;
}
.btn.t1.yellow a, #contents .btn.yellow.hyo.t2 a {
  background-color: #DBBA4E;
}
.btn.t1.brown a, #contents .btn.brown.hyo.t2 a {
  background-color: #454545;
}
.btn.t1.blue a, #contents .btn.blue.hyo.t2 a {
  background-color: #6990B7;
}
.btn.t1.black a, #contents .btn.black.hyo.t2 a {
  background-color: #2E2117;
}
.btn.t1 a:hover, #contents .btn.hyo.t2 a:hover {
  background-color: #ff9900;
}
.btn.t2 a {
  position: relative;
  font-size: 14px;
  padding-left: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.btn.t2 a:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/icon_flag.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#contents {
  position: relative;
  /*確認画面*/
  /*完了画面*/
}
#contents .titleArea {
  width: 1287px;
  margin: 0 auto;
  position: relative;
}
#contents .titleArea .txt {
  padding-top: 240px;
  padding-bottom: 60px;
  border-bottom: 1px #ccc solid;
  position: relative;
  z-index: 1;
  width: 750px;
}
.interview #contents .titleArea .txt {
  width: 630px;
  padding-bottom: 40px;
}
#contents .titleArea .txt span {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #7aa05b;
  font-size: 20px;
}
#contents .titleArea .txt .h1Area {
  font-size: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#contents .titleArea .txt .h1Area span {
  background-color: #7aa05b;
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-left: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  top: -3px;
}
.interview #contents .titleArea .txt .h1Area {
  font-size: 46px;
}
.renkei #contents .titleArea .txt .h1Area, .download #contents .titleArea .txt .h1Area {
  font-size: 50px;
  margin-bottom: 30px;
}
#contents .titleArea .txt p {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
}
#contents .titleArea .name {
  margin-top: 25px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#contents .titleArea .name span {
  background-color: #E2DFCA;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  padding: 3px 15px;
  margin-left: 15px;
}
#contents .titleArea .pic {
  position: absolute;
  top: 50px;
  right: -200px;
  width: 800px;
  z-index: 0;
}
.interview #contents .titleArea .pic {
  top: 0;
  width: 1100px;
}
#contents .titleArea .pic img {
  width: 100%;
  height: auto;
}
.page #contents .mdArea {
  margin-bottom: 50px;
}
.page #contents .mdArea .sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  display: block;
  text-align: center;
  position: relative;
  top: -20px;
}
#contents .secWrap {
  padding-top: 100px;
  margin-top: -100px;
}
#contents .sec {
  padding: 80px 0;
}
#contents .sec .secIn {
  width: 1287px;
  margin: 0 auto;
}
#contents .sec.bg_green {
  background-color: #7aa05b;
}
#contents .sec.bg_brown {
  background-color: #E2DFCA;
  padding-top: 100px;
}
#contents .sec.bg_brown2 {
  background-color: #d9d5ba;
  padding-top: 100px;
}
#contents .sec.waku_brown .secIn {
  padding: 50px;
  width: 100% !important;
}
#contents .sec.waku_brown .secIn .secInIn {
  background-color: #E2DFCA;
  border-radius: 50px;
  padding: 100px 50px;
}
#contents .sec.layout_type1 .bl.one {
  position: relative;
}
#contents .sec.layout_type1 .bl.one:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
#contents .sec.layout_type1 .bl.one:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one::before, #contents .sec.layout_type1 .bl.one::after {
    display: none;
  }
}
#contents .sec.layout_type1 .bl.one .mass {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
#contents .sec.layout_type1 .bl.one .mass:last-child {
  margin-bottom: 0;
}
#contents .sec.layout_type1 .bl.one .mass .wrap {
  display: flex;
  gap: 50px;
}
#contents .sec.layout_type1 .bl.one .mass .pic {
  width: 45%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
#contents .sec.layout_type1 .bl.one .mass .pic span {
  background-color: #7aa05b;
  color: #fff;
  font-size: 34px;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10px;
  border-bottom-right-radius: 20px;
}
#contents .sec.layout_type1 .bl.one .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#contents .sec.layout_type1 .bl.one .mass .txt {
  width: 55%;
  padding-right: 20px;
}
#contents .sec.layout_type1 .bl.one .mass .txt .check {
  margin-top: 20px;
}
#contents .sec.layout_type1 .bl.one2 {
  position: relative;
}
#contents .sec.layout_type1 .bl.one2:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
#contents .sec.layout_type1 .bl.one2:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one2::before, #contents .sec.layout_type1 .bl.one2::after {
    display: none;
  }
}
#contents .sec.layout_type1 .bl.one2 .mass {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: 50px;
}
#contents .sec.layout_type1 .bl.one2 .mass:last-child {
  margin-bottom: 0;
}
#contents .sec.layout_type1 .bl.one2 .mass .wrap {
  display: flex;
  gap: 50px;
}
#contents .sec.layout_type1 .bl.one2 .mass .pic {
  width: 45%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
#contents .sec.layout_type1 .bl.one2 .mass .pic span {
  background-color: #7aa05b;
  color: #fff;
  font-size: 34px;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10px;
  border-bottom-right-radius: 20px;
}
#contents .sec.layout_type1 .bl.one2 .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#contents .sec.layout_type1 .bl.one2 .mass .txt {
  width: 55%;
  padding-right: 20px;
}
#contents .sec.layout_type1 .bl.one2 .mass .txt .check {
  margin-top: 20px;
}
#contents .sec.layout_type1 .bl.two {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
#contents .sec.layout_type1 .bl.two .mass {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
}
#contents .sec.layout_type1 .bl.two .mass .pic {
  width: 100%;
}
#contents .sec.layout_type1 .bl.two .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#contents .sec.layout_type1 .bl.two .mass .txt {
  width: 100%;
  margin-top: 20px;
}
#contents .sec.layout_type1 .bl.three {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
#contents .sec.layout_type1 .bl.three .mass {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
}
#contents .sec.layout_type1 .bl.three .mass .pic {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#contents .sec.layout_type1 .bl.three .mass .pic span {
  background-color: #7aa05b;
  color: #fff;
  font-size: 20px;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10px;
  border-bottom-right-radius: 20px;
}
#contents .sec.layout_type1 .bl.three .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
#contents .sec.layout_type1 .bl.three .mass .txt {
  width: 100%;
  margin-top: 20px;
}
#contents .sec.layout_type2 .bl {
  display: flex;
  gap: 60px;
}
#contents .sec.layout_type2 .bl .pic {
  width: 40%;
  position: relative;
}
#contents .sec.layout_type2 .bl .pic:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/hoshi2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -50px;
  left: 140px;
}
#contents .sec.layout_type2 .bl .pic:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/hoshi1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 150px;
  left: -60px;
}
#contents .sec.layout_type2 .bl .pic img {
  width: 100%;
  height: auto;
  margin-top: -30px;
}
#contents .sec.layout_type2 .bl .txt {
  width: 60%;
}
#contents .sec.layout_type2 .bl .txt .name {
  background-color: #7aa05b;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
#contents .sec.layout_type3 .bl .txt {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  align-items: stretch;
}
#contents .sec.layout_type3 .bl .txt .catch,
#contents .sec.layout_type3 .bl .txt .expl {
  width: 50%;
  display: flex;
  align-items: center;
}
#contents .sec.layout_type3 .bl .txt .catch {
  background: url(../images/common/md_parts3.svg) no-repeat;
  padding: 5px 0px 5px 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  max-height: 130px;
  overflow: hidden;
}
#contents .sec.layout_type4 .bl {
  display: flex;
  gap: 0 80px;
}
#contents .sec.layout_type4 .bl .pic {
  width: 50%;
}
#contents .sec.layout_type4 .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#contents .sec.layout_type4 .bl .txt {
  width: 50%;
}
#contents .sec.layout_type4 .bl .txt .catch {
  background: url(../images/common/md_parts3.svg) no-repeat;
  padding: 5px 0px 5px 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 30px;
}
#contents .sec.layout_voice .bl.no1 {
  display: flex;
  gap: 60px;
}
#contents .sec.layout_voice .bl.no1 .pic {
  width: 40%;
  position: relative;
}
#contents .sec.layout_voice .bl.no1 .pic:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/hoshi2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -50px;
  left: 140px;
}
#contents .sec.layout_voice .bl.no1 .pic:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/hoshi1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 150px;
  left: -60px;
}
#contents .sec.layout_voice .bl.no1 .pic img {
  width: 100%;
  height: auto;
  margin-top: -30px;
}
#contents .sec.layout_voice .bl.no1 .txt {
  width: 60%;
}
#contents .sec.layout_voice .bl.no1 .txt .name {
  background-color: #7aa05b;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
#contents .sec.layout_voice .bl.no2 {
  margin-top: 100px;
  display: flex;
  gap: 60px;
}
#contents .sec.layout_voice .bl.no2 .pic {
  width: 45%;
  position: relative;
  margin-top: -30px;
}
#contents .sec.layout_voice .bl.no2 .pic img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#contents .sec.layout_voice .bl.no2 .txt {
  width: 55%;
}
#contents .sec.support .mdArea .md {
  margin-bottom: 30px !important;
}
#contents .sec.support .secIn {
  background-color: #E2DFCA;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 20px 20px 20px 0px #00000005;
}
#contents .sec.support .secInIn {
  border-radius: 50px;
  border: 1px rgba(69, 69, 69, 0.1) solid;
  padding: 90px 60px;
}
#contents .sec.support .bl {
  margin-top: 50px;
  padding-bottom: 150px;
  position: relative;
}
#contents .sec.support .bl img.bg {
  width: 100%;
  height: auto;
}
#contents .sec.support .bl .mass {
  position: absolute;
  top: 0;
  left: 0;
  width: 232px;
}
#contents .sec.support .bl .mass h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 22px;
  padding-left: 20px;
}
#contents .sec.support .bl .mass h3 a {
  text-decoration: none;
  position: relative;
}
#contents .sec.support .bl .mass h3 a:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_flag3.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  left: -23px;
}
#contents .sec.support .bl .mass h3 span {
  font-size: 14px;
}
#contents .sec.support .bl .mass h3:after {
  content: "";
  width: 232px;
  height: 2px;
  background: url(../images/common/md_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -12px;
  left: 0;
}
#contents .sec.support .bl .mass p {
  font-size: 12px;
}
#contents .sec.support .bl .mass .pic {
  width: 186px;
  height: 186px;
  border-radius: 100%;
  overflow: hidden;
  border: 6px #f7f7f0 solid;
  position: absolute;
}
#contents .sec.support .bl .mass .pic a img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.support .bl .mass .pic a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#contents .sec.support .bl .mass:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#contents .sec.support .bl .mass:hover h3 a {
  color: #7aa05b;
}
#contents .sec.support .bl .mass.no1 {
  top: 193px;
  left: 455px;
}
#contents .sec.support .bl .mass.no1 .pic {
  top: -193px;
  left: 23px;
}
#contents .sec.support .bl .mass.no2 {
  top: 348px;
  left: 118px;
}
#contents .sec.support .bl .mass.no2 .pic {
  top: -195px;
  left: 34px;
}
#contents .sec.support .bl .mass.no3 {
  top: 348px;
  left: 800px;
}
#contents .sec.support .bl .mass.no3 .pic {
  top: -195px;
  left: 6px;
}
#contents .sec.support .bl .mass.no4 {
  top: 674px;
  left: 61px;
}
#contents .sec.support .bl .mass.no4 .pic {
  top: -194px;
  left: 20px;
}
#contents .sec.support .bl .mass.no5 {
  top: 674px;
  left: 860px;
}
#contents .sec.support .bl .mass.no5 .pic {
  top: -194px;
  left: 19px;
}
#contents .sec.support .bl .mass.no6 {
  top: 965px;
  left: 295px;
}
#contents .sec.support .bl .mass.no6 .pic {
  top: -199px;
  left: 17px;
}
#contents .sec.support .bl .mass.no7 {
  top: 965px;
  left: 635px;
}
#contents .sec.support .bl .mass.no7 .pic {
  top: -199px;
  left: 14px;
}
#contents .sec.schedule .bl {
  margin: 0 auto;
  width: 1130px;
  position: relative;
}
#contents .sec.schedule .bl dl {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}
#contents .sec.schedule .bl dl:before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px #454545 dashed;
  position: absolute;
  top: 0;
  left: 114px;
}
#contents .sec.schedule .bl dl:first-child:before {
  height: 50%;
  top: initial;
  bottom: 0;
}
#contents .sec.schedule .bl dl:last-child:before {
  height: 50%;
}
#contents .sec.schedule .bl dl:last-child {
  margin-bottom: 0;
}
#contents .sec.schedule .bl dl dt {
  width: 15%;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  position: relative;
  text-align: right;
  padding-right: 80px;
}
#contents .sec.schedule .bl dl dt:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_flag2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
#contents .sec.schedule .bl dl dd {
  width: 85%;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
#contents .sec.schedule .bl dl dd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 32px solid #fff;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
#contents .sec.schedule .bl dl dd .pic {
  width: 20%;
}
#contents .sec.schedule .bl dl dd .pic img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#contents .sec.schedule .bl dl dd .txt {
  width: 80%;
}
#contents .sec.schedule .bl dl dd .txt h3 {
  color: #7aa05b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 10px;
}
#contents .sec.flow .bl {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
#contents .sec.flow .bl:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
#contents .sec.flow .bl:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  #contents .sec.flow .bl::before, #contents .sec.flow .bl::after {
    display: none;
  }
}
#contents .sec.flow .mass {
  padding-left: 70px;
  position: relative;
}
#contents .sec.flow .mass:after {
  content: "";
  width: 4px;
  height: 22px;
  background: url(../images/common/line_dot.svg) no-repeat;
  position: absolute;
  top: 100px;
  left: 18px;
}
#contents .sec.flow .mass:last-child:after {
  display: none;
}
#contents .sec.flow .mass .no {
  width: 40px;
  height: 40px;
  background-color: #7aa05b;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .sec.flow .mass .no span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
}
#contents .sec.flow .mass .massIn {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #454545 dashed;
}
#contents .sec.flow .mass h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 10px;
}
#contents .sec.faq .bl {
  margin: 0 auto;
  width: 1000px;
}
#contents .sec.faq .mass {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
#contents .sec.faq .mass:last-child {
  margin-bottom: 0;
}
#contents .sec.faq .mass .question {
  padding: 30px 40px 25px;
  border-bottom: 1px #454545 dashed;
  position: relative;
}
#contents .sec.faq .mass .question .md {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  color: #3A745A;
  position: absolute;
  top: 25px;
  left: 30px;
}
#contents .sec.faq .mass .question h3 {
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 30px;
}
#contents .sec.faq .mass .answer {
  padding: 25px 40px 30px;
  position: relative;
}
#contents .sec.faq .mass .answer .md {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  color: #DE7F7A;
  position: absolute;
  top: 25px;
  left: 30px;
}
#contents .sec.faq .mass .answer .expl {
  padding-left: 30px;
}
#contents .sec.jobList dl {
  width: 100%;
  margin-bottom: 20px;
  border: 1px #7aa05b solid;
  background-color: #fff;
  border-radius: 20px;
}
#contents .sec.jobList dl:last-child {
  margin-bottom: 0px;
}
#contents .sec.jobList dl dt.parent {
  padding: 20px 45px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 20px;
}
#contents .sec.jobList dl dt.parent span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #7aa05b;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.jobList dl dt.parent:hover {
  background-color: #7aa05b;
  color: #fff;
}
#contents .sec.jobList dl dt.parent:hover span:before {
  border-left: 10px solid #fff;
}
#contents .sec.jobList dl dt.parent.active {
  background-color: #7aa05b;
  color: #fff;
  font-size: 22px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#contents .sec.jobList dl dt.parent.active span:before {
  transform: rotate(90deg);
  border-left: 10px solid #fff;
}
#contents .sec.jobList dl dd.parent {
  padding: 30px 30px 30px;
  border-radius: 20px;
}
#contents .sec.jobList dl dd.parent dl {
  border: none;
  border-radius: 0px;
}
#contents .sec.jobList dl dd.parent dl.last dt {
  border-bottom-left-radius: 20px;
}
#contents .sec.jobList dl dd.parent dl.last dd {
  border-bottom-right-radius: 20px;
}
#contents .sec.contact {
  background-color: #7aa05b;
  position: relative;
  z-index: 0;
}
.contact #contents .sec.contact {
  display: none;
}
#contents .sec.contact .waku {
  margin: -20px auto 0;
  width: 1000px;
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 15px;
}
#contents .sec.contact .bl.no1 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#contents .sec.contact .bl.no1 .mass {
  text-align: center;
  width: 50%;
}
#contents .sec.contact .bl.no1 .mass .sub {
  font-size: 14px;
}
#contents .sec.contact .bl.no1 .mass h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
#contents .sec.contact .bl.no1 .mass .btn a {
  width: 100% !important;
  display: block !important;
  padding: 15px 0 !important;
}
#contents .sec.contact .bl.no1 .mass .btn a span {
  font-size: 20px !important;
}
#contents .sec.contact .bl.no2 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#contents .sec.contact .bl.no2 .md {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}
#contents .sec.contact .bl.no2 .md span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
#contents .sec.contact .bl.no2 .tel a {
  text-decoration: none;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  color: #7aa05b;
  position: relative;
  padding-left: 50px;
}
#contents .sec.contact .bl.no2 .tel a:before {
  content: "";
  width: 41px;
  height: 41px;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 0;
}
#contents .bl.cardArea {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#contents .bl.cardArea .card {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 20px 20px 20px 0px #00000005;
}
#contents .bl.cardArea .card:before {
  content: "";
  width: 34px;
  height: 23px;
  background: url(../images/top/voice/parts.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -8px;
  right: 30px;
}
#contents .bl.cardArea .card h3 {
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
#contents .bl.cardArea .card .rating {
  display: inline-flex;
  align-items: center;
}
#contents .bl.cardArea .card .rating .star {
  font-size: 18px;
  color: #d3d3d3;
  /* グレーの星 */
  margin-right: 2px;
}
#contents .bl.cardArea .card .rating .star.filled {
  color: #7aa05b;
}
#contents .bl.cardArea .card .rating .rating-text {
  margin-left: 6px;
  font-size: 14px;
  color: #7aa05b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#contents .bl.cardArea .card .data {
  font-size: 12px;
}
#contents .bl.cardArea .card .expl {
  margin-top: 15px;
}
#contents .md.t1, #contents .md.hyo.t2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  margin-bottom: 20px;
}
#contents .md.t1 span, #contents .md.hyo.t2 span {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #507847;
  font-size: 18px;
  display: block;
}
#contents .md.t1.white, #contents .md.white.hyo.t2 {
  color: #fff;
}
#contents .md.t1.white span, #contents .md.white.hyo.t2 span {
  color: #fff;
}
#contents .md.t2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #7aa05b;
  margin-bottom: 15px;
}
#contents .md.t2.sm {
  font-size: 30px;
}
#contents .md.t3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  background-color: #7aa05b;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}
#contents .md.t4 {
  margin-bottom: 15px;
}
#contents .md.t4 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #7aa05b;
  position: relative;
}
#contents .md.t4 span:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #454545;
  position: absolute;
  top: 50%;
  left: -80px;
  opacity: 0.5;
}
#contents .md.t4 span:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #454545;
  position: absolute;
  top: 50%;
  right: -80px;
  opacity: 0.5;
}
#contents .md.t4.lg span {
  font-size: 40px;
}
#contents .md.t5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  background-color: #7aa05b;
  padding: 8px 20px 10px;
  border-radius: 5px;
}
#contents .md.t6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #7aa05b;
  margin-bottom: 15px;
}
#contents .leadCatch {
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
#contents .leadCatch.white {
  color: #fff;
}
#contents .leadTxt {
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}
#contents .leadTxt.white {
  color: #fff;
}
#contents .catch.t1, #contents .catch.hyo.t2 {
  font-size: 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 70px;
}
#contents .catch.t1:after, #contents .catch.hyo.t2:after {
  content: "";
  width: 116px;
  height: 2px;
  background: url(../images/common/md_parts.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#contents .catch.t1.sm, #contents .catch.sm.hyo.t2 {
  font-size: 28px;
}
#contents .catch.t1.ssm, #contents .catch.ssm.hyo.t2 {
  font-size: 24px;
  margin-bottom: 50px;
}
#contents .catch.t1.ssm:after, #contents .catch.ssm.hyo.t2:after {
  bottom: -25px;
}
#contents .expl.t1, #contents .expl.hyo.t2 {
  font-size: 16px;
  line-height: 2;
}
#contents .expl.t1.maru, #contents .expl.maru.hyo.t2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#contents .expl.sm {
  font-size: 15px;
  line-height: 1.8;
}
#contents .expl.lg {
  font-size: 18px;
  line-height: 2;
}
#contents .emp.t1, #contents .emp.hyo.t2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 120%;
  position: relative;
}
#contents .emp.t1:after, #contents .emp.hyo.t2:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px #454545 dashed;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#contents .emp.t2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 100%;
  text-decoration: underline;
  text-decoration-color: rgba(255, 228, 0, 0.5);
  /* やや濃くして視認性UP */
  text-decoration-thickness: 0.45em;
  /* 太さを微調整（自然なマーカー風） */
  text-underline-offset: -0.25em;
  /* テキストに重ねる最適位置 */
  text-decoration-skip-ink: none;
  /* 文字で線が途切れない */
  /* Safari や古いブラウザでの描画補正 */
  text-decoration-skip: none;
}
#contents .emp.t3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #7aa05b;
}
#contents .box.t1, #contents .box.hyo.t2 {
  padding: 40px;
  border: 1px #7aa05b dashed;
  border-radius: 20px;
  background-color: rgba(122, 160, 91, 0.1);
}
#contents ul.check.t1, #contents ul.check.hyo.t2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#contents ul.check.t1 li, #contents ul.check.hyo.t2 li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  font-size: 14px;
  padding-left: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #E2DFCA;
  display: inline-block;
  border-radius: 15px;
  padding: 5px 20px 5px 35px;
}
#contents ul.check.t1 li:before, #contents ul.check.hyo.t2 li:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_flag.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#contents ul.check.t2 li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc dotted;
}
#contents ul.check.t2 li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#contents ul.check.t2 li:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_flag.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0px;
}
#contents ul.check.t2 li div {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
#contents ul.num li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc dotted;
}
#contents ul.num li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#contents ul.num li span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #7aa05b;
  font-size: 18px;
}
#contents ul.dot li {
  position: relative;
  padding-left: 20px;
}
#contents ul.dot li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
#contents ul.list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc dotted;
  padding-left: 18px;
}
#contents ul.list li span {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents ul.list li span:before {
  content: "●";
  color: #7aa05b;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#contents ul.list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#contents ul.circle li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #454545 dotted;
}
#contents ul.circle li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#contents ul.circle li:before {
  content: "●";
  font-size: 12px;
  color: #7aa05b;
  position: absolute;
  top: 3px;
  left: 0;
}
#contents ul.pdf li {
  display: inline;
  margin-right: 10px;
}
#contents ul.pdf li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #507847;
  display: block;
  background-color: #fff;
  border: 1px #7aa05b solid;
  display: inline-block;
  padding: 9px 20px 11px 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents ul.pdf li a span {
  position: relative;
}
#contents ul.pdf li a span:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url(../images/common/icon_pdf.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -10px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents ul.pdf li a:hover {
  background-color: #e3ebdc;
}
#contents .hyo.t1 dl, #contents .hyo.t2 dl {
  display: flex;
  margin-bottom: 1px;
  align-items: strech;
}
#contents .hyo.t1 dl dt, #contents .hyo.t2 dl dt {
  width: 20%;
  padding: 30px;
  background-color: #7aa05b;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#contents .hyo.t1 dl dd, #contents .hyo.t2 dl dd {
  width: 80%;
  padding: 30px;
  background-color: #fff;
  font-size: 16px;
}
#contents .hyo.t1 dl:first-child dt, #contents .hyo.t2 dl:first-child dt {
  border-top-left-radius: 15px;
}
#contents .hyo.t1 dl:first-child dd, #contents .hyo.t2 dl:first-child dd {
  border-top-right-radius: 15px;
}
#contents .hyo.t1 dl:last-child dt, #contents .hyo.t2 dl:last-child dt {
  border-bottom-left-radius: 15px;
}
#contents .hyo.t1 dl:last-child dd, #contents .hyo.t2 dl:last-child dd {
  border-bottom-right-radius: 15px;
}
#contents .hyo.t2 dl dd {
  background-color: #F0F0F0;
}
#contents .hyo.t2 dl:nth-child(even) dd {
  background-color: #e8e8e8;
}
#contents .hyo_form {
  width: 100%;
  margin-top: 50px;
  background-color: #fff;
  padding: 50px 150px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #454545;
  /* エラー文を行として下に出す */
  /* ラジオ・チェックの並び調整（任意） */
}
#contents .hyo_form dl {
  display: table;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px #ccc dotted;
}
#contents .hyo_form dl dt {
  display: table-cell;
  width: 35%;
  padding: 20px 30px;
  text-align: left;
  font-weight: normal !important;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
#contents .hyo_form dl dt .hissu {
  border: 1px #ff0000 solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ff0000;
  padding: 0px 3px;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#contents .hyo_form dl dd {
  display: table-cell;
  padding: 20px 30px;
  border: 1px #fff solid;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
#contents .hyo_form dl dd input,
#contents .hyo_form dl dd select,
#contents .hyo_form dl dd textarea {
  background-color: #F8F9FA;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  color: #454545;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#contents .hyo_form dl dd .chui {
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 20px;
  color: #cc0000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px #cc0000 dashed;
}
#contents .hyo_form dl dd.checkFm .wpcf7-list-item {
  display: block;
}
#contents .hyo_form dl.tel input {
  width: 20% !important;
}
#contents .hyo_form .checkFm input {
  padding: 0;
  width: initial;
  margin-right: 10px;
}
#contents .hyo_form .privacy-check {
  text-align: center;
  margin-top: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline {
  width: 680px;
  margin: 0 auto 20px;
  padding: 20px 30px;
  background-color: #F8F9FA;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  text-align: left;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk {
  margin-bottom: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk:last-child {
  margin-bottom: 0;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .expl {
  font-size: 14px !important;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc dotted;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .hyo_form .privacy-check .mwform-checkbox-field-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .hyo_form .btnArea {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
#contents .hyo_form .btnArea input {
  background-color: #454545;
  color: #fff;
  font-size: 24px;
  padding: 18px 130px 22px 130px;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 40px;
  margin: 0 20px;
}
#contents .hyo_form .btnArea input:hover {
  background: linear-gradient(to right, #ff3636, #ff6839);
}
#contents .hyo_form .cf7-field {
  margin-bottom: 20px;
}
#contents .hyo_form .wpcf7 .wpcf7-form-control {
  display: block;
  width: 100%;
}
#contents .hyo_form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #ff0000;
}
#contents .hyo_form .checkFm .wpcf7-list-item {
  display: inline-block;
  margin-right: 12px;
}
#contents .reCAPTCHA {
  background-color: #f5f5f5;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 14px;
}
#contents .mw_wp_form_confirm .reCAPTCHA,
#contents .mw_wp_form_confirm .hissu,
#contents .mw_wp_form_confirm .input-show,
#contents .mw_wp_form_confirm .zip-button,
#contents .mw_wp_form_confirm .privacy-check,
#contents .mw_wp_form_confirm .bl.no1,
#contents .mw_wp_form_confirm .bl.no2 h3,
#contents .mw_wp_form_confirm .bl.no2 .expl,
#contents .mw_wp_form_confirm .link,
#contents .mw_wp_form_confirm h3 {
  display: none;
}
#contents .mw_wp_form_confirm .hyo_form dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
}
#contents .mw_wp_form_complete .thanks_msg {
  font-size: 30px;
  color: #7aa05b;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
#contents .mw_wp_form_complete .expl {
  text-align: center;
  padding: 20px 0 50px;
}

footer .footerIn {
  width: 1287px;
  padding: 80px 0 100px;
  margin: 0 auto;
  position: relative;
}
footer .footerIn .bl.no1 {
  position: relative;
}
footer .footerIn .bl.no1 .logoArea a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  text-decoration: none;
  color: #7aa05b;
  position: relative;
  padding-left: 70px;
}
footer .footerIn .bl.no1 .logoArea a span.txt1 {
  font-size: 12px;
  display: block;
  padding: 0 0 0 3px;
  position: relative;
  top: 3px;
}
footer .footerIn .bl.no1 .logoArea a span.txt2 {
  background-color: #3A745A;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px 2px;
  position: absolute;
  bottom: 7px;
  left: 350px;
  border-radius: 3px;
}
footer .footerIn .bl.no1 .logoArea a img {
  width: 65px;
  height: auto;
  position: absolute;
  top: -3px;
  left: 0;
}
footer .footerIn .bl.no1 .address {
  margin-top: 10px;
}
footer .footerIn .bl.no1 .copyright {
  margin-top: 80px;
  font-size: 12px;
  opacity: 0.8;
}
footer .footerIn .bl.no2 {
  position: absolute;
  top: 80px;
  right: 0;
  display: flex;
  gap: 70px;
}
footer .footerIn .bl.no2 ul li {
  margin-bottom: 5px;
}
footer .footerIn .bl.no2 ul li a {
  text-decoration: none;
  font-size: 14px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  left: 0;
}
footer .footerIn .bl.no2 ul li a:hover {
  left: 3px;
}
footer .footerIn .bl.no2 ul li.parent {
  margin-bottom: 10px;
}
footer .footerIn .bl.no2 ul li.parent a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #7aa05b;
  font-size: 17px;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bn_recruit {
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 1000;
  animation: floating 3s ease-in-out infinite;
  -moz-transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  -webkit-transition: all 0.6s !important;
  transition: all 0.6s !important;
}
.bn_recruit:hover {
  animation-play-state: paused;
}
.bn_recruit:hover a img {
  animation-play-state: paused;
}
.recruit .bn_recruit, .contact .bn_recruit {
  display: none;
}
.bn_recruit a img {
  width: 350px;
  height: auto;
  animation: floating 3s ease-in-out infinite;
  -moz-transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  -webkit-transition: all 0.6s !important;
  transition: all 0.6s !important;
}
.fixed .bn_recruit, .page .bn_recruit {
  right: 50px;
}
.fixed .bn_recruit img, .page .bn_recruit img {
  width: 250px;
  height: auto;
}

.bn_soudan {
  position: fixed;
  bottom: 270px;
  right: -5px;
  z-index: 1000000;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.bn_soudan a {
  background-color: #7aa05b;
  width: 75px;
  display: block;
  padding: 60px 5px 20px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.bn_soudan a:hover {
  background-color: #DBBA4E;
  color: #454545;
}
.bn_soudan a span {
  writing-mode: vertical-rl;
  position: relative;
}
.bn_soudan a span:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/common/icon_madoguchi.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -9px;
  opacity: 0.5;
}
.bn_soudan:hover {
  right: 0;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  opacity: 0.5;
}
#page-top img {
  width: 58px;
  height: auto;
}
