@charset "UTF-8";

@media screen and (min-width:768px) {
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
  p.catch {
    margin: 0 auto 38px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.12rem;
    text-align: center;
  }
  h1.subpage.page_title {
    margin: 0 auto 200px;
  }
  h2.sub_title {
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    margin: 0 auto 100px;
  }
  h2.sub_title:after {
    content: "";
    background-color: #4A3B2A;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
   footer p.outlink {
    margin-top: 64px;
  }
  h2.sub_title.colorline:after {
    width: 423px;
  }
  h2.sub_title span.orange,
  h2.sub_title span.blue {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width:767px) {
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input {
    font-size: 14px;
  }
  p.catch {
    letter-spacing: 0.24rem;
    margin: 0 auto 25px;
    line-height: 1.5;
  }
  h1.subpage.page_title {
    margin: 0 auto 50px;
  }
  h2.sub_title {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin: 0 auto 50px;
  }
  h2.sub_title:after {
    content: "";
    background-color: #4A3B2A;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  footer p.outlink {
    margin-top: 32px;
  }
  h2.sub_title.colorline:after {
    width: 80%;
  }
}
section.first_section {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  border-radius: 1.875rem 1.875rem 0 0;
  background-color: rgba(255,255,255,1);
}
h1.page_title,
p.section_title,
h1.subpage.page_title span {
  color: #3a3a3a;
}
h1.subpage.page_title {
  position: relative;
  text-align: center;
  width: fit-content;
}
h1.subpage.page_title span {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  transform: rotate(-10deg);
  left: -38px;
  top: -15px;
}
h2.sub_title {
  color: #4A3B2A;
}
section.subpage_top_section {
  position: relative;
}
section h2.main_sub_title {
  line-height: 1;
}
section h2 span.sub_title {
  display: block;
  line-height: 1;
}
h2.main_title span.main_title_sub {
  color: #000;
  margin-left: 20px;
}
.company_section h2.main_title span.main_title_sub {
  display: block;
  line-height: 1;
  margin-left: 0;
}
footer p.outlink a img {
  height: 37px;
}
footer p.outlink a,
footer p.popup a {
  font-weight: 700;
}
p.txt_center.second {
  margin-top: 1rem;
}
section .content {
  margin: 0 auto;
}
@media screen and (min-width:980px) {
  section .content {
    max-width: 940px;
    padding: 100px 0;
  }
}
@media screen and (min-width:768px) and (max-width:979px) {
  section .content {
    margin: 0 auto;
    padding: 100px 16px;
  }
}
@media screen and (max-width:767px) {
  section .content {
    margin: 0 auto;
    padding: 50px 16px;
  }
}
@media screen and (min-width:768px) {
  a:hover {
		opacity: .7;
	}
  section h2 {
    margin-bottom: 32px;
    font-size: 2rem;
  }
  .content h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:767px) {
  a:hover {
		opacity: 1;
	}
  section h2 { 
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
  .content h3 {
    margin-bottom: 24px;
  }
}
section h2 {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #007E54;
}
section h2 span {
  color: #007E54;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.045rem;
  background: #FFF039;
  display: block;
  padding: 0.125rem;
  margin-bottom: 1rem;
  width: fit-content;
}
section h3 {
  color: #007E54;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
img.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
section.last_section {
  padding-bottom: 250px;
}
body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

/* Layout */
.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.left {
  margin-left: 0;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  margin-left: auto;
  margin-right: 0;
}
.items_center { align-items: center; }
.items_end { align-items: flex-end; }
@media screen and (min-width:768px) {
  .pcnone,
  #nav_content li.pcnone { display:none; }
}
@media screen and (max-width:767px) {
  .spnone { display:none; }
}

/* column */
@media screen and (min-width:768px) {
  .two_col {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr .75fr;
    gap: 85px 60px;
    align-items: center;
  }
  .two_col .text {
    width: 49%;
  }
  .two_col.access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10%;
    align-items: flex-start;
  }
}
@media screen and (max-width:767px) {
  .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .two_col.access {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

/* header */
@media screen and (min-width:1550px) {
  header .header_box {
    width: calc(100% - 5.54%);
    padding: 0 2.7%;
    margin: 0 auto;
    height: 110px;
  }
  header .header_box div.logo {
    height: 87px;
    width: auto;
  }
  header .header_box.scrollon {
    height: 110px;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 20px;
  }
  .header_box > div nav ul li.tel a img {
    width: 250px;
  }
}
@media screen and (min-width:1300px) and (max-width:1549px) {
  header .header_box {
    width: calc(100% - 5.54%);
    padding: 0 2.7%;
    margin: 0 auto;
    height: 110px;
  }
  header .header_box.scrollon {
    height: 110px;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
    margin-right: 15px;
  }
  .header_box.scrollon .header_nav nav .nav_right ul li {
    height: 60px;
  }
  .header_box > div nav ul li.tel a img {
    width: 200px;
  }
   header .header_box div.logo {
    height: 67px;
    width: auto;
  }
}
@media screen and (min-width:1300px) {
  header {
    height: 80px;
    width: 100%;
    background-color: rgba(255,255,255,0);
    position: fixed;
    top: 13px;
    z-index: 10;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 20px;
  }
  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }
  .nav_button li.tel_button a {
    color: #009B1F;
    font-size: 1.5625rem;
    line-height: 100%;
    letter-spacing: 0.17188rem;
    text-align: center;
    position: relative;
    padding-left: 40px;
    display: block;
  }
  .nav_button li.tel_button a span {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    color: #009B1F;
    letter-spacing: 0;
  }
  .nav_button li.tel_button a:before {
    content: "";
    background-image: url("./images/banner_icon_tel.png");
    width: 31px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #nav_drawer { display: none; }
  header #nav_drawer nav {
    height: 70px;
    position: fixed;
    right: 65px;
    width: 190px;
    z-index: 10;
  }
  header #nav_drawer nav ul {
    margin-right: 20px;
  }
  header #nav_drawer nav li {
    display: inline-block;
    margin: 5px;
  }
  #nav_open span { top: 20px; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgb(43, 43, 43);
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.6rem);
    transform: translateX(-0.6rem);
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.9rem);
    transform: translateX(-0.9rem);
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 20px;
    top: 16px;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  #nav_open.active span:after {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .gnavi_list:hover:after {
    transform: scale(1, -1);
    top: calc(50% - 3px);
  }
  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav nav .nav_left {
    text-align: left;
  }
  .header_nav nav .nav_left ul li {
    display: inline-block;
    margin-right: 100px;
  }
  .header_nav nav .nav_left ul li:last-child {
    margin-right: 0;
  }
  .nav_middle {
    margin: 0 auto;
    text-align: center;
  }
  .header_nav nav .nav_middler .logo {
    text-align: center;
  }
  .header_nav nav .nav_right {
    text-align: left;
    height: 100%;
  }
  .header_nav nav .nav_right ul li:last-child {
    margin-right: 0;
  }
  header .sp_header_logo {
    display: none;
  }
  main { margin-top: 0; overflow-x: hidden; padding-bottom: 0; }
  header.header_workplace .header_box {
    width: 100%;
  }
  header .sp_header_tel { display: none; }
  .header_nav nav .nav_right ul.submenu li {
    margin-right: 0;
  }
}
main.toppage-main {
	overflow-x: hidden;
}
@media screen and (min-width:1650px) {
	.header_nav nav .nav_right ul li {
		margin-right: 30px;
	}
}

@media screen and (max-width:1299px) {
  header .header_box.scrollon,
  header .header_box {
    width: calc(100% - 5.54%);
    padding: 0 2.7%;
    margin: 0 auto;
    height: 60px;
  }
  .header_nav {
    width: calc(100% - 60px);
  }
  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  header.top { height: auto; }
  header .header_box div.logo {
    height: 40px;
    width: auto;
  }
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }
  .overflow__hidden header {
    background-color: #FFEDE8;
    transition: all 0s;
  }
  .overflow__hidden header .sp_header_logo {
    display: none;
  }
  header .sp_header_logo {
    width: auto;
    height: 38px;
  }
  header.top { height: auto; }
  .header_nav .nav_right {
    display: none;
  }
  .nav_button li.tel_button a {
    color: #009B1F;
    font-size: 1.25488rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.13806rem;
    text-align: center;
    position: relative;
    padding-left: 32px;
    display: block;
  }
  .nav_button li.tel_button a span {
    display: block;
    font-size: 0.60231rem;
    font-weight: 500;
    line-height: 100%;
    color: #009B1F;
    letter-spacing: 0;
  }
  .nav_button li.tel_button a:before {
    content: "";
    background-image: url("./images/banner_icon_tel.png");
    width: 24.897px;
    height: 24.897px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .nav_button li.recruit_button {
    display: none;
  }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: calc(100vw - 40px);
    padding: 60px 20px 120px;
    z-index: 10;
  }
  header #nav_drawer nav {
    position: fixed;
    z-index: 10;
  }
  #nav_content ul {
    padding-top: 0;
  }
  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }
  header #nav_drawer nav ul.nav_content_top li a {
    display: block;
    padding: 10px;
    color: #009B1F;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #C3D8C6;
    position: relative;
  }
  header #nav_drawer nav ul.nav_content_top li:last-child a {
    border-bottom: 0;
  }
  header #nav_drawer nav ul.nav_content_top li a:after {
    content: "";
    background-image: url("./images/icon_sp_menu.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  #nav_open span {
    top: 8px;
    right: 5.33px;
  }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 14px;
    right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #nav_open.scrollon {
    top: 14px;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #009B1F;
    content: "";
  }
  #nav_open span::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #009B1F;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 15px;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #009B1F;
    content: "";
  }
  .scrollon #nav_open span,
  .scrollon #nav_open span::before,
  .scrollon #nav_open span::after {
    background-color: #009B1F;
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 40px;
    top: 15px;
    right: 5px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 1s;
    background: #009B1F;
  }
  #nav_open.active span:before {
    background: #009B1F;
  }
  #nav_drawer { display: inherit; }
  main { margin-top: 0; overflow-x: hidden; }
  header .sp_header_tel { 
    position: absolute;
    right: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }
  .scrollon.sp_header_tel {
    position: fixed;
    top: 4px;
  }
  header .sp_header_tel a img {
    height: 40px;
  }
  .header_box {
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .header_box.scrollon {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 60px;
  }
  header .header_box.scrollon .sp_header_logo {
    margin-left: 10px;
  }
}
header .header_box {
  background: #FFF039;
  position: fixed;
  top: 0;
}
.header_box > div nav ul.main_navi_lists > li {
  margin-right: 24px;
  position: relative;
}
.header_box > div nav ul li a {
  vertical-align: middle;
  text-align: center;
  color: #009B1F;
  text-align: center;
  letter-spacing: 0.13rem;
  font-size: 1rem;
}
.header_box {
  transition: all .4s ease-out;
}
.header_box.scrollon > div nav ul li.mail a {
  color: #fff;
}
.header_box div a img.scroll_after {
  display: none;
}
.header_box.scrollon div a img.scroll_after,
.fix_top a:hover img.scroll_after,
.fix_top a img.scroll_before  {
  display: block;
}
.header_box.scrollon div a img.scroll_before,
.fix_top a:hover img.scroll_before,
.fix_top a img.scroll_after {
  display: none;
}
.header_box.scrollon .header_nav nav .nav_right ul {
  border-bottom: none;
}
.header_nav nav .nav_right ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  text-align: center;
}
nav ul.main_navi_lists > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
}
.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #FFF;
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
  opacity: 0;
}
#nav_content ul { margin: auto; }
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
#nav_content.active::after {
  display: block;
  width: 1px;
  height: 70px;
  content: '';
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
  opacity: 0;
}
.gnavi_list {
  padding-right: 16px;
}
.gnavi_list:after {
  content: '';
  display: block;
  width: 11px;
  height: 6.5px;
  background-image: url("./images/submenu_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
header .header_box div.logo a:hover {
  opacity: .7;
}
.header_nav nav .nav_right ul li.parentmenu {
  position: relative;
}
.header_nav nav .nav_right ul.submenu li {
  background-color: #fff;
  padding: 0 10px;
  display: block;
  width: 100%;
  min-width: 150px;
}
.header_nav nav .nav_right ul.submenu li a {
  display: block;
  background-color: #fff;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 2px solid #F2E5D9;
}
.header_nav nav .nav_right ul.submenu li:last-child a {
  border-bottom: none;
}
.header_nav nav .nav_right li.recruit.parentmenu ul.submenu {
  top: 50px;
}
.nav_button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  align-items: center;
}
.nav_button li.recruit_button a {
  display: block;
  height: 100%;
  border-radius: 50px;
  background: #FF7669;
  padding: 0 24px 0 48px;
  position: relative;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2.04769rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
.nav_button li.recruit_button a:before {
  content: "";
  background-image: url("./images/icon_recruit.png");
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}

/* footer */
@media screen and (min-width: 1300px) {
  footer .content {
    padding: 72px 0;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 1299px) {
  footer .content {
    padding: 72px 16px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width:768px) {
  footer .container {
    padding: 64px 0px 32px;
  }
  footer .container > div {
    width: 50%;
  }
  footer .logo {
    max-width: 340px;
    margin-bottom: 0;
    width: 90%;
  }
  footer .links {
    display: flex;
    justify-content: space-between;
  }
  footer .links ul {
    margin-right: 16px;
  }
  footer .links ul:last-child {
    margin-right: 0;
  }
  footer .links li:last-child {
    margin-bottom: 0;
  }
  section.footer_contact .content {
    padding: 130px 0;
    margin: 0 auto;
    text-align: center;
  }
  section.footer_contact h2 {
    margin: 0 auto 44px;
  }
  section.footer_contact p.button {
    margin: 30px auto 0;
  }
  footer {
    padding-bottom: 65px;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow-x: clip;
    overflow-y: visible;
  }
  footer .footer_block {
    position: absolute;
    top: 0px;
  }
  footer .copyright {
    margin-top: 0;
    text-align: center;
    position: relative;
  }
  .company_info p.logo {
    margin-bottom: 70px;
  }
  footer .footer_box .links ul li.spver {
    display: none;
  }
  section.footer_contact .content {
    max-width: 1100px;
    padding: 175px 0;
  }
  footer .footer_box {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: .66fr 1fr;
    gap: 0 80px;
    margin: 0 auto;
  }
  footer .fix_top a img {
    width: 132px;
    transition: all 1s;
  }
  footer .fix_top a:hover img {
    transition: all 1s;
    opacity: .7;
  }
  footer .footer_box .links ul li {
    margin-bottom: 40px;
  }
  .footer_contact .three_button p.button {
    width: 100%;
    height: 150px;
  }
  .footer_contact {
    margin: 0 auto;
    max-width: 1440px;
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    border: 3px solid #FFF;
  }
}
@media screen and (max-width:767px) {
  footer .container {
    padding: 80px 20px;
  }
  footer .container.custom {
    padding: 0 20px 80px;
  }
  footer .container > div {
    width: 100%;
  }
  footer .logo {
    max-width: 150px;
    margin-bottom: 32px;
    width: 80%;
  }
  footer .links {
    padding: 0;
  }
  footer .links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 0 10px;
  }
  footer {
    padding: 0;
    width: 100%;
    width: 100%;
    z-index: 1;
  }
  footer .content {
    padding: 20px 16px 0;
  }
  footer .copyright {
    padding-top: 30px;
    font-size: 0.857rem;
  }
  footer .footer_box {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 0 0;
    margin: 0 auto 40px;
  }
  footer .footer_box .company_info {
    margin-bottom: 32px;
  }
  footer .footer_box .links ul li {
    margin-bottom: 16px;
  }
  footer .footer_box .links:last-child {
    margin-top: 5px;
  }
  .footer_contact .three_button p.button a .btn__text span {
    padding-left: 0;
  }
  .footer_contact {
    margin: 0 auto;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 30px;
    border: 3px solid #FFF;
  }
  .footer_contact .content p.button {
    margin: 50px auto 0;
  }
}
footer {
  position: relative;
  background: #FFF039;
}
footer .content {
  max-width: 940px;
  margin: 0 auto;
}
footer .link_menu p.menu_title {
  color: #009B1F;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #009B1F;
}
.footer_contact .content {
  padding: 40px 0;
}
.footer_contact .content p.button {
  width: 100%;
}
.footer_tel {
  text-align: center;
  margin: 20px auto 0;
}
.footer_tel img {
  max-width: 700px;
  width: 80%;
  margin: 0 auto;
}
section.footer_contact h2 {
  line-height: 1;
  color: #fff;
}
section.footer_contact p.page_title {
  color: #fff;
}
footer .copyright {
  background: #2B933A;
  padding: 10px 0;
}
footer .copyright p {
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.0325rem;
  text-align: center;
}
footer .footer_box .links ul li:last-child {
  margin-bottom: 0;
}
section.footer_contact h2 span {
  display: block;
  line-height: 2;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
}
footer .links li,
footer .links li a {
  color: #009B1F;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 100%;
}
footer .links li a:hover {
  color: #4dc0e4;
  opacity: 1;
}

/* TOP */
@media screen and (min-width:1300px) {
  section.fv p.button {
    position: absolute;
    right: 6%;
    bottom: 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  .fv_catch_box { padding-left: 20px;}
}
@media screen and (min-width:768px) and (max-width:1299px) {
  section.fv p.button {
    position: absolute;
    right: 6%;
    bottom: 100px;
  }
}
@media screen and (min-width:768px) {
  section.fv {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 110px 0 0;
  }
  h1.fv_catch.show span {
    letter-spacing: -2.4rem;
  }
  p.fv_catch_txt.second {
    margin-top: 20px;
  }
  .fv_catch_box {
    margin: 95px auto 0;
    padding-bottom: 95px;
    max-width: 1440px;
    text-align: left;
  }
  .fv h1 {
    position: absolute;
    left: 25%;
    top: 57%;
  }
  .fv h1,
  .fv h1 span {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
  }
  .fv h1 span.green {
    color: #007E54;
    margin-top: 1rem;
  }
  .fv h1 span {
    display: block;
    border-radius: 0.46875rem;
    background: #FFF;
    padding: 1rem;
    width: fit-content;
  }
}
@media screen and (max-width:767px) {
  section.fv {
    margin: 0 auto 0;
    text-align: center;
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
    height: 250px;
  }
  section.fv .fv_image {
    height: 100%;
    overflow: hidden;
  }
  section.fv .fv_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .fv h1 {
    position: absolute;
    left: 16px;
    bottom: 16px;
  }
  section.fv h1 {
    z-index: 1;
    text-align: left;
  }
  section.fv p.scroll {
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 4;
  }
  h1.fv_catch.show span {
    letter-spacing: -1.8rem;
  }
  p.fv_catch_txt.second {
    margin-top: 6px;
  }
  .fv_catch_box {
    margin: 50px auto 0;
    padding-bottom: 75px;
    text-align: left;
  }
  .fv .section_title {
    font-size: 1rem;
  }
  .fv h1,
  .fv h1 span {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
  }
  .fv h1 span.green {
    color: #007E54;
    margin-top: .5rem;
  }
  .fv h1 span {
    display: block;
    border-radius: 0.46875rem;
    background: #FFF;
    padding: .5rem;
    width: fit-content;
  }
}
section.fv h2 {
  margin: 0 auto;
  padding: 0;
}
h1.fv_catch {
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 1.08556rem;
}
h1.fv_catch {
  opacity: 0;
}
h1.fv_catch.show {
  line-height: 1;
  opacity: 1;
}
h1.fv_catch.show span {
  opacity: 0;
	animation: text_left1 0.5s ease 1 both;
}
@keyframes fvslidetext {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
p.fv_catch_txt {
  background-color: #fff;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  display: block;
  width: max-content;
}
p.fv_catch_txt span { 
  background: linear-gradient(92deg,  #E25822, #FF1D1D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   background-size: 200% 100%;
   color: transparent;
}
p.fv_catch_txt.show {
 opacity: 1;
}
p.fv_catch_txt.show span {
   opacity: 0;
  animation: text_left2 0.5s ease 1s both, AnimationTitle 5s ease infinite;
 
}

/* Sub Page */
@media screen and (min-width:1300px) {
  section.sub_fv {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 110px;
    z-index: 1;
  }
}
@media screen and (max-width:1299px) {
  section.sub_fv {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 60px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  section.sub_fv .content {
    width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
  }
  section.sub_fv .content h1 {
    font-size: 3rem;
    letter-spacing: 0.39rem;
  }
  section.sub_fv .content h1 span {
    margin-bottom: 20px;
  }
  section.sub_fv .content p {
    font-size: 1.125rem;
    line-height: 230%;
    letter-spacing: 0.045rem;
  }
}
@media screen and (max-width: 767px) {
  section.sub_fv .content {
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 30px 18px 60px;
  }
  section.sub_fv .content h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.26rem;
    margin-bottom: 32px;
  }
  section.sub_fv .content h1 span {
    margin-bottom: 16px;
  }
  section.sub_fv .content p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 220%;
    letter-spacing: 0.04rem;
  }
  section.sub_fv .fv_image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  section.sub_fv .fv_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section.sub_fv .content h1 {
  color: #FFF;
  line-height: 100%;
}
section.sub_fv .content h1 span {
  color: #FFEC05;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.05rem;
  display: block;
}
section.sub_fv .content p {
  color: #fff;
}

/* Reason */
@media screen and (min-width: 768px) {
  .reason_section .two_col {
    grid-template-columns: repeat(2, 1fr);
  }
  .reason_section .two_col p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .reason_section .two_col {
    grid-template-columns: 1fr;
  }
}
.reason_section {
  background: #EAF7EA;
}
.reason_section .two_col {
  display: grid;
  gap: 24px;
  justify-content: space-between;
  margin: 56px auto 0;
}
.reason_section .two_col > div {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 155, 31, 0.25);
  padding: 24px;
}
.reason_section .two_col img.reason_image {
  margin: 0 auto 24px;
  text-align: center;
  display: block;
  width: 60px;
}
.reason_section .two_col h3 {
  text-align: center;
}
.reason_section .two_col p {
  line-height: 200%;
  font-size: 0.875rem;
}

/* Merit */
@media screen and (min-width: 768px) {
  .merit_section h2 span {
    position: relative;
    display: block;
    width: fit-content;
    border-radius: 30px;
    background: #FFF039;
    padding: 11px 30px 11px 63px;
    color: #007E54;
    margin: 0 auto 24px;
    font-size: 1.5rem;
  }
  .merit_section .two_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
    justify-content: space-between;
    margin: 64px auto 0;
  }
  .merit_section .two_col > div h3 {
    position: relative;
    padding-left: 32px;
    margin-bottom: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 767px) {
  .merit_section h2 span {
    position: relative;
    display: block;
    width: fit-content;
    border-radius: 30px;
    background: #FFF039;
    padding: 20px 30px 20px 63px;
    color: #007E54;
    margin: 0 auto 24px;
    font-size: 1rem;
  }
  .merit_section .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-content: space-between;
    margin: 32px auto 0;
  }
  .merit_section .two_col > div h3 {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 1.25rem;
    letter-spacing: 0.06rem;
    line-height: 1.5;
  }
}
.merit_section {
  background: linear-gradient(180deg, #2B933A 0%, #206E2B 100%);
}
.merit_section h2,
.merit_section p,
.merit_section h3 {
  color: #fff;
}
.merit_section h2 {
  margin: 0 auto 24px;
}
.merit_section h2 span:before {
  content: "";
  background-image: url("./images/icon_staff.png");
  width: 29.667px;
  height: 22.25px;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.merit_section .two_col > div {
  border-radius: 20px;
  background: #FFF;
  padding: 36px 33px;
}
.merit_section .two_col > div h3,
.merit_section .two_col > div p {
  color: #007E54;
}
.merit_section .two_col > div h3:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.merit_section .two_col div h3.home:before {
  background-image: url("./images/icon_home.png");
  width: 23px;
  height: 25px;
}
.merit_section .two_col div h3.schedule:before {
  background-image: url("./images/icon_schedule.png");
  width: 23.5px;
  height: 23.5px;
}
.merit_section .two_col > div p {
  line-height: 220%;
  letter-spacing: 0.04rem;
}

/* Access */
@media screen and (min-width: 768px) {
  section.access_section .content {
    padding: 100px 0 0;
  }
  .access_box {
    border-radius: 2.5rem;
    background: linear-gradient(180deg, #FFF039 0%, #F2E32E 100%);
    padding: 40px 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 65px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  section.access_section .content {
    padding: 50px 16px 0;
  }
  .access_box {
    border-radius: 2.5rem;
    background: linear-gradient(180deg, #FFF039 0%, #F2E32E 100%);
    padding: 32px 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .access_box .gmap {
    margin: 0 auto;
  }
  .merit_section p.txt_center {
    text-align: left;
  }
}

.access_box h2 {
  margin-bottom: 44px;
}
.access_box p.address,
footer p.address {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.045rem;
  color: #007E54;
}
.access_box p.address span,
footer p.address span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.035rem;
  margin-top: 9px;
}
.access_box p.address:before,
footer p.address:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/icon_location.png");
  width: 18px;
  height: 21.724px;
}
.access_box p.tel,
footer p.tel {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.045rem;
  color: #007E54;
}
.access_box p.tel a,
footer p.tel a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.045rem;
   color: #007E54;
}
.access_box p.tel span,
footer p.tel span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 6px;
}
.access_box p.tel:before,
footer p.tel:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/icon_tel.png");
  width: 18px;
  height: 18px;
}

/* Banner */
@media screen and (min-width: 768px) {
  .banner_section .button_two_col {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 26px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .banner_section .button_two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .banner_section .button_two_col .button {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: fit-content;
  }
}
section.banner_section .content {
  padding: 80px 0 100px;
}
.banner_section .button_two_col p.button a {
  width: 214px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
}

/* Information */
@media screen and (min-width: 768px) {
  .security_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 10px 8px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .security_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 10px 8px;
    margin-top: 32px;
  }
}
.security_col li {
  border-radius: 8px;
  border: 1px solid #28A800;
  background: #F2FFEE;
  color: #333;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  padding: 10px 8px 10px 33px;
  position: relative;
}
.security_col li:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./images/icon_security.png");
  width: 18.005px;
  height: 22.242px;
}

/* Terms */
@media screen and (min-width: 768px) {
  section.terms_section .content {
    padding: 56px 0;
  }
  section.terms_section h2 {
    font-size: 2.25rem;
    padding-left: 69px;
  }
  section.terms_section h2:before {
    width: 52px;
    height: 51.562px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.terms_section .content {
    padding: 56px 16px;
  }
  section.terms_section h2 {
    padding-left: 50px;
  }
  section.terms_section h2:before {
    width: calc(52px * 2/3);
    height: calc(51.562px * 2/3);
    left: 16px;
  }
  section.terms_section .sp_table_scroll {
    width: 100%;
    overflow-x: auto;
    margin: 32px auto;
  }
  section.terms_section .sp_table_scroll table {
    min-width: 600px;
    margin: 0 auto;
    padding: 0 8px 32px;
  }
  section.terms_section p.txt_center {
    text-align: left;
  }
}
section.terms_section {
  background: linear-gradient(180deg, #2B933A 0%, #206E2B 100%);
}
section.terms_section h2 {
  color: #FFF039;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
  position: relative;
  width: fit-content;
  margin: 0 auto 34px;
}
section.terms_section h2:before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./images/icon_terms.png");
}
section.terms_section p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.045rem;
}
.terms_section table {
  width: 100%;
  margin: 32px auto;
}
.terms_section table thead tr th {
  border-bottom: 1px solid #DCDCDC;
  background: #F2FFEE;
  padding: 22px 16px;
  color: #007E54;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.terms_section table thead tr th:first-child {
  border-radius: 0.625rem 0 0 0;
}
.terms_section table thead tr th:last-child {
  border-radius: 0 0.625rem 0 0;
}
.terms_section table tbody tr th {
  font-weight: 700;
}
.terms_section table tbody tr th,
.terms_section table tbody tr td {
  border-bottom: 1px solid #DCDCDC;
  background: #fff;
  padding: 22px 16px;
  color: #525252;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
.terms_section table tbody tr td {
  font-weight: 500;
}
.terms_section table tbody tr td.center {
  text-align: center;
}
section.terms_section p.notice {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.0325rem;
}
.terms_section table tbody tr td.green {
  color: #10A957;
  font-weight: 700;
}

/* Flow */
@media screen and (min-width: 768px) {
  .flow_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 0;
  }
  .flow_col > div h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
.flow_col > div {
  padding-left: 100px;
  position: relative;
}
.flow_col > div p.num {
  position: absolute;
  left: 0;
  top: 0;
  color: #007E54;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08rem;
  padding: 22px 16px;
  border-radius: 16px;
  background: #FFF039;
}
.flow_col > div h2 {
  color: #007E54;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06rem;
  margin-bottom: 16px;
}

/* Price */
@media screen and (min-width: 768px) {
  .price_banner {
    width: 100%;
    padding: 40px 0;
  }
  .price_banner h2 {
    font-size: 2rem;
  }
  .price_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 68px 53px;
    margin: 64px auto 0;
  }
  .price_col > div {
    padding: 32px 27px 32px 47px;
  }
}
@media screen and (max-width: 767px) {
  .price_banner {
    padding: 40px 16px;
  }
  .price_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 32px auto 0;
  }
  .price_col > div {
    padding: 32px 16px;
  }
}
.price_banner {
  border-radius: 1.25rem;
  background: #FF0;
  text-align: center;
  background-image: url("./images/bg_price.png");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
.price_banner h2 {
  color: #007E54;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08rem;
  margin: 0 auto 24px;
  position: relative;
  width: fit-content;
}
.price_banner h2:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./images/icon_price.png");
  width: 31px;
  height: 31px;
}
.price_banner p {
  color: #007E54;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.045rem;
}
.price_col > div {
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}
.price_col > div:nth-child(even) {
  border: 1px solid #10A957;
  background: #ECFDF5;
}
.price_col > div h2 {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  margin-bottom: 36px;
}
.price_col > div h2.others {
  font-size: 1.125rem;
  position: relative;
  padding-left: 34px;
  margin-bottom: 32px;
}
.price_col > div h2.others:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./images/icon_notice.png");
  width: 24px;
  height: 24px;
}
.price_col > div p {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.035rem;
}
.price_col > div p.price {
  color: #007E54;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.09rem;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
}
.price_col > div p.price span {
  color: #999;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.0325rem;
}
dl.price_detail {
  padding: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 24px 5px;
  justify-content: space-between;
  align-items: center;
}
dl.price_detail dt {
  color: #686868;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0.035rem;
  text-align: left;
}
dl.price_detail dd {
  color: #1E5128;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.035rem;
  text-align: right;
}
.price_col > div p.notice {
  color: #007E54;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  margin: 32px auto 0;
}

/* Home Care */
@media screen and (min-width:768px) {
  .homecare_section .service-list > li {
    display: grid;
    grid-template-columns: 1fr .663fr;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
    position: relative;
  }
  section h2.border span {
    font-size: 2rem;
  }
  section h2.border {
    gap: 0 40px;
    margin: 0 auto 64px;
  }
  section h2.border:before,
  section h2.border:after {
    width: 8.40731rem;
    height: 1.20056rem;
  }
  .homecare_section .service-list > li h3 {
    font-size: 1.5rem;
  }
  .info_box {
    padding: 32px 56px;
  }
  .info_box dl dd {
    width: max-content;
  }
  .info_box h2 {
    font-size: 1.5rem;
  }
  .info_box dl dt,
  .info_box dl dd {
    font-size: 1.125rem;
  }
  footer.homecare_footer p.footer_title {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
  footer.homecare_footer .content {
    padding: 100px 0;
  }
  footer.homecare_footer .button a:before {
    background-image: url("./images/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 26px;
    right: 51.5px;
  }
  footer.homecare_footer .button {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: fit-content;
  }
}
@media screen and (max-width:767px) {
  .homecare_section .service-list > li {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
    position: relative;
  }
  section h2.border span {
    font-size: 1.5rem;
  }
  section h2.border:before,
  section h2.border:after {
    width: calc(8.40731rem / 3);
    height: calc(1.20056rem / 3);
  }
  .homecare_section .service-list > li h3 {
    font-size: 1.25rem;
  }
  section h2.border {
    gap: 0 15px;
    margin: 0 auto 32px;
  }
  .info_box {
    padding: 32px 24px;
  }
  .info_box h2 {
    font-size: 1.25rem;
  }
  .info_box dl dt,
  .info_box dl dd {
    font-size: .875rem;
  }
  footer.homecare_footer .content {
    padding: 65px 25px;
  }
  footer.homecare_footer .button a:before {
    background-image: url("./images/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(21px * 2 / 3);
    height: calc(26px * 2 / 3);
    right: 16px;
  }
  footer.homecare_footer .button {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
section h2.border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
section h2.border span {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08rem;
  background: none;
  margin: 0 auto;
}
section h2.border:before,
section h2.border:after {
  content: "";
  display: block;
  background-image: url("./images/bg_title.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.homecare_section .service-list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("./images/border.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.homecare_section .service-list > li h3 {
  color: #2B933A;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06rem;
  margin-bottom: 32px;
  position: relative;
  padding-left: 63px;
}
.homecare_section .service-list > li h3:before {
  content: "";
  width: 39px;
  height: 38.961px;
  background-image: url("./images/icon_list.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info_box {
  border-radius: 10px;
  border: 1px solid #009B1F;
}
.info_box h2 {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06rem;
  margin-bottom: 24px;
}
.info_box dl {
  margin: 0 auto;
}
.info_box dl dt {
  color: #2B933A;
  width: fit-content;
}
.info_box dl dd {
  color: #545454;
  word-break: break-all;
}
.info_box dl dt,
.info_box dl dd {
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 0.045rem;
  display: inline-block;
}
.info_box .gmap {
  margin: 24px auto 0;
}
.info_box .gmap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
p.link {
  text-align: right;
}
p.link a {
  color: #277FBA;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  text-decoration: underline;
}
p.link a:hover {
  text-decoration: none;
}
footer.homecare_footer {
  background-image: url("./images/bg_footer.png");
  background-size: cover;
  background-repeat: no-repeat;
}
footer.homecare_footer p.footer_title {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 180%;
  margin: 0 auto 48px;
}

/* Service */
@media screen and (min-width:768px) {
  section.service_section .two_col.bg {
    border-radius: 1.25rem;
    background: #ECFDF5;
    padding: 2.5rem 1.75rem;
    gap: 25px;
    grid-template-columns: 0.82fr 1fr;
  }
  ul.merit_list li img {
    margin: 0 auto 12px;
  }
  ul.merit_list li {
    font-size: 0.9375rem;
    padding: 0.875rem 1rem;
  }
}
@media screen and (max-width:767px) {
  section.service_section .two_col.bg {
    border-radius: 1.25rem;
    background: #ECFDF5;
    padding: 2.5rem 1rem;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  ul.merit_list li img {
    margin: 0 auto;
  }
  ul.merit_list li {
    font-size: 0.875rem;
    padding: 0.875rem .25rem;
  }
}
section.service_section .two_col {
  margin-bottom: 80px;
}
section.service_section .two_col:last-child {
  margin-bottom: 0;
}
section.service_section .two_col.bg h2 {
  color: #EC4899;
  font-size: 1.625rem;
  line-height: 140%;
  letter-spacing: 0.065rem;
}
ul.merit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px auto 0;
  gap: 20px;
  justify-content: space-between;
}
ul.merit_list li {
  border-radius: 0.5rem;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(16, 169, 87, 0.15);
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.0375rem;
}
ul.merit_list li img {
  text-align: center;
  display: block;
  height: 22.65px;
  width: auto;
}

/* Service Page */
@media screen and (min-width:768px) {
  .feature_section .two_col {
    gap: 0 53px;
    margin-bottom: 60px;
  }
  .two_col.flow {
    gap: 0 30px;
  }
}
@media screen and (max-width:767px) {
  .two_col.flow {
    gap: 60px;
  }
}
.two_col p {
  font-weight: 600;
  line-height: 2;
}

@media screen and (min-width:768px) {
  .gmap {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
}
@media screen and (max-width:767px) {
  .gmap {
    width: 100%;
    margin: 50px auto 0;
  }
}
.gmap iframe {
  width: 100%;
  height: 100%;
}

/* button */
@media screen and (min-width:768px) {
  .button.yellow a {
    border-radius: 80px;
    background: #FFF039;
    border: 1px solid #FFF039;
    color: #007E54;
    padding: 28px 80px 28px 56px;
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.045rem;
  }
  .button.yellow a:before {
    content: "";
    background-image: url("./images/icon_link_button.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 56px;
    content: '';
  }
}
@media screen and (max-width:767px) {
  .button.yellow a {
    border-radius: 80px;
    background: #FFF039;
    border: 1px solid #FFF039;
    color: #007E54;
    padding: 24px 42px 24px 16px;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.045rem;
    min-width: 230px;
    text-align: center;
    margin: 0 auto;
  }
  .button.yellow a:before {
    content: "";
    background-image: url("./images/icon_link_button.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    content: '';
  }
}
.button {
  margin-top: 44px;
}
.button_two_col .button {
  margin-top: 0;
}
.button a {
  border-radius: 50px;
  background: #007E54;
  border: 1px solid #007E54;
  color: #fff;
  padding: 17px 18px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
  width: fit-content;
}
.button_two_col .button a {
  padding: 18px 0;
}
.button a.pink {
  background: #F34D71;
  border: 1px solid #F34D71;
}
.button a.white {
   background: #fff;
  border: 1px solid #2B933A;
  color: #2B933A;
}
.button a.outlink {
  position: relative;
  padding: 17px 38px 17px 18px;
}
.button a.outlink:before {
  content: "";
  background-image: url("./images/icon_outlink.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  content: '';
}
.button.mail a:before {
  content: "";
  background-image: url("./images/icon_mail_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 22.918px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 47px;
  content: '';
}
.button.mail a:hover:before {
   background-image: url("./images/icon_mail.png");
}
.button.tel a:hover {
  background-color: #FE9E00;
  color: #fff;
  opacity: .8;
}
p.button a.tel_link {
  position: relative;
  letter-spacing: 3.2px;
}
p.button a.tel_link:hover:before {
  background-image: url("./images/head_icon_tel.png");
}
@media screen and (min-width:768px){
  .spver {
    display: none;
  }
}
@media screen and (max-width:767px){
  .pcver {
    display: none;
  }
  .center {
    margin: auto;
  }
}

/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}
.fv {
  opacity: 0;
  animation: fadeIn 3s ease 1s 1 forwards;
}
.fv h2 img {
  opacity: 0;
  animation: textIn 5s ease 1s 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
	opacity: 0;
	transition: 1s;
	transform: translateY(50px);
}
section.fadein.show,
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}

/* レスポンシブ */
@media screen and (max-width:767px) {
	footer {
		overflow: hidden;
	}
	.contact_two_col {
    display: grid;
    margin-top: 30px;
    gap: 50px 0;
    grid-template-columns: 1fr;
  }
	.contact_two_col p.button.white a {
		padding: 15px 70px 15px 0px;
	}
	footer .content {
		padding: 50px 16px 50px;
	}
}