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

　　　　レイアウト

============================== */
header,
main,
footer {
  position: relative;
}

#contents {
  overflow: hidden;
}

section {
  padding: 40px 0 calc(10vw + 60px);
  margin-top: 10vw;
  margin-bottom: -10vw;
}
section + section {
  position: relative;
}
section + section:before {
  content: "";
  width: 100%;
  height: 10vw;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: cover;
  position: absolute;
  top: -10vw;
  left: 0;
}
.bread_crumb + section h3 {
  margin-top: -20px;
}
section:first-of-type {
  padding-top: 60px;
  margin-top: 0;
}
section:nth-of-type(2), section:nth-of-type(6) {
  background-color: #edf6ec;
}
section:nth-of-type(2):before, section:nth-of-type(6):before {
  background-image: url(../img/bg_wave_gl.png);
}
section:nth-of-type(3), section:nth-of-type(5), section:nth-of-type(7) {
  background-color: #fff;
}
section:nth-of-type(3):before, section:nth-of-type(5):before, section:nth-of-type(7):before {
  background-image: url(../img/bg_wave_w.png);
}
section:nth-of-type(4), section:nth-of-type(8) {
  background-color: #f8f8f8;
}
section:nth-of-type(4):before, section:nth-of-type(8):before {
  background-image: url(../img/bg_wave_gr.png);
}
section:last-of-type {
  padding-bottom: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  section {
    padding: 20px 0 calc(15vw + 30px);
    margin-top: 15vw;
    margin-bottom: -15vw;
  }
  section + section {
    position: relative;
  }
  section + section:before {
    height: 15vw;
    top: -15vw;
  }
  section:first-of-type {
    padding-top: 40px;
  }
  section:last-of-type {
    padding-bottom: 40px;
  }
}
p + p {
  margin-top: 10px;
}

.inner {
  width: 100%;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner.short {
  max-width: 800px;
}

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

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

img {
  border-radius: 5px;
}
img.br_0 {
  border-radius: 0px;
}

/* ==============================

　　　　ヘッダー

============================== */
header {
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}
header h1 {
  width: 170px;
  height: 170px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: absolute;
  top: 0;
  left: 20px;
}
header h1 img {
  width: 100px;
  height: auto;
}

#navi {
  position: absolute;
  top: 20px;
  margin-right: 20px;
}
#navi a {
  display: block;
  font-size: 1.6rem;
}
#navi > div {
  text-align: right;
  font-size: 0;
}
#navi > div > div {
  height: 70px;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
}
#navi > div.manu_main > div {
  width: 490px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navi > div.manu_main > div ul {
  width: 440px;
  display: flex;
  flex-wrap: wrap;
  margin: -3px -10px;
}
#navi > div.manu_main > div ul li {
  width: max-content;
  line-height: 20px;
  padding: 3px 10px;
}
#navi > div.manu_main > div a {
  color: #222;
}
#navi > div.manu_main > div a:after {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(69, 172, 100, 0.5);
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  #navi > div.manu_main > div a:hover {
    font-weight: bold;
    color: rgba(34, 34, 34, 0.8);
  }
  #navi > div.manu_main > div a:hover:after {
    width: 100%;
  }
}
#navi > div.menu_pickup {
  margin-top: 20px;
}
#navi > div.menu_pickup > div:first-child {
  background: #3a7c55;
  position: relative;
  padding: 10px 27px;
}
#navi > div.menu_pickup > div:first-child > div {
  text-align: left;
  margin-right: 50px;
}
#navi > div.menu_pickup > div:first-child a {
  color: #fff;
}
#navi > div.menu_pickup > div:first-child p {
  color: #fff;
}
#navi > div.menu_pickup > div:first-child p:first-child {
  font-size: 1.4rem;
}
#navi > div.menu_pickup > div:first-child p.tel_link {
  background-image: url(../img/icon/tel_w.svg);
  margin-top: 8px;
  font-size: 2.8rem;
}
#navi > div.menu_pickup > div:first-child p.tel_link a {
  font-size: 2.8rem;
}
#navi > div.menu_pickup > div .icon {
  position: absolute;
  top: 14px;
  right: 30px;
}
#navi > div.menu_pickup > div .icon a {
  width: 42px;
  height: 42px;
}
#navi > div.menu_pickup > div .icon a:after {
  display: none !important;
}
@media screen and (min-width: 601px) {
  #navi > div.menu_pickup > div .icon a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#navi > div.menu_pickup > div:last-child {
  margin-left: 18px;
}
#navi > div.menu_pickup > div:last-child a {
  height: 70px;
  line-height: 52px;
  border-radius: 35px;
  background-color: #faa127;
  background-image: url(../img/icon/recruit.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: auto 40px;
  color: #fff;
  text-shadow: #faa127 0 0 5px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 47px 10px 27px;
}
@media screen and (min-width: 601px) {
  #navi > div.menu_pickup > div:last-child a:hover {
    background-color: #efb15d;
  }
}
#navi > div.menu_consult {
  text-align: right;
  margin-top: 20px;
}
#navi > div.menu_consult a {
  width: 240px;
  height: 70px;
  border-radius: 35px;
  background: #3a7c55;
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  padding: 15px 0 0 65px;
}
#navi > div.menu_consult a:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/cursor_click.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  transform: rotate(-30deg);
}
#navi > div.menu_consult a .click {
  color: #FFFB13;
  font-size: 0.8em;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 601px) {
  #navi > div.menu_consult a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 600px) {
  header h1 {
    width: 80px;
    height: 80px;
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header.transform {
    height: auto;
  }
  header.transform h1 {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  #navi {
    width: 220px;
    height: 100vh;
    padding: 35px 15px 15px 15px;
    margin: 0;
    position: fixed;
    top: 0;
    right: -220px;
    background: #45ac64;
    border-left: 1px solid #fff;
  }
  #navi > div {
    text-align: left;
  }
  #navi > div > div {
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
  }
  #navi > div.manu_main > div {
    background: inherit;
    display: block;
  }
  #navi > div.manu_main > div ul {
    display: block;
  }
  #navi > div.manu_main > div ul li {
    display: block;
    line-height: inherit;
  }
  #navi > div.manu_main > div ul li + li {
    margin-top: 9px;
  }
  #navi > div.manu_main > div a {
    color: #fff;
    font-weight: bold;
  }
  #navi > div.menu_pickup {
    margin-top: 80px;
  }
  #navi > div.menu_pickup > div:first-child {
    padding: 10px;
  }
  #navi > div.menu_pickup > div:first-child > div {
    margin-right: 0;
  }
  #navi > div.menu_pickup > div:first-child p:first-child {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  #navi > div.menu_pickup > div:first-child p.tel_link {
    background-size: 20px auto;
    padding-left: 25px;
    font-size: 2.2rem;
  }
  #navi > div.menu_pickup > div:first-child p.tel_link a {
    font-size: 2.2rem;
  }
  #navi > div.menu_pickup > div:first-child p:last-child {
    /* font-size: 1.2rem;*/
    background: url(../img/icon/mail_w.svg) no-repeat left 2px top 50%;
    background-size: 16px auto;
    padding-left: 25px;
  }
  #navi > div.menu_pickup > div:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  #navi > div.menu_pickup > div:last-child a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-position: center left 15px;
    background-size: auto 24px;
    font-size: 1.8rem;
    padding: 0 0 0 40px;
  }
  #navi > div.menu_consult {
    width: calc(100% - 30px);
    margin-top: 0;
    position: absolute;
    top: 285px;
  }
  #navi > div.menu_consult a {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #3a7c55;
    font-size: 1.6rem;
    padding: 10px 0 0 40px;
  }
  #navi > div.menu_consult a:before {
    width: 20px;
    height: 20px;
    left: 15px;
    top: calc(50% - 10px);
  }
}
@media screen and (min-width: 601px) {
  header * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header.transform {
    width: 100%;
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header.transform h1 {
    width: 80px;
    height: 80px;
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    top: 10px;
  }
  .transform #navi {
    width: calc(100% - 120px);
    height: 100px;
    display: flex;
    justify-content: right;
    align-items: center;
    top: 0;
    right: 0;
  }
  .transform #navi > div > div {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .transform #navi > div.manu_main {
    width: calc(100vw - 600px);
    min-width: 305px;
    max-width: 490px;
  }
  .transform #navi > div.manu_main > div {
    width: 100%;
    height: auto;
    background: inherit;
    padding: 0;
  }
  .transform #navi > div.manu_main > div ul {
    width: 100%;
    max-width: 100%;
    margin: -2px -5px;
    justify-content: right;
  }
  .transform #navi > div.manu_main > div ul li {
    line-height: 1;
    padding: 2px 5px;
  }
  .transform #navi > div.manu_main > div a:after {
    margin-top: 5px;
  }
  .transform #navi > div .icon {
    right: 0;
    bottom: 0px;
    top: auto;
  }
  .transform #navi > div.menu_pickup {
    width: 370px;
    margin-top: 0;
    margin-left: 95px;
  }
  .transform #navi > div.menu_pickup > div:first-child {
    border-radius: 10px;
    padding: 10px;
  }
  .transform #navi > div.menu_pickup > div:first-child .icon {
    right: 10px;
  }
  .transform #navi > div.menu_pickup > div:last-child {
    margin-left: 5px;
  }
  .transform #navi > div.menu_pickup > div:last-child a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    background-position: center;
    background-size: auto 50px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
  }
  .transform #navi > div.menu_consult {
    width: 90px;
    margin-top: 0;
    position: absolute;
    right: 363px;
  }
  .transform #navi > div.menu_consult a {
    width: 90px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    padding: 18px 5px;
  }
  .transform #navi > div.menu_consult a:before {
    background-size: 20px;
    top: 3px;
    left: 8px;
  }
  .transform #navi > div.menu_consult a .click {
    padding-left: 20px;
  }
  .transform #navi > div.menu_consult a .sub_txt {
    display: none;
  }
}
/* --- ナビゲーション ----------------*/
#navi_btn {
  display: none;
}

@media screen and (max-width: 600px) {
  #navi_btn {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 300;
    cursor: pointer;
    display: block;
  }
  #navi_btn span {
    width: 24px;
    height: 3px;
    background: #45ac64;
    position: absolute;
    left: 8px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #navi_btn span:first-child {
    top: 10px;
  }
  #navi_btn span:nth-child(2) {
    top: 19px;
  }
  #navi_btn span:last-child {
    top: 28px;
  }
  #navi_btn.navi_open span:first-child {
    top: 18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #navi_btn.navi_open span:nth-child(2) {
    opacity: 0;
  }
  #navi_btn.navi_open span:last-child {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
/* --- 求人バナー ----------------*/
.bnr_recruit {
  position: absolute;
  right: 20px;
  z-index: 10;
}
.bnr_recruit a {
  width: auto;
  height: auto;
  line-height: 1.4;
  background: #db5050;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
  display: inline-block;
}
.bnr_recruit a:hover {
  background: #ebbbd0;
}

header .bnr_recruit {
  display: none;
}
header + div .bnr_recruit {
  top: 380px;
}
header.transform .bnr_recruit {
  display: inline-block;
  bottom: -80px;
}
header.transform + div .bnr_recruit {
  display: none;
}

@media screen and (max-width: 600px) {
  header .bnr_recruit {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(100vh - 50px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .bnr_recruit a {
    display: block;
    line-height: 20px;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 5px;
  }
  header .navi_open + .bnr_recruit {
    right: 220px;
  }
  header + div .bnr_recruit {
    display: none !important;
  }
  header + div footer {
    margin-bottom: 50px;
  }
}
/* ==============================

　　　　フッター

============================== */
footer {
  background: #fff;
  border-top: 1px solid #eee;
}
footer a {
  color: #222;
}
@media screen and (min-width: 601px) {
  footer a:hover {
    color: #999;
  }
}
footer > div:first-child {
  padding: 80px 20px;
}
footer > div:first-child .col_2 {
  position: relative;
}
footer > div:first-child .col_2:first-child {
  width: 45%;
}
footer > div:first-child .col_2:last-child {
  width: 55%;
}
footer > div:first-child h3 {
  margin: 0;
  text-align: left;
  line-height: 1;
}
footer > div:first-child h3:before {
  display: none;
}
footer > div:first-child h3 img {
  width: 90%;
  height: auto;
}
footer > div:first-child h3 + p {
  text-align: left;
  margin: 30px 0 0;
}
footer > div:first-child h3 + p span {
  margin-right: 1em;
}
footer > div:first-child .tel_link {
  background-image: url(../img/icon/tel_g.svg);
}
footer > div:first-child nav {
  position: relative;
}
footer > div:first-child nav > ul {
  vertical-align: top;
}
footer > div:first-child nav > ul:last-child, footer > div:first-child nav > ul:nth-child(2) {
  position: absolute;
  top: 0;
}
footer > div:first-child nav > ul:nth-child(2) {
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer > div:first-child nav > ul:last-child {
  right: 0;
}
footer > div:first-child nav > ul > li .pc {
  display: inline;
}
footer > div:first-child nav > ul > li > a {
  font-weight: bold;
}
footer > div:first-child nav > ul > li + li {
  margin-top: 10px;
}
footer > div:first-child nav > ul > li ul {
  margin-left: 1em;
}
footer > div:first-child nav > ul a {
  font-size: 1.6rem;
}
footer > div:first-child + div {
  background: #f8f8f8;
  padding: 20px 0;
}
footer > div:first-child + div ul {
  text-align: center;
}
footer > div:first-child + div ul li {
  display: inline-block;
}
footer > div:first-child + div ul li + li {
  margin-left: 20px;
}
footer > div:first-child + div ul li a {
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  footer > div:first-child {
    padding: 20px;
  }
  footer > div:first-child .col_2 {
    width: 100% !important;
  }
  footer > div:first-child .col_2:first-child {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  footer > div:first-child h3 {
    text-align: center;
  }
  footer > div:first-child h3 img {
    width: 100%;
    max-width: 300px;
  }
  footer > div:first-child h3 + p {
    margin: 20px 0;
    text-align: center;
  }
  footer > div:first-child h3 + p span {
    margin-right: 0;
    display: block;
  }
  footer > div:first-child h3 ~ img {
    height: 60px;
    right: -10px;
    bottom: -10px;
  }
  footer > div:first-child .tel_link {
    display: inline-block;
    font-size: 2.5rem;
  }
  footer > div:first-child nav {
    font-size: 1.4rem;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  footer > div:first-child nav > ul {
    position: static !important;
  }
  footer > div:first-child nav > ul:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  footer > div:first-child nav > ul:last-child {
    font-size: 0;
  }
  footer > div:first-child nav > ul:last-child li {
    font-size: 1.4rem;
    display: inline-block;
    letter-spacing: -0.5px;
  }
  footer > div:first-child nav > ul:last-child li:after {
    content: "／";
    display: inline-block;
    margin: 0 3px;
  }
  footer > div:first-child nav > ul:last-child li:last-child:after {
    display: none;
  }
  footer > div:first-child nav > ul > li {
    margin-top: 10px;
  }
  footer > div:first-child nav > ul > li .pc {
    display: none;
  }
  footer > div:first-child nav > ul > li ul {
    margin-left: 0;
    font-size: 0;
  }
  footer > div:first-child nav > ul > li ul li {
    font-size: 1.4rem;
    display: inline-block;
  }
  footer > div:first-child nav > ul > li ul li:after {
    content: "／";
    display: inline-block;
    margin: 0 3px;
  }
  footer > div:first-child nav > ul > li ul li:last-child:after {
    display: none;
  }
  footer > div:first-child nav a {
    border-bottom: 1px solid rgba(69, 172, 100, 0.5);
  }
  footer > div:first-child + div {
    font-size: 1.3rem;
    letter-spacing: -1px;
    background: #f8f8f8;
    padding: 10px 20px;
  }
  footer > div:first-child + div ul li + li {
    margin-left: 10px;
  }
  footer > div:first-child + div a {
    border-bottom: 1px solid rgba(69, 172, 100, 0.5);
  }
}
/* --- ページトップ ----------------*/
#page_top {
  width: 100%;
  height: 40px;
  background: #45ac64;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page_top:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: inline-block;
  margin: 20px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 601px) {
  #page_top:hover {
    background: #51b971;
  }
  #page_top:hover:before {
    margin-top: 16px;
  }
}

/* --- コピーライト ----------------*/
#copyright {
  height: 20px;
  line-height: 20px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin: 0;
}

/* ==============================

　　　　共通パーツ

============================== */
/* --- 見出し ----------------*/
h3,
h4 {
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h3 {
  font-size: 50px;
  text-align: center;
  margin: 40px 0 80px;
  position: relative;
}
h3 span {
  position: inherit;
  z-index: 1;
}
h3:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #f0d4a4;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
h3.ta_l {
  text-align: left;
  padding-left: 30px;
}
h3.ta_l:before {
  border-left-color: #f0d4a4;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 26px;
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  h3 {
    font-size: calc(26px + 14 * (100vw - 300px) / 300);
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  h3:before {
    width: 60px;
    height: 60px;
    border-width: 6px;
    top: 50%;
  }
  h3.ta_l {
    text-align: left;
    padding-left: 10px;
  }
}
h4 {
  font-size: 3rem;
  margin-bottom: 20px;
}
h4:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #45ac64;
  display: block;
  margin-top: 20px;
}
h4.ta_c:after {
  margin: 20px auto 0;
}

@media screen and (max-width: 600px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  h4 {
    font-size: calc(22px + 8 * (100vw - 300px) / 300);
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  h4 {
    font-size: 30px;
  }
}
/* --- ボタン ----------------*/
.btn {
  margin-top: 40px;
}
.btn a,
.btn span {
  max-width: 100%;
  min-width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #45ac64;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn a:after,
.btn span:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../img/icon/btn_arw.svg) no-repeat;
  background-size: 20px 10px;
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn a + a,
.btn a + span,
.btn span + a,
.btn span + span {
  margin-left: 20px;
}
.btn.line_2 a,
.btn.line_2 span {
  line-height: 1.4;
  padding: 10px 0;
}
.btn.disabled a,
.btn.disabled span {
  background: #ccc;
  pointer-events: none;
  cursor: default;
}
.btn.disabled a:after,
.btn.disabled span:after {
  display: none;
}

*[class*=btn_line_] a,
*[class*=btn_line_] span {
  background: inherit;
  border-width: 1px;
  border-style: solid;
}

.btn_line_g a,
.btn_line_g span {
  color: #3a7c55;
  border-color: #3a7c55;
  background: #fff;
}
.btn_line_g a:after,
.btn_line_g span:after {
  background-image: url(../img/icon/btn_arw_g.svg);
}
@media screen and (min-width: 601px) {
  .btn_line_g a:hover,
  .btn_line_g span:hover {
    background: #edf6ec !important;
  }
}

.btn_line_w a,
.btn_line_w span {
  border-color: #fff;
}
@media screen and (min-width: 601px) {
  .btn_line_w a:hover,
  .btn_line_w span:hover {
    background: rgba(255, 255, 255, 0.2) !important;
  }
}

@media screen and (min-width: 601px) {
  .btn a:hover,
  .btn span:hover {
    background: #51b971;
  }
  .btn a:hover:after,
  .btn span:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media screen and (max-width: 600px) {
  .btn a,
  .btn span {
    width: 100%;
    min-width: inherit;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  .btn a:after,
  .btn span:after {
    content: "";
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
  .btn a + a,
  .btn a + span,
  .btn span + a,
  .btn span + span {
    margin-top: 20px;
    margin-left: 0;
  }
}
.link_out:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon/linkout.svg) no-repeat;
  background-size: 14px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
}

.pdf {
  position: relative;
  padding-right: 24px;
}
.pdf:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon/pdf.svg) no-repeat;
  background-size: auto 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
.btn .pdf:before {
  background-image: url(../img/icon/pdf_w.svg);
  position: static;
  display: inline-block;
  vertical-align: text-top;
}

.in_page_nav {
  padding-top: 0 !important;
}
.in_page_nav a {
  height: 100px;
  border: 1px solid #3a7c55;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.in_page_nav a:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../img/icon/btn_arw_g.svg) no-repeat;
  background-size: 20px 10px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 20px;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}
@media screen and (min-width: 601px) {
  .in_page_nav a:hover {
    background: #edf6ec;
  }
  .in_page_nav a:hover:after {
    bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .in_page_nav a {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
  }
  .in_page_nav a:after {
    width: 14px;
    height: 7px;
    background-size: 14px 7px;
    position: static;
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  .in_page_nav .row {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .in_page_nav .col_4 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .in_page_nav .col_4 + .col_4 {
    margin-top: 0;
  }
  .in_page_nav .col_4:nth-child(n+3) {
    margin-top: 20px;
  }
}
/* --- ローディング ----------------*/
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loader > div {
  width: 160px;
  height: 160px;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}

/* --- カラム ----------------*/
.row {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  overflow: hidden;
}

*[class*=col_] {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

.col_1 {
  width: 100%;
}

.col_2 {
  width: 50%;
}

.col_2w {
  width: 66.6666%;
}

.col_3 {
  width: 33.3333%;
}

.col_4 {
  width: 25%;
}

.col_5 {
  width: 20%;
}

.col_6 {
  width: 16.6666%;
}

@media screen and (max-width: 600px) {
  .row {
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
  }
  *[class*=col_] {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  *[class*=col_] + *[class*=col_] {
    margin-top: 20px;
  }
  .col_2,
  .col_2w,
  .col_3,
  .col_4,
  .col_5,
  .col_6 {
    width: 100%;
  }
}
/* --- 装飾など ----------------*/
.ta_c {
  text-align: center !important;
}

.ta_r {
  text-align: right !important;
}

.tel_link {
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 24px auto;
  font-size: 2.8rem;
  font-weight: 700;
  padding-left: 30px;
}

.numbering {
  color: #f0d4a4;
  font-size: 8rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 0.8;
}

@media screen and (max-width: 600px) {
  .numbering {
    font-size: 4rem;
  }
}
.bumpy_vertical > .col_3:nth-child(3n+2) {
  margin-top: 40px;
}
.bumpy_vertical > .col_2:nth-child(2n),
.bumpy_vertical > .col_4:nth-child(2n) {
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .bumpy_vertical > .col_3:nth-child(3n+2) {
    margin-top: 20px;
  }
  .bumpy_vertical > .col_4:nth-child(2n) {
    margin-top: 20px;
  }
}
.bumpy_lateral > *:nth-child(2n+1) {
  margin-right: 40px;
}
.bumpy_lateral > *:nth-child(2n) {
  margin-left: 40px;
}
.bumpy_lateral.num_white li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.bumpy_lateral.num_white li + li {
  margin-top: 40px;
}
.bumpy_lateral.num_white li span {
  float: left;
  clear: left;
}
.bumpy_lateral.num_white li span + * {
  padding-left: 135px;
}

@media screen and (max-width: 600px) {
  .bumpy_lateral > *:nth-child(2n+1) {
    margin-right: 0;
  }
  .bumpy_lateral > *:nth-child(2n) {
    margin-left: 0;
  }
  .bumpy_lateral.num_white li {
    padding: 15px;
  }
  .bumpy_lateral.num_white li + li {
    margin-top: 20px;
  }
  .bumpy_lateral.num_white li span {
    display: block;
    float: none;
  }
  .bumpy_lateral.num_white li span + * {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 601px) {
  .link_bb:after {
    content: "";
    width: 0;
    height: 1px;
    background: #222;
    display: block;
    margin: 0 auto;
  }
  .link_bb:hover:after {
    width: 100%;
  }
}
.article_list > a {
  color: #222;
}
.article_list > a:last-of-type dl {
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 601px) {
  .article_list > a:hover dl {
    background: #edf6ec;
  }
}
.article_list dl {
  border-top: 1px dashed #ccc;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article_list dl dt {
  padding-top: 20px;
  font-weight: bold;
}
.article_list dl dd {
  padding: 5px 0 20px 0;
}

@media screen and (max-width: 600px) {
  .article_list dl {
    padding: 0;
  }
  .article_list dl dt {
    padding-top: 10px;
  }
  .article_list dl dd {
    padding-bottom: 10px;
  }
}
/* --- 正方形 ----------------*/
.ratio {
  width: 100%;
  position: relative;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ratio .trim {
  position: absolute;
}

/* --- トリミング ----------------*/
.trim {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.trim img {
  width: auto;
  max-width: inherit;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* --- インフォボックス ----------------*/
.info_box {
  border: 1px solid #45ac64;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 60px 0;
}
.info_box h3 {
  background: #45ac64;
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 15px;
  margin: 0;
}
.info_box h3::before {
  display: none;
}
#features .info_box h3 {
  font-size: 3rem;
}
.info_box > div {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .info_box h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  .info_box h3 {
    font-size: calc(20px + 10 * (100vw - 300px) / 300);
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .info_box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #features .info_box h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  #features .info_box h3 {
    font-size: calc(20px + 10 * (100vw - 300px) / 300);
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  #features .info_box h3 {
    font-size: 30px;
  }
}