@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700family=Noto+Sans+JP:wght@300&&display=swap");
/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  background: #eefff3;
  text-decoration: none;
}
@media (max-width: 750px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
  }
}
header .header_inr {
  margin: 0 auto;
  width: 1280px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  header .header_inr {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  header .header_inr {
    padding-left: 4.8vw;
    padding-right: 16vw;
    position: relative;
    height: 80px;
    border-bottom: 10px solid #66ff99;
  }
}
header .site_title {
  flex-grow: 2;
}
header .site_title p {
  margin-top: 0;
  display: inline-block;
  font-size: 29px;
  line-height: 1;
}
@media (max-width: 1280px) {
  header .site_title p {
    font-size: 2.266vw;
  }
}
@media (max-width: 750px) {
  header .site_title p {
    font-size: 4.267vw;
  }
}
header .site_title p span {
  display: block;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  header .site_title p span {
    font-size: 1.484vw;
  }
}
@media (max-width: 750px) {
  header .site_title p span {
    font-size: 3.2vw;
  }
}
header .site_title a {
  text-decoration: none;
  display: inline;
}
header .tel {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: bold;
}
@media (max-width: 1280px) {
  header .tel {
    margin-right: 1.563vw;
  }
}
@media (max-width: 750px) {
  header .tel {
    display: none;
  }
}
header .tel p {
  margin-top: 0;
}
header .tel p:first-child {
  margin-right: 10px;
  font-size: 19px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  header .tel p:first-child {
    margin-right: 0.781vw;
    font-size: 1.484vw;
  }
}
header .tel p:first-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #66ff99;
}
@media (max-width: 1280px) {
  header .tel p:first-child:after {
    height: 0.313vw;
  }
}
header .tel p:nth-child(2) {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  header .tel p:nth-child(2) {
    font-size: 2.344vw;
  }
}
header .access {
  display: none;
}
@media (max-width: 750px) {
  header .access {
    margin-left: 2.667vw;
    display: block;
    font-size: 10px;
    text-align: center;
  }
  header .access a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
  }
  header .access .icon {
    width: 5.067vw;
    height: 6.667vw;
    line-height: 0;
  }
  header .access .icon img {
    width: 100%;
    height: auto;
  }
  header .access .icon .cls-1 {
    fill: #49c777;
    stroke: #49c777;
  }
}
header .contact {
  width: 227px;
  height: 70px;
}
@media (max-width: 1280px) {
  header .contact {
    width: 17.734vw;
    height: 5.469vw;
  }
}
@media (max-width: 750px) {
  header .contact {
    width: auto;
    height: 12vw;
  }
}
header .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #66ff99;
  background: #ffffff;
  text-decoration: none;
}
@media (max-width: 750px) {
  header .contact a {
    flex-direction: column;
    justify-content: flex-end;
    background: none;
    font-size: 10px;
    border: 0;
  }
}
header .contact a:hover {
  color: #000000;
  opacity: 0.6;
}
header .contact .icon {
  margin-right: 20px;
  width: 38px;
  height: 25px;
  line-height: 0;
}
@media (max-width: 1280px) {
  header .contact .icon {
    margin-right: 1.563vw;
    width: 2.969vw;
    height: 1.953vw;
  }
}
@media (max-width: 750px) {
  header .contact .icon {
    padding-top: 3px;
    margin-right: 0;
    width: 7.467vw;
    height: 7.467vw;
    text-align: center;
  }
}
header .contact .icon img {
  width: 100%;
  height: auto;
}
header .contact .icon .cls-1 {
  fill: #66ff99;
  stroke: #66ff99;
}
@media (max-width: 750px) {
  header .contact .icon .cls-1 {
    fill: #49c777;
    stroke: #49c777;
  }
}

/* nav
--------------------------- */
nav {
  border-top: 5px solid #66ff99;
  height: 48px;
  background: #ffffff;
}
@media (max-width: 750px) {
  nav {
    padding-top: 72px;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 0;
    height: 100vh;
    background: #ffffff;
    transition: 0.2s ease-in-out;
  }
  nav.openmenu {
    top: 0;
  }
}
nav .menu-gnavi-container {
  height: 100%;
}
nav .menu-gnavi-container > .menu {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  nav .menu-gnavi-container > .menu {
    width: 100%;
  }
}
@media (max-width: 750px) {
  nav .menu-gnavi-container > .menu {
    padding-bottom: 100px;
    display: block;
    overflow-y: auto;
    border-top: 10px solid #66ff99;
  }
}
nav .menu-item {
  padding: 0;
  margin: 0;
  text-indent: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
nav .menu-item:before {
  content: none;
}
@media (max-width: 750px) {
  nav .menu-item {
    height: auto;
    border-bottom: 1px solid #ffffff;
  }
}
nav .menu-item a {
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  text-decoration: none;
}
@media (max-width: 1280px) {
  nav .menu-item a {
    padding-bottom: 0.313vw;
    font-size: 1.406vw;
  }
}
@media (max-width: 750px) {
  nav .menu-item a {
    padding: 2.667vw 5.333vw;
    font-size: 3.733vw;
    font-weight: 500;
    display: block;
    text-align: left;
    background: #fff5e9;
  }
}
nav .menu-item a:hover {
  color: #000000;
  background: #e6e6e6;
}
@media (max-width: 750px) {
  nav .menu-item a:hover {
    background: #fff5e9;
  }
}
nav .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 750px) {
  nav .menu-item.switch > a {
    pointer-events: none;
    background: url(../images/common/icon_gnavi_open.svg) center right 4.267vw/2.933vw #fff5e9 no-repeat;
  }
  nav .menu-item.switch.open > a {
    background: url(../images/common/icon_gnavi_close.svg) center right 4.267vw/2.933vw #fff5e9 no-repeat;
  }
}
nav .sub-menu {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 750px) {
  nav .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
  }
}
nav .sub-menu:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #66ff99;
}
@media (max-width: 1280px) {
  nav .sub-menu:before {
    top: -1.875vw;
    margin-left: -1.172vw;
    border: 0.938vw solid transparent;
    border-bottom: 0.938vw solid #66ff99;
  }
}
@media (max-width: 750px) {
  nav .sub-menu:before {
    content: none;
  }
}
nav .sub-menu li {
  padding: 0;
  text-indent: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #66ff99;
  text-decoration: none;
}
@media (max-width: 1280px) {
  nav .sub-menu li {
    height: 5.469vw;
  }
}
@media (max-width: 750px) {
  nav .sub-menu li {
    height: 10.133vw;
    border-bottom: 1px solid #ffffff;
  }
  nav .sub-menu li:last-child {
    border-bottom: 0;
  }
}
nav .sub-menu li:before {
  content: none;
}
nav .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 750px) {
  nav .sub-menu li a {
    justify-content: flex-start;
    background: #eefff3;
  }
}
nav .sub-menu li a:hover {
  background: #66ff99;
}
nav .sub-menu li a[target=_blank]:after {
  content: none;
}

/* menu button
--------------------------- */
#gnavi {
  display: none;
}
@media (max-width: 750px) {
  #gnavi {
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 40px;
    height: 36px;
  }
  #gnavi .gnavibtn {
    position: relative;
    width: 24px;
    height: 20px;
    border: 0;
    background: none;
    box-sizing: border-box;
  }
  #gnavi .gnavibtn.open span {
    background: #000000;
    height: 1px;
  }
  #gnavi .gnavibtn.open span:first-child {
    top: 8px;
    transform: rotate(-45deg);
  }
  #gnavi .gnavibtn.open span:nth-child(2) {
    width: 0;
  }
  #gnavi .gnavibtn.open span:nth-child(3) {
    top: 8px;
    transform: rotate(45deg);
  }
  #gnavi span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #49c777;
    transition: 0.2s ease-in-out;
  }
  #gnavi span:first-child {
    top: 0;
  }
  #gnavi span:nth-child(2) {
    top: 8px;
  }
  #gnavi span:nth-child(3) {
    bottom: 0;
  }
  #gnavi p {
    margin: 0;
    line-height: 1;
    font-size: 10px;
    display: block;
    text-align: center;
    transform: scale(0.9, 0.9);
  }
}

/* fixed
--------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  main {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 750px) {
  main {
    padding-bottom: 0;
    margin-top: 80px;
  }
}

.main_container {
  margin: 0 auto;
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .main_container {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main_container {
    flex-wrap: wrap;
  }
}
.main_container.inner {
  display: block;
}
.main_container .l_main {
  width: 70.31%;
}
@media (max-width: 750px) {
  .main_container .l_main {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
}
.main_container .r_sidenavi {
  margin-top: 60px;
  width: 24.61%;
}
@media (max-width: 750px) {
  .main_container .r_sidenavi {
    margin-top: 0;
    width: 100%;
    background: #f1fbf9;
  }
}
.main_container .r_sidenavi .menu-sidemenu-container ul {
  padding: 0;
  margin: 0;
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item {
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
  height: 70px;
  list-style-type: none;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item {
    margin-bottom: 1.875vw;
    height: 5.469vw;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item {
    margin-bottom: 6.4vw;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 16vw;
  }
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item:before {
  content: none;
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item a {
  padding: 0 50px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 100vw;
  border: 1px solid #000000;
  box-shadow: 0 4px 0 #66ff99;
  background: url(../images/common/icon_arrow_right.svg) right 26px center/8px no-repeat #ffffff;
  text-indent: 0;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a {
    padding: 0 3.906vw;
    background: url(../images/common/icon_arrow_right.svg) right 2.031vw center/0.625vw no-repeat #ffffff;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a {
    padding: 0 8vw;
    background: url(../images/common/icon_arrow_right.svg) right 6.133vw center/1.867vw no-repeat #ffffff;
  }
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item a:hover {
  color: #000000;
  background: url(../images/common/icon_arrow_right.svg) right 26px center/8px no-repeat #eefff3;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a:hover {
    background: url(../images/common/icon_arrow_right.svg) right 2.031vw center/0.625vw no-repeat #eefff3;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a:hover {
    background: url(../images/common/icon_arrow_right.svg) right 6.133vw center/1.867vw no-repeat #eefff3;
  }
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank] {
  background: url(../images/common/icon_arrow_circle.svg) right 20px center/25px no-repeat #66ff99;
  box-shadow: 0 4px 0 rgb(219, 220, 220);
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank]:after {
  content: none;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank] {
    background: url(../images/common/icon_arrow_circle.svg) right 1.563vw center/1.953vw no-repeat #66ff99;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank] {
    background: url(../images/common/icon_arrow_circle.svg) right 4.8vw center/5.6vw no-repeat #66ff99;
  }
}
.main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank]:hover {
  background: url(../images/common/icon_arrow_circle.svg) right 20px center/25px no-repeat #eefff3;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank]:hover {
    background: url(../images/common/icon_arrow_circle.svg) right 1.563vw center/1.953vw no-repeat #eefff3;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .menu-sidemenu-container .menu-item a[target=_blank]:hover {
    background: url(../images/common/icon_arrow_circle.svg) right 4.8vw center/5.6vw no-repeat #eefff3;
  }
}
.main_container .r_sidenavi .snsbox {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.main_container .r_sidenavi .snsbox div {
  margin: 0 10px;
}
@media (max-width: 1280px) {
  .main_container .r_sidenavi .snsbox div {
    margin: 0 0.781vw;
  }
}
@media (max-width: 750px) {
  .main_container .r_sidenavi .snsbox div {
    margin: 0 2.667vw;
  }
}
.main_container .r_sidenavi .snsbox .x img {
  width: 35px;
  height: auto;
}
.main_container .r_sidenavi .snsbox .instagram img {
  width: 37px;
  height: auto;
}
.main_container .r_sidenavi .snsbox .facebook img {
  width: 37px;
  height: auto;
}
.main_container .r_sidenavi .snsbox .youtube img {
  width: 47px;
  height: auto;
}
.main_container .r_sidenavi .snsbox .line img {
  width: 37px;
  height: auto;
}
.main_container .r_sidenavi .snsbox a[target=_blank]:after {
  content: none;
}
.main_container .newestPublish {
  padding-bottom: 20px;
  margin-bottom: 32px;
  text-align: center;
  border-top: 4px solid #66ff99;
  background: rgba(102, 255, 153, 0.2);
}
@media (max-width: 1280px) {
  .main_container .newestPublish {
    padding-bottom: 1.563vw;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 750px) {
  .main_container .newestPublish {
    padding: 0 5.333vw 5.333vw 5.333vw;
    margin-bottom: 5.333vw;
    border-top: 0;
    background: #ffffff;
  }
}
.main_container .newestPublish p.publishTitle {
  margin-top: 20px !important;
  margin-bottom: 5px;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .main_container .newestPublish p.publishTitle {
    margin-top: 1.563vw !important;
    margin-bottom: 0.391vw;
    font-size: 1.328vw;
  }
}
@media (max-width: 750px) {
  .main_container .newestPublish p.publishTitle {
    padding: 1.067vw 3.733vw;
    margin: 0 !important;
    font-size: 3.733vw;
    text-align: left;
    background: #66ff99;
  }
}
.main_container .newestPublish p.publishTitle span {
  display: none;
}
@media (max-width: 750px) {
  .main_container .newestPublish p.publishTitle span {
    margin-left: 3.733vw;
    display: inline-block;
  }
}
.main_container .newestPublish p.publishIssue {
  margin-top: 10px;
  font-size: 13px;
}
@media (max-width: 1280px) {
  .main_container .newestPublish p.publishIssue {
    margin-top: 0.781vw;
    font-size: 1.016vw;
  }
}
@media (max-width: 750px) {
  .main_container .newestPublish p.publishIssue {
    display: none;
  }
}
.main_container .newestPublish .publishThumb {
  line-height: 0;
}
@media (max-width: 750px) {
  .main_container .newestPublish .publishThumb {
    margin-top: 2.667vw;
  }
}
.main_container .newestPublish .publishThumb img {
  width: 170px;
  height: 240px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .main_container .newestPublish .publishThumb img {
    width: 13.281vw;
    height: 18.75vw;
  }
}
@media (max-width: 750px) {
  .main_container .newestPublish .publishThumb img {
    width: 45.333vw;
    height: 64vw;
  }
}
.main_container .newestPublish a {
  text-decoration: none;
  display: block;
}
.main_container .newestPublish a:hover img {
  opacity: 0.6;
}

.home .main_container {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .home .main_container {
    padding: 4.688vw 20px 0 20px;
  }
}
@media (max-width: 750px) {
  .home .main_container {
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .home footer {
    background: #f1fbf9;
  }
}

.page main {
  padding-top: 40px;
  background-image: linear-gradient(0deg, white, #82ddb6);
  background-size: 100% 40px;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .page main {
    padding-top: 3.125vw;
  }
}
@media (max-width: 750px) {
  .page main {
    padding-top: 5.333vw;
    background: none;
  }
}

.inner {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1280px) {
  .inner {
    margin: 0 20px;
    width: auto;
  }
}

.breadcrumb {
  padding: 10px 0 20px 0;
}
@media (max-width: 1280px) {
  .breadcrumb {
    padding: 0.781vw 0 1.563vw 0;
  }
}
@media (max-width: 750px) {
  .breadcrumb {
    padding: 0 0 5.333vw 0;
    font-size: 3.2vw;
  }
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb ul {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .breadcrumb ul {
    width: auto;
  }
}
@media (max-width: 750px) {
  .breadcrumb ul {
    flex-wrap: wrap;
  }
}
.breadcrumb ul li {
  padding: 0;
  text-indent: 0;
}
.breadcrumb ul li:before {
  content: none;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}

/* ----------------------------------------------------
article
---------------------------------------------------- */
article .list_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 750px) {
  article .list_inner {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
article p {
  margin-top: 0;
  line-height: 1.5;
  text-decoration: none;
}
article p.date {
  width: 8.89%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 750px) {
  article p.date {
    width: 21.867vw;
    font-size: 3.733vw;
    /* margin-right: 5vw; 【日付とカテゴリラベルが近い（重なる）場合は、コメントアウトを外して幅を出す】*/
  }
}
article p.label {
  margin-top: 4px;
  width: 100px;
  height: 17px;
  font-size: 11px;
}
@media (max-width: 1280px) {
  article p.label {
    margin-top: 0.313vw;
    width: 7.813vw;
    height: 1.328vw;
    font-size: 0.859vw;
  }
}
@media (max-width: 750px) {
  article p.label {
    margin-top: 0;
    width: 72px;
    height: 16px;
    font-size: 10px;
  }
}
article p.label a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #555555;
}
article p.label a:hover {
  opacity: 0.6;
}
article p.title {
  width: 73.33%;
}
@media (max-width: 750px) {
  article p.title {
    width: 100%;
    font-size: 4vw;
  }
}

.article_list article {
  padding: 26px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1280px) {
  .article_list article {
    padding: 2.031vw 0;
  }
}
@media (max-width: 750px) {
  .article_list article {
    padding: 2.667vw 0;
  }
}
.article_list article a {
  text-decoration: none;
}
@media (max-width: 750px) {
  .article_list.archive .list_inner {
    flex-wrap: wrap;
    align-items: center;
  }
}
.article_list.archive article {
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .article_list.archive article {
    padding: 1.563vw 0;
  }
}
@media (max-width: 750px) {
  .article_list.archive article {
    padding: 2.667vw 0;
  }
}
.article_list.archive article p.date {
  width: 10.9%;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .article_list.archive article p.date {
    font-size: 1.719vw;
  }
}
@media (max-width: 750px) {
  .article_list.archive article p.date {
    width: 21.867vw;
    font-size: 3.733vw;
    /* margin-right: 5vw; 【日付とカテゴリラベルが近い（重なる）場合は、コメントアウトを外して幅を出す】*/
  }
}
.article_list.archive article p.label {
  width: 142px;
  height: 24px;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .article_list.archive article p.label {
    width: 11.094vw;
    height: 1.875vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .article_list.archive article p.label {
    width: 19.2vw;
    height: 4.267vw;
    font-size: 2.667vw;
  }
}
.article_list.archive article p.title {
  width: 68.4%;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .article_list.archive article p.title {
    font-size: 1.406vw;
  }
}
@media (max-width: 750px) {
  .article_list.archive article p.title {
    width: 100%;
    font-size: 4vw;
  }
}
.article_list.publish {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article_list.publish:after {
  content: "";
  display: block;
  width: 248px;
}
@media (max-width: 1280px) {
  .article_list.publish:after {
    width: 19.375vw;
  }
}
@media (max-width: 750px) {
  .article_list.publish:after {
    content: none;
  }
}
.article_list.publish article {
  margin-right: 127px;
  width: 248px;
  border-bottom: 0;
}
.article_list.publish article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .article_list.publish article {
    margin-right: 9.922vw;
    width: 19.375vw;
  }
}
@media (max-width: 750px) {
  .article_list.publish article {
    margin-right: 0;
    width: 38.4vw;
  }
}
.article_list.publish .numner {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .article_list.publish .numner {
    font-size: 1.406vw;
  }
}
@media (max-width: 750px) {
  .article_list.publish .numner {
    font-size: 3.733vw;
  }
}
.article_list.publish .thumb {
  margin: 20px 0 14px 0;
  line-height: 0;
}
@media (max-width: 1280px) {
  .article_list.publish .thumb {
    margin: 1.563vw 0 1.094vw 0;
  }
}
@media (max-width: 750px) {
  .article_list.publish .thumb {
    margin: 2.933vw 0 2.133vw 0;
  }
}
.article_list.publish .thumb img {
  width: 100%;
  height: auto;
}
.article_list.publish .issue {
  font-size: 14px;
}
@media (max-width: 1280px) {
  .article_list.publish .issue {
    font-size: 1.094vw;
  }
}
@media (max-width: 750px) {
  .article_list.publish .issue {
    font-size: 3.2vw;
  }
}
.article_list.publish a {
  text-decoration: none;
}
.article_list.publish a[target=_blank]:after {
  content: none;
}
.list_morebtn {
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  width: 145px;
  height: 30px;
}
@media (max-width: 1280px) {
  .list_morebtn {
    margin-top: 1.563vw;
    font-size: 0.859vw;
    width: 11.328vw;
    height: 2.344vw;
  }
}
@media (max-width: 750px) {
  .list_morebtn {
    margin: 5.333vw auto 0 auto;
    width: 32vw;
    height: 8vw;
    font-size: 2.933vw;
  }
}
.list_morebtn a {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #66ff99;
  border-radius: 3px;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .list_morebtn a {
    border-radius: 0.234vw;
  }
}
@media (max-width: 750px) {
  .list_morebtn a {
    border-radius: 0.8vw;
  }
}

/* ----------------------------------------------------
mv
---------------------------------------------------- */
.mv {
  line-height: 0;
  position: relative;
}
.mv img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mv .mv_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
}

.st0 {
  fill: #d7ffe4;
}

.st1 {
  fill: #ffffff;
}

/* ----------------------------------------------------
pager
---------------------------------------------------- */
.pager {
  margin: 90px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .pager {
    margin-top: 7.031vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .pager {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
}
.pager .page-numbers {
  border: 1px solid #000000;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
.pager .page-numbers:last-child {
  border-right: 1px solid #000000;
}
@media (max-width: 1280px) {
  .pager .page-numbers {
    width: 3.906vw;
    height: 3.906vw;
  }
}
@media (max-width: 750px) {
  .pager .page-numbers {
    width: 10.133vw;
    height: 10.133vw;
  }
}
.pager .page-numbers.current {
  background: #66ff99;
}
.pager .page-numbers.prev, .pager .page-numbers.next {
  line-height: 0;
}
.pager .page-numbers.prev img, .pager .page-numbers.next img {
  width: 9px;
  height: auto;
}
@media (max-width: 1280px) {
  .pager .page-numbers.prev img, .pager .page-numbers.next img {
    width: 0.703vw;
  }
}
@media (max-width: 750px) {
  .pager .page-numbers.prev img, .pager .page-numbers.next img {
    width: 1.333vw;
  }
}
.pager .page-numbers.prev {
  border-radius: 100vw 0 0 100vw;
}
.pager .page-numbers.next {
  border-radius: 0 100vw 100vw 0;
}

/* ----------------------------------------------------
single
---------------------------------------------------- */
.single_header {
  margin: 15px 0 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .single_header {
    margin: 1.172vw 0 3.125vw 0;
  }
}
@media (max-width: 750px) {
  .single_header {
    margin: 2.667vw 0 5.333vw 0;
  }
}
.single_header .date {
  font-size: 18px;
  width: 10.6%;
}
@media (max-width: 1280px) {
  .single_header .date {
    font-size: 1.406vw;
  }
}
@media (max-width: 750px) {
  .single_header .date {
    font-size: 3.733vw;
    width: 82px;
  }
}
.single_header .label {
  width: 95px;
  height: 20px;
  font-size: 13px;
}
@media (max-width: 1280px) {
  .single_header .label {
    width: 7.422vw;
    height: 1.563vw;
    font-size: 1.016vw;
  }
}
@media (max-width: 750px) {
  .single_header .label {
    width: 19.2vw;
    height: 4.267vw;
    font-size: 2.667vw;
  }
}
.single article .contents p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1280px) {
  .single article .contents p {
    margin-top: 2.344vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .single article .contents p {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
}

iframe {
  width: 100%;
}

.pageback {
  margin: 80px auto 0 auto;
}
@media (max-width: 1280px) {
  .pageback {
    margin-top: 6.25vw;
  }
}
@media (max-width: 750px) {
  .pageback {
    margin-top: 8vw;
  }
}

/* ----------------------------------------------------
form
---------------------------------------------------- */
.form_wrapper input,
.form_wrapper textarea,
.form_wrapper select {
  border: 0;
  background: #f0f0f0;
  box-sizing: border-box;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .form_wrapper input,
  .form_wrapper textarea,
  .form_wrapper select {
    font-size: 1.563vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper input,
  .form_wrapper textarea,
  .form_wrapper select {
    font-size: 3.733vw;
  }
}
.form_wrapper input[type=text], .form_wrapper input[type=email], .form_wrapper input[type=tel],
.form_wrapper textarea[type=text],
.form_wrapper textarea[type=email],
.form_wrapper textarea[type=tel],
.form_wrapper select[type=text],
.form_wrapper select[type=email],
.form_wrapper select[type=tel] {
  padding: 0 24px;
  width: 100%;
  height: 66px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .form_wrapper input[type=text], .form_wrapper input[type=email], .form_wrapper input[type=tel],
  .form_wrapper textarea[type=text],
  .form_wrapper textarea[type=email],
  .form_wrapper textarea[type=tel],
  .form_wrapper select[type=text],
  .form_wrapper select[type=email],
  .form_wrapper select[type=tel] {
    padding: 0 1.875vw;
    height: 5.156vw;
    border-radius: 0.469vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper input[type=text], .form_wrapper input[type=email], .form_wrapper input[type=tel],
  .form_wrapper textarea[type=text],
  .form_wrapper textarea[type=email],
  .form_wrapper textarea[type=tel],
  .form_wrapper select[type=text],
  .form_wrapper select[type=email],
  .form_wrapper select[type=tel] {
    padding: 0 4.533vw;
    height: 11.733vw;
    border-radius: 1.6vw;
  }
}
.form_wrapper label {
  padding: 0;
  margin: 0;
}
.form_wrapper textarea {
  padding: 24px;
  width: 100%;
  height: 260px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .form_wrapper textarea {
    padding: 1.875vw;
    height: 20.313vw;
    border-radius: 0.469vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper textarea {
    padding: 4.533vw;
    height: 42.667vw;
    border-radius: 1.6vw;
  }
}
.form_wrapper select {
  padding: 0 24px;
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .form_wrapper select {
    padding: 0 1.875vw;
    border-radius: 0.469vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper select {
    padding: 0 4.533vw;
    border-radius: 1.6vw;
  }
}
.form_wrapper .error_messe {
  margin-top: 0;
  color: #ff0000;
  font-weight: bold;
}
.form_wrapper .form_container {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c8c8;
}
.form_wrapper .form_container:first-child {
  border-top: 0;
}
@media (max-width: 1280px) {
  .form_wrapper .form_container {
    padding: 1.719vw 0;
  }
}
@media (max-width: 750px) {
  .form_wrapper .form_container {
    padding: 4vw 0;
    flex-wrap: wrap;
  }
}
.form_wrapper .form_container .item {
  padding-top: 22px;
  width: 16%;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .form_wrapper .form_container .item {
    padding-top: 1.719vw;
    font-size: 1.719vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .form_container .item {
    padding-top: 0;
    margin-bottom: 4vw;
    font-size: 4.267vw;
    width: 100%;
  }
}
.form_wrapper .form_container .item p {
  margin: 0 !important;
}
.form_wrapper .form_container .input {
  width: 76%;
}
@media (max-width: 750px) {
  .form_wrapper .form_container .input {
    width: 100%;
  }
}
.form_wrapper .form_container .input p {
  margin: 0 !important;
}
.form_wrapper .form_container .input.radio p {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 750px) {
  .form_wrapper .form_container .input.radio p {
    flex-wrap: wrap;
    height: auto;
  }
}
.form_wrapper .form_container.confirm {
  align-items: center;
}
.form_wrapper .form_container.confirm .item {
  padding-top: 0;
  width: 20%;
}
@media (max-width: 750px) {
  .form_wrapper .form_container.confirm .item {
    width: 100%;
  }
}
.form_wrapper .form_container.confirm .input {
  width: 72%;
}
@media (max-width: 750px) {
  .form_wrapper .form_container.confirm .input {
    width: 100%;
  }
}
.form_wrapper .form_container + .privacypolicy {
  margin-top: 78px;
}
@media (max-width: 1280px) {
  .form_wrapper .form_container + .privacypolicy {
    margin-top: 6.094vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .form_container + .privacypolicy {
    margin-top: 8vw;
  }
}
.form_wrapper .req {
  padding: 4px 10px;
  margin-left: 19px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  border-radius: 6px;
  background: #ff0000;
  position: relative;
  top: -3px;
}
@media (max-width: 1280px) {
  .form_wrapper .req {
    padding: 0.313vw 0.781vw;
    margin-left: 1.484vw;
    font-size: 1.094vw;
    border-radius: 0.469vw;
    top: -0.234vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .req {
    padding: 0.8vw 1.6vw;
    margin-left: 2.933vw;
    font-size: 2.667vw;
    border-radius: 0.8vw;
    top: -2px;
  }
}
.form_wrapper .privacypolicy {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  width: 360px;
  height: 100px;
  border: 2px solid #66ff99;
}
.form_wrapper .privacypolicy p {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .form_wrapper .privacypolicy {
    width: 28.125vw;
    height: 7.813vw;
    font-size: 1.719vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .privacypolicy {
    width: 55.733vw;
    height: 18.933vw;
    font-size: 3.733vw;
    line-height: 1.6;
  }
}
.form_wrapper .btnbox {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .form_wrapper .btnbox {
    margin-top: 3.125vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .btnbox {
    margin-top: 8vw;
  }
}
.form_wrapper .btnbox input {
  margin: 0 22px;
  width: 360px;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .form_wrapper .btnbox input {
    margin: 0 1.719vw;
    width: 28.125vw;
    height: 5.469vw;
    font-size: 1.719vw;
  }
}
@media (max-width: 750px) {
  .form_wrapper .btnbox input {
    margin: 0;
    width: 41.067vw;
    height: 13.333vw;
    font-size: 3.733vw;
  }
}
.form_wrapper .btnbox input[type=submit], .form_wrapper .btnbox input[type=button] {
  border-radius: 10px;
}
.form_wrapper .btnbox .submitbtn {
  background: #66ff99;
}
@media (max-width: 750px) {
  .form_wrapper .btnbox .submitbtn {
    margin-right: 3.733vw;
  }
}
.form_wrapper .btnbox .editbtn {
  text-align: center;
  color: #828282;
  background: #ffffff;
  border: 2px solid #828282;
}
@media (max-width: 750px) {
  .form_wrapper .btnbox .editbtn {
    margin-left: 3.733vw;
  }
}

/* ----------------------------------------------------
pageup
---------------------------------------------------- */
#pageup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
@media (max-width: 750px) {
  #pageup {
    right: 17px;
    bottom: 100px;
  }
}
#pageup img {
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  position: relative;
  height: 260px;
}
@media (max-width: 1680px) {
  footer {
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  footer {
    height: 20.313vw;
  }
}
@media (max-width: 750px) {
  footer {
    padding-top: 23.467vw;
    height: auto;
  }
}
footer .footer_inr {
  margin: 0 auto;
  width: 1280px;
  position: relative;
}
@media (max-width: 1280px) {
  footer .footer_inr {
    padding: 0 20px;
    margin-top: -8vw;
    width: 100%;
  }
}
@media (max-width: 750px) {
  footer .footer_inr {
    padding-bottom: 20.8vw;
    background: #66ff99;
  }
}
footer .footer_item {
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  footer .footer_item {
    padding-top: 14.063vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item {
    padding-top: 0;
    text-align: center;
  }
}
footer .footer_item p {
  margin-top: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  line-height: 1.5;
}
footer .footer_item p.site_title {
  font-size: 30px;
}
@media (max-width: 1280px) {
  footer .footer_item p.site_title {
    font-size: 2.344vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item p.site_title {
    font-size: 6.4vw;
  }
}
footer .footer_item p.site_title span {
  margin-right: 10px;
  display: inline-block;
  font-size: 22px;
}
@media (max-width: 1280px) {
  footer .footer_item p.site_title span {
    margin-right: 0.781vw;
    font-size: 1.719vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item p.site_title span {
    display: block;
    font-size: 4.8vw;
  }
}
footer .footer_item p.tel {
  font-size: 30px;
}
@media (max-width: 1280px) {
  footer .footer_item p.tel {
    font-size: 2.344vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item p.tel {
    font-size: 6.4vw;
  }
}
footer .footer_item p.copyright {
  font-size: 15px;
}
@media (max-width: 1280px) {
  footer .footer_item p.copyright {
    font-size: 1.172vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item p.copyright {
    font-size: 3.2vw;
  }
}
footer .footer_item address {
  margin-top: 20px;
  font-style: normal;
}
@media (max-width: 1280px) {
  footer .footer_item address {
    margin-top: 1.563vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item address {
    margin-top: 1.6vw;
  }
}
footer .footer_item address p {
  font-size: 15px;
}
@media (max-width: 1280px) {
  footer .footer_item address p {
    font-size: 1.172vw;
  }
}
@media (max-width: 750px) {
  footer .footer_item address p {
    font-size: 3.2vw;
  }
}
footer .footer_navi {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  footer .footer_navi {
    right: 20px;
  }
}
@media (max-width: 750px) {
  footer .footer_navi {
    padding: 3.733vw 0;
    position: relative;
    justify-content: center;
    z-index: 10;
    right: 0;
  }
}
footer .footer_navi .f_navi_item {
  margin-right: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 15px;
}
@media (max-width: 1280px) {
  footer .footer_navi .f_navi_item {
    margin-right: 1.563vw;
    font-size: 1.172vw;
  }
}
@media (max-width: 750px) {
  footer .footer_navi .f_navi_item {
    padding-right: 2.667vw;
    margin-right: 2.667vw;
    border-right: 1px solid #000000;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
footer .footer_navi .f_navi_item:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  footer .footer_navi .f_navi_item:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
footer .footer_navi .f_navi_item a {
  text-decoration: none;
}
footer .footer_navi .f_navi_item a:hover {
  color: #000000;
  opacity: 0.6;
}
footer .footer_navi .f_navi_item:before {
  content: "▲";
  display: inline-block;
  font-size: 12px;
  transform: rotate(90deg);
  position: relative;
  top: -1px;
  margin-right: 2px;
}
@media (max-width: 1280px) {
  footer .footer_navi .f_navi_item:before {
    font-size: 0.938vw;
  }
}
@media (max-width: 750px) {
  footer .footer_navi .f_navi_item:before {
    content: none;
  }
}
footer .footer_ill {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 522px;
  line-height: 0;
}
@media (max-width: 1680px) {
  footer .footer_ill {
    top: 1.19vw;
  }
}
@media (max-width: 1440px) {
  footer .footer_ill {
    top: 2.778vw;
  }
}
@media (max-width: 1280px) {
  footer .footer_ill {
    top: 0.781vw;
    width: 40.781vw;
  }
}
@media (max-width: 1024px) {
  footer .footer_ill {
    top: auto;
    bottom: 4.883vw;
  }
}
@media (max-width: 750px) {
  footer .footer_ill {
    top: -28.267vw;
    left: 12.267vw;
    width: 77.067vw;
  }
}
footer .footer_bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 1680px) {
  footer .footer_bg {
    left: -11.905vw;
    width: 120%;
  }
}
@media (max-width: 750px) {
  footer .footer_bg {
    display: none;
  }
}
footer .footer_bg_sp {
  display: none;
}
@media (max-width: 750px) {
  footer .footer_bg_sp {
    position: relative;
    line-height: 0;
    display: block;
  }
  footer .footer_bg_sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
footer .sp_tel {
  display: none;
}
@media (max-width: 750px) {
  footer .sp_tel {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  footer .sp_tel .tel_container {
    padding: 16px 0 0 0;
    margin: 0 auto;
    width: 81.867vw;
    height: 20.8vw;
    background: #66ff99;
    border: 2px solid #ffffff;
    border-bottom: 0;
    border-radius: 2.667vw 2.667vw 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  footer .sp_tel p {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
    line-height: 1;
  }
  footer .sp_tel .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  footer .sp_tel .title:before, footer .sp_tel .title:after {
    content: "";
    display: inline-block;
    width: 2.933vw;
    height: 4.267vw;
  }
  footer .sp_tel .title:before {
    margin-right: 1.067vw;
    background: url(../images/common/img_slash_left.svg) center center/100% no-repeat;
  }
  footer .sp_tel .title:after {
    margin-left: 1.067vw;
    background: url(../images/common/img_slash_right.svg) center center/100% no-repeat;
  }
  footer .sp_tel .tel {
    margin-top: 5px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .sp_tel .tel:before {
    content: "";
    display: inline-block;
    width: 5.333vw;
    height: 6.933vw;
    background: url(../images/common/icon_tel.svg) center center/100% no-repeat;
    margin-right: 2.667vw;
  }
}

.footer_ill_cls-1, .footer_ill_cls-3 {
  fill: #ffffff;
}
.footer_ill_cls-1, .footer_ill_cls-2, .footer_ill_cls-3, .footer_ill_cls-4, .footer_ill_cls-5, .footer_ill_cls-7 {
  stroke: #3e3a39;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.42px;
}
.footer_ill_cls-2 {
  fill: #34fe96;
}
.footer_ill_cls-3 {
  fill-rule: evenodd;
}
.footer_ill_cls-4 {
  fill: none;
}
.footer_ill_cls-5 {
  fill: #b4ff00;
}
.footer_ill_cls-6 {
  fill: #3e3a39;
}
.footer_ill_cls-7 {
  fill: #e6eeea;
}

.footer_ill_sp_cls-1, .footer_ill_sp_cls-3 {
  fill: #ffffff;
}
.footer_ill_sp_cls-1, .footer_ill_sp_cls-2, .footer_ill_sp_cls-3, .footer_ill_sp_cls-4, .footer_ill_sp_cls-5, .footer_ill_sp_cls-7 {
  stroke: #3e3a39;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.68px;
}
.footer_ill_sp_cls-2 {
  fill: #34fe96;
}
.footer_ill_sp_cls-3 {
  fill-rule: evenodd;
}
.footer_ill_sp_cls-4 {
  fill: none;
}
.footer_ill_sp_cls-5 {
  fill: #b4ff00;
}
.footer_ill_sp_cls-6 {
  fill: #3e3a39;
}
.footer_ill_sp_cls-7 {
  fill: #e6eeea;
}

.fbg_st0, .fbg_sp_st0 {
  fill: #d7ffe4;
}
.fbg_sp_st1 {
  fill: none;
}
.fbg_st1, .fbg_sp_st2 {
  fill: #ffffff;
}
.fbg_st2, .fbg_sp_st3 {
  fill: #66ff99;
}/*# sourceMappingURL=layout.css.map */