@charset "utf-8";

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

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 SP
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* common
----------------------------------------- */
html,
body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", Yu Gothic, sans-serif;
}
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  overflow: hidden;
}
a:hover {
  color: #fff;
  opacity: 0.7;
}
.inLink {
  color: #39b54a;
  text-decoration: underline;
}
.inLink:hover {
  color: #39b54a;
}

/* contents幅 */
.wrap {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.wrapIn {
  padding-right: 14px;
  padding-left: 14px;
}
.wrapL {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
}
.wrap900 {
  max-width: 900px;
}
.wrapL h2,
.lowerBody h2:not([class]) {
  margin-bottom: 20px;
  padding: 12px 16px;
  color: #00913a;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 7px solid #00913a;
  background-color: #f1f6de;
}
.lowerBody h3:not([class]) {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #00913a;
  font-size: 1.6rem;
  font-weight: 700;
}
.lowerBody h3:not([class])::before,
.lowerBody h3:not([class])::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.lowerBody h3:not([class])::before {
  bottom: 1px;
  width: 50px;
  background-color: #00913a;
}
.lowerBody h3:not([class])::after {
  bottom: 0;
  width: 100%;
  background-color: #b7d45c;
}
.lowerBody h4 {
  margin-bottom: 12px;
  color: #00913a;
  font-size: 1.4rem;
  font-weight: 700;
}
.wrapL p,
.lowerBody p:not([class]) {
  margin-bottom: 35px;
  font-size: 1.4rem;
}
.lowerBody p:not([class]) {
  margin-bottom: 20px;
}
.lowerBody a {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #1aa252;
  font-size: 1.4rem;
}
.lowerBody a:hover {
  color: #1aa252;
  opacity: 0.7;
}
.lowerBody .inLink {
  display: inline;
}
.lowerBody ul {
  margin-bottom: 20px;
  padding-left: 1.5em;
  list-style: none;
}
.lowerBody li {
  position: relative;
}
.lowerBody ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -15px;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100px;
  background-color: #666666;
}
.lowerBody li {
  /*font-size: 1rem;*/
}
.lowerBody .redTxt {
  color: #ff0000;
}
.lowerBody .bgY {
  background-color: #ffff00;
}
.lowerBody .btnLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding-right: 3%;
  padding-bottom: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  width: 305px;
  height: 48px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.lowerBody .btnLink:hover {
  color: #fff;
  opacity: 0.7;
}
.lowerBody .btnLink.orange {
  background-image: url(../images/common/btnLink_o.svg);
}
.lowerBody .btnLink.green {
  background-image: url(../images/common/btnLink_g.svg);
}
.lowerBody .btnLink.brown {
  background-image: url(../images/common/btnLink_b.svg);
}
.lowerBody.bottom {
  padding-top: 30px;
  background: none;
}
.lowerBody.bottom::before {
  height: 6.7px;
  background: url(../images/lowerBg.svg) repeat;
}

.lowerBody .btnLink::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 1px);
  right: 8%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lowerBody p > img[class^="align"] {
  width: 100%;
  height: auto;
}
.wrap900 h2 {
  margin: 40px 0 20px;
  color: #00913a;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6;
}

.quote {
  margin-bottom: 20px;
  padding: 50px 25px 25px;
  background: url(../images/common/icon_quote.svg) 20px 13px/29px auto no-repeat, #f4f2eb;
}
.quote p {
  margin-bottom: 10px;
  color: #666;
  text-align: justify;
}
.quote .quoteTxt {
  margin-bottom: 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
}

.tocBox,
.listBox {
  margin-bottom: 20px;
  padding: 27px 24px;
  background-color: #f1f6de;
}
.tocTtl,
.listTtl {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #00913a;
  font-size: 1.6rem;
  font-weight: 700;
}
.tocTtl::before,
.tocTtl::after,
.listTtl::before,
.listTtl::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
}
.tocTtl::before,
.listTtl::before {
  bottom: 1px;
  width: 40px;
  background-color: #00913a;
}
.tocTtl::after,
.listTtl::after {
  bottom: 0;
  width: 100%;
  background-color: #b7d45c;
}
.tocList_txt {
  display: flex;
  counter-increment: liNum;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #00913a;
}
.tocList_txt::before {
  content: counter(liNum) ".";
  padding-right: 13px;
}
.tocList_inTxt {
  padding-left: 33px;
}
.tocList_inTxt .tocList_txt {
  counter-increment: liInNum;
}
.tocList_inTxt .tocList_txt::before {
  content: counter(liInNum) ".";
}
.listTxt_cont {
  position: relative;
  padding-left: 20px;
}
.listTxt_cont::before,
.listTxt_cont::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #998675;
}
.listTxt_cont::before {
  transform: rotate(45deg);
  top: 9px;
  border-radius: 50px 0 0 50px;
}
.listTxt_cont::after {
  transform: rotate(-45deg);
  top: 14px;
  border-radius: 50px 0 0 50px;
}

.separator {
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/bg_circle.svg) 0 0 repeat-x;
}

.rankWrapTop_dtl p span,
.dtlWrap .txtBox span {
  background-color: #ffff00;
}

/* header
----------------------------------------- */
header {
  position: relative;
  margin: 9px 0 14px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}
header.moveOn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.headerWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.headerWrap_logo,
.headerWrap_logo img {
  display: block;
  height: 100%;
}
.navBtn {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #00913a;
  cursor: pointer;
}
.navBtn_bd,
.navBtn_bd::before,
.navBtn_bd::after {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.2s;
}
.navBtn_bd {
  transform: translate(-50%, -50%);
  top: 50%;
}
.navBtn_bd::before,
.navBtn_bd::after {
  content: "";
  transform: translateX(-50%);
}
.navBtn_bd::before {
  top: calc(-3px + -4px);
}
.navBtn_bd::after {
  top: calc(3px + 4px);
}
#on .navBtn_bd {
  width: 0;
  height: 0;
}
#on .navBtn_bd::before,
#on .navBtn_bd::after {
  top: 50%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
}
#on .navBtn_bd::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#on .navBtn_bd::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* navWrap
----------------------------------------- */
.navWrap {
  position: absolute;
  transform: translateX(100%);
  top: 64px;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #00913a;
  transition: opacity 0.2s;
  opacity: 0;
}
#on .navWrap {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.4s;
}
.navWrap_conts {
  text-align: center;
}
.navWrapConts_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #fff;
  font: 300 1.8rem/1 oswald, sans-serif;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}
.navWrapConts_link:hover {
  color: #fff;
}

/* top fv
----------------------------------------- */
.mainView {
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 161.867vw;
  background: url(../images/top_fv.jpg) 50% 0 / cover no-repeat;
}
.mainView::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.lower .mainView {
  /* background-image: url(../images/underlayer_header_sp.jpg); */
}
.policy .mainView {
  margin-bottom: 30px;
  height: 96vw;
  background-image: url(../images/policy_header_sp.jpg);
}
.policy .mainView::after {
  content: none;
}
.mainView_wrap {
  position: relative;
  z-index: 1;
  /* margin-bottom: 8vw; */
  width: 100%;
}
.mainViewWrap_logo {
  display: block;
  margin-bottom: 6.933vw;
  width: 50.933vw;
  height: auto;
}
.mainViewWrap_main {
  display: block;
  /* margin-top: 5.067vw; */
  color: #fff;
}
.policy .mainViewWrap_main {
  margin-bottom: 0;
  font-size: 12.188vw;
  letter-spacing: 2px;
}
.mainViewWrap_catch {
  display: block;
  width: 86.667vw;
  height: auto;
}
.mainViewWrap_txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
.mainViewWrap_txt > br {
  @media (min-width: 441px) {
    display: none;
  }
}

/* top
----------------------------------------- */
.fontCfff {
  color: #fff;
}
.topSec {
  padding-top: 41px;
  padding-bottom: 40px;
}
.topSec.vision {
  background-color: #f2f2f2;
}
.secBox .ttlTop,
.secBox > p,
.secBox .topWrap p {
  padding: 0 20px;
}
.topWrap_img {
  margin-bottom: 40px;
}
.topWrap.left .topWrap_img {
  padding-right: 20px;
}
.topWrap.right .topWrap_img {
  padding-left: 20px;
}
.ttlTop {
  margin-bottom: 12px;
}
.ttlTop_img {
  margin-bottom: 33px;
  max-width: 400px;
}
.ttlTopTtl_sub,
.mainViewWrap_main {
  margin-bottom: 9px;
  letter-spacing: 0.1em;
  font: 500 1.5rem/1 oswald, sans-serif;
}
.ttlTopTtl_main {
  font-size: 2rem;
  font-weight: 700;
}
.secBox.vision .ttlTopTtl_sub {
  color: #00913a;
}
.secBox.mission .ttlTopTtl_sub,
.secBox.news .ttlTopTtl_sub {
  color: #b7d45c;
}
.sliderWrap {
  position: relative;
  margin-top: 25px;
}
.sliderWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 100%;
}
.service .sliderWrap::before {
  background-color: #b7d45c;
}
.news .sliderWrap::before {
  background-color: #fff;
}
.sliderBox {
  margin-right: 30px;
  margin-left: -15px;
}
.sliderBox_img {
  margin-bottom: 15px;
  width: 100%;
  height: 51.467vw;
}
.sliderBox_img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.service {
  /* padding-top: 136.8vw; */
  /* background: url("../images/top_middleview_01_sp.jpg") 50% 0 / contain no-repeat, #b7d45c; */
  background-color: #b7d45c;
  padding-top: 49px;
}
.service .ttlTopTtl_sub {
  color: #fff;
}
.service .serviceBox_txtWrap {
  color: #fff;
}
.serviceSlider {
  padding-bottom: 49px;
}
.serviceBoxTxtWrap_ttl {
  margin-bottom: 10px;
}
.serviceBoxTtl_en {
  margin-right: 18px;
  letter-spacing: 0.1em;
  font: 500 1.9rem oswald, sans-serif;
}
.serviceBoxTtl_jp {
  font-size: 1.5rem;
  font-weight: 700;
}
.secBox.news {
  padding-top: 55px;
  padding-bottom: 58px;
}
.newsSlider {
  margin-bottom: 30px;
}
.newsBoxTxtWrap_ttl {
  margin-bottom: 5px;
}
.newsBoxTtl_date {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font: 500 1.9rem oswald, sans-serif;
}
.newsBoxTtl_txt {
  font-size: 1.8rem;
  font-weight: 700;
}
.newsBoxTxtWrap_txt {
  height: 96px;
}
.topLinkBtn {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.topLinkBtn a {
  display: block;
}
.company {
  /* padding-top: 91.733vw; */
  padding-bottom: 40px;
  /* background: url("../images/underlayer_header_sp.jpg") 50% 0 / contain no-repeat, #00913a; */
  background-color: #00913a;
  padding-top: 40px;
}
.comTable {
  padding: 0 20px;
}
.comTable_row {
  display: flex;
  margin-bottom: 15px;
}
.comTableRow_head {
  flex-shrink: 0;
  width: 67px;
}
.comTableRowDivide_box {
  margin-bottom: 15px;
}
.map iframe {
  width: 100%;
  height: 76.8vw;
}
.contact {
  padding: 40px 0;
}
.contactTtl,
.contactWrap {
  padding: 0 20px;
}
.contact .ttlTopTtl_sub {
  color: #00913a;
}
.contactWrap p:not(:last-of-type) {
  margin-bottom: 40px;
}
.contactNotice {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
.contactWrap > .contactNotice > p {
  margin-bottom: 0;
}
.contactNotice::before {
  content: "";
  width: 2px;
  background-color: #00913a;
  position: absolute;
  display: inline-block;
  height: 100%;
  left: 0;
}
.wpcf7,
#mw_wp_form_mw-wp-form-47 {
  padding: 30px 20px 40px;
  background-color: #ededed;
}

.formTbl_row {
  margin-bottom: 30px;
}
.formTblRow_ttl {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1;
}
.formTblRow_txt input,
.formTblRow_txt textarea {
  width: 100%;
  max-width: 620px;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
}
.formRequire {
  display: inline-flex;
  color: #ff0000;
}
.formRequire::before {
  content: "*";
  margin-right: 2px;
  margin-left: 5px;
}
.formSubmit {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  width: 280px;
  height: 47px;
  font-size: 0;
  border: 0;
  background: url(../images/sending_button.svg) 0 0 no-repeat;
}
.formLink {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}
[id^="secMove_"] {
  opacity: 0;
}
[id^="secMove_"].on {
  animation: 1s fadeUp forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/* .lowerTtl
----------------------------------------- */
.lowerTtl {
  margin-bottom: 14px;
  padding: 0 11.735vw 0 10.136vw;
}
.lowerTtl.iconNone {
  margin-top: 39px;
  margin-bottom: 20px;
  padding: 0;
}
.lowerTtl.iconNone img {
  margin: 0 auto;
  min-height: 17px;
  max-height: 17px;
}

.txtBox {
  padding: 20px 15px;
  border-radius: 5px;
  background-color: #f4f2eb;
}
.wrapL .txtBox {
  margin-bottom: 14px;
}
.txtBox + h2 {
  margin-top: 31px;
}
.lowerBody p > img[class^="align"] {
  width: 100%;
  height: auto;
}

/* lowerBtn
----------------------------------------- */
.lowerBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
  padding: 12px 0 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  background-color: #998675;
}
.lowerBtn::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% + 2px);
  right: 10px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
}

/* newsWrap
----------------------------------------- */
.newsWrap {
  padding: 30px 0 40px;
}
.newsWrapConts_box {
  margin-bottom: 43px;
  text-align: center;
}
.newsWrapConts_box a {
  color: #4d4d4d;
}
.newsWrapConts_box a:hover {
  opacity: 1;
}
.newsWrapConts_box a:hover .newsWrapBox_img,
.newsWrapConts_box a:hover .newsWrapBox_btn {
  opacity: 0.7;
}
.newsWrapConts_box a:hover .newsWrapBox_ttl,
.newsWrapConts_box a:hover .newsWrapBox_date,
.newsWrapConts_box a:hover .newsWrapBox_txt {
  text-decoration: underline;
}

.newsWrapBox_img {
  margin-bottom: 10px;
}
.newsWrapBox_img img {
  width: 100%;
  aspect-ratio: 300 / 200;
  object-fit: cover;
}
.newsWrapBox_ttl {
  margin-bottom: 10px;
  color: #00913a;
  text-align: left;
  font-size: 2rem;
  line-height: 1.4;
}
.newsWrapBox_date {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.newsWrapBox_txt {
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
.newsWrapBox_btn {
  display: inline-block;
  width: 213.4px;
  height: 41.1px;
  border-radius: 100px;
}
.newsWrapBox_btn img {
  width: 100%;
  height: 100%;
}

/* form
----------------------------------------- */
.formWrap form > p:not([class]) br {
  display: none;
}
.formRow {
  margin-bottom: 30px;
}
.formRow p {
  margin-bottom: 0;
}
.formRow input,
.formRow textarea {
  padding: 4px 15px;
  width: 100%;
  font-size: 1.5rem;
  border-radius: 6px;
  border: 1px solid #595757;
  background-color: #f4f0eb;
}
.formRow input:focus {
  background-color: #fff;
}
.formRow .wpcf7-form-control-wrap {
  width: 100%;
}
.formRow_ttl {
  display: flex;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.formRow_ttl::before {
  content: "任意";
  margin-right: 14px;
  padding: 1px 13px;
  color: #595757;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  border: 2px solid #595757;
  border-radius: 100px;
}
.required .formRow_ttl::before {
  content: "必須";
  color: #e50012;
  border-color: #e50012;
}
.formRowTxt_r,
.formRowTxt_l {
  display: flex;
  align-items: center;
}
.col2 .formRowTxt_r {
  margin-bottom: 14px;
}
.formRowTxt_ttl {
  margin-bottom: 0;
  padding-right: 12px;
}
.formCap {
  margin-top: 5px;
  font-size: 1.2rem;
}
.formWrap form > p:not([class]) {
  text-align: center;
}
.formLink {
  color: #595757;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
}
.formLink:hover {
  color: #595757;
  opacity: 0.7;
}
.invalid .nonTxt {
  position: relative;
}
.invalid .nonTxt .wpcf7-form-control-wrap {
  position: initial;
}
.invalid .nonTxt {
  padding-bottom: 1.8em;
}
.invalid .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  font: 500 1.3rem/1.3 "Noto sans JP", sans-serif;
  background: url(../images/common/icon_not.svg) 0 0 / auto 100% no-repeat;
}
.wpcf7-response-output {
  display: none !important;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

/* thanks
----------------------------------------- */
.thanksTtl,
.thansWrap p {
  font-size: 1.6rem;
}
.thanksTtl {
  margin-top: 45px;
  margin-bottom: 20px;
  color: #39b54a;
  text-align: center;
}
.thanksCap {
  color: #39b54a;
}
.thanksBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 33px auto 37px;
  padding: 0 0 6px 11px;
  width: 211px;
  height: 43px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.thanksBtn::before {
  content: "";
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/common/formSubmit.svg) 0 0 / contain no-repeat;
}

.thanksWrap {
  margin: 0 auto;
  padding: 30px 20px 0;
  max-width: 900px;
}
.thanksWrap .ttlTop {
  margin-bottom: 25px;
}
.thanksWrap p {
  margin-bottom: 40px;
}
.thanksWrap .ttlTopTtl_sub {
  color: #00913a;
}
.btnLinkTop {
  display: block;
  margin: 40px auto;
  width: 280px;
}

.thanksBottom {
  margin: 0 auto;
  padding: 44px 20px;
  max-width: 1100px;
  background-color: #ededed;
}
.thkTbl {
  width: 100%;
  max-width: 900px;
}
.thkTbl_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.thkTblRow_ttl {
  margin-right: 15px;
  width: 35%;
}
.thkTblRow_txt {
  width: 65%;
}
.thkTbl_ttl,
.thkTblRow_ttl {
  font-size: 1.6rem;
}
.thkTbl_ttl {
  margin-bottom: 30px;
  font-weight: bold;
}

/* rankDtl
----------------------------------------- */
.dtlWrap {
  padding: 20px 30px 0;
}
.dtlTtl {
  margin-bottom: 12px;
  line-height: 1;
}
.dtlTtl span {
  display: block;
}
.dtlTtl_sub {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.dtlTtl_main {
  margin-bottom: 5px;
  color: #39b54a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.dtlTtl_mainSub {
  font-size: 1.3rem;
  font-weight: 900;
}
.recomBox_ttl {
  margin-bottom: 8px;
  padding: 3px 0 3px 35px;
  line-height: 1;
  color: #f7931e;
  font-size: 1.1rem;
  font-weight: 500;
  background: url(../images/common/icon_man.svg) 0 50%/23px auto no-repeat;
}
.recomBox_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.recomBox_tags::after {
  content: "";
  margin-top: 4px;
  margin-bottom: 12px;
  width: 100%;
  height: 6.7px;
  background: url(../images/common/lowerBg.svg) repeat;
}
.recomBox_tags .tagO {
  margin-right: 8px;
  margin-bottom: 8px;
}
.dtlImg {
  margin-bottom: 15px;
}
.dtlImg img {
  width: 100%;
}
.col1Btn {
  margin: 0 auto 19px;
  display: block;
  width: 151px;
}
.rankDtl .txtBox {
  margin-bottom: 20px;
  padding: 12px 15px;
}
.recruitBox_ttl,
.basicTtl {
  margin-bottom: 15px;
  color: #998675;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.recruitBox {
  margin-bottom: 20px;
}
.recruitBox .recruitBox_dtl {
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: 0;
}
#tab1 .tab1,
#tab2 .tab2,
#tab3 .tab3,
#tab4 .tab4,
#tab5 .tab5,
#tab6 .tab6,
#tab7 .tab7,
#tab8 .tab8,
#tab9 .tab9,
#tab10 .tab10 {
  height: auto;
  opacity: 1;
  border: 1px solid #999;
}
.recruitBox_tabWrap {
  margin-bottom: 14px;
  overflow: auto hidden;
  white-space: nowrap;
}
.recruitBoxTabWrap_tab {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 130px;
  height: 35px;
  color: #c7b299;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background-color: #f4f2eb;
  cursor: pointer;
}
.recruitBoxTabWrap_tab::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  /*border: 9px solid rgba(0,0,0,0);
    border-top: 15px solid #f4f2eb;*/
  border: 7px solid rgba(0, 0, 0, 0);
  border-top-width: 10px;
}
.recruitBoxTabWrap_tab.active {
  color: #fff;
  background-color: #c7b299;
}
.recruitBoxTabWrap_tab.active::after {
  border-top-color: #c7b299;
}

.recruitBox_tabWrap {
  margin-bottom: 9px;
}
.recruitBoxTabWrap_tab {
  margin-bottom: 10px;
}
.more {
  display: block;
  text-align: right;
  color: #999999;
  margin-bottom: 0;
}
.recruitBox_dtl::before {
  content: none;
}
.lowerBody {
  position: relative;
  margin: 0 15px;
  padding: 20px 0;
  background: url(../images/bg_circle.svg) 0 0 repeat-x;
}
.lowerBody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.subWrap {
  padding: 0 30px;
}
.subRank {
  padding-bottom: 20px;
}
.subRank_ttl {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #00913a;
  border-radius: 10px 10px 0 0;
}
.subBox {
  display: block;
  padding-top: 14px;
  color: #000;
}
.subBox:hover {
  color: #000;
  text-decoration: underline;
}
.subBox:last-of-type {
  border-bottom: 0;
}
.subBox_img {
  position: relative;
  margin-bottom: 10px;
}
.subBox_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-size: 71px auto;
  background-repeat: no-repeat;
}
.subBox_ttl {
  margin-bottom: 13px;
  color: #00913a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.subBox_date {
  margin-bottom: 13px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.subBox_txt {
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.subBox_btn {
  margin: 0 auto 15px;
  display: block;
  width: 213px;
  height: 41px;
}
.subWrap .btn2col {
  margin: 0 auto 15px;
  height: auto;
}
.subWrap .btn2col > a {
  width: calc((100% - 10px) / 2);
}

/* colDtl
----------------------------------------- */
.colDtl {
  padding: 30px 15px 0;
}
.colCat {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.colCat span {
  color: #39b54a;
}
.colDtl h1 {
  margin-bottom: 13px;
  color: #39b54a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.colDtl h1::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 6.7px;
  background: url(../images/lowerBg.svg) repeat;
}
.colDate {
  margin-bottom: 15px;
  line-height: 1;
}

/* relation
----------------------------------------- */
.relation {
  padding: 0;
}
.relation .bottom {
  margin-bottom: 17px;
  padding-top: 40px;
  padding-bottom: 5px;
}
.relation .bottom .lowerTtl {
  margin-top: 0;
}

/* reuniqueWrap
----------------------------------------- */
.uniqueWrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 27px;
}
.uniqueWrap::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 7px;
  height: calc(100% - 8px);
  background-color: #c7b299;
}
.uniqueWrap_ttl {
  color: #39b54a;
  font-size: 1.6rem;
  font-weight: 700;
}
.uniqueWrap_txt {
  font-size: 1.4rem;
}

/* page nation
----------------------------------------- */
.pageNation {
  margin-top: 47px;
}
.pageNation ul.page-numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.pageNation ul.page-numbers li {
  padding-right: 10px;
}
.pageNation .page-numbers {
  color: #9fa0a0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.pageNation ul.page-numbers .current,
.pageNation ul.page-numbers .prev,
.pageNation ul.page-numbers .next {
  color: #000;
}
.pageNation ul.page-numbers .prev {
  margin-right: 5px;
}
.pageNation ul.page-numbers .next {
  margin-left: 5px;
}

.thisPageWrap {
  text-align: center;
  color: #9fa0a0;
  font-size: 1.4rem;
  line-height: 1;
}

/* snsShare
----------------------------------------- */
.snsBtns {
  display: flex;
}
.snsBtns_link {
  width: calc(100% / 4);
  height: 38px;
}
.snsBtns_link.facebook {
  background: url(../images/icon_facebook.svg) center center/auto 25px no-repeat, #4874ae;
}
.snsBtns_link.twitter {
  background: url(../images/icon_twitter.svg) center center/auto 22px no-repeat, #318dc4;
}
.snsBtns_link.hatena {
  background: url(../images/icon_hatena.png) center center/auto 27.6px no-repeat, #04a8d5;
}
.snsBtns_link.line {
  background: url(../images/icon_line.svg) center center/auto 26.3px no-repeat, #3aae36;
}

/* imgBox
----------------------------------------- */
a.imgBox {
  margin-bottom: 20px;
  padding: 26px 27px;
  text-decoration: none;
  border: 1px solid #c9bc9c;
}
a.imgBox:hover {
  opacity: 1;
  color: inherit;
}
a.imgBox:hover .imgBox_ttl,
a.imgBox:hover .imgBoxTxt_catch {
  color: #998675;
  text-decoration: underline;
}
a.imgBox:hover .imgBoxTxt_txt {
  color: #4d4d4d;
  text-decoration: underline;
}
a.imgBox:hover img,
a.imgBox:hover .imgBoxTxt_btn {
  opacity: 0.7;
}
.imgBox_ttl {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 12px;
  color: #998675;
  font-size: 1.6rem;
  font-weight: 700;
}
.imgBox_ttl::before,
.imgBox_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
}
.imgBox_ttl::before {
  bottom: 1px;
  width: 40px;
  background-color: #c9bc9c;
}
.imgBox_ttl::after {
  bottom: 0;
  width: 100%;
  background-color: #c7b299;
}
.imgBoxBody_img {
  margin-bottom: 10px;
}
.imgBoxBody_img img {
  filter: none;
}
.imgBoxBody_txt {
  text-align: center;
}
.imgBoxTxt_catch {
  margin-bottom: 5px;
  text-align: left;
  color: #998675;
  font-size: 1.4rem;
  font-weight: 700;
}
.imgBoxTxt_txt {
  margin-bottom: 15px;
  color: #4d4d4d;
  text-align: left;
  font-size: 1.3rem;
}
.imgBoxBody_txt .imgBoxTxt_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 9px 10px 9px 0;
  width: 171px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #998675;
  border-radius: 100px;
}
.imgBoxBody_txt .imgBoxTxt_btn::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* footer
----------------------------------------- */
.footerWrap {
  position: relative;
  padding: 17px 0 20px;
}
.footerWrap.lower::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #ededed;
}
.footerLogo {
  display: block;
  margin-bottom: 13px;
  height: 61.8px;
}
.footerLogo img {
  margin: 0 auto;
  height: 100%;
}
#cpyTxt {
  margin-bottom: 0;
  font: 300 13px/1 oswald, sans-serif;
  text-align: center;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 tab
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 481px) {
  /* top fv @481px
    ----------------------------------------- */
  .mainView {
    height: 132.467vw;
    background-image: url("../images/top_fv.jpg");
  }
  .lower .mainView {
    display: flex;
    align-items: center;
    /* height: 100.667vw; */
    /* background-image: url(../images/underlayer_header_pc.jpg); */
  }
  .policy .mainView {
    height: 100.667vw;
    height: 400px;
    background-image: url(../images/policy_header_pc.jpg);
  }
  .mainViewWrap_logo {
    margin-bottom: 4.933vw;
    width: 40.933vw;
  }
  .mainViewWrap_catch {
    width: 76.667vw;
  }
  .mainViewWrap_txt {
    font-size: 2rem;
  }
  .policy .mainViewWrap_main {
    margin-bottom: 3.326vw;
  }

  /* topLinkBtn @481px
    ----------------------------------------- */
  .topLinkBtn {
    display: flex;
    justify-content: center;
  }
  .topLinkBtn a {
    width: 360px;
  }
  .topLinkBtn img {
    width: 100%;
  }

  .topSec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .secBox.news {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  /* .service {
    padding-top: 52.083vw;
    background: url("../images/top_middleview_01_pc.jpg") 70% 0 / auto 67.708vw no-repeat, #b7d45c;
  } */
  /* .company {
    padding-top: 39.063vw;
    background-image: url("../images/underlayer_header_pc.jpg");
    background-size: auto 67.708vw;
  } */

  /* lowerTtl (@ 481px ~)
    ----------------------------------------- */
  .lowerTtl {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .lowerTtl::before,
  .lowerTtl::after {
    content: "";
    align-self: center;
    flex-grow: 1;
    height: 23px;
    background: url("../images/common/lowerTtl_bg.svg") repeat-x;
  }
  .lowerTtl::before {
    margin-right: 54px;
  }
  .lowerTtl::after {
    margin-left: 57px;
  }
  .lowerTtl.iconNone::before {
    margin-right: 220px;
  }
  .lowerTtl.iconNone::after {
    margin-left: 220px;
  }
  .lowerTtl.privacy::before {
    margin-right: 150px;
  }
  .lowerTtl.privacy::after {
    margin-left: 150px;
  }
  .lowerTtl.iconB img {
    height: 70px;
  }
  .lowerTtl.iconI img {
    height: 100px;
  }
  .lowerTtl.iconNone img {
    height: 28.5px;
    max-height: none;
  }

  .recruitBox_tabWrap {
    margin-bottom: 14px;
  }
  .recruitBoxTabWrap_tab {
    margin-bottom: 15px;
  }
  .more {
    display: none;
  }

  .rankWrapRow_ttl {
    padding-left: 58px;
    width: 41%;
    font-size: 1.2rem;
    background-position: 30px 50%;
  }

  .formTbl_row {
    display: flex;
    justify-content: center;
  }
  .formTblRow_ttl {
    margin-right: 20px;
    text-align: right;
    width: 197px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 897px) {
  /* common (@ 897px~ )
    ----------------------------------------- */
  body {
    font-size: 1.6rem;
  }
  .wrap {
    max-width: 1130px;
  }
  .wrapIn {
    padding-right: 14px;
    padding-left: 14px;
  }
  .wrapL {
    margin-bottom: 115px;
  }
  .wrapL h2 {
    font-size: 2.2rem;
  }
  .wrapL p {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .lowerBody p:not([class]) {
    margin-bottom: 50px;
  }
  .lowerBody a {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .lowerBody ul {
    margin-bottom: 35px;
    padding-left: 30px;
  }
  .lowerBody li {
    font-size: 1.8rem;
  }
  .lowerBody ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
  }
  .lowerBody .btnLink {
    font-size: 1.45rem;
  }
  .wrap900 h2 {
    font-size: 2.8rem;
  }

  .quote {
    padding: 80px 50px 50px;
    background-size: 41px auto;
    background-position: 50px 36px;
  }
  .quote p:not(.quoteTxt) {
    margin-bottom: 20px;
  }
  .quote .quoteTxt {
    font-size: 1.6rem;
  }

  .tocBox,
  .listBox {
    margin-bottom: 40px;
    padding: 30px 40px;
  }
  .tocTtl,
  .listTtl {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .tocTtl::before,
  .listTtl::before {
    width: 50px;
  }
  .tocList_txt {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .tocList_inTxt {
    padding-left: 70px;
  }
  .listTxt_cont {
    padding: 0 20px 0 40px;
  }
  .listTxt_cont::before,
  .listTxt_cont::after {
    left: 20px;
    width: 10px;
    height: 2px;
  }
  .listTxt_cont::before {
    top: 10px;
  }
  .listTxt_cont::after {
    top: 16px;
  }

  /* headerWrap (@ 897px~ )
    ----------------------------------------- */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
    max-width: 1562px;
    height: 70px;
  }

  /* nav (@ 897px~ )
    ----------------------------------------- */
  .navWrap {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
    transition: none;
    background: none;
  }
  .navWrap_conts {
    display: flex;
    justify-content: center;
  }
  .navWrapConts_link {
    height: auto;
    color: #000;
    letter-spacing: 0.1em;
    font: 300 1.8rem/1 oswald, sans-serif;
  }
  .navWrapConts_link:hover {
    color: #000;
  }
  .navWrapConts_link:not(:last-of-type) {
    margin-right: 50px;
  }

  /* fv (@ 897px~ )
    ----------------------------------------- */
  .mainView {
    height: 830px;
  }
  .lower .mainView {
    height: 607px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .policy .mainView {
    align-items: center;
    height: 400px;
  }
  .mainView_wrap {
    /* margin: 0 auto 160px; */
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1;
  }
  .policy .mainView_wrap {
    margin-bottom: 0;
  }
  .mainViewWrap_logo {
    margin-bottom: 39px;
    width: 272.9px;
  }
  .mainViewWrap_catch {
    margin-bottom: 5px;
    width: 100%;
    max-width: 922px;
  }
  .lower .mainViewWrap_catch {
    margin: 0 auto;
    max-width: 868px;
  }
  .mainViewWrap_txt {
    font-size: 2.5rem;
  }

  .ttlTop {
    margin-bottom: 30px;
  }
  .ttlTop.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ttlTop_img {
    margin-bottom: 62px;
    max-width: none;
  }
  .ttlTopTtl_sub,
  .mainViewWrap_main {
    margin-bottom: 32px;
    font-size: 2.46rem;
  }
  .ttlTopTtl_main {
    font-size: 2.4rem;
  }
  .policy .mainViewWrap_main {
    margin-bottom: 40px;
    font-size: 7.8rem;
  }

  .topSec {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .topWrap {
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
  }
  .topWrap.left {
    /* padding-right: 40px; */
  }
  .topWrap.left .ttlTop_img {
    max-width: 390px;
  }
  .topWrap.right {
    flex-flow: row-reverse;
    padding-bottom: 80px;
    /* padding-left: 40px; */
  }
  .topWrap.right .topWrap_img {
    margin-left: 100px;
    padding: 0;
  }
  .topWrap.right .ttlTop_img {
    width: 624px;
  }
  .topWrap.right .topWrap_txtBox {
    /* max-width: 500px; */
  }

  .topWrap_img {
    margin-bottom: 0;
    width: 65%;
    max-width: 960px;
  }
  .topWrap_txtBox {
    margin-bottom: 50px;
    /* width: 35%; */
    padding-right: 20px;
    padding-left: 20px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .topWrap.left .topWrap_img,
  .topWrap_txtBox .ttlTop,
  .secBox .topWrap_txtBox p {
    padding: 0;
  }

  .topWrap.left .topWrap_img {
    margin-right: 100px;
  }

  .mission .topWrap_txtBox {
    padding-top: 45px;
  }

  .service {
    /* padding-top: 493px;
    background-size: auto 542px; */
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .service .sliderWrap::before {
    content: none;
  }
  .service .ttlTop_img {
    width: 867px;
  }
  .serviceTxt {
    margin: 0 auto;
    max-width: 810px;
  }
  .serviceSlider {
    margin-top: 87px;
    padding-bottom: 0;
  }
  .sliderWrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
  .sliderWrap .slick-list {
    overflow: visible;
  }
  .sliderBox {
    position: relative;
    margin: 0;
    width: 600px;
    color: #fff;
  }
  .sliderBox:not([tabindex="0"]) {
    opacity: 0.3;
  }
  .sliderBox[tabindex="0"] + .sliderBox {
    opacity: 1;
  }
  .sliderBox_img {
    margin-bottom: 0;
    height: 400px;
  }
  .serviceBox_txtWrap {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
    left: 50%;
    width: calc(100% - (35px * 2));
  }
  .serviceBoxTtl_en {
    font-size: 2.358rem;
  }
  .serviceBoxTtl_jp {
    font-size: 1.834rem;
  }
  .serviceBoxTxtWrap_txt {
    font-size: 1.6rem;
  }

  .secBox.news {
    padding-top: 111px;
    padding-bottom: 128px;
  }
  .newsSlider {
    margin-top: 49px;
    margin-bottom: 61px;
  }
  .news .sliderWrap::before {
    content: none;
  }
  .newsBox_txtWrap {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 37px;
    left: 50%;
    width: calc(100% - (35px * 2));
  }
  .newsBoxTtl_date {
    margin-bottom: 12px;
    font-size: 2.929rem;
    line-height: 1;
  }
  .newsBoxTtl_txt {
    font-size: 2rem;
  }
  .newsBoxTxtWrap_txt {
    margin-bottom: 0;
    height: 82px;
    overflow: hidden;
  }
  .company {
    /* padding-top: 459px;
    background-size: auto 500px; */
  }
  .comTable {
    margin: 0 auto;
    max-width: 900px;
  }
  .comTableRow_head {
    margin-right: 25px;
    width: 150px;
  }
  .map iframe {
    height: 500px;
  }
  .contactWrap {
    margin: 0 auto;
    max-width: 950px;
  }
  .sliderBox_img {
    position: relative;
  }
  .sliderBox_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* lowerTtl (@ 897px~ )
    ----------------------------------------- */
  .lowerTtl {
    margin-bottom: 33px;
  }
  .lowerTtl.iconNone {
    margin-top: 55px;
    margin-bottom: 60px;
  }

  .txtBox {
    margin-bottom: 27px;
    padding: 30px 35px;
    border-radius: 8px;
  }
  .txtBox + .generalTtl {
    margin-top: 52px;
  }

  /* rankWrap (@ 897px~ )
    ----------------------------------------- */
  .rankWrap {
    padding: 46px 0 64px;
  }

  .rankWrapConts_box {
    position: relative;
    margin-bottom: 47px;
    padding: 20px 49px 52px;
  }
  .rankWrapConts_box::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 1000px;
    height: 2px;
    background-color: #c9bc9c;
  }
  .rankWrapConts_box.no1,
  .rankWrapConts_box.no2,
  .rankWrapConts_box.no3 {
    padding-top: 52px;
  }
  .rankWrapConts_box.no1::after,
  .rankWrapConts_box.no2::after,
  .rankWrapConts_box.no3::after {
    content: none;
  }

  .rankWrapBox_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
    grid-template-columns: minmax(auto, 568px) minmax(auto, 432px);
    margin-bottom: 24px;
  }
  .rankWrapTop_ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-template-columns: minmax(84px, auto) 1fr;
    margin-bottom: 25px;
    /*padding-left: 80px;*/
  }
  .no1 .rankWrapTop_ttl,
  .no2 .rankWrapTop_ttl,
  .no3 .rankWrapTop_ttl {
    padding-left: 138px;
    background-position: 0 1px;
    background-size: auto 53px;
  }
  .rankWrapTtl_num {
    margin-top: -7px;
    padding-right: 32px;
    padding-left: 10px;
    font-size: 7.5rem;
  }
  .rankWrapTtl_main {
    font-size: 2.4rem;
  }
  .no1 .rankWrapTtl_main,
  .no2 .rankWrapTtl_main,
  .no3 .rankWrapTtl_main {
    margin-bottom: 5px;
  }
  .rankWrapTtl_sub {
    font-size: 1.6rem;
  }
  .rankWrapTop_img {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: span 3;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: 0;
    margin-left: 32px;
    height: 225px;
    overflow: hidden;
  }
  .rankWrapTop_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .rankWrapTop_dtl {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    padding: 24px 25px;
    border-radius: 8px;
  }
  .rankWrapTop_dtl p {
    font-size: 1.5rem;
  }
  .rankWrapBox_btm {
    margin-bottom: 23px;
  }
  .rankWrapBtm_ex {
    margin-bottom: 25px;
    font-size: 1.6rem;
    cursor: auto;
  }
  .rankWrapBtm_ex::before,
  .rankWrapBtm_ex::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: url(../images/bg_circle.svg) repeat-x;
  }
  .rankWrapBtm_ex::before {
    margin-right: 60px;
  }
  .rankWrapBtm_ex::after {
    margin-left: 60px;
  }
  .rankWrapBtm_dtlTbl {
    display: -ms-grid;
    display: grid;
    grid-template-rows: minmax(63px, auto);
    -ms-grid-columns: 50%;
    grid-template-columns: 50%;
    height: auto;
    border: 1px solid #999;
  }
  .rankWrapBtm_dtlTbl::before {
    content: none;
  }

  .rankWrapDtlTbl_row.long {
    -ms-grid-column: 1;
    -ms-grid-row-span: end;
    grid-column: 1 / end;
  }
  .rankWrapRow_ttl,
  .rankWrapRow_txt {
    height: 100%;
  }
  .rankWrapRow_ttl {
    padding-left: 63px;
    min-width: 200px;
    width: 200px;
    font-size: 1.4rem;
    background-position: 20px 50%;
  }
  .points .rankWrapRow_ttl {
    background-size: auto 30px;
  }
  .recom .rankWrapRow_ttl {
    background-size: auto 20.9px;
  }
  .salary .rankWrapRow_ttl {
    background-size: auto 24.8px;
  }
  .worksStatus .rankWrapRow_ttl {
    background-size: auto 23.3px;
  }
  .worksLocation .rankWrapRow_ttl {
    background-size: auto 23.3px;
  }
  .worksTime .rankWrapRow_ttl {
    background-size: auto 27.7px;
  }
  .dayOff .rankWrapRow_ttl {
    background-size: auto 25.2px;
  }
  .transfer .rankWrapRow_ttl {
    background-size: auto 14.6px;
  }
  .benefits .rankWrapRow_ttl {
    background-size: auto 22.9px;
  }
  .rankWrapRow_txt {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-grow: 1;
    padding: 18px 23px;
    width: auto;
    font-size: 1.5rem;
  }
  .points .rankWrapRow_txt,
  .recom .rankWrapRow_txt {
    padding-bottom: 13px;
    padding-left: 23px;
  }
  .tagG,
  .tagO,
  .tagG:last-of-type,
  .tagO:last-of-type {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 6px 14px;
    font-size: 1.4rem;
    background-repeat: 6px;
  }
  .btn2col {
    justify-content: center;
  }
  .btn2col_ofl,
  .btn2col_dtl {
    width: 235px;
  }
  .btn2col_ofl {
    margin-right: 33px;
  }

  /* lowerBtn (@ 897px~ )
    ----------------------------------------- */
  .lowerBtn {
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    width: 567px;
    height: 73px;
    font-size: 2.4rem;
  }
  .lowerBtn::after {
    top: calc(50% + 4.5px);
    right: 31px;
    border-width: 9px;
  }

  /* newsWrap (@ 897px~ )
    ----------------------------------------- */
  .newsWrap {
    padding: 76px 0 50px;
  }
  .newsWrap_conts {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 1000px;
  }
  .newsWrapConts_box {
    position: relative;
    margin-right: 50px;
    margin-bottom: 38px;
    padding: 0 0 44px;
    width: calc((100% - (50px * 2)) / 3);
    text-align: left;
  }
  .newsWrapConts_box:nth-of-type(3n + 1)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 1000px;
    height: 1px;
    background-color: #4d4d4d;
  }
  .newsWrapBox_ttl {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
  .newsWrap .newsWrapConts_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsWrapBox_date {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .newsWrapBox_txt {
    font-size: 1.6rem;
  }
  .newsWrapBox_btn {
    width: 190.5px;
    height: 36.6px;
  }
  .newsWrapBox_btn::after {
    right: 16px;
    width: 10px;
    height: 10px;
  }

  /* form (@ 897px~ )
    ----------------------------------------- */
  .formWrap {
    margin: 0 auto;
    width: 100%;
    max-width: 690px;
  }
  .formRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .formRow p {
    margin-bottom: 0;
  }
  .formRow_ttl {
    position: relative;
    align-self: baseline;
    margin-top: 14px;
    margin-bottom: 0;
    width: 190px;
  }
  .formRow_ttl::before {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .formRow_txt {
    flex-grow: 1;
    max-width: 500px;
  }
  .formRow_txt.col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 .formRowTxt_r {
    margin-bottom: 0;
  }
  .formRow_ttl,
  .formRowTxt_ttl,
  .formRow input,
  .formRow textarea {
    font-size: 1.8rem;
  }
  .formRow_txt.col2 input {
    width: 202px;
  }
  .nonTxt .formRow_txt {
    position: relative;
  }
  .invalid .wpcf7-not-valid-tip {
    top: calc(100% + 10px);
    bottom: auto;
  }
  .formSubmit {
    width: 360px;
    height: 60px;
  }
  .formTblRow_txt input,
  .formTblRow_txt textarea {
    width: 620px;
  }

  /* thanks
    ----------------------------------------- */
  .thansWrap {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
  }
  .thanksTtl {
    margin-top: 0;
    font-size: 2.2rem;
  }
  .thansWrap p {
    margin-bottom: 45px;
    font-size: 1.8rem;
  }
  .thansWrap .thanksCap {
    margin-bottom: 88px;
  }
  .thanksBtn {
    margin: 0 auto 170px;
    padding-left: 13px;
    width: 352px;
    height: 72px;
    font-size: 1.9rem;
  }

  .thanksBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
  }

  /* lower (@ 897px~ )
    ----------------------------------------- */
  .col2Page {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 1fr minmax(auto, 920px) 320px 1fr;
    overflow: visible;
  }
  .col2Page header {
    grid-column: 1 / end;
  }
  .col2Page .mainView {
    grid-column: 1 / end;
    margin-bottom: 68px;
  }
  .col2Page main {
    grid-row: 3;
    grid-column: 2;
    margin-right: 50px;
    margin-bottom: 70px;
    margin-left: 20px;
    max-width: 850px;
  }
  .col2Page .subWrap {
    grid-row: 3;
    grid-column: 3;
    margin-right: 20px;
  }
  .col2Page .subRank {
    position: sticky;
    top: 10px;
  }
  .col2Page footer {
    grid-row: 4;
    grid-column: 1 / end;
  }

  .recruitBox_tabWrap {
    margin-bottom: 20px;
  }
  .recruitBoxTabWrap_tab {
    margin-bottom: 20px;
    width: 162px;
    height: 44px;
  }
  .recruitBoxTabWrap_tab::after {
    border-width: 9px;
    border-top: 15px solid #f4f2eb;
  }
  .dtlWrap {
    padding: 0;
  }
  .recruitBox_dtl {
    /*display: block;*/
    /*grid-template-rows: 1fr;*/

    grid-template-columns: 1fr;
  }
  .subWrap {
    padding: 0;
  }
  .dtlTtl_sub {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .dtlTtl .dtlTtl_main {
    display: inline-block;
    font-size: 3.4rem;
  }
  .dtlTtl .dtlTtl_mainSub {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .recomBox {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 32px;
  }
  .recomBox::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/common/lowerBg.svg) repeat;
  }
  .recomBox_ttl {
    margin-right: 15px;
    margin-bottom: 0;
    padding: 7px 0 6px 44px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    background-size: auto 21px;
  }
  .recomBox_tags {
    margin-bottom: 0;
  }
  .recomBox_tags::after {
    content: none;
  }
  .recomBox_tags .tagO {
    margin-bottom: 0;
  }
  .dtlImg {
    margin-bottom: 23px;
  }
  .col1Btn {
    margin-bottom: 50px;
    width: 235px;
    height: 48px;
  }
  .rankDtl .txtBox {
    margin-bottom: 30px;
    padding: 30px 35px;
    font-size: 1.7rem;
  }
  .recruitBoxTabWrap_tab {
    font-size: 1.5rem;
  }
  .recruitBox {
    margin-bottom: 28px;
  }
  .more {
    display: none;
  }
  .dtlWrap .rankWrapRow_ttl,
  .dtlWrap .rankWrapRow_txt {
    font-size: 1.8rem;
  }
  .dtlWrap .benefits .rankWrapRow_ttl {
    align-items: start;
    padding-top: 22px;
    background-position: 20px 22px;
  }
  .lowerBody {
    margin: 0;
    padding-top: 28px;
  }
  .recruitBox_ttl,
  .basicTtl {
    font-size: 2.4rem;
  }
  .basicTtl {
    margin-bottom: 38px;
  }
  .lowerBody h2:not([class]) {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 2.2rem;
    border-left-width: 12px;
  }
  .lowerBody h3:not([class]) {
    margin-bottom: 30px;
    padding-bottom: 19px;
    font-size: 2.2rem;
    border-bottom: 1px solid #c7b299;
  }
  .lowerBody h3:not([class])::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    width: 50px;
    height: 1px;
    background-color: #c7b299;
    border-radius: 100px;
  }
  .lowerBody h3:not([class])::after {
    content: none;
  }
  .lowerBody h4:not([class]) {
    font-size: 2rem;
  }
  .lowerBody p:not([class]) {
    font-size: 1.8rem;
    line-height: 2;
  }
  .subBox_btn {
    margin-left: 0;
    width: 165px;
    height: 34px;
  }
  .subWrap .btn2col {
  }
  .subWrap .btn2col_ofl {
    margin-right: 10px;
  }

  /* page nation (@ 897px~ )
    ----------------------------------------- */
  .pageNation {
    margin-top: 67px;
  }
  .pageNation ul.page-numbers {
    margin-bottom: 18px;
  }
  .pageNation ul.page-numbers .prev {
    margin-right: 10px;
  }
  .pageNation ul.page-numbers .next {
    margin-left: 10px;
  }
  .pageNation .page-numbers {
    font-size: 2rem;
  }
  .thisPageWrap {
    font-size: 1.8rem;
  }

  /* colDtl
    ----------------------------------------- */
  .colCat {
    font-size: 1.6rem;
  }
  .colDtl h1 {
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
  .colDtl h1::after {
    margin-top: 15px;
    height: 10px;
  }
  .colDate {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .bottom .newsWrapConts_box::before {
    content: none;
  }

  /* reuniqueWrap (@ 897px~ )
    ----------------------------------------- */
  .uniqueWrap {
    margin-bottom: 30px;
    padding-left: 50px;
  }
  .uniqueWrap::before {
    top: calc(50% + 2px);
    width: 8px;
    height: calc(100% - 18px);
  }
  .uniqueWrap_ttl {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .uniqueWrap_txt {
    font-size: 1.7rem;
  }

  a.imgBox {
    margin-bottom: 40px;
    padding: 35px 40px;
  }
  .imgBox_ttl {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 23px;
    font-size: 2rem;
  }
  .imgBox_ttl::before {
    width: 50px;
  }
  .imgBox_body {
    display: flex;
  }
  .imgBoxBody_img {
    margin-right: 30px;
    margin-bottom: 0;
    width: 330px;
  }
  .imgBoxBody_txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 403px;
  }
  .imgBoxTxt_catch {
    margin-bottom: 13px;
    width: 100%;
    font-size: 2rem;
  }
  .imgBoxTxt_txt {
    width: 100%;
    font-size: 1.8rem;
  }
  .imgBoxBody_txt .imgBoxTxt_btn {
    margin-top: auto;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    width: 190px;
    font-size: 1.8rem;
  }
  .imgBoxBody_txt .imgBoxTxt_btn::after {
    width: 11px;
    height: 11px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .imgBoxBody_txt > *:last-child {
    margin-top: auto;
  }
  /*.imgBoxBody_txt > p:last-of-type {
        margin-bottom: 0;
    }*/

  /* footer (@ 897px~ )
    ----------------------------------------- */
  .footerWrap {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin: 0 auto;
    padding: 40px 20px 43px;
    max-width: 1200px;
  }
  .footerLogo {
    margin-bottom: 0;
    height: 88.2px;
  }
  #cpyTxt {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
